parIfOperStatus

CISCO-WAN-PAR-MIB · .1.3.6.1.4.1.351.130.2.1.1.3

Object

column Enumeration
This object specifies the operation status of 
the interface.
              
up(1)     : Interface is up.
            This value is applicable for UNI as well as NNI
            interfaces.
              
added(2)  : Interface is added.
            This value is applicable for NNI interfaces.
              
failed(3) : Interface is failed.
            This value is applicable for UNI as well as NNI
            interfaces.
 added-failed (4) : Interface is failed.
            This value is applicable for NNI interfaces.
            interfaces.

Context

MIB
CISCO-WAN-PAR-MIB
OID
.1.3.6.1.4.1.351.130.2.1.1.3
Type
column
Access
readonly
Status
current
Parent
parIfEntry
Groups
1

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 'CISCO-WAN-PAR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-PAR-MIB::parIfOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-WAN-PAR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-PAR-MIB::parIfOperStatus.<parIfLogicalInterface>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-WAN-PAR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-WAN-PAR-MIB::parIfOperStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1up
2added
3failed
4added-failed

Conformance