nbsRedundGroupCfgModeAdmin
NBS-REDUNDANCY-MIB ·
.1.3.6.1.4.1.629.221.1.4.1.15
Object
column r/w
Enumeration
This group's administratively desired mode.
For modeA, when a faulty condition occurs on one member, all the
members in the group will take the same action concurrently.
For modeB, only the faulty member will take action.
Context
- MIB
- NBS-REDUNDANCY-MIB
- OID
.1.3.6.1.4.1.629.221.1.4.1.15- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- nbsRedundGroupCfgEntry
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 'NBS-REDUNDANCY-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-REDUNDANCY-MIB::nbsRedundGroupCfgModeAdmin'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBS-REDUNDANCY-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-REDUNDANCY-MIB::nbsRedundGroupCfgModeAdmin.<nbsRedundGroupCfgNdx>.<nbsRedundGroupCfgNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBS-REDUNDANCY-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBS-REDUNDANCY-MIB::nbsRedundGroupCfgModeAdmin'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | modeA |
3 | modeB |