s5ChasComOperState
OBS ✓
S5-CHASSIS-MIB ·
.1.3.6.1.4.1.45.1.6.3.3.1.1.10
Object
column Enumeration
The current operational state of the
component. The possible values are:
other(1).........some other state
notAvail(2)......state not available
removed(3).......component removed
disabled(4)......operation disabled
normal(5)........normal operation
resetInProg(6)...reset in progress
testing(7).......doing a self test
warning(8).......operating at warning level
nonFatalErr(9)...operating at error level
fatalErr(10).....error stopped operation
notConfig(11)....module needs to be configured
obsoleted(12)...module is obsoleted but in the chassis
The allowable (and meaningful) values
are determined by the component type.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- S5-CHASSIS-MIB
- OID
.1.3.6.1.4.1.45.1.6.3.3.1.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- s5ChasComEntry
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 'S5-CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-CHASSIS-MIB::s5ChasComOperState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'S5-CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-CHASSIS-MIB::s5ChasComOperState.<s5ChasComGrpIndx>.<s5ChasComIndx>.<s5ChasComSubIndx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'S5-CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'S5-CHASSIS-MIB::s5ChasComOperState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | notAvail |
3 | removed |
4 | disabled |
5 | normal |
6 | resetInProg |
7 | testing |
8 | warning |
9 | nonFatalErr |
10 | fatalErr |
11 | notConfig |
12 | obsoleted |