rcIgmpSsmLearningMode
RC-IGMP-MIB ·
.1.3.6.1.4.1.2272.1.30.6.1.3
Object
column r/w
Enumeration
This object indicates whether an entry was statically configured or dynamically learned through IGMPv3. Note that it is not necessary to write to this object when creating a static entry. However, for an existing dynamic(1) entry, the value of this object may be set to static(2) in order to convert the entry into a static entry. Setting this object to dynamic(1) for an existing static entry will generate an inconsistentValue error.
Context
- MIB
- RC-IGMP-MIB
- OID
.1.3.6.1.4.1.2272.1.30.6.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcIgmpSsmEntry
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::rcIgmpSsmLearningMode'
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::rcIgmpSsmLearningMode.<rcIgmpSsmIpMulticastGrp>'
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::rcIgmpSsmLearningMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dynamic |
2 | static |