Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configuring 2 2600 routers

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Hello,

I'm trying to configure two routers to see each other:

router 1: ip 100.100.100.1

ip route 0.0.0.0 0.0.0.0 100.100.100.2

router 2: ip 100.100.100.2

ip router 0.0.0.0 0.0.0.0 100.100.100.1

Still cannot ping each other. Not sure why?
 
how are they connected to one another?
 
through a T1 line? real T1 or a loopback T1? Do both interfaces show up and up for the physical layer and protocol? What protocol are you running, HDLC? Frame? config's would be helpful.

MikeS
Find me at
"The trouble with giving up civil rights is that you never get them back"
 
here is what i have for the interface serial0/0:(second one is the same with ip 100.100.100.1/24)

Serial0/0 is down, line protocol is down
Hardware is PQUICC with Fractional T1 CSU/DSU
Internet address is 100.100.100.2/24
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 460 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
DCD=down DSR=up DTR=up RTS=up CTS=down

I even tried to force all routes through the interface:

ip classless
ip route 0.0.0.0 0.0.0.0 100.100.100.1

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top