mplsVpnVrfOperStatus

MPLS-VPN-MIB · cisco variant · .1.3.6.1.3.118.1.2.2.1.5

Object

column Enumeration
Denotes whether a VRF is operational or not. A VRF is 
up(1) when at least one interface associated with the
VRF, which ifOperStatus is up(1). A VRF is down(2) when:
              
a. There does not exist at least one interface whose
   ifOperStatus is up(1).
              
b. There are no interfaces associated with the VRF.

Context

MIB
MPLS-VPN-MIB
OID
.1.3.6.1.3.118.1.2.2.1.5
Type
column
Access
readonly
Status
current
Parent
mplsVpnVrfEntry
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 'MPLS-VPN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-VPN-MIB::mplsVpnVrfOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPLS-VPN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-VPN-MIB::mplsVpnVrfOperStatus.<mplsVpnVrfName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPLS-VPN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPLS-VPN-MIB::mplsVpnVrfOperStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1up
2down

Conformance