TSupportEngineer
Technical User
Hello. I am setting up a lab for CCNA and seem to have a problem keeping serial interfaces up. I have started from the setup utility and enabled IP. I have a 1600 connected to a 2500 via a crossover cable. The 1600 is the DCE with a clockrate set. I will post both configs (they are basic) but even with "no shutdown", the interfaces and protocols stay down. It is probably something stupid, but would appreciate any help. Also, the router asks for User Access Verification and I would like to turn that off. Thanks in advance.
1600 Router
GAD#sho run
Building configuration...
Current configuration:
!
version 11.1
no service udp-small-servers
no service tcp-small-servers
!
hostname GAD
!
enable secret 5 $1$QHC7$MPa9Y87puWBbIVeNGkV3F1
enable password cisco
!
!
interface Ethernet0
no ip address
shutdown
!
interface Serial0
ip address 192.168.15.1 255.255.255.0
no fair-queue
clockrate 56000
!
no ip classless
logging buffered
!
line con 0
password cisco
login
line vty 0 4
password cisco
login
!
end
2500 router
BHM#sho run
Building configuration...
Current configuration:
!
version 11.1
service slave-log
service udp-small-servers
service tcp-small-servers
!
hostname BHM
!
enable secret 5 $1$lq97$ffkDXpNNtsQygyklcYx/C0
enable password cisco
!
!
interface Ethernet0
no ip address
shutdown
no mop enabled
!
interface Serial0
ip address 192.168.15.2 255.255.255.0
!
interface Serial1
ip address 192.168.15.3 255.255.255.0
!
router rip
network 192.168.2.0
network 172.16.0.0
network 192.168.15.0
!
no ip classless
!
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
end
1600 Router
GAD#sho run
Building configuration...
Current configuration:
!
version 11.1
no service udp-small-servers
no service tcp-small-servers
!
hostname GAD
!
enable secret 5 $1$QHC7$MPa9Y87puWBbIVeNGkV3F1
enable password cisco
!
!
interface Ethernet0
no ip address
shutdown
!
interface Serial0
ip address 192.168.15.1 255.255.255.0
no fair-queue
clockrate 56000
!
no ip classless
logging buffered
!
line con 0
password cisco
login
line vty 0 4
password cisco
login
!
end
2500 router
BHM#sho run
Building configuration...
Current configuration:
!
version 11.1
service slave-log
service udp-small-servers
service tcp-small-servers
!
hostname BHM
!
enable secret 5 $1$lq97$ffkDXpNNtsQygyklcYx/C0
enable password cisco
!
!
interface Ethernet0
no ip address
shutdown
no mop enabled
!
interface Serial0
ip address 192.168.15.2 255.255.255.0
!
interface Serial1
ip address 192.168.15.3 255.255.255.0
!
router rip
network 192.168.2.0
network 172.16.0.0
network 192.168.15.0
!
no ip classless
!
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
end