rcIgmpNewSsmLearningMode
RC-IGMP-MIB ·
.1.3.6.1.4.1.2272.1.30.26.1.3
Object
column Enumeration
This is a read only field that provides information if the entry is statically configured entry (Static) or a dynamically learned entry from IGMPv3 (Dynamic). Note that Dynamic may not be used in the first step of the implementation.
Context
- MIB
- RC-IGMP-MIB
- OID
.1.3.6.1.4.1.2272.1.30.26.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcIgmpNewSsmEntry
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 'RC-IGMP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IGMP-MIB::rcIgmpNewSsmLearningMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-IGMP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IGMP-MIB::rcIgmpNewSsmLearningMode.<rcIgmpNewSsmIpMulticastGrp>.<rcIgmpNewSsmIpSource>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-IGMP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-IGMP-MIB::rcIgmpNewSsmLearningMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dynamic |
2 | static |