VLAN-to-VNI interface statistics are not returned with any existing op-mode command. This would provide that useful information. The following commands would be added:
show interfaces vxlan <interface name> statistics show interfaces vxlan <interface name>vlan <vlan-id> statistics
The output would like like this:
show interfaces vxlan vxlan0 statistics Interface VLAN VNI Rx Packets Rx Bytes Tx Packets Tx Bytes ----------- ------ ----- ------------ ---------- ------------ ---------- vxlan0 10 1001 0 0 0 0 vxlan0 20 1002 0 0 0 0
show interfaces vxlan vxlan0 vlan 10 statistics Interface VLAN VNI Rx Packets Rx Bytes Tx Packets Tx Bytes ----------- ------ ----- ------------ ---------- ------------ ---------- vxlan0 10 1001 0 0 0 0