ibmmaintShutdown
IBM6611-MIB ·
.1.3.6.1.4.1.2.6.2.4.4.1
Object
scalar mandatory
r/w
Enumeration
When read, an active 6611 will return the value
running(1).
To force a shutdown, without a subsequent re-ipl
of the 6611, this value should be set to
shutdown-noipl(2).
To recyle the 6611, (i.e.- shutdown with a
subsequent re-ipl), and use the currently installed
configuration, this variable should be set
to shutdown-ipl-local(4).
Context
- MIB
- IBM6611-MIB
- OID
.1.3.6.1.4.1.2.6.2.4.4.1- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- ibmmaint
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM6611-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM6611-MIB::ibmmaintShutdown.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM6611-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM6611-MIB::ibmmaintShutdown'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | running |
2 | shutdown-noipl |
4 | shutdown-ipl-local |