我想确认一下。以上信息是否以粗体表示,足以了解我的界面的使用百分比?
Switch#sho int fa0/8
FastEthernet0/8 is up, line protocol is up (connected)
Hardware is Fast Ethernet, address is 001c.b1b8.1808 (bia 001c.b1b8.1808)
Description: connected to RICI_1E1
MTU 1500 bytes, BW 2048 Kbit, DLY 100 usec,
reliability 255/255, txload 23/255, rxload 22/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, media type is 10/100BaseTX
input flow-control is off, output flow-control is unsupported
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 never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/0 (size/max)
5 minute input rate 12329000 bits/sec, 1707 packets/sec
5 minute output rate 2933000 bits/sec, 1331 packets/sec
6694535692 packets input, 5277030343947 bytes, 0 no buffer
Received 1079534037 broadcasts (145728815 multicasts)
0 runts, 0 giants, 0 throttles
83072 input errors, 83072 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 145728815 multicast, 0 pause input
0 input packets with dribble condition detected
4448677146 packets output, 1162660273701 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 PAUSE output
0 output buffer failures, 0 output buffers swapped out
Switch# 利用率:=(投入率/体重)*100
利用率Out =(投入比率/体重)*100
发布于 2016-05-19 16:58:11
你要看的是过去五分钟的比特率。您可以使用load-interval命令更改时间段,但不能少于30秒。
我不知道你所说的“利用”是什么意思。看起来你想要一个百分比,但是你想出的百分比将超过特定的时间段。如果你得到40%,你的界面可能是100%,其中两分钟,和完全闲置三分钟。
我想我知道你哪里出了问题。它看起来像是有人在接口上使用了bandwidth命令,并且显示在您的show interfaces输出中。该命令并没有真正改变接口上的带宽;它允许一些特性(例如QoS )使用它作为计算的基础,但是实际的接口带宽不受影响。
https://networkengineering.stackexchange.com/questions/30572
复制相似问题