zyPolicyOutOfProfileAction
ZYXEL-ACL-MIB ·
.1.3.6.1.4.1.890.1.15.3.10.2.1.1.16
Object
column Bits
There are four out of profile actions for policy rule. 'Drop the packet' is discard the out-of-profile traffic. 'Change the DSCP value' is replace the DSCP field with the value specified in the Out of profile DSCP field. 'Set Out-Drop Precedence' is mark out-of-profile traffic and drop it when network is congested. 'Do not drop the matching frame previously marked for dropping' to queue the frames that are marked to be dropped.
Context
- MIB
- ZYXEL-ACL-MIB
- OID
.1.3.6.1.4.1.890.1.15.3.10.2.1.1.16- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zyxelPolicyEntry
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 'ZYXEL-ACL-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-ACL-MIB::zyPolicyOutOfProfileAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-ACL-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-ACL-MIB::zyPolicyOutOfProfileAction.<zyPolicyName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-ACL-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-ACL-MIB::zyPolicyOutOfProfileAction'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | dropThePacket |
1 | changeTheDscpValue |
2 | setOutDropPrecedence |
3 | doNotDropTheMatchingFramePreviouslyMarkedForDropping |