snVLanCARConformAction
HP-VLAN-CAR-MIB ·
.1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.1.1.1.9
Object
column HP-CAR-MIBRateLimitAction
Action to be taken when the traffic is within 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-VLAN-CAR-MIB
- OID
.1.3.6.1.4.1.11.2.3.7.11.12.1.3.17.1.1.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- snVLanCAREntry
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 'HP-VLAN-CAR-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-VLAN-CAR-MIB::snVLanCARConformAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-VLAN-CAR-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-VLAN-CAR-MIB::snVLanCARConformAction.<snVLanCARVLanId>.<snVLanCARDirection>.<snVLanCARRowIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-VLAN-CAR-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-VLAN-CAR-MIB::snVLanCARConformAction'
Syntax
- Source
- HP-CAR-MIBRateLimitAction
- Base type
Enumeration
Values & Constraints
Type Values
1 | continue |
2 | drop |
3 | precedCont |
4 | precedXmit |
5 | xmit |