qtechIfQosCARExceedAction

QTECH-ROUTER-QOS-MIB · .1.3.6.1.4.1.27514.1.1.10.2.106.2.5.1.11

Object

column Enumeration
Action to be taken by the traffic, when the traffic is exceeds the 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.11
Type
column
Access
readonly
Status
current
Parent
qtechIfQosCAREntry

Walk 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::qtechIfQosCARExceedAction'
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::qtechIfQosCARExceedAction.<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::qtechIfQosCARExceedAction'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1continue
2drop
3set-dscp-continue
4set-dscp-transmit
5set-prec-continue
6set-prec-transmit
7transmit
8set-mpls-exp-continue
9set-mpls-exp-transmit