zyPolicyOutgoingAction
ZYXEL-ACL-MIB ·
.1.3.6.1.4.1.890.1.15.3.10.2.1.1.14
Object
column Bits
There are four outgoing actions for policy rule. 'Send the packet to the mirror port' is sent the packet to the mirror port. 'Send the packet to the egress port' is sent the packet to the egress port. 'Send the matching frames to the egress port' is sent the matching policy rule frames to the egress port. 'Set the packets VLAN ID' is set packet with tag.
Context
- MIB
- ZYXEL-ACL-MIB
- OID
.1.3.6.1.4.1.890.1.15.3.10.2.1.1.14- 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::zyPolicyOutgoingAction'
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::zyPolicyOutgoingAction.<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::zyPolicyOutgoingAction'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | sendThePacketToTheMirrorPort |
1 | sendThePacketToTheEgressPort |
2 | sendTheMatchingFramesToTheEgressPort |
3 | setThePacketVlanId |