hpIgmpStatsPortAccess2
STATISTICS-MIB ·
.1.3.6.1.4.1.11.2.14.11.5.1.9.10.3.1.3
Object
column mandatory
Enumeration
If this value is host then this port has seen IGMP report packets for this active group address. If this value is router then this port has detected IGMP query packets from the querier (device sending out query packets). If this value is host-router then this port has seen report packets, and IGMP query packets from the querier.
Context
- MIB
- STATISTICS-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.5.1.9.10.3.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- hpIgmpStatsPortEntry2
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'STATISTICS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STATISTICS-MIB::hpIgmpStatsPortAccess2'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'STATISTICS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STATISTICS-MIB::hpIgmpStatsPortAccess2.<hpIgmpStatsVlanIndex>.<hpIgmpStatsActiveGroupAddr>.<hpIgmpStatsPortIndex2>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'STATISTICS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'STATISTICS-MIB::hpIgmpStatsPortAccess2'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | host |
2 | router |
3 | host-router |