fruCtlrCtState
SUN-T300-MIB ·
.1.3.6.1.4.1.42.2.28.2.2.3.6.1.4
Object
column Enumeration
The current state of the controller FRU.
Context
- MIB
- SUN-T300-MIB
- OID
.1.3.6.1.4.1.42.2.28.2.2.3.6.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fruCtlrEntry
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 'SUN-T300-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUN-T300-MIB::fruCtlrCtState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUN-T300-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUN-T300-MIB::fruCtlrCtState.<unitIndex>.<fruIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUN-T300-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUN-T300-MIB::fruCtlrCtState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | expansionUnit |
2 | booting |
3 | online |
4 | disabled |
5 | disabling |
6 | reset |
7 | resetting |
8 | reconfig |
9 | hotPlug |
10 | virtual |