Cisco Cisco IOS Software Release 12.4(11)T

Page de 22
 
BGP per Neighbor SoO Configuration
  Configuration Examples for BGP per Neighbor SoO Configuration
13
Multiple Cisco IOS Releases
Configuration Examples for BGP per Neighbor SoO 
Configuration
This section contains the following configuration examples:
Step 5
neighbor 
peer-group-name peer-group
Example:
Router(config-router-af)# neighbor SOO_group 
peer-group
Creates a BGP peer group.
Step 6
neighbor
 {ip-address | peer-group-name} soo 
extended-community-value
Example:
Router(config-router-af)# neighbor SOO_group 
soo 65000:1
Sets the site-of-origin (SoO) value for a BGP neighbor or 
peer group.
In this example, the BGP peer group, SOO_group, is 
configured with an SoO value of 65000:1.
Step 7
neighbor 
ip-address remote-as 
autonomous-system-number
Example:
Router(config-router-af)# neighbor 192.168.1.1 
remote-as 65000
Adds the IP address of the neighbor in the specified 
autonomous system to the IPv4 multiprotocol BGP 
neighbor table of the local router.
Step 8
neighbor 
ip-address activate
Example:
Router(config-router-af)# neighbor 192.168.1.1 
activate
Enables the neighbor to exchange prefixes for the IPv4 VRF 
address family with the local router.
Step 9
neighbor 
ip-address peer-group peer-group-name
Example:
Router(config-router-af)# neighbor 192.168.1.1 
peer-group SOO_group
Assigns the IP address of a BGP neighbor to a peer group.
Step 10
end
Example:
Router(config-router-af)# end
Exits address family configuration mode and returns to 
privileged EXEC mode.
Command or Action
Purpose