Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back a page or two to re-sync the thread and this will then show latest posts. Thanks, Mike.

Connecting Cisco 871 to Digiweb link

  • 17-12-2008 7:45pm
    #1
    Closed Accounts Posts: 13


    Hi
    I am looking to connect our 871 to our Digiweb 6mb up/down Cambridge equipment link.

    I have been playing around with the config and still have not managed to get a link live.

    Does anyone have a suggested config to get this working please?

    Thanks

    Andy


Comments

  • Registered Users, Registered Users 2 Posts: 21,486 ✭✭✭✭Alun


    What is this "Digiweb 6mb up/down Cambridge equipment link" exactly? I'm assuming it's a (wireless) modem of some sort?

    Post up what you have already and I can see if there's anything obvious you're missing.


  • Closed Accounts Posts: 1,719 ✭✭✭Ruaidhri


    andycool wrote: »
    Hi
    I am looking to connect our 871 to our Digiweb 6mb up/down Cambridge equipment link.

    I have been playing around with the config and still have not managed to get a link live.

    Does anyone have a suggested config to get this working please?

    Thanks

    Andy

    Hi Andy,

    First off, can you let us know what you're trying to do ie: NAT all your LAN connections behind the Router, and get the routers IP address from your ISP (via PPP/PPPoE)

    Next, can you get the outputs from:

    'sh ver' <-- to see what code you're running
    'sh run' <--- so we can see what's on the router
    'sh ip int brie' <-- so we know what state interfaces are in
    'sh atm pvc' <-- to determine if the DSL later is up (ie the ATM PVC)
    'sh pppoe se all' <-- to determine if we have PPPoE connectivity

    Regards,
    Ruairi


  • Registered Users, Registered Users 2 Posts: 21,486 ✭✭✭✭Alun


    Ruaidhri wrote: »
    'sh ver' <-- to see what code you're running
    'sh run' <--- so we can see what's on the router
    'sh ip int brie' <-- so we know what state interfaces are in
    'sh atm pvc' <-- to determine if the DSL later is up (ie the ATM PVC)
    'sh pppoe se all' <-- to determine if we have PPPoE connectivity

    It's an 871, it doesn't have a DSL interface just an Ethernet WAN interface for connecting to a separate cable/DSL modem (it's the 877 that has the DSL modem built-in). We first need to find out what this modem is exactly (possibly a Digiweb wireless modem) and what interface it's expecting. I seem to remember those modems don't do PPPoE at all and it's just a straight connection with whatever connects to it getting it's IP configuration via DHCP. So we don't probably need to deal with PPPoE, or Dialers or anything like that, just either a straight routing configuration if it's a plain 871 or if it's an 871W then an IRB setup to bridge the Ethernet and wireless connections together which is what I have on my 877W.


  • Closed Accounts Posts: 1,719 ✭✭✭Ruaidhri


    No need to get narky when someone's trying to help ;)

    If it's plain IP routing, just create two vlans, assign your interfaces to them (ie: Fa4 -> vlan2. the rest in vlan1), enable 'ip routing'.

    But I guess you'll need to configure the DSL modem upstream to have a route back to vlan1, so maybe NAT is your best approach.

    You can check if the modem supports PPPoE(oE) by enabling the pppoe-client on your interface, and doing pppoe debugs (you'll see the service offering if it does support it)

    /Ruairi


Advertisement