我在过去 10-15 天内面临这个问题。我的一个位置是通过 MPLS(路由器 IP 10.34.7.2)连接的(请参见图像进行设置)。用户抱怨连接缓慢或没有连接。在检查网关路由器时,接口显示没有流量。
router#sh int e0
Ethernet0 is up, line protocol is up
Hardware is PQUICC Ethernet, address is 000e.841e.1317 (bia 000e.841e.1317)
Internet address is 10.34.7.1/16
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 10Mb/s
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters 22:58:10
Input queue: 1/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
30 second input rate 1000 bits/sec, 1 packets/sec
30 second output rate 1000 bits/sec, 1 packets/sec
123988 packets input, 19333333 bytes, 0 no buffer
Received 78771 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
67690 packets output, 13952579 bytes, 0 underruns
18 output errors, 1967 collisions, 1 interface resets
0 babbles, 0 late collision, 336 deferred
18 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Router#
interface Ethernet0
ip address 10.34.7.1 255.255.0.0
load-interval 30
no cdp enable
!
interface Serial0
no ip address
shutdown
fair-queue
no cdp enable
! ip classless
ip route 0.0.0.0 0.0.0.0 10.34.7.2
ip route 10.0.0.0 255.0.0.0 10.34.7.2
ip route 142.147.0.0 255.255.0.0 10.34.7.2
ip route 172.16.15.0 255.255.255.224 10.34.7.2
请帮我解决这个问题。我试过重装路由器。还有开关。当我从路由器 ping 到已定义大小的 HO 时。我在接口上获得流量。
