Forum Discussion
Philipp_Stadler
Nimbostratus
May 02, 2014SNMP VLAN Statistics
I'm playing around with SNMP monitoring to get traffic statistics by VLAN.
Now I figured out, that almost all VLAN interfaces have the same bytes in counters (also all other counters are the same abo...
nitass
Employee
May 13, 2015i understand ID382157 is fixed in 11.5.2 hf1. it is not fixed in 11.6.0. as you know, support team may be able to provide engineering hotfix.
anyway, if i do not misunderstand, result of the fix is to obsolete F5-BIGIP-SYSTEM-MIB::sysVlanStatTable and use IF-MIB::ifXTable instead.
ID382157 - vlan stats reported by sflow do not match other sources
[root@B4200-R77-S7:Active:Standalone] config tmsh show sys version | head
Sys::Version
Main Package
Product BIG-IP
Version 11.5.2
Build 1.0.169
Edition Hotfix HF1
Date Sun Mar 29 05:30:28 PDT 2015
[root@B4200-R77-S7:Active:Standalone] config snmpwalk -v 2c -c public localhost f5 | grep sysVlanStat
F5-BIGIP-SYSTEM-MIB::sysVlanStatNumber.0 = INTEGER: 2
F5-BIGIP-SYSTEM-MIB::sysVlanStatVlanName."/Common/external" = STRING: /Common/external
F5-BIGIP-SYSTEM-MIB::sysVlanStatVlanName."/Common/internal" = STRING: /Common/internal
F5-BIGIP-SYSTEM-MIB::sysVlanStatPktsIn."/Common/external" = Counter64: 196874
F5-BIGIP-SYSTEM-MIB::sysVlanStatPktsIn."/Common/internal" = Counter64: 196874
F5-BIGIP-SYSTEM-MIB::sysVlanStatBytesIn."/Common/external" = Counter64: 37185243
F5-BIGIP-SYSTEM-MIB::sysVlanStatBytesIn."/Common/internal" = Counter64: 37185243
F5-BIGIP-SYSTEM-MIB::sysVlanStatPktsOut."/Common/external" = Counter64: 46
F5-BIGIP-SYSTEM-MIB::sysVlanStatPktsOut."/Common/internal" = Counter64: 46
F5-BIGIP-SYSTEM-MIB::sysVlanStatBytesOut."/Common/external" = Counter64: 3697
F5-BIGIP-SYSTEM-MIB::sysVlanStatBytesOut."/Common/internal" = Counter64: 3697
F5-BIGIP-SYSTEM-MIB::sysVlanStatMcastIn."/Common/external" = Counter64: 131818
F5-BIGIP-SYSTEM-MIB::sysVlanStatMcastIn."/Common/internal" = Counter64: 131818
F5-BIGIP-SYSTEM-MIB::sysVlanStatMcastOut."/Common/external" = Counter64: 16
F5-BIGIP-SYSTEM-MIB::sysVlanStatMcastOut."/Common/internal" = Counter64: 16
F5-BIGIP-SYSTEM-MIB::sysVlanStatErrorsIn."/Common/external" = Counter64: 0
F5-BIGIP-SYSTEM-MIB::sysVlanStatErrorsIn."/Common/internal" = Counter64: 0
F5-BIGIP-SYSTEM-MIB::sysVlanStatErrorsOut."/Common/external" = Counter64: 0
F5-BIGIP-SYSTEM-MIB::sysVlanStatErrorsOut."/Common/internal" = Counter64: 0
F5-BIGIP-SYSTEM-MIB::sysVlanStatDropsIn."/Common/external" = Counter64: 0
F5-BIGIP-SYSTEM-MIB::sysVlanStatDropsIn."/Common/internal" = Counter64: 0
F5-BIGIP-SYSTEM-MIB::sysVlanStatDropsOut."/Common/external" = Counter64: 0
F5-BIGIP-SYSTEM-MIB::sysVlanStatDropsOut."/Common/internal" = Counter64: 0
F5-BIGIP-SYSTEM-MIB::sysVlanStatCollisions."/Common/external" = Counter64: 0
F5-BIGIP-SYSTEM-MIB::sysVlanStatCollisions."/Common/internal" = Counter64: 0
[root@B4200-R77-S7:Active:Standalone] config tmctl ifc_stats -w 999
name type if_index in_discards in_errors in_unknown_protos out_discards out_errors hc_in_octets hc_in_ucast_pkts hc_in_multicast_pkts hc_in_broadcast_pkts hc_out_octets hc_out_ucast_pkts hc_out_multicast_pkts hc_out_broadcast_pkts
-------------------- ---- -------- ----------- --------- ----------------- ------------ ---------- ------------ ---------------- -------------------- -------------------- ------------- ----------------- --------------------- ---------------------
/Common/external 1 896 0 0 0 0 0 605 6 0 1 2139 6 8 13
/Common/http-tunnel 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0
/Common/internal 1 912 0 0 0 0 0 7745 27 0 20 5224 10 8 28
/Common/socks-tunnel 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0
tmm0 1 0 0 0 0 0 0 13256352 18144 0 4 845772 14097 22 44
tmm_bp 1 0 0 0 0 0 0 0 0 0 0 2048 0 16 16
[root@B4200-R77-S7:Active:Standalone] config snmpwalk -v 2c -c public localhost ifxtable | grep 896
IF-MIB::ifName.896 = STRING: /Common/external
IF-MIB::ifInMulticastPkts.896 = Counter32: 0
IF-MIB::ifInBroadcastPkts.896 = Counter32: 1
IF-MIB::ifOutMulticastPkts.896 = Counter32: 8
IF-MIB::ifOutBroadcastPkts.896 = Counter32: 13
IF-MIB::ifHCInOctets.896 = Counter64: 605
IF-MIB::ifHCInUcastPkts.896 = Counter64: 6
IF-MIB::ifHCInMulticastPkts.896 = Counter64: 0
IF-MIB::ifHCInBroadcastPkts.896 = Counter64: 1
IF-MIB::ifHCOutOctets.896 = Counter64: 2139
IF-MIB::ifHCOutUcastPkts.896 = Counter64: 6
IF-MIB::ifHCOutMulticastPkts.896 = Counter64: 8
IF-MIB::ifHCOutBroadcastPkts.896 = Counter64: 13
IF-MIB::ifLinkUpDownTrapEnable.896 = INTEGER: disabled(2)
IF-MIB::ifHighSpeed.896 = Gauge32: 0
IF-MIB::ifPromiscuousMode.896 = INTEGER: false(2)
IF-MIB::ifConnectorPresent.896 = INTEGER: false(2)
IF-MIB::ifCounterDiscontinuityTime.896 = Timeticks: (0) 0:00:00.00
[root@B4200-R77-S7:Active:Standalone] config snmpwalk -v 2c -c public localhost ifxtable | grep 912
IF-MIB::ifName.912 = STRING: /Common/internal
IF-MIB::ifInMulticastPkts.912 = Counter32: 0
IF-MIB::ifInBroadcastPkts.912 = Counter32: 20
IF-MIB::ifOutMulticastPkts.912 = Counter32: 8
IF-MIB::ifOutBroadcastPkts.912 = Counter32: 28
IF-MIB::ifHCInOctets.912 = Counter64: 7745
IF-MIB::ifHCInUcastPkts.912 = Counter64: 27
IF-MIB::ifHCInMulticastPkts.912 = Counter64: 0
IF-MIB::ifHCInBroadcastPkts.912 = Counter64: 20
IF-MIB::ifHCOutOctets.912 = Counter64: 5224
IF-MIB::ifHCOutUcastPkts.912 = Counter64: 10
IF-MIB::ifHCOutMulticastPkts.912 = Counter64: 8
IF-MIB::ifHCOutBroadcastPkts.912 = Counter64: 28
IF-MIB::ifLinkUpDownTrapEnable.912 = INTEGER: disabled(2)
IF-MIB::ifHighSpeed.912 = Gauge32: 0
IF-MIB::ifPromiscuousMode.912 = INTEGER: false(2)
IF-MIB::ifConnectorPresent.912 = INTEGER: false(2)
IF-MIB::ifCounterDiscontinuityTime.912 = Timeticks: (0) 0:00:00.00
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects