Create a Route-Map

You can create a route-map, that evaluates packets and specifies actions to be performed on them.

About this task

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.
Note

Note

Sequence ID is required when you create a route-map; it defines the order in which it is to be processed (see the Extreme 9920 Software Command Reference, 21.1.1.0 for more information).

When you create a route map, you associate it with an egress-group using the set command.

Procedure

  1. Enter the Config mode.
    device(config)# 
  2. Create a route map.
    device(config)# route-map noc_traffic 10
    device(config-route-map)# match ip access-list v4_external
    device(config-route-map)# set egress-group netscout
    device(config-route-map)# end
    device#
  3. Verify that the egress is created.
    device# show route-map all
      rmap1 10
      egress-group egg123