inbMonarchLinkStatus
CTINB-MIB ·
.1.3.6.1.4.1.52.4.1.2.12.1.2.1.1.4
Object
column mandatory
Enumeration
This object describes the state of the backplane. LinkUp is when this INB detects the clock on the backplane. LinkDown is when no backplane clock has been detected.
Context
- MIB
- CTINB-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.12.1.2.1.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- inbMonarchEntry
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 'CTINB-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTINB-MIB::inbMonarchLinkStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTINB-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTINB-MIB::inbMonarchLinkStatus.<inbMonarchSlot>.<inbMonarchINB>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTINB-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTINB-MIB::inbMonarchLinkStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | linkUp |
2 | linkDown |