zyAclV2PolicyPriorityAction
ZYXEL-AclV2-MIB ·
.1.3.6.1.4.1.890.1.15.3.105.2.1.1.12
Object
column Enumeration
There are four priority actions for policy rule. 'No change' is keep the priority setting of the frames. 'Set the packet's 802.1 priority' is replace the packet's 802.1 priority field with the value you set in the Priority field. 'Send the packet to priority queue' is put the packets in the designated queue. 'Replace the 802.1 priority field with the IP TOS value' to replace the packet's 802.1 priority field with the value you set in the TOS field. 'Replace the 802.1p priority by inner 802.1p priority' to replace 802.1p priority by inner 802.1p priority if there is an inner vlan tag.
Context
- MIB
- ZYXEL-AclV2-MIB
- OID
.1.3.6.1.4.1.890.1.15.3.105.2.1.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zyxelAclV2PolicyEntry
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-AclV2-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-AclV2-MIB::zyAclV2PolicyPriorityAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-AclV2-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-AclV2-MIB::zyAclV2PolicyPriorityAction.<zyAclV2PolicyName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-AclV2-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-AclV2-MIB::zyAclV2PolicyPriorityAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noChange |
2 | setThePackets802dot1Priority |
3 | sendThePacketToPriorityQueue |
4 | replaceThe802dot1PriorityFieldWithTheIpTosValue |
5 | replaceThe802dot1PriorityByInner802dot1Priority |