softRedundancyStatus

CONFIG-MIB · avaya variant · .1.3.6.1.4.1.81.11.1.1.7

Object

column mandatory r/w Enumeration
Status of the entry in the softRedundancy Table:
valid(1) indicates that row is busy with meaningful values;
createRequest(2) will be set by manager when creating a new row;
underCreation(3) indicates that agent accepts create command and performs it;
invalid(4) indicates that no meaningful values are present in the row.
Managers 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.1.1.7
Type
column
Access
readwrite
Status
mandatory
Parent
softRedundancyEntry

Walk 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::softRedundancyStatus'
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::softRedundancyStatus.<softRedundancyId>'
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::softRedundancyStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1valid
2createRequest
3underCreation
4invalid