smPMState
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.22.3.1.1.1.16
Object
column mandatory
Enumeration
The Protected Mode Status for the switch module. standby- Protected Mode capability exists on the IOM but has not been activated on the switch module or the MM. pending - Protected Mode has been activated on the MM but not yet on the switch module. active - Protected Mode is active on both the switch module and the MM. attention - Protected Mode is enabled on the switch module but not on the MM.
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.22.3.1.1.1.16- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- smControlEntry
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 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::smPMState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::smPMState.<smControlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::smPMState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disabled |
1 | pending |
2 | attention |
3 | active |
255 | notApplicable |