fastRedundancyStatus
CONFIG-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.11.3.1.7
Object
column mandatory
r/w
Enumeration
Status of the entry in the fastRedundancy Table: valid(1) indicates that the row is set with meaningful values; createRequest(2) will be set by Console when creating the row; underCreation(3) indicates that agent accepts create command and performs it; invalid(4) indicates that no meaningful values are present in the row. Console will set this value in order to transmit a 'Delete row' command to agent.
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.81.11.3.1.7- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- fastRedundancyEntry
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 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::fastRedundancyStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::fastRedundancyStatus.<fastRedundancyId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::fastRedundancyStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | valid |
2 | createRequest |
3 | underCreation |
4 | invalid |