Follow this procedure to prepare packets for actions to be performed when leaving the 9920.
device(config)#
The specified ACL and configured actions will be bound to a listener policy.
device(config)# ip access-list acl5-ipv4 device(config-ip-acl)# seq 15 permit ip any any count
Note
A listener policy supports only one of each of each ACL type: IP, IPv6, MAC .device(config)# listener-policy lp-2 220 device(config-listener-policy)# match ip access-list acl5-ipv4 device(config-listener-policy)# strip vn-tag device(config-listener-policy)# description “ABCD”
Note
An egress can be associated with only one listener policy.device(config-egress)# egress e2 device(config-egress)# set listener-policy lp-2 device(config-egress)# description DirectTool device(config-egress)# set encap encap-1 device(config-egress)# precedence 1 interface ethernet 2/14
Note
In the following example, traffic is leaving on slot/port-number 2/14.interface ethernet 2/14 speed 100000 description To_Tool no shutdown