Sharkbyte33
Vendor
I've got a 2501 Router and 2 modems which I need to use for dial-up to the internet. The second modem isnt used yet, as I cant get #1 to dial properly.
Modem #1 is on Serial 0 and needs to speak to the router at 115,200 8,n,1.
Here is the config file:
!
version 12.2
no parser cache
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router_A
!
enable secret 5 $1$Cjfd$hesFqPk1WkBBsc9LXzhZ/0
enable password park
!
ip subnet-zero
!
!
!
!
interface Ethernet0
ip address 10.1.0.1 255.255.255.0
ip nat inside
no cdp enable
no mop enabled
!
interface Serial0
bandwidth 64
no ip address
encapsulation ppp
dialer in-band
dialer pool-member 1
lat enabled
pulse-time 1
no cdp enable
mop enabled
ppp authentication pap chap optional
!
interface Serial1
no ip address
encapsulation ppp
shutdown
lat enabled
no cdp enable
mop enabled
ppp authentication pap chap optional
!
interface Dialer1
description PRIMARY CONNECTION TO INTERNET
ip address negotiated
ip nat outside
encapsulation ppp
carrier-delay 10
dialer pool 1
dialer remote-name ISP
dialer idle-timeout 180
dialer string "#777"
dialer-group 1
autodetect encapsulation ppp
no cdp enable
ppp authentication chap pap callin
ppp chap hostname 7808812642@1x.telusmobility.com
ppp chap password 0 10801615443
ppp pap sent-username 7808812642@1x.telusmobility.com password 0 10801615443
!
interface Dialer2
description SECONDARY CONNECTION TO INTERNET
ip address negotiated
ip nat outside
encapsulation ppp
shutdown
dialer pool 1
dialer remote-name Telus2
dialer idle-timeout 180
dialer string "#777"
dialer-group 2
no cdp enable
ppp authentication chap pap callin
ppp chap hostname 7808812643@1x.telusmobility.com
ppp chap password 0 10801615557
ppp pap sent-username 7808812643@1x.telusmobility.com password 0 10801615557
!
ip nat inside source list 101 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
ip pim bidir-enable
!
access-list 101 permit ip 10.1.0.0 0.0.0.255 any
dialer-list 1 protocol ip permit
no cdp run
!
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
end
If I tell the router to ping something, (with debuging on) here is the result:
00:16:36: Se0 DDR: re-enable timeout
Router_A#ping 1.2.3.4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.2.3.4, timeout is 2 seconds:
00:16:46: Se0 DDR: rotor dialout [priority]
00:16:46: Se0 DDR: Dialing cause ip (s=10.1.0.1, d=1.2.3.4)
00:16:46: Se0 DDR: Attempting to dial #777.....
Success rate is 0 percent (0/5)
Router_A
I KNOW the modems are fine, because I've tried 3 different types, and they all work when I attach them to a pc.
I know I've missed something stupid - please tell me what it is!
Dave
Modem #1 is on Serial 0 and needs to speak to the router at 115,200 8,n,1.
Here is the config file:
!
version 12.2
no parser cache
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router_A
!
enable secret 5 $1$Cjfd$hesFqPk1WkBBsc9LXzhZ/0
enable password park
!
ip subnet-zero
!
!
!
!
interface Ethernet0
ip address 10.1.0.1 255.255.255.0
ip nat inside
no cdp enable
no mop enabled
!
interface Serial0
bandwidth 64
no ip address
encapsulation ppp
dialer in-band
dialer pool-member 1
lat enabled
pulse-time 1
no cdp enable
mop enabled
ppp authentication pap chap optional
!
interface Serial1
no ip address
encapsulation ppp
shutdown
lat enabled
no cdp enable
mop enabled
ppp authentication pap chap optional
!
interface Dialer1
description PRIMARY CONNECTION TO INTERNET
ip address negotiated
ip nat outside
encapsulation ppp
carrier-delay 10
dialer pool 1
dialer remote-name ISP
dialer idle-timeout 180
dialer string "#777"
dialer-group 1
autodetect encapsulation ppp
no cdp enable
ppp authentication chap pap callin
ppp chap hostname 7808812642@1x.telusmobility.com
ppp chap password 0 10801615443
ppp pap sent-username 7808812642@1x.telusmobility.com password 0 10801615443
!
interface Dialer2
description SECONDARY CONNECTION TO INTERNET
ip address negotiated
ip nat outside
encapsulation ppp
shutdown
dialer pool 1
dialer remote-name Telus2
dialer idle-timeout 180
dialer string "#777"
dialer-group 2
no cdp enable
ppp authentication chap pap callin
ppp chap hostname 7808812643@1x.telusmobility.com
ppp chap password 0 10801615557
ppp pap sent-username 7808812643@1x.telusmobility.com password 0 10801615557
!
ip nat inside source list 101 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
ip pim bidir-enable
!
access-list 101 permit ip 10.1.0.0 0.0.0.255 any
dialer-list 1 protocol ip permit
no cdp run
!
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
end
If I tell the router to ping something, (with debuging on) here is the result:
00:16:36: Se0 DDR: re-enable timeout
Router_A#ping 1.2.3.4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.2.3.4, timeout is 2 seconds:
00:16:46: Se0 DDR: rotor dialout [priority]
00:16:46: Se0 DDR: Dialing cause ip (s=10.1.0.1, d=1.2.3.4)
00:16:46: Se0 DDR: Attempting to dial #777.....
Success rate is 0 percent (0/5)
Router_A
I KNOW the modems are fine, because I've tried 3 different types, and they all work when I attach them to a pc.
I know I've missed something stupid - please tell me what it is!

Dave