列出华为IOS的简要信息

网络工程 华为
2022-02-07 19:44:46

当我使用display interfaces那里显示很多数据。我必须使用Space跳过页面才能看到更多内容。

Description:HUAWEI, AR Series, GigabitEthernet0/0/1 Interface
Route Port,The Maximum Transmit Unit is 1500
Internet protocol processing : disabled
IP Sending Frames' Format is PKTFMT_ETHNT_2, Hardware address is 00e0-fc8e-1f05
Last physical up time   : -
Last physical down time : 2018-10-23 15:37:15 UTC-08:00
Current system time: 2018-10-23 15:54:46-08:00
Port Mode: COMMON COPPER
Speed : 1000,  Loopback: NONE
Duplex: FULL,  Negotiation: ENABLE
Mdi   : AUTO
Last 300 seconds input rate 0 bits/sec, 0 packets/sec
Last 300 seconds output rate 0 bits/sec, 0 packets/sec
Input peak rate 0 bits/sec,Record time: -
Output peak rate 0 bits/sec,Record time: -

Input:  0 packets, 0 bytes
  Unicast:                  0,  Multicast:                   0
  Broadcast:                0,  Jumbo:                       0
  Discard:                  0,  Total Error:                 0

  CRC:                      0,  Giants:                      0
  Jabbers:                  0,  Throttles:                   0
  Runts:                    0,  Symbols:                     0
  Ignoreds:                 0,  Frames:                      0

Output:  0 packets, 0 bytes
  Unicast:                  0,  Multicast:                   0
  Broadcast:                0,  Jumbo:                       0
  ---- More ----

有没有列出华为IOS接口简要信息的命令?

1个回答

使用该display interface brief命令可以查看设备上所有接口的信息,包括一段时间内的物理状态、协议状态、出入方向的带宽使用情况、发送和接收的错误报文数。

<Quidway> display interface brief
PHY: Physical
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
(b): BFD down
(e): ETHOAM down
(d): Dampening Suppressed
InUti/OutUti: input utility/output utility
Interface                   PHY   Protocol InUti OutUti   inErrors  outErrors
Ethernet0/0/1               down  down        0%     0%          0          0
Ethernet0/0/2               down  down        0%     0%          0          0
Ethernet0/0/3               down  down        0%     0%          0          0
Ethernet0/0/4               down  down        0%     0%          0          0
Ethernet0/0/5               down  down        0%     0%          0          0
Ethernet0/0/6               down  down        0%     0%          0          0
Ethernet0/0/7               down  down        0%     0%          0          0
Ethernet0/0/8               down  down        0%     0%          0          0
Ethernet0/0/9               down  down        0%     0%          0          0
Ethernet0/0/10              down  down        0%     0%          0          0

来源: http: //support.huawei.com/hdx/pages/SE0000502997DEA01271/01/SE0000502997DEA01271/01/resources/s/display_interface_brief.html