Cisco Cisco IOS Software Release 12.0(13)S7

Page de 16
      BGP Route-Map Continue
continue
10
Cisco IOS Release 12.0(24)S, 12.3(2)T, 12.2(18)S, and 12.0(31)S 
continue
To configure a route-map to go to a route-map entry with a higher sequence number, use the continue 
command in route-map configuration mode. To remove a continue clause from a route map, use the no 
form of this command.
continue sequence-number
no continue
Syntax Description
Defaults
If the sequence number argument is not configured when this command is entered, the continue clause 
will go to the route-map entry with the next default sequence number.
If a route-map entry contains a continue clause and no match clause, the continue clause will be executed 
automatically. 
Continue clauses can be configured in outbound route maps only in Cisco IOS Release 12.0(31)S, and 
subsequent releases. 
Command Modes
Route-map configuration
Command History
Usage Guidelines
The continue command is used to configure continue clauses in inbound Border Gateway Protocol 
(BGP) route maps. 
Route-map Operation Without Continue Clauses 
A route map evaluates match clauses until a successful match occurs. After the match occurs, the route 
map stops evaluating match clauses and starts executing set clauses, in the order in which they were 
configured. If a successful match does not occur, the route map “falls through” and evaluates the next 
sequence number of the route map until all configured route-map entries have been evaluated or a 
successful match occurs. Each route-map sequence is tagged with a sequence number to identify the 
entry. Route-map entries are evaluated in order starting with the lowest sequence number and ending 
with the highest sequence number. If the route map contains only set clauses, the set clauses will be 
executed automatically, and the route map will not evaluate any other route-map entries.
sequence-number
(Optional) Route-map sequence number. 
If a route-map sequence number is not specified when configuring a continue 
clause, the continue clause will continue to the route-map entry with the next 
sequence number. This behavior is referred to as an “implied continue.”
Release
Modification
12.0(22)S
This command was introduced.
12.3(2)T
This command was integrated into Cisco IOS Release 12.3(2)T. 
12.2(18)S 
This command was integrated into Cisco IOS Release 12.2(18)S. 
12.0(31)S 
Support for outbound route maps was introduced.