Follow this procedure to map an ACL to an ingress policy and an egress and define actions for a matching ACL.
Note
In the examples that follow the configuration commands for this task, bold font is used to show the relationship between the items you configure and then bind. The example parameters and optional settings are only a partial set of those available. See the Extreme 9920 Software Command Reference, 21.1.0.0 for more information.device(config)#
device(config)# listener-policy lp-2 device(config-listener-policy)# match ip address acl5-ipv4 device(config-listener-policy)# strip-brtag device(config-listener-policy)# vlan vl-4085 device(config-listener-policy)# description “ABCD”
device(config-egress)# egress e2 device(config-egress)# set listener-policy lp-2 device(config-egress)# precedence 1 interface ethernet 1/14
device(config-egress-group)# egress-group eg_1 device(config-egress-group)# description egress-group_1 device(config-egress-group)# set egress e2
device(config-route-map)# route-map R1 10 device(config-route-map)# forward-action permit device(config-route-map)# match ip access-list test_1 device(config-route-map)# set egress-group eg_1
Note
In the following example, traffic is leaving on slot/port-number 2/14.interface ethernet 1/14 speed 100000 description To_Tool no shutdown
Note
In the following example, traffic is coming in on slot/port-number 2/3.interface ethernet 1/3 description From_TAP ingress-group TAP_TRAFFIC no shutdown
ingress-group TAP_TRAFFIC set route-map R1 10