snPortCARExceedAction

HP-CAR-MIB · .1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.10

Object

Action to be taken when the traffic exceeds
the Rate Limit.drop		
drop the packet.
xmit		transmit the packet.
continue	continue to evaluate to the subsequent
			rate limits.
precedXmit	rewrite the IP precedence and transmit
			the packet.
precedCont	rewrite the IP precedence and allow it
			evaluated by subsequent rate limits.

Context

MIB
HP-CAR-MIB
OID
.1.3.6.1.4.1.11.2.3.7.11.12.1.3.16.1.1.1.10
Type
column
Access
readonly
Status
current
Parent
snPortCAREntry

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 'HP-CAR-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-CAR-MIB::snPortCARExceedAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-CAR-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-CAR-MIB::snPortCARExceedAction.<snPortCARifIndex>.<snPortCARDirection>.<snPortCARRowIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-CAR-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-CAR-MIB::snPortCARExceedAction'

Syntax

Source
RateLimitAction
Base type
Enumeration

Values & Constraints

Type Values
1continue
2drop
3precedCont
4precedXmit
5xmit