08-21-2015 01:55 PM
Hi,
the traffic counters do not increase (all = 0) for all vlans I created on Summit X480-48t (EXOS 15.7.2.9)
according to https://extremeportal.force.com/ExtrArticleDetail?an=000088473
ifInUcastPkts and IfInNUcastPkts are not supported.
But nothing about ifInOctets and ifOutOctets
On my Summit X480-48t, for example, the UP_MGW vlan is created with the following commands:
create vlan UP_MGW
configure vlan UP_MGW tag 651
configure vlan UP_MGW add ports 7 tagged
configure ports 7 monitor vlan UP_MGW
In the snmpwalk printout, ifInOctets and ifOutOctets counters (among others) are not incremented for this vlan, although I am sure there is traffic on this vlan.
Same issue for all created vlans : their counters are frozen at 0.
For instance for the UP_MGW vlan ;
IF-MIB::ifDescr.1000086 = STRING: VLAN 00651 (UP_MGW)
IF-MIB::ifInOctets.1000086 = Counter32: 0
IF-MIB::ifOutOctets.1000086 = Counter32: 0
Indexes from 1000001 to 1000090 corresponds to the vlans I created by CLI commands (for instance "UP_MGW"). Those indexes are "dynamics".
Indexes from 1001 to 1048 corresponds to the 48 physical ports of the switch.
For those indexes, IF-MIB::ifInOctets and IF-MIB::ifOutOctets work fine, they are increasing.
But all ifInOctets and ifOutOctets are blocked to zero:
IF-MIB::ifInOctets.1000001 = Counter32: 0
...
IF-MIB::ifInOctets.1000111 = Counter32: 0
IF-MIB::ifOutOctets.1000001 = Counter32: 0
...
IF-MIB::ifOutOctets.1000111 = Counter32: 0
How to "activate" the counters related to user-created vlans that we can fetch with snmp ?
Thanks
Fabien-
08-26-2015 02:06 PM
Hi Fabien,
I took a look at your query and following some tests in the lab I can confirm that the article below is correct.
https://extremeportal.force.com/ExtrArticleDetail?an=000088473
From my lab, the MIB "ifDesc" shows port 13 and the VLAN named mib as below respectively:-
x.x.0.38 ifDescr 1013 Display String X460-48p Port 13 X460-48p Port 13
x.x.0.38 ifDescr 1000023 Display String VLAN 00333 (mib) VLAN 00333 (mib)
And when I get those MIBs on the switch the output is as you described.
* X460-48p.3 # show snmp get 1.3.6.1.2.1.2.2.1.10.1013
ifTable.1.10.1013 = 14058399
* X460-48p.3 # show snmp get 1.3.6.1.2.1.2.2.1.10.1000023
ifTable.1.10.1000023 = 0
The confusion may be because the tab in the link you mentioned; where this looks to be working, is for our S-Series Product.
However a "feature request" has been opened with our Product Management to consider adding those counter for VLANs on EXOS Products.
Regards
Andy Vaughan.
08-24-2015 07:37 AM
08-23-2015 11:46 AM
08-21-2015 05:50 PM