Cisco Cisco IOS Software Release 12.0(13)S7

Page de 16
      BGP Route-Map Continue
show route-map
14
Cisco IOS Release 12.0(24)S, 12.3(2)T, 12.2(18)S, and 12.0(31)S 
show route-map
To display configured route maps, use the show route-map command in EXEC mode.
show route-map [map-name]
Syntax Description
Defaults
No default behavior or values.
Command Modes
EXEC
Command History
Examples
The output of this command will display configured route-maps, match, set, and continue clauses. The 
following sample output is similar to the output that will be displayed: 
Router# show route-map
route-map ROUTE-MAP-NAME, permit, sequence 10
  Match clauses:
    ip address (access-lists): 1 
    metric 10 
  Continue: sequence 40
  Set clauses:
    as-path prepend 10
  Policy routing matches: 0 packets, 0 bytes
route-map ROUTE-MAP-NAME, permit, sequence 20
  Match clauses:
    ip address (access-lists): 2 
    metric 20 
  Set clauses:
    as-path prepend 10 10
  Policy routing matches: 0 packets, 0 bytes
route-map ROUTE-MAP-NAME, permit, sequence 30
  Match clauses:
  Continue: to next entry 40
  Set clauses:
    as-path prepend 10 10 10
  Policy routing matches: 0 packets, 0 bytes
route-map ROUTE-MAP-NAME, deny, sequence 40
  Match clauses:
    community (community-list filter): 20:2 
  Set clauses:
    local-preference 100
map-name 
(Optional) Name of a specific route map.
Release
Modification
10.0
This command was introduced.
12.0(22)S 
Support for continue clauses was integrated into the output. 
12.3(2)T 
Support for continue clauses was integrated into the output. 
12.2(18)S
Support for continue clauses was integrated into the output.