The display vlan-statistics command displays user traffic statistics based on a specified inner or outer VLAN ID on a device.
This command is supported only on the NetEngine 8000 F1A.
| Parameter | Description | Value |
|---|---|---|
| pevlan pevlan-id |
Displays statistics about user packets with a specified single or outer VLAN ID on a specified interface. |
The value is an integer ranging from 1 to 4094. |
| cevlan cevlan-id |
Displays statistics about user packets with a specified inner VLAN ID on a specified interface. |
he value is an integer ranging from 1 to 4094. |
To check user traffic statistics based on a specified inner or outer VLAN ID on a device, run the display vlan-statistics command.
NOTE: If user traffic statistics collection based on inner or outer VLAN IDs on a device has not been enabled using the access user-flow-statistics enable command, 0 is displayed for user traffic statistics after you run the display vlan-statistics command.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display vlan-statistics pevlan 1
input: 0 packets, 0 bytes
output: 0 packets, 0 bytes
ipv4 input: 0 packets, 0 bytes
ipv4 output: 0 packets, 0 bytes
ipv6 input: 0 packets, 0 bytes
ipv6 output: 0 packets, 0 bytes
| Item | Description |
|---|---|
| ipv4 input | Statistics about received IPv4 user packets. |
| ipv4 output | Statistics about sent IPv4 user packets. |
| ipv6 input | Statistics about received IPv6 user packets. |
| ipv6 output | Statistics about sent IPv6 user packets. |
| input | Statistics about received IPv4 and IPv6 user packets. |
| output | Statistics about sent IPv4 and IPv6 user packets. |