The route-map
command creates a route map sequence. It specifies a route map name, a permit
or deny
instruction, and, optionally, a sequence number. All sequences that have the same route map name belong to the same route map. For more information, see Route maps.
Syntax:
Creates a route map and enters the route map context.
Use The no
form of the route-map
command to delete a sequence or an entire route map.
Syntax:
Deletes a route map or a route map sequence.
Optional sequence number. Specifies a sequence to delete from the named route map.
If no sequence number is specified, the entire route map is deleted.
To delete a
match
orset
clause from a route-map, first enter the context of that route map and then issue Theno
form of the clause to delete it.
Example
Syntax:
Displays the commands in all route maps or in a specified route map.
Optionally specifies the name of a route map to display. If no name is specified, all route maps are displayed.
All sequences of a route map are displayed. For example:
HP Switch(config)# show route-map Map3 Routemap information route-map "Map3" permit seq 10 match interface vlan 11 12 13 match metric 25 exit route-map "Map3" permit seq 20 match interface vlan 21 22 23 match metric 25 exit