rcEthRingDeviceListBridgeState

SWITCH-ERING-MIB · .1.3.6.1.4.1.8886.6.1.39.1.3.1.6

Object

column Enumeration
The state of designated bridge, including forward,block,alone,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.3.1.6
Type
column
Access
readonly
Status
current
Parent
rcEthRingDeviceListEntry

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 'SWITCH-ERING-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-ERING-MIB::rcEthRingDeviceListBridgeState'
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::rcEthRingDeviceListBridgeState.<rcEthRingIndex>.<rcEthRingPortFlagIndex>.<rcEthRingDeviceListIndex>'
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::rcEthRingDeviceListBridgeState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0invalid
1down
2block
3forward