|
darronb (TechnicalUser) |
27 Jul 05 4:02 |
I have two Cisco 1601 R Routers I am trying to connect back to back.
I have connected the two serial Ports together with what I believe to be the correct cable.
One half of the cable has "DCE" on it. This end of the cable has been plugged into Router1
Below is the configuration of Router one:
Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router1 ! enable secret 5 $1$0Hhv$DSlnbAaT3/DG1IOdRilrq0 enable password enable ! ip subnet-zero ! ! ! interface Ethernet0 ip address 10.0.0.20 255.0.0.0 no ip directed-broadcast ! no ip directed-broadcast ! interface Serial0 ip address 172.16.1.10 255.255.0.0 no ip directed-broadcast encapsulation PPP clockrate 2000000 ! router igrp 100 redistribute connected network 10.0.0.0 network 172.16.0.0 ! ip classless ! ! line con 0 transport input none line vty 0 4 password term login ! end
This is the configuration of router 2
Current configuration: ! version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router2 ! enable secret 5 $1$CHsr$PLeto/yR9Ob6.jeriPuiV1 enable password enable ! ip subnet-zero ! ! ! interface Ethernet0 ip address 10.0.0.2 255.0.0.0 no ip directed-broadcast ! interface Serial0 ip address 172.16.1.1 255.255.0.0 no ip directed-broadcast encapsulation PPP ! router igrp 100 redistribute connected network 10.0.0.0 network 172.16.0.0 ! ip classless ! dialer-list 1 protocol ip permit dialer-list 1 protocol ipx permit ! line con 0 transport input none line vty 0 4 password term login ! end
The problem I am experiencing in that the Line is UP on both routers but the protocol is DOWN on both routers.
Here is the interface configuration
Serial0 is up, line protocol is down Hardware is QUICC Serial Internet address is 172.16.1.10/16 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation PPP, loopback not set, keepalive set (10 sec) Last input never, output 00:00:04, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0 (size/max/drops); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/1/256 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) 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 204 packets output, 5997 bytes, 0 underruns 0 output errors, 0 collisions, 68 interface resets 0 output buffer failures, 0 output buffers swapped out 134 carrier transitions DCD=up DSR=up DTR=up RTS=up CTS=up
and on router 1 I keep getting the message:-
00:30:14: %QUICC_ETHER-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem
Keep repeating itself every minute.
I have tried cold starting the router (Although I do not know weather this has been successful.
I have also tried HDLC protocol but with no success. I have not tried this on this type of router before although I have had two 2500 routers talking back to back with similar configuration.
Can anyone help.
|
|