wwpOamPeerStatus
WWP-OAM-MIB ·
.1.3.6.1.4.1.6141.2.400.1.2.2.1.1
Object
column Enumeration
This object indicates whether the information in this row
should be considered valid. When active(1), the information
is valid and represents the current peer of the OAM entity.
When inactive(2), the information in this row is invalid.
A value of inactive(2) is returned if the wwpOamOperStatus is
disabled, passiveWait, or activeSendLocal. For all other
values of wwpOamOperStatus, a value of active(1) is returned.
Context
- MIB
- WWP-OAM-MIB
- OID
.1.3.6.1.4.1.6141.2.400.1.2.2.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wwpOamPeerEntry
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 'WWP-OAM-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-OAM-MIB::wwpOamPeerStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WWP-OAM-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-OAM-MIB::wwpOamPeerStatus.<wwpOamLocalPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WWP-OAM-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WWP-OAM-MIB::wwpOamPeerStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | inactive |