redType
BASIS-SHELF-MIB ·
.1.3.6.1.4.1.351.110.1.3.1.1.8
Object
column mandatory
r/w
Enumeration
This object describes the type of redundancy.
The supported values are :
yCable (1) : 1:1 (y cable) redundancy configuration. In this
configuration,there is only one module which acts
as the backup for the other.
oneToN (2) : 1:N redundancy configuration. In this configuration,
there is one module(secondary)which acts as the
backup for other primary modules. There are multiple
primary modules and one secondary module in this
configuration. At any point of time, the secondary
module is backup for only one failed primary
module. If more than one primary module fails,
then the failed primary modules are not covered
by the secondary module.
Context
- MIB
- BASIS-SHELF-MIB
- OID
.1.3.6.1.4.1.351.110.1.3.1.1.8- 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::redType'
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::redType.<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::redType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | yCable |
2 | oneToN |