The display interface ethernet brief command displays brief information about an Ethernet interface, including the physical status, auto-negotiation mode, duplex mode, interface rate, and latest average inbound and outbound bandwidth usage.
display interface ethernet brief [ main ] [ | { begin | exclude | include } regular-expression ]
| Parameter | Description | Value |
|---|---|---|
| main | Displays brief information about the main interface. |
- |
| | | Filters the output by using the regular expression. |
- |
| begin | Displays the information from the line containing the regular expression. | - |
| exclude | Displays all the lines that do not contain the regular expression. |
- |
| include | Displays all the lines that contain the regular expression. |
- |
| regular-expression | Specifies the regular expression. |
- |
# Display brief information about an Ethernet interface.
<sysname> display interface ethernet brief
PHY: Physical
*down: administratively down
^down: standby
(l):loopback
(b): BFD down
InUti/OutUti: input utility/output utility
Interface PHY Auto-Neg Duplex Bandwidth InUti OutUti Trunk
GigabitEthernet0/0/0 up enable full 100M 0% 0% --
GigabitEthernet0/0/10 up disable full 1000M 0.01% 0.01% --
Item |
Description |
|---|---|
Interface |
Indicates the name and number of an interface. All interfaces
are displayed in the lexicographic order. The interface can be:
|
PHY |
Indicates the physical status of the interface. The physical
status can be:
|
Auto-Neg |
Indicates whether auto-negotiation is enabled on the interface.
The value can be:
|
Duplex |
Indicates the duplex mode of the interface. The value can
be:
|
Bandwidth |
Indicates the bandwidth of the interface. The value can
be:
|
InUti |
Indicates the average bandwidth usage of the interface in the receiving direction within the latest five minutes. Average bandwidth usage of the interface in the receiving direction within the latest five minutes = Average traffic rate of the interface in the receiving direction within the latest five minutes/interface bandwidth When the average bandwidth usage of the interface in the receiving direction is smaller than 0.01% and the traffic is available, the value is displayed as 0.01%. When interface bandwidth becomes smaller, for example, when you use the speed command to adjust the interface bandwidth of an Ethernet interface, or a member interface of an Eth-Trunk interface goes Down or is unbound from the Eth-Trunk interface, bandwidth usage may be 100% because the communication traffic is not adjusted in a timely manner. |
OutUti |
Indicates the average bandwidth usage of the interface in the sending direction within the latest five minutes. Average bandwidth usage of the interface in the sending direction within the latest five minutes = Average traffic rate of the interface in the sending direction within the latest five minutes/interface bandwidth When the average bandwidth usage of the interface in the sending direction is smaller than 0.01% and the traffic is available, the value is displayed as 0.01%. When interface bandwidth becomes smaller, for example, when you use the speed command to adjust the interface bandwidth of an Ethernet interface, or a member interface of an Eth-Trunk interface goes Down or is unbound from the Eth-Trunk interface, bandwidth usage may be 100% because the communication traffic is not adjusted in a timely manner. |
Trunk |
Indicates the ID of the Eth-Trunk interface. |