华为2016端口描述
- 格式:doc
- 大小:31.00 KB
- 文档页数:6
Display interface的显示信息 本次工作希望统一Ethernet接口的信息,建议如下: [1] GigabitEthernet3/0/1 current state : DOWN [2] IP Sending Frames Format is PKTFMT_ETHNT_2, Hardware address is 00e0-fc00-0010 [3] The Maximum Tra被过滤广告nsmit Unit is 1500 [4] Media type is not sure, loopback not set [5] Port hardware type is No Connector [6] Unknown-speed mode, unknown-duplex mode [7] Link speed type is autonegotiation, link duplex type is autonegotiation [8] Flow-control is not supported [9] The Maximum Frame Length is 1536 [10] Broadcast MAX-ratio: 100% [11] Allow jumbo frame to pass [12] PVID: 1 [13] Port link-type: access [14] Tagged VLAN ID : none [15] Untagged VLAN ID : 504 [16] Last 5 minutes input rate 229 bytes/sec, 2 packets/sec Last 5 minutes output rate 25 bytes/sec, 0 packets/sec [17] Input(total): 34764 packets, 14212713 bytes 1021 broadcasts, 0 multicasts, 0 pauses [18] Input(normal): 34764 packets, 14212713 bytes 1021 broadcasts, 0 multicasts, 0 pauses [19] Input(error): 0 input errors, 0 runts, 0 giants, 0 throttles, 0 CRC, 0 frame, 0 overruns, 0 aborts, 0 ignored, 0 parity errors [20] Output(total): 1630514 packets, 525467915 bytes 774493 broadcasts, 822714 multicasts, 0 pauses [21] Output(normal): 1630514 packets, 525467915 bytes 774493 broadcasts, 822714 multicasts, 0 pauses [22] Output(error): 0 output errors, 0 underruns, 0 buffer failures, 0 aborts, 0 deferred, 0 collisions, 0 late collisions, 0 lost carrier, 0 no carrier
注意:统计项中不支持的项目填写:- 即:如果产品对deferred,collisions, late collisions, lost carrier, no carrie不支持 显示结果如下: Output: 0 output errors, 0 underruns, 0 buffer failures, 0 aborts, - deferred, - collisions, - late collisions, - lost carrier, - no carrier
[1] 接口状态 显示硬件链路的状态 [2] 接口的输出帧封装类型和MAC地址 显示接口的删除帧封装类型和MAC地址 [3] 接口的最大传输单元 显示接口的最大传输单元 [4] 端口的连接线类型和环回状态 显示接口的连接线类型和环回状态 [5] 端口的连接器硬件类型 显示接口的连接器硬件类型 [6] 端口的实际速度和双工状态 显示端口的实际速度和双工状态 [7] 端口是否是速度、双工的自协商配置 显示端口速度、双工的自协商配置 [8] 端口流控状态 显示端口的MDI类型(不是缺省值的情况显示) [9] 端口可以正常转发的帧长度 显示端口可以正常转发的帧长度 [10] 端口的广播抑制比 显示端口的广播抑制比 [11] 端口是否允许jumbo帧通过 显示端口是否允许jumbo帧通过 [12] 端口的PVID 显示端口的PVID [13] 端口的链路类型 显示端口的链路类型(access,trunk,hybrid) [14] 端口所属的tag的VLAN的列表 显示端口所属的tag的VLAN的列表 [15] 端口所属的untag的VLAN的列表 显示端口所属的untag的VLAN的列表 [16] 接口最近五分钟输出和输入速率和报文数 实现最近五分钟输出和输入速率和报文数 物理错误
显示网络中的物理错误数据包数,包括 CRC 错误、对齐错误、过大数据包错误和过小数据包错误。如果系统捕获到网络中有较多此类物理错误的数据包,表示当前网络的物理层可能存在故障,具体可能是由网络设备及线路干扰过大、网线 RJ45 头损坏、接触不良、线路两端设备速率不匹配等情况造成。
[17] 接口的物理层输入总值统计 显示物理层输出的报文数/字节数/广播和多播/PAUSE帧
总的统计值只包括正常、异常包和PAUSE帧 [18] 接口的物理层输入中正常帧的统计 显示物理层输出的报文数/字节数/广播和多播/PAUSE帧 正常帧的统计值包括正常数据帧和正常PAUSE帧 [19] 接口的物理层输入错误统计 输入错误数,input errors等于各种重要错误信息的总和。不同的产品可以根据具体情况增加其它参数,或减少不能实现的参数。 (1) Runts: discarded packets that are smaller than the mediums minimum packet size. ( Receive Byte Count < 64 and NOT CRC Error or Receive Byte Count < 64 and Tag Packet and NOT CRC Error, 无论是否有vlan tag,数据段小于64字节,而且没有CRC校验错误的帧。) (2) Giants: discarded packets that are larger than the mediums maximum packet size. ( Receive Byte Count > 1518 and NOT CRC Error or Receive Byte Count > 1522 and Tag Packet and NOT CRC Error, 没有vlan tag,数据段大于1518字节,小于最大帧长度,而且没有CRC校验错误的帧,和有vlan tag,数据段大于1522字节,小于最大帧长度,而且没有CRC校验错误的帧。) (3) Throttles: discarded packets that are incomplete frames. ( 交换机察觉缓存或CPU过载,关闭接口接收器的情形称为 throttle,是cisco路由器上的一个概念,我们的交换机目前不具备这个功能,一般应该显示为不支持。) (4) CRC: discarded packets with checksum error. ( Receive Packet CRC error,帧长度在正常范围(不带tag,长度在64到1518之间,或带tag,长度在64到1522之间),而且CRC校验错,如果支持此项,则不支持奇偶校验错误项。) (5) Frame: discarded packets with frame pad/sequence/alignment error, out of frame etc. ( 不是整数字节,而是多1~7bit,因此不对齐,或乱序或空帧,而且CRC校验错误,但是不计入CRC错误。) (6) Overrun: the receiver hardware is unable to hand received data to a hardware buffer because the input rate exceeds the receivers ability to handle the data. ( 由于接口输入速率超过接受方处理能力,导致丢包,由于我们的交换机一般是线速转发,这项一般应该为0,只有部分交换机对上传CPU或三层线速转发的帧有接口带宽限制,或是通过ACL实现的带宽限制,因此被丢弃的帧,计入此项。) (7) Aborts: Input abnormal frames that are discarded. ( 除其他错误之外,产品认为有必要统计的错误,例如前导码异常的帧,计入此项。) (8) Ignored: packets that are discarded because the interface hardware does not have enough internal buffers. ( Packet ignored,由于接口内部buffer满,丢弃的帧,与由于主系统缓存空间缺乏,导致的丢弃帧不同。线速转发的帧,在多接口满带宽输入,单接口输出等情况下,由于输出接口的带宽不足,数据帧将内部缓存占满,导致从接口输入的帧在进入内部缓存之前被丢弃,以及进入内部缓存的帧超时无法输出,计入此项,上传到CPU的帧,由于CPU处理能力限制,toCPU的缓存满,导致被丢弃,也计入此项。) (9) Parity: Frames with parity error. ( Receive Packet parity error,如果支持此项,则不支持 CRC 错误项。)