rcEthRingBridgeState
SWITCH-ERING-MIB ·
.1.3.6.1.4.1.8886.6.1.39.1.1.1.11
Object
column Enumeration
The state of designated bridge, including forward,block,down and invalid. The default bridge state is invalid(0) before ring was created. Each bridge have two ports,down(1) if at least one port is in the state of DOWN; Block(2) if at least one port is blocked when two ports are in DISCOVER state; Forward(3) when two ports are in the state of forwarding;
Context
- MIB
- SWITCH-ERING-MIB
- OID
.1.3.6.1.4.1.8886.6.1.39.1.1.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcEthRingEntry
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 'SWITCH-ERING-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-ERING-MIB::rcEthRingBridgeState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWITCH-ERING-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-ERING-MIB::rcEthRingBridgeState.<rcEthRingIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCH-ERING-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCH-ERING-MIB::rcEthRingBridgeState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | invalid |
1 | down |
2 | block |
3 | forward |