redundancyRole
IBM-LES-BUS-MIB ·
.1.3.6.1.4.1.2.6.118.1.2.1.1.1.1.1.19
Object
column mandatory
r/w
Enumeration
Redundancy Protocol Role. Specifies whether this LES/BUS instance is to serve as the primary or backup LES/BUS for the ELAN. This object is only valid when redundancyEnabled is true. If this object is never set and redundancyEnabled has never been set to true redundancyRole will have a value of 0.
Context
- MIB
- IBM-LES-BUS-MIB
- OID
.1.3.6.1.4.1.2.6.118.1.2.1.1.1.1.1.19- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ibmLesBusConfEntry
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 'IBM-LES-BUS-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-LES-BUS-MIB::redundancyRole'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM-LES-BUS-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-LES-BUS-MIB::redundancyRole.<lesConfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-LES-BUS-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-LES-BUS-MIB::redundancyRole'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | neverSet |
1 | primaryLesBus |
2 | backupLesBus |