Follow this procedure to configure an ingress policy for actions to be performed on packets at ingress.
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)#
The specified ACL and configured actions will be bound to a route map.
device(config)# ipv6 access-list acl2-ipv6 device(config-ip-acl)# seq 10 permit ipv6 any any count
device(config-route-map)# route-map R1 10 device(config-route-map)# match ipv6 access-list acl2-ipv6 device(config-route-map)# set egress-group eg_1 device(config-route-map)# forward-action permit
Note
In the following example, traffic is coming in on slot/port-number 2/3.interface ethernet 2/3 description From_TAP set ingress-group TAP_TRAFFIC no shutdown
device(config)# ingress-group TAP_TRAFFIC device(config-ingress-group)# set route-map R1