chStatus
CONFIG-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.7.27
Object
scalar mandatory
r/w
Enumeration
Chassis informs the Server that it is up. This is internal MIB for gateway use to indicate the server that the gateway undergoes reset and now it is up. The chassis set this mib to up(2). The MIB always returns idle(1).
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.81.7.27- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- chassis
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 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::chStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::chStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | up |