route-map
Syntax
route-map <NAME> {permit | deny} seq <NUMBER>
no route-map <NAME> {permit | deny} seq <NUMBER>
Description
Configures a route map entry with the given name and action by taking the CLI in the route map context. All route map entries with the same name belong to the same route map. The route map entry rules are processed in order by sequence number, until a match is found.
The
no
form of this command removes the route map entry configuration.
Command context
config
Parameters
<NAME>
Specifies the name of the route map. Required.
{permit | deny}
Specifies whether the route is available for further processing when there is a match. Required.
<NUMBER>
Specifies the sequence number of the entry. Required.
Authority
Administrators
Examples
Configuring a route map entry:
switch(config)# route-map GlobalMap permit seq 10
Removing a route map entry configuration:
switch(config)# no route-map GlobalMap permit seq 10