All MIBs › MPLS-VPN-MIB › mplsVpnVrfActiveInterfaces
mplsVpnVrfActiveInterfaces
Module: MPLS-VPN-MIB
OID (symbolic): MPLS-VPN-MIB::mplsVpnVrfActiveInterfaces
OID (numeric): 1.3.6.1.3.118.1.2.2.1.7
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description: Total number of interfaces connected to this VRF with ifOperStatus = up(1).
This counter should be incremented when:
a. When the ifOperStatus of one of the connected interfaces changes from down(2) to up(1).
b. When an interface with ifOperStatus = up(1) is connected to this VRF.
This counter should be decremented when:
a. When the ifOperStatus of one of the connected interfaces changes from up(1) to down(2).
b. When one of the connected interfaces with ifOperStatus = up(1) gets disconnected from this VRF.
What is mplsVpnVrfActiveInterfaces?
Counts how many interfaces connected to this VRF currently have ifOperStatus up(1); it increments when a connected interface comes up or a new up interface is connected, and decrements when one goes down or is disconnected.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.3.118.1.2.2.1.7 snmpwalk -v2c -c public <target> MPLS-VPN-MIB::mplsVpnVrfActiveInterfaces
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.3.118.1.2.2.1.7.1 snmpget -v2c -c public <target> MPLS-VPN-MIB::mplsVpnVrfActiveInterfaces.1
Start monitoring Vendor-neutral IETF standard (MPLS/BGP provider-edge router, VPN/VRF) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the MPLS-VPN-MIB::mplsVpnVrfActiveInterfaces OID value, configure state conditions and alerts, and monitor any Vendor-neutral IETF standard (MPLS/BGP provider-edge router, VPN/VRF) from a single console.
OID Breakdown
Upper-level ancestors (5 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 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 |
| 1.3.6.1.3.118.1.2.2.1.7 | mplsVpnVrfActiveInterfaces | MPLS-VPN-MIB |