I am trying to set up a basic link between to 2501's in the lab. They are connected back to back via s0. The configs are as follws:
Router1
interface Ethernet0
ip address 192.32.10.1 255.255.255.0
no keepalive
!
interface Serial0
ip address 192.32.11.1 255.255.255.0
encapsulation ppp
no keepalive
ppp authentication pap
ppp pap sent-username router password 7 00141215174C04140B
!
interface Serial1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.32.11.2
!
line con 0
line aux 0
line vty 0 4
login
!
end
Can anyone help me idetify where I have gone wrong with this? Any help would be greatly appreciated.
Cheers.
Router2
interface Ethernet0
ip address 192.32.12.1 255.255.255.0
no keepalive
!
interface Serial0
ip address 192.32.11.2 255.255.255.0
encapsulation ppp
no keepalive
clockrate 56000
ppp authentication pap
ppp pap sent-username router password 7 051B071C325B411B1D
!
interface Serial1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.32.11.1
!
line con 0
line aux 0
line vty 0 4
login
!
end
Router#
Router1
interface Ethernet0
ip address 192.32.10.1 255.255.255.0
no keepalive
!
interface Serial0
ip address 192.32.11.1 255.255.255.0
encapsulation ppp
no keepalive
ppp authentication pap
ppp pap sent-username router password 7 00141215174C04140B
!
interface Serial1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.32.11.2
!
line con 0
line aux 0
line vty 0 4
login
!
end
Can anyone help me idetify where I have gone wrong with this? Any help would be greatly appreciated.
Cheers.
Router2
interface Ethernet0
ip address 192.32.12.1 255.255.255.0
no keepalive
!
interface Serial0
ip address 192.32.11.2 255.255.255.0
encapsulation ppp
no keepalive
clockrate 56000
ppp authentication pap
ppp pap sent-username router password 7 051B071C325B411B1D
!
interface Serial1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.32.11.1
!
line con 0
line aux 0
line vty 0 4
login
!
end
Router#