All MIBs › MPLS-VPN-MIB-DRAFT-05 › mplsVpnVrfOperStatus
mplsVpnVrfOperStatus
Module: MPLS-VPN-MIB-DRAFT-05
OID (symbolic): MPLS-VPN-MIB-DRAFT-05::mplsVpnVrfOperStatus
OID (numeric): 1.3.6.1.3.118.1.2.2.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: 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.
What is mplsVpnVrfOperStatus?
Shows whether a VRF is up(1), meaning at least one of its associated interfaces has ifOperStatus up, or down(2) if none do (or none are associated at all). An admin checks this to quickly see which VRFs are actually passing traffic versus ones that are configured but have no live interface.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.3.118.1.2.2.1.6 snmpwalk -v2c -c public <target> MPLS-VPN-MIB-DRAFT-05::mplsVpnVrfOperStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.3.118.1.2.2.1.6.1 snmpget -v2c -c public <target> MPLS-VPN-MIB-DRAFT-05::mplsVpnVrfOperStatus.1
Start monitoring Vendor-neutral IETF draft standard (MPLS/BGP VPN provider-edge router) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the MPLS-VPN-MIB-DRAFT-05::mplsVpnVrfOperStatus OID value, configure state conditions and alerts, and monitor any Vendor-neutral IETF draft standard (MPLS/BGP VPN provider-edge router) from a single console.
OID Breakdown
Upper-level ancestors (10 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.3 | experimental | AXON-MIB |
| 1.3.6.1.3.118 | mplsVpnMIB | MPLS-VPN-MIB |
| 1.3.6.1.3.118.1 | mplsVpnObjects | MPLS-VPN-MIB |
| 1.3.6.1.3.118.1.2 | mplsVpnConf | MPLS-VPN-MIB |
| 1.3.6.1.3.118.1.2.2 | mplsVpnVrfTable | MPLS-VPN-MIB |
| 1.3.6.1.3.118.1.2.2.1 | mplsVpnVrfEntry | MPLS-VPN-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.3.118.1.2.2.1.6 | mplsVpnVrfOperStatus | MPLS-VPN-MIB-DRAFT-05 |