Displaying statistics for VLANs

Do the following to display statistics information for VLANs.

Enter the show statistics vlan command to view the statistics for all ports and port channels on all configured VLANs.
device# show statistics vlan

Vlan 10 Statistics
Interface 	RxPkts           RxBytes          TxPkts           TxBytes          
eth 0/1   	821729           821729           95940360         95940360
eth 0/2   	884484           885855           95969584         95484555
po  1        8884             8855               9684             9955

Vlan 20 Statistics
Interface 	RxPkts           RxBytes          TxPkts           TxBytes          
eth 0/6   	821729           821729           95940360         95940360
eth 0/21     8884             8855               9684             9955
po  2      884484           885855           95969584         95484555

Table 1. Output descriptions of the show statistics vlan command
Field Description
Interface The interface whose counter statistics are displayed.
RxPkts The number of packets received at the specified port.
RxBytes The number of bytes received at the specified port.
TxPkts The number of packets transmitted from the specified port.
TxBytes The number of bytes transmitted from the specified port.

Displaying VLAN statistics for a specific VLAN

Enter the show statistics vlan vlan ID command to view the statistics for a specific VLAN. Here vlan ID is the specific VLAN ID.
device# show statistics vlan 10

Vlan 10 Statistics
Interface 	RxPkts           RxBytes          TxPkts           TxBytes          
eth 0/1   	821729           821729           95940360         95940360
eth 0/2   	884484           885855           95969584         95484555
po  1      8884             8855             9684             9955