tough to get the home lab started...Here's the problem.
Problem 1: I only see "clock rate 6400" command on s0 of middle2520, why? cause I also set up the "clock rate 6400" on s1 of middle2520 and s0 of top2520?
Problem 2: I only see the serial connection between middle2520 and bottom2520 is "up & up", others are "up & down", what cuases that?
Confusion 1: Notice the configuration below. the middle2520 has a "service config" at the beginning while the other two don't have. I just bought these routers. I guess this explains why I see wired stuff interrupted me while typing config on middle2520. what do i need to do to get rid of that?
Confusion 2: what's "partition flash 2 8 8"? is it good?
I didn't have these problems while using NetSim, so u see, a real lab is 'real'.
top2520:
Using 611 out of 32762 bytes
!
version 11.1
service udp-small-servers
service tcp-small-servers
!
hostname top2520
!
!
partition flash 2 8 8
!
!
interface Ethernet0
ip address 172.18.3.1 255.255.255.0
!
interface Serial0
ip address 172.18.1.10 255.255.255.252
!
interface Serial1
ip address 172.18.1.13 255.255.255.252
!
interface Serial2
no ip address
shutdown
!
interface Serial3
no ip address
shutdown
!
interface BRI0
no ip address
shutdown
middle2520:
!
version 11.1
service config
service udp-small-servers
service tcp-small-servers
!
hostname middle2520
!
enable secret 5 $1$YBk4$S9gg.6FOBHS/4CNBDJEMe/
enable password cisco
!
partition flash 2 8 8
!
no ip routing
!
interface Ethernet0
ip address 172.18.2.1 255.255.255.0
no ip mroute-cache
no ip route-cache
!
interface Serial0
ip address 172.18.1.5 255.255.255.252
no ip mroute-cache
no ip route-cache
!
interface Serial1
ip address 172.18.1.14 255.255.255.252
no ip mroute-cache
no ip route-cache
!
interface Serial2
no ip address
no ip mroute-cache
no ip route-cache
shutdown
!
interface Serial3
no ip address
no ip mroute-cache
no ip route-cache
shutdown
!
interface BRI0
no ip address
no ip mroute-cache
no ip route-cache
shutdown
!
no ip classless
!
bottom2520:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname bottom2520
!
!
!
interface Ethernet0
ip address 172.18.4.1 255.255.255.0
!
interface Serial0
ip address 172.18.1.6 255.255.255.252
clockrate 64000
!
interface Serial1
ip address 172.18.1.9 255.255.255.252
!
interface Serial2
no ip address
shutdown
!
interface Serial3
no ip address
shutdown
!
interface BRI0
no ip address
shutdown
!