vRtrIfQosRouteLookup
TN-VRTR-MIB ·
.1.3.6.1.4.1.7483.6.1.2.3.61.1.5
Object
column r/w
Enumeration
The value of vRtrIfQosRouteLookup specifies whether QoS
classification of the ingress IP packets based on the route lookup
is enabled for ipv4 on this router interface.
By default the value of vRtrIfQosRouteLookup is set to 'none (0)',
which means the Qos classification of incoming IP packets based on
the route lookup is disabled for ipv4 on this interface.
When the value of vRtrIfQosRouteLookup is 'destination (1)', the QoS
route lookup is enabled and the Qos classification of incoming
IP packets is based on the destination address matching.
When the value of vRtrIfQosRouteLookup is 'source (2)', the QoS
route lookup is enabled and the Qos classification of incoming
IP packets is based on the source address matching.
Context
- MIB
- TN-VRTR-MIB
- OID
.1.3.6.1.4.1.7483.6.1.2.3.61.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- vRtrIfExtEntry
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 'TN-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-VRTR-MIB::vRtrIfQosRouteLookup'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TN-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-VRTR-MIB::vRtrIfQosRouteLookup.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TN-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TN-VRTR-MIB::vRtrIfQosRouteLookup'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | destination |
2 | source |