分享
 
 
 

Showinterfaces的详解

王朝system·作者佚名  2008-05-19
窄屏简体版  字體: |||超大  

这是一个 typical 的输出 for a Show interfaces command 大家都很熟悉

下面是对它的详细的说明 有一些东西 我想还是很有用的。大家不一定全知道,实际中用的

你可以知道show 有多么重要

Routershow int e0

1 Ethernet0 is administratively down, line protocol is down

2 Hardware is Lance, address is 000C.9952.8180 (bia 000C.9952.8180)

3 Internet address 10.1.1.101/24

4 MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec, rely 255/255, load 1/255

5 Encapsulation ARPA, loopback not set, keepalive set (10 sec)

6 ARP type: ARPA, ARP Timeout 04:00:00

7 Last input 00:00:00, output 00:00:00, output hang never

8 Last clearing of show interface counters never

9 Queueing strategy: fifo

10 Output queue 0/40, 0 drops; input queue 0/75, 0 drops

11 5 minute input rate 1000 bits/sec, 2 packets/sec

12 5 minute output rate 1000 bits/sec, 2 packets/sec

13 237272 packets input, 26758701 bytes, 0 no buffer

14 Received 221125 broadcasts, 0 runts, 0 giants, 0 throttles

15 1 input errors, 0 CRC, 0 frame, 0 overrun, 1 ignored, 0 abort

16 0 input packets with dribble condition detected

17 254166 packets output, 33263412 bytes, 0 underruns

18 2 output errors, 0 collisions, 5 interface resets

19 0 babbles, 0 late collision, 5 deferred

20 2 lost carrier, 0 no carrier

21 0 output buffer failures, 0 output buffers swapped out

Let's look at some of its more important fields.

1 The first line 表示 E0 的状态可能 有三种

?up (active)

?down (inactive) If the interface misses 连续的3个 keepalives , the system 认为 it to

be unusable and marks it as "down".

?administratively down (inactive because ad shut it down use the

Shutdown command)

2 The second line MAC address。

3 logical protocol address

4 MTU 是interface的 最大的 transmission unit size。 BW 是 带宽 单位是 kilobits per

second.这个parameter 只用来算 routing metrics for specific routing protocols

DLY 是 interface 的 delay 是以 微秒为单位的

rely 是 可靠性 255/255 就是相当于 100% load 是 负载 也是 255/255 是 100%

rely 和 load 都是 5 minute 的 平均值.

5 封装类型 和 loopback ,keepalive 为 10 sec

7 Last input 给了时间 since a packet has been 成功的 received on the interface.

last output gives the time elapsed since a packet has been successfully

transmitted on the interface.

output hang shows the time elapse 自从上次自动的 reset. 这里是 never

8 Last clearing 表示 the time at which the counters used to

measure the cumulative statistics shown in the display were last reset to zero.

如果它 displayed, "***" 就是时间太长无法显示.

9 first in first out

10 表示 number of packets in the output或是input的 queues for the interface.

斜线后是 the maximum size of the queue. drop掉的数字就是因为queue full 引起的.

11 和 12行 表示最后 5 分钟 内的 bit 数和 packet数是平均值 不是精确值 是大概的

13 行是 所有经过这个端口 而没有错误的packet 是input的. 最后的 0 no buffer 是指收到的正确的packet

没有因为 buffer 不够而丢掉.

14 行是 收到的 多播或是广播包. runts 一般是指引起collisions 的 packet 一般越是小的packet就越引起

collisions ruts 就是指的这种包. 如果这个数 大于 百万分之一(byte的单位可以自己算) 就不正常.

gaints 是指大于 1518 byte的packet 一般大于1518 的就直接 discard 了

15 行的1 input error info 表示了 这个接口上 所有的 input error这个东西包括了13行的 no buffer

14行的 runts 和 gaints 15 行的CRC frame和 overrun ,ignore . CRC 指的是 packet. frame指的是

frame 的 CRC 错. 如果 CRC 的数过大 一般是由 冲突过多或是 以太网的设备 故障比如interface.

overrun 指 的是 receiver hardware was unable to pass received data 一般多是对于 硬件的buffer

overrun就是表明 input的rate 大于 interface的 接受的 rate了

ignored 是指 被buffer 忽略的packet 多是 由 noise 或是 广播风暴 引起的.

16 行 a dribble 指示了 长frame 里的 bit error .这个frame 被标记错误可是 接受了没有 丢掉.

17 行成功的传送的 packet 和 byte 数 是平均数 underruns 是指 传输过快 而不受 router 控制的次数

18 行 output error 指发生错误被借口丢掉没有传的packet .

collisions是指因为 冲突 需要重传的frame. 这个数过大是因为 LAN is over extended.

intreface reset 是 interface 被完全 自动的 reset 的次数 . 这个一般是 因为 moden 或是 电缆

引起的 不过 如果 interface 是 shutdown 或是 loopback了

对于 show int serial 0

如果 serial 0 is up ,line protocol is up 表示 physical 正常 同时也表示 载波信号已经收到.

其实 line protocol 是 datalink 层的 , 同时 它 up 也是指 keepalives 收到. 如果两端的 封装定义的不

一致或是没有 clock rate 都是 line protocol down . 当然如果是 back to back 的连接serial 0 is down

也可能是 对端端口被 ad 手工的 down了 不一定就是 自己的硬件问题.

我不是 na, np 不知道 np 的troubleshooting 里是不是也讲这些. 实际工作中的一点儿经验 不知是不是有用!!!!!

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有