Ihuso,
i'm not sure if it can be done.
There's a command to enable vlan statistics in EXOS:
configure ports monitor vlan >vlan_name>The statistics can then be displayed with the commands
show ports {port_list} vlan statistics {no-refresh}
show vlan {vlan_name} statistics {no-refresh}Unfortunately, the documentation indicates that these statistics are generated in real time and are not logged...
There are MIB variables available, though:
ExtremeVlanStatsGroup=1.3.6.1.4.1.1916.1.2.8
ExtremeVlanL2StatsTable=1.3.6.1.4.1.1916.1.2.8.1
ExtremePortVlanStatsTable=1.3.6.1.4.1.1916.1.2.8.2
You may want to give it a try, though, as things may have changed in the latest releases...