SNMP walk returns multiple values for OID - which one do we use?
We are trying to use the following:
apSigRealmStatsPeriodHighOutbound
apSigRealmStatsEntry: 1.3.6.1.4.1.9148.3.2.1.2.4.1.13
Highest number of concurrent outbound sessions during the 100 second sliding window period.
SNMP walk returns the following:
sh-4.1$ snmpwalk -v2c -c blabla x.x.x.x 1.3.6.1.4.1.9148.3.2.1.2.4.1.13
SNMPv2-SMI::enterprises.9148.3.2.1.2.4.1.13.1 = Gauge32: 252
SNMPv2-SMI::enterprises.9148.3.2.1.2.4.1.13.2 = Gauge32: 0
SNMPv2-SMI::enterprises.9148.3.2.1.2.4.1.13.3 = Gauge32: 57
SNMPv2-SMI::enterprises.9148.3.2.1.2.4.1.13.4 = Gauge32: 0
SNMPv2-SMI::enterprises.9148.3.2.1.2.4.1.13.5 = Gauge32: 0
SNMPv2-SMI::enterprises.9148.3.2.1.2.4.1.13.6 = Gauge32: 0
SNMPv2-SMI::enterprises.9148.3.2.1.2.4.1.13.7 = Gauge32: 0
SNMPv2-SMI::enterprises.9148.3.2.1.2.4.1.13.8 = Gauge32: 0
SNMPv2-SMI::enterprises.9148.3.2.1.2.4.1.13.9 = Gauge32: 0
SNMPv2-SMI::enterprises.9148.3.2.1.2.4.1.13.10 = Gauge32: 0
SNMPv2-SMI::enterprises.9148.3.2.1.2.4.1.13.11 = Gauge32: 347
Can someone tell me what the values are? I was expecting it to only return one number.
Thanks!