qos3AggPolicyExceedAction
ZELAX-MIB ·
.1.3.6.1.4.1.7840.2.1.100.11.2.3.1.12
Object
column r/w
Bits
Action when rate is exceeded,for example: if you want to config cos(2) and intp(5),you must set 24 (0010 0100).
Context
- MIB
- ZELAX-MIB
- OID
.1.3.6.1.4.1.7840.2.1.100.11.2.3.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- qos3AggregatePolicyEntry
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 'ZELAX-MIB' -M '/opt/observium/mibs/zelax:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZELAX-MIB::qos3AggPolicyExceedAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZELAX-MIB' -M '/opt/observium/mibs/zelax:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZELAX-MIB::qos3AggPolicyExceedAction.<qos3AggPolicyMapName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZELAX-MIB' -M '/opt/observium/mibs/zelax:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZELAX-MIB::qos3AggPolicyExceedAction'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | transmit |
1 | drop |
2 | cos |
3 | dscp |
4 | ipPrecedence |
5 | intp |
6 | dp |
7 | policiedIntpTransmit |