The display statistics interface vlan command displays VLAN packet statistics on a specified interface.
Usage Scenario
To view packet statistics on a specified interface in a VLAN, run the display statistics vlan command. The command output helps you analyze interface faults.
Prerequisites
An interface has been enabled to collect VLAN packet statistics using the statistics enable vlan command.
Precautions
To view packet statistics on all interfaces in a VLAN, run the display vlan statistics command in the VLAN view.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display statistics interface Eth-Trunk 1 vlan 10
Last 5 minutes input rate 0 packets/sec, 0 bytes/sec
Last 5 minutes output rate 0 packets/sec, 0 bytes/sec
0 packets input, 0 bytes
0 packets output, 0 bytes
Input:0 packets of unicast input
0 packets of multicast input
0 packets of broadcast input
0 packets of unknown-unicast input
Output:0 packets of unicast output
0 packets of multicast output
0 packets of broadcast output
0 packets of unknown-unicast output
Item | Description |
---|---|
Last 5 minutes input rate/Last 5 minutes output rate | Rates at which bytes and packets were sent and received in the last 5 minutes. |
0 packets input | Number of packets received, including unicast, broadcast, and multicast packets. |
0 packets output | Number of packets sent, including unicast, broadcast, and multicast packets. |
Input | Message information received by the interface. |
Output | Message information sent by the interface. |