|
我做一个排错发现 路由器自己ping不通s0/0/1 别的接口都是正常 求解啊 相当困扰额 接口当然是no shu的
interface Serial0/0/0
description Link to R1
ip address 10.1.1.2 255.255.255.252
!
interface Serial0/0/1
description Link to R3
ip address 10.2.2.1 255.255.255.252
!
interface Serial0/1/0
description Link to ISP
ip address 209.165.200.225 255.255.255.224
!
interface Serial0/1/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 10.0.0.0
default-information originate
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/1/0
FastEthernet0/0 unassigned YES manual administratively down down
FastEthernet0/1 unassigned YES manual administratively down down
Serial0/0/0 10.1.1.2 YES manual up up
Serial0/0/1 10.2.2.1 YES manual down down
Serial0/1/0 209.165.200.225 YES manual up up
Serial0/1/1 unassigned YES manual administratively down down
Vlan1 unassigned YES manual administratively down down
Serial0/0/1 is down, line protocol is down (disabled)
Hardware is HD64570
Description: Link to R3
Internet address is 10.2.2.1/30
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" **ers 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/0/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 1158 kilobits/sec
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, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
DCD=down DSR=down DTR=down RTS=down CTS=down |
|