chCompAdminStatus
CHASSIS-MIB ·
cabletron variant
·
.1.3.6.1.4.1.52.4.1.1.2.4.1.2
Object
column mandatory
r/w
Enumeration
Provides the state of the given component. A component
is activated by writing a value of enabled(3). Once
enabled, a component enters testing mode, which is
denoted by testing(4), when this object is read. After
tests are complete, the component either enters the
operational(5), or the error(6) state.
The component may be de-activated by writing a value of
disabled(7). In a disabled state, a component does
exist within the given chassis, but is benign. A disabled
component is available for subsequent activation.
Context
- MIB
- CHASSIS-MIB
- OID
.1.3.6.1.4.1.52.4.1.1.2.4.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- chCompEntry
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 'CHASSIS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CHASSIS-MIB::chCompAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CHASSIS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CHASSIS-MIB::chCompAdminStatus.<chCompID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CHASSIS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CHASSIS-MIB::chCompAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | invalid |
3 | enabled |
4 | testing |
5 | operational |
6 | error |
7 | disabled |
8 | delete |