show route-map

Syntax

show route-map [<NAME>] [vsx-peer]

Description

Shows the configuration details of the route map.

Command context

Manager (#)

Parameters

<NAME>

Specifies name of the route map.

[vsx-peer]

Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed. This parameter is available on switches that support VSX.

Authority

Administrators or local user group members with execution rights for this command.

Example

Showing the route map configuration information:

switch# show route-map
Route map: InternetFilter
   Seq 10, permit,
     Match :
       origin : egp
       metric : 123
     Set :
       community : 23:34
       metric : 3
       as_path_exclude : 123
       local_preference : 3456
       origin : igp
       weight : 25
   Seq 20, permit,
     Match :
       origin : egp
       metric : 456
     Set :
       community : 44:44
       metric : 5
       as_path_prepend : 444
       local_preference : 66
       origin : igp
       weight : 250

Route map: LocalFilter
   Seq 10, permit,
       origin : egp
       metric : 10
							ip next-hop address         : 2.2.2.3
       local-preference            : 20
       route-type                  : external_type1
       source-protocol             : static
       prefix-list                 : PfxLst
       aspath-list                 : ASLst
       community-list              : CommLst
       ip next-hop prefix-list     : PfxLst
       ip route-source prefix-list : PfxLst
     Set :
       community : 22:33
       metric : 25
       as_path prepend : 65535 65534
							ip next-hop address : 2.2.2.4
       local_preference : 30
       origin : igp
       weight : 30
       dampening                   : half-life = 5, reuse = 50, suppress = 125, max-suppress-time = 15

All the match clauses are grouped. All the set clauses are grouped.