Cisco Cisco IOS Software Release 12.0(13)S7

Page de 16
      BGP Route-Map Continue
How to Configure BGP Route-map Continue Clauses
4
Cisco IOS Release 12.0(24)S, 12.3(2)T, 12.2(18)S, and 12.0(31)S 
Configuring BGP Route-map Continue Clauses 
To configure a continue clause in a route map, perform the steps in this section.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
router bgp as-number 
4.
neighbor ip-address | peer-group-name remote-as as-number
5.
neighbor ip-address | peer-group-name route-map route-map-name in | out 
6.
exit
7.
route-map [permit | deny] [sequence-number
8.
match 
9.
set
10.
continue [sequence-number
11.
exit 
Note
The match and set commands in step 8 and 9 are examples that are used to help describe the operation 
of the continue command. For a list of specific match and set commands, see the “Related Commands” 
table at the end of the 
 command reference page.
DETAILED STEPS
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables higher privilege levels, such as privileged EXEC 
mode. 
Enter your password if prompted.
Step 2
configure
 terminal 
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
router bgp as-number 
Example:
Router(config)# router bgp 50000
Enters router configuration mode, and creates a BGP 
routing process. 
Step 4
neighbor ip-address | peer-group-name remote-as 
as-number 
Example:
Router(config-router)# neighbor 10.0.0.1 
remote-as 50000 
Establishes a peering session with the specified neighbor.