Create a Route Map

Learn how to create a route-map, which will be used to evaluate packets and specify actions to be performed on them.

About this task

You must observe the following naming conventions when you create a route map.
  • 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).
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.0.0 for more information).

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

Procedure

  1. Run the configure terminal command to access Config mode.
    The command line changes to configuration mode.
    device(config)# 
  2. Create a route map by running the command route-map map-name seq.
    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. Run the following show command to confirm that the egress was created.
    device# show route-map all
      rmap1 10
      egress-group egg123