chCompMIBStatus
CHASSIS-MIB ·
cabletron variant
·
.1.3.6.1.4.1.52.4.1.1.2.6.1.8
Object
column obsolete
Enumeration
Depicts the status of the MIB. If marked as agent the MIB is generated based upon the components defined. If marked as management the entry was entered via a management station. If marked invalid the entry is to be deleted.
Context
- MIB
- CHASSIS-MIB
- OID
.1.3.6.1.4.1.52.4.1.1.2.6.1.8- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- chCompMIBEntry
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::chCompMIBStatus'
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::chCompMIBStatus.<chCompMIBID>.<chCompMIBSlotID>.<chCompMIBCompID>'
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::chCompMIBStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | invalid |
3 | agent |
4 | management |