All MIBs › MPLS-VPN-MIB-DRAFT-05 › mplsVpnVrfActiveInterfaces
mplsVpnVrfActiveInterfaces
Module: MPLS-VPN-MIB-DRAFT-05
OID (symbolic): MPLS-VPN-MIB-DRAFT-05::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?
A live count of interfaces attached to this VRF whose ifOperStatus is currently up, incrementing or decrementing as interfaces connect, disconnect, or flip operational state. An admin compares this to mplsVpnVrfAssociatedInterfaces to spot a VRF where several configured interfaces are actually down.
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-DRAFT-05::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-DRAFT-05::mplsVpnVrfActiveInterfaces.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::mplsVpnVrfActiveInterfaces 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.7 | mplsVpnVrfActiveInterfaces | MPLS-VPN-MIB-DRAFT-05 |