s5ChasLocChanBkplMode
S5-CHASSIS-MIB ·
.1.3.6.1.4.1.45.1.6.3.4.3.1.3
Object
column r/w
Enumeration
Indicates the attachment/isolation
mode of a local channel to a backplane
channel. The values that are read/write are:
connected(2)......connect local chan N to bkpl N
notConnected(3)...disconnect local chan N from bkpl
The possible values that can be read are:
other(1)..........unknown
connected(2)......local chan N connected to bkpl N
notConnected(3)...local chan N isolated from bkpl N
Context
- MIB
- S5-CHASSIS-MIB
- OID
.1.3.6.1.4.1.45.1.6.3.4.3.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- s5ChasLocChanEntry
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 'S5-CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-CHASSIS-MIB::s5ChasLocChanBkplMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'S5-CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-CHASSIS-MIB::s5ChasLocChanBkplMode.<s5ChasLocChanBrdIndx>.<s5ChasLocChanIndx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'S5-CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'S5-CHASSIS-MIB::s5ChasLocChanBkplMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | connected |
3 | notConnected |