Page MenuHomeVyOS Platform

Add 'vlan-to-vni statistics' op-mode command
Closed, ResolvedPublicFEATURE REQUEST

Description

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

Details

Version
-
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Event Timeline

dmbaturin changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.
dmbaturin moved this task from Open to Finished on the VyOS 1.5 Circinus (1.5-stream-2025-Q3) board.
dmbaturin moved this task from Need Triage to Completed on the VyOS Rolling board.
Unknown Object (User) closed this task as Resolved.Oct 10 2025, 10:07 AM