Create an Ingress Group

Ingress-group classifies the packets received on 9920 at ingress.

Before you begin

Note the following naming conventions for name identifiers:
  • The name cannot exceed 64 characters.
  • The name must start with an alphabet or an underscore.
  • The name must contain alphabets, numerals, and special characters (underscores, hyphens, or periods).
  • The following reserved keywords cannot be used as name identifiers: all, ingress-group, egress, egress-group, match, list, access-list, route-map, and listener-policy.

About this task

You can associate an ingress-group with a route-map using the set command to apply various actions or policies to the traffic at the specified tap interface.

Procedure

  1. Enter the Config mode.
    device(config)# 
  2. Create an ingress group.
    device# ingress-group group-name
    device# configure terminal
    device(config)# ingress-group ingress-group noc_traffic
    device(config-ingress-group)# set route-map rmap1
  3. Verify that the ingress group is created.
    device# show running-config ingress-group
    ingress-group noc_traffic
      set route-map rmap1