Home > Cisco 877 > Setting up Cisco 877 with an external modem

Setting up Cisco 877 with an external modem

July 15th, 2009

Need to setup a 877 with an external ADSL modem in bridged mode? Maybe you have another modem which can sync/be more stable than the cisco and you wish to purely use the 877 as a router.

Following commands should help set it up..

Assign an ethernet interface to where it will use pppoe from, and assign it vlan2

interface FastEthernet3
description External DSL PPPoE
switchport access vlan 2

interface Vlan2
description External DSL PPPoE
no ip address
pppoe enable group global
pppoe-client dial-pool-number 2

setup a Dialer2 interface..

!
interface Dialer2
description connection to External DSL modem
ip address negotiated
ip access-group 101 in
no ip unreachables
ip nat outside
no ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1410
dialer pool 2
dialer idle-timeout 0
dialer-group 2
no cdp enable
ppp authentication chap callin
ppp chap hostname something@something
ppp chap password something

ip route 0.0.0.0 0.0.0.0 Dialer2

ip nat inside source list 102 interface Dialer2 overload

Cisco 877

  1. raskol
    July 16th, 2009 at 07:03 | #1

    Are you (in a round about way) saying that you are having issues with the c870-advsecurityk9-mz.124-24.T1.bin update and are therefore using an external modem now?

    I am having issues with our current c877 and was hoping the said update above would help…

  2. July 16th, 2009 at 14:40 | #2

    I have encountered no problems with the 24.T1 IOS, this part works fine.

    I only have a small problem with the 877 ADSL chipset it uses, i dont know if its my distance from the exchange (4.9km) but it can proove a little unreliable. My SNR can jump around a lot and cause loss of sync quite a few times. The modem does not also sync at the highest speed possible compared to another modem im using. So now im using the 877 purely as a router, and letting another modem handle the sync speed. This other modem is a Billion 7300, and has a TREND chipset which syncs the highest on adsl lines, and its also quite stable. (more so than the 877s own). Although I think this could be all related due to the distance from exchange.

    What issues were you having with your current 877 setup?

  3. raskol
    July 16th, 2009 at 19:20 | #3

    Have been quite happy with the 877 for a good year on the 12.4(4)T8 release which came with it when purchased and then around two months ago got the disconcerting ‘clicking’ from the modem on a regular basis as it kept disconnecting. After updating the modem firmware to 3.0.010 this solved the problem for a good while…

    … BT (British Telecom, I am in London, UK) came over recently out of the blue and moaned about a problem on my line which they found difficult to fix. Finally after they had ‘fixed’ the problem (I had not noticed in the first place) our connection saps to around 15% every night and randomly at other times (only down speed though interestingly), causing me to reload the router to fix (or just pull the dsl line to reconnect). When it is working the speed is excellent, but then I am around 500m from the exchange.

    Anyway, it could be me, it could be them (the engineer who came round said there were ‘loads of new people milling around the exchange’ at the time) but have wanted to update it for a while and was interested in your experience with the latest release before I did.

    Great blog by the way, greatly appreciated here.

  4. July 16th, 2009 at 19:31 | #4

    No worries, glad to help. I only started because the lack of info on cisco based gear and help/support :)

  1. No trackbacks yet.