Create an ingress group to classify
packets received on the 9920 at ingress.
About this task
You must observe the following naming
conventions when you create an ingress group.
- Name cannot exceed 64
characters.
- Name must start with an
alphabetic character or an underscore.
- Name must be an arbitrary
sequence of alphabetic characters, numerals, underscores, hyphens, or dots.
- Name must not be a reserved
keyword (see the
Extreme 9920 Software Command Reference,
21.1.0.0
for
more information).
When you create an ingress-group, you associate it with a route-map using the set command so that the
actions you specify in various policies are performed on traffic at the specified
tap interface.
Procedure
-
Run the configure terminal command to access
Config mode.
The command line changes
to configuration
mode.
device(config)#
-
Create an ingress group by
running the command ingress-group
group-name.
device# configure terminal
device(config)# ingress-group ingress-group noc_traffic
device(config-ingress-group)# set route-map rmap1
-
Run the following show command to
confirm that the ingress group was created.
device# show running-config ingress-group
ingress-group noc_traffic
set route-map rmap1