07-12-2011 03:06 AM - edited 03-04-2019 12:57 PM
Hi everyone
i recently got an 887 adsl router to be added for internet.... hoping the configuration should be the same as 877 i have done the following configs...
interface ATM0
no ip address
no atm ilmi-keepalive
!
interface ATM0.1 point-to-point
pvc 8/35
pppoe-client dial-pool-number 1
interface Dialer0
ip address negotiated
encapsulation ppp
dialer pool 1
ppp authentication chap pap callin
ppp chap hostname ******
ppp chap password 0 ***
ppp pap sent-username ****** password 0 ***
with this config on a 877 it works perfectly... but on the 887 it doesnt... the basic output i get is as follows
*Jul 11 21:22:31.111: %DIALER-6-BIND: Interface Vi1 bound to profile Di0
*Jul 11 21:22:31.115: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to up
*Jul 11 21:22:31.119: Vi1 PPP: No remote authentication for call-out
*Jul 11 21:22:34.307: %DIALER-6-UNBIND: Interface Vi1 unbound from profile Di0
*Jul 11 21:22:34.311: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to down
Am i missing something on the 887?
Afshan
Solved! Go to Solution.
07-12-2011 02:47 PM
Which IOS are you using? Which ADSL firmware?
07-12-2011 03:11 PM
Paolo
how do i check the adsl firmware?
07-12-2011 04:18 PM
Show dsl interface.
07-13-2011 11:04 PM
Init FW: init_AMR-4.0.015_no_bist.bin
Operation FW: AMR-4.0.015.bin
FW Source: embedded
FW Version: 4.0.15
c880data-universalk9-mz.150-1.M3.bin
07-31-2019 09:14 AM
Hey,
I fixed the issue when i called to the ISP Vendor. The ISP tied my old router MAC Address on their Modem/Link. When they unlock the pppoe modem to accept any MAC Address the connection worked properly.
My config:
interface Dialer1
description City10
mtu 1492
ip address negotiated
ip helper-address 192.168.0.235
ip helper-address 192.168.0.226
ip helper-address 192.168.0.225
ip nbar protocol-discovery
ip flow ingress
ip flow egress
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer idle-timeout 0 either
dialer persistent delay initial 60
dialer persistent delay 10
dialer persistent max-attempts 5
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname *******
ppp chap password 7 *******
ppp pap sent-username ******* password 7 *******
interface FastEthernet0/0
no ip address
ip helper-address 192.168.0.235
ip helper-address 192.168.0.226
ip helper-address 192.168.0.225
ip tcp adjust-mss 1452
duplex auto
speed auto
pppoe enable group 1
pppoe-client dial-pool-number 1
no mop enabled
Regards,
Mateus Soder
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide