boardStatus
GBNPlatformChassis-MIB ·
.1.3.6.1.4.1.13464.1.2.1.3.2.1.1.2
Object
column Enumeration
Status of board??Below four states for control board: 'noInsert(0)', 'insertAsMaster(1)' ,'insertAsSlave(2)' and insertButUnconnected(3). Below three states for line board: 'noInsert(0)', 'insertButUnconnected(3)' and 'insertAndConnected(4)'.
Context
- MIB
- GBNPlatformChassis-MIB
- OID
.1.3.6.1.4.1.13464.1.2.1.3.2.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- boardEntry
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 'GBNPlatformChassis-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GBNPlatformChassis-MIB::boardStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'GBNPlatformChassis-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GBNPlatformChassis-MIB::boardStatus.<boardIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'GBNPlatformChassis-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'GBNPlatformChassis-MIB::boardStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noInsert |
1 | insertAsMaster |
2 | insertAsSlave |
3 | insertButUnconnected |
4 | insertAndConnected |