各位老师,交换机端口瞬间速率查询命令 用那个命令能查到。比如每秒多少数据。
(0)
详情可参考下面命令信息
display interface命令用来显示聚合接口的相关信息。
【命令】
display interface [ { bridge-aggregation | route-aggregation } [ interface-number | interface-number.subnumber ] ] [ brief [ description | down ] ]
【视图】
任意视图
【缺省用户角色】
network-admin
network-operator
mdc-admin
mdc-operator
【参数】
bridge-aggregation:显示二层聚合接口的相关信息。
route-aggregation:显示三层聚合接口的相关信息。
interface-number:表示聚合接口的编号,取值范围为已创建的聚合接口的编号。
interface-number.subnumber:指定三层聚合子接口编号。其中interface-number为主接口编号;subnumber为已创建的三层聚合子接口的编号。
brief:显示接口的概要信息。如果未指定该参数,将显示接口的详细信息。
description:用来显示用户配置的接口的全部描述信息。如果某接口的描述信息超过27个字符,不指定该参数时,只显示描述信息中的前27个字符,超出部分不显示;指定该参数时,可以显示全部描述信息。
down:显示当前物理状态为down的接口的信息以及down的原因。不指定该参数时,将不会根据接口物理状态来过滤显示信息。
【使用指导】
如果未指定聚合接口的类型,将显示设备支持的所有接口的相关信息。
如果指定了聚合接口的类型而未指定聚合接口编号,将显示所有已创建的该类型聚合接口的相关信息。
【举例】
# 显示二层聚合接口1的详细信息。
<Sysname> display interface bridge-aggregation 1
Bridge-Aggregation1
Current state: UP
IP packet frame type: Ethernet II, hardware address: 000f-e207-f2e0
Description: Bridge-Aggregation1 Interface
Bandwidth: 1000 kbps
2Gbps-speed mode, full-duplex mode
Link speed type is autonegotiation, link duplex type is autonegotiation
PVID: 1
Port link-type: Access
Tagged VLANs: None
UnTagged VLANs: 1
Last clearing of counters: Never
Last 300 seconds input: 6900 packets/sec 885160 bytes/sec 0%
Last 300 seconds output: 3150 packets/sec 404430 bytes/sec 0%
Input (total): 5364747 packets, 686688416 bytes
2682273 unicasts, 1341137 broadcasts, 1341337 multicasts, 0 pauses
Input (normal): 5364747 packets, 686688416 bytes
2682273 unicasts, 1341137 broadcasts, 1341337 multicasts, 0 pauses
Input: 0 input errors, 0 runts, 0 giants, 0 throttles
0 CRC, 0 frame, 0 overruns, - aborts
- ignored, - parity errors
Output (total): 1042508 packets, 133441832 bytes
1042306 unicasts, 0 broadcasts, 202 multicasts, - pauses
Output (normal): 1042508 packets, 133441832 bytes
1042306 unicasts, 0 broadcasts, 202 multicasts, 0 pauses
Output: 0 output errors, - underruns, - buffer failures
0 aborts, 0 deferred, 0 collisions, 0 late collisions
- lost carrier, - no carrier
# 显示三层聚合接口1的详细信息。
<Sysname> display interface route-aggregation 1
Route-Aggregation1
Current state: UP
Line protocol state: UP
Description: Route-Aggregation1 Interface
Bandwidth: 1000 kbps
Maximum transmission unit: 1500
Internet protocol processing: Disabled
IP packet frame type: Ethernet II, hardware address: 0000-0000-0000
IPv6 packet frame type: Ethernet II, hardware address: 0000-0000-0000
Port priority: 0
Output queue - Urgent queuing: Size/Length/Discards 0/100/0
Output queue - Protocol queuing: Size/Length/Discards 0/500/0
Output queue - FIFO queuing: Size/Length/Discards 0/75/0
Unknown-speed mode, unknown-duplex mode
Link speed type is autonegotiation, link duplex type is autonegotiation
Last clearing of counters: Never
Last 300 seconds input rate: 0 bytes/sec, 0 bits/sec, 0 packets/sec
Last 300 seconds output rate: 0 bytes/sec, 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 drops
0 packets output, 0 bytes, 0 drops
# 显示二层聚合接口1的概要信息。
<Sysname> display interface bridge-aggregation 1 brief
Brief information on interfaces in bridge mode:
Link: ADM - administratively down; Stby - standby
Speed: (a) – auto
Duplex: (a)/A - auto; H - half; F - full
Type: A - access; T - trunk; H - hybrid
Interface Link Speed Duplex Type PVID Description
BAGG1 UP auto A A 1
# 显示三层聚合接口1的概要信息。
<Sysname> display interface route-aggregation 1 brief
Brief information on interfaces in route mode:
Link: ADM - administratively down; Stby - standby
Protocol: (s) - spoofing
Interface Link Protocol Primary IP Description
RAGG1 UP UP --
表1-1 display interface命令显示信息描述表
字段 | 描述 |
Bridge-Aggregation1 | 二层聚合接口名 |
Route-Aggregation1 | 三层聚合接口名 |
Current state | 接口的状态: · Administratively DOWN:表示该接口已被shutdown命令关闭,其管理状态为关闭 · DOWN:表示该接口的管理状态为开启,但其物理状态为关闭(可能由于没有物理连线或线路故障) · UP:表示该接口的管理状态和物理状态均为开启 |
IP packet frame type | IPv4报文帧格式 |
IPv6 packet frame type | IPv6报文帧格式 |
hardware address | 接口的MAC地址 |
Description | 接口的描述信息 |
Bandwidth | 接口的期望带宽值,当该参数的取值为0时,不显示该参数 |
Port priority | 接口优先级 |
Output queue - Urgent queuing: Size/Length/Discards | 输出队列(紧急队列中当前的消息数/最大可容纳的消息数/已丢弃的消息数) |
Output queue - Protocol queuing: Size/Length/Discards | 输出队列(协议队列中当前的消息数/最大可容纳的消息数/已丢弃的消息数) |
Output queue - FIFO queuing: Size/Length/Discards | 输出队列(先进先出队列中当前的消息数/最大可容纳的消息数/已丢弃的消息数) |
Unknown-speed mode, unknown-duplex mode | 接口的速率和双工模式均未知 |
Link speed type is autonegotiation, link duplex type is autonegotiation | 接口的速率和双工模式都是通过自协商确定的 |
PVID | 接口缺省VLAN的编号 |
Port link-type | 接口的链路类型,取值可能为access、trunk或hybrid |
Tagged VLANs | 通过该接口后携带Tag的VLAN |
Untagged VLANs | 通过该接口后不再携带Tag的VLAN |
Last clearing of counters | 最后一次使用reset counters interface命令清除接口统计信息的时间。如果从设备启动一直没有执行reset counters interface命令清除过该接口下的统计信息,则显示Never |
Last 300 seconds input/output rate | 接口在最近300秒接收/发送报文的平均速率 |
Input/Output (total) | 接口接收/发送的全部报文的统计值 |
Input/Output (normal) | 接口接收/发送的正常报文的统计值 |
Line protocol state | 接口数据链路层协议状态: · UP · DOWN |
Maximum transmission unit | 接口的最大传输单元 |
Internet protocol processing: Disabled | 接口未配置IP地址,不能处理IP报文 |
Internet address | 接口的主IP地址 |
Brief information on interfaces in route mode | 三层接口的概要信息 |
Brief information on interfaces in bridge mode | 二层接口的概要信息 |
Link: ADM - administratively down; Stby - standby | 接口的物理连接状态: · ADM:表示该接口已被管理员通过shutdown命令关闭,在该接口下执行undo shutdown命令才能恢复其物理状态 · Stby:表示该接口是一个处于Standby状态的备份接口 |
Speed: (a) - auto | 如果某接口的Speed属性值为“(a)”,则表示该接口的速率是通过自动协商获取的 如果某接口的Speed属性值为“auto”,则表示该接口的速率是通过自动协商获取的,但协商还未开始 |
Duplex: (a)/A - auto; H - half; F - full | 接口的双工模式: · (a)/A:表示双工模式都是通过自协商确定的 · H:表示双工模式为半双工 · F:表示双工模式为全双工 |
Type: A - access; T - trunk; H - hybrid | 接口的链路类型: · A:表示Access类型 · H:表示Hybrid类型 · T:表示Trunk类型 |
Protocol: (s) - spoofing | 如果某接口的Protocol属性值中带有“(s)”字符串,则表示该接口的数据链路层协议状态显示为UP,但实际可能没有对应的链路,或者对应的链路不是永久存在而是按需建立的 |
Interface | 接口名称的缩写 |
Link | 接口物理连接状态,取值为: · UP:表示接口物理上是连通的 · DOWN:表示接口物理上是不通的 · ADM:表示接口被管理员通过shutdown命令关闭,需要执行undo shutdown命令才能恢复接口本身的物理状态 · Stby:表示该接口是一个处于Standby状态的备份接口 |
Speed | 接口的速率(单位为bps) |
Duplex | 接口的双工模式 |
Type | 接口的链路类型 · A:表示Access链路类型 · H:表示Hybrid链路类型 · T:表示Trunk链路类型 |
Protocol | 接口数据链路层协议状态,取值为: · UP:表示接口的数据链路层协议状态为开启 · DOWN:表示接口的数据链路层协议状态为关闭 · UP(s):表示接口的数据链路层协议状态显示为UP,但实际可能没有对应的链路,或者对应的链路不是永久存在而是按需建立的 |
Primary IP | 接口的主IP地址 |
Cause | 接口物理连接状态为down的原因 |
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论