redRowStatus
BASIS-SHELF-MIB ·
.1.3.6.1.4.1.351.110.1.3.1.1.2
Object
column mandatory
r/w
Enumeration
This will add, delete or modify the redundancy
Note that mod is NOT used but it is there for consistency.
This object is for creating and deleting an entry in
smRedMapTable.
This object is set to add(1) to create an entry in the table.
The values of redPrimarySlot and redSecondarySlot objects
constitute the redundant Pairs. The slot numbers specified for
redPrimarySlot and redSecondarySlot should be in the same half
of the shelf for half-height service modules.
This object is set to del(2) to delete an entry from the table.
Context
- MIB
- BASIS-SHELF-MIB
- OID
.1.3.6.1.4.1.351.110.1.3.1.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- smRedMapEntry
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 'BASIS-SHELF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BASIS-SHELF-MIB::redRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BASIS-SHELF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BASIS-SHELF-MIB::redRowStatus.<redPrimarySlotNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BASIS-SHELF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BASIS-SHELF-MIB::redRowStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | add |
2 | del |
3 | mod |