wwpContainmentMulticastState
WWP-CONTAINMENT-MIB ·
.1.3.6.1.4.1.6141.2.55.1.1.2.1.6
Object
column Enumeration
This value indicates the present state of the
multicast containment mechanism within the device.
idle(1) - The multicast containment is presently
disengaged.
starting(2) - The multicast containment mechanism has
determined that the conditions warrant the engagement
of the multicast containment mechanism. This is a
momentary state which may exist during the transition
from the idle state to the engaged state.
engaged(3) - The multicast containment mechanism is
currently engaged. The action defined by
wwpContainmentMulticastAction is presently in effect.
stopping(4) - The multicast containment mechanism has
determined that the conditions warrant the disengagement
of the multicast containment mechanism. This is a
momentary state which may exist during the transition
from the engaged state to the idle state.
Context
- MIB
- WWP-CONTAINMENT-MIB
- OID
.1.3.6.1.4.1.6141.2.55.1.1.2.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wwpContainmentMulticastEntry
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 'WWP-CONTAINMENT-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-CONTAINMENT-MIB::wwpContainmentMulticastState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WWP-CONTAINMENT-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-CONTAINMENT-MIB::wwpContainmentMulticastState.<wwpContainmentMulticastPortId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WWP-CONTAINMENT-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WWP-CONTAINMENT-MIB::wwpContainmentMulticastState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | starting |
3 | engaged |
4 | stopping |