resPairState
A3COM0304-RESILIENTLINKS ·
.1.3.6.1.4.1.43.10.15.1.1.8
Object
column mandatory
Enumeration
Each row in the table is in one of two states, invalid(1) or
operational(2). If the state is invalid(1), the resilient pair represented by
this row is not active. There are several reasons why this may be the case.
Firstly during the row creation process, not all information necessary may have been
provided. Secondly an operational pair may become invalid because the
resilient pair rules are no longer met because of a change in the device configuration.
If the parameters in the row are all valid then the pair becomes operational(2).
Context
- MIB
- A3COM0304-RESILIENTLINKS
- OID
.1.3.6.1.4.1.43.10.15.1.1.8- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- resTableEntry
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 'A3COM0304-RESILIENTLINKS' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM0304-RESILIENTLINKS::resPairState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3COM0304-RESILIENTLINKS' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM0304-RESILIENTLINKS::resPairState.<resRepeater>.<resMainSlot>.<resMainPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3COM0304-RESILIENTLINKS' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3COM0304-RESILIENTLINKS::resPairState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | invalid |
2 | operational |