mplsVpnInterfaceVpnClassification
MPLS-VPN-MIB ·
juniper variant
·
.1.3.6.1.3.118.1.2.1.1.3
Object
column r/w
Enumeration
Denotes whether this link participates in a carrier-of-carrier's, enterprise, or inter-provider scenario.
Context
- MIB
- MPLS-VPN-MIB
- OID
.1.3.6.1.3.118.1.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mplsVpnInterfaceConfEntry
Net-SNMP examples
How SNMP and these commands workWalk 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/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-VPN-MIB::mplsVpnInterfaceVpnClassification'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPLS-VPN-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-VPN-MIB::mplsVpnInterfaceVpnClassification.<mplsVpnVrfName>.<mplsVpnInterfaceConfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPLS-VPN-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPLS-VPN-MIB::mplsVpnInterfaceVpnClassification'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | carrierOfCarrier |
2 | enterprise |
3 | interProvider |