Options

what netsim can not give you...

tough to get the home lab started...Here's the problem.
ospf_simple.JPG
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
!

Comments

  • Options
    nuglobenuglobe Member Posts: 190
    Up down means there is a problem with the cable... I think...

    The first problem I'm not sure what you're saying.

    As for the two confusions, I dont see either on my routers that I got.
    GenshiroGuide: My blog about things I found useful. Now with videos. :)
  • Options
    TheShadowTheShadow Member Posts: 1,057 ■■■■■■□□□□
    I am off to class so confusion 1 will have to wait unless others jump in. First blush check cables for proper labeling of DCE/DTE ends. Only one can set the clock.

    confusion 2 is your flash is partitioned much in the same way as hard disk partitions. Someone may have been running two different files with ummm of FLH-Flash Load Helper. If it bothers you and you need a full 16 then you must check and see if it is empty. If it is then you can un-partition it with

    config t
    no partition flash 2 8 8
    end

    Chances are there is something there check with

    sh flash all

    Then you get to learn the erase command and how to reload flash once you join the partitions. Got to run sorry
    Who knows what evil lurks in the heart of technology?... The Shadow DO
  • Options
    the_return_of_the_Ringthe_return_of_the_Ring Member Posts: 119
    thanx guys! I figured out problem1, 2, and confusion 2. Anything on confusion 1?
Sign In or Register to comment.