Viewing route maps

Syntax:


show route-map [name]

Displays the commands in all route maps or in a specified route map.

[name]

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:

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