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

Walk 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
0noInsert
1insertAsMaster
2insertAsSlave
3insertButUnconnected
4insertAndConnected