qtechIfQosCARConformAction
QTECH-ROUTER-QOS-MIB ·
.1.3.6.1.4.1.27514.1.1.10.2.106.2.5.1.10
Object
column Enumeration
Action to be taken by the traffic, when the traffic conforms CIR.
There are the following actions:
Continue(1) -- Continue to be processed by the following
CAR policy which applied on the interface.
drop(2) -- Discard the packet.
set-dscp-continue(3) -- Remark the IP dscp of IP packet,
and then continue to be processed by
the following CAR policy.,
set-dscp-transmit(4) -- Remark the IP dscp of IP packet,
and then send the packet.
set-prec-continue(5) -- Remark the IP precedence of IP packet,
and then continue to be processed by
the following CAR policy.
set-prec-transmit(6) -- Remark the IP precedence of IP packet,
and then send the packet.
transmit(7) -- Send the packet directly.
set-mpls-exp-continue(8) -- Remark the mpls exp field of mpls packet,
and then continue to be processed by
the following CAR policy.
set-mpls-exp-transmit(9) -- Remark the mpls exp field of mpls packet,
and then send the packet.
Context
- MIB
- QTECH-ROUTER-QOS-MIB
- OID
.1.3.6.1.4.1.27514.1.1.10.2.106.2.5.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- qtechIfQosCAREntry
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 'QTECH-ROUTER-QOS-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-ROUTER-QOS-MIB::qtechIfQosCARConformAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QTECH-ROUTER-QOS-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-ROUTER-QOS-MIB::qtechIfQosCARConformAction.<qtechIfQosCARIfIndex>.<qtechIfQosCARPktDirection>.<qtechIfQosCARindex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-ROUTER-QOS-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-ROUTER-QOS-MIB::qtechIfQosCARConformAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | continue |
2 | drop |
3 | set-dscp-continue |
4 | set-dscp-transmit |
5 | set-prec-continue |
6 | set-prec-transmit |
7 | transmit |
8 | set-mpls-exp-continue |
9 | set-mpls-exp-transmit |