Cisco Cisco IOS Software Release 12.4(11)T

Page de 22
 
BGP per Neighbor SoO Configuration
  Where to Go Next
15
Multiple Cisco IOS Releases
Configuring a per Neighbor SoO Value Using a BGP Peer Group: Example
The following example shows how to configure an SoO value for a BGP peer group. After enabling CEF 
and configuring a VRF instance named SOO_VRF, a BGP peer group is configured under address family 
IPv4 VRF, an SoO value is configured for the peer group, a neighbor is identified, and the neighbor is 
configured as a member of the peer group.
ip cef
ip vrf SOO_VRF
 rd 1:1
 route-target export 1:1
 route-target import 1:1
 exit
interface Ethernet 1/0
 ip vrf forwarding SOO_VRF
 ip address 192.168.1.2 255.255.255.0
 exit
router bgp 50000
 address-family ipv4 vrf SOO_VRF
 neighbor SOO_GROUP peer-group
 neighbor SOO_GROUP soo 65000:65
 neighbor 192.168.1.1 remote-as 65000
 neighbor 192.168.1.1 activate
 neighbor 192.168.1.1 peer-group SOO_GROUP 
 end
Where to Go Next
To read an overview of BGP, proceed to the 
 chapter of the Cisco IOS IP 
Routing Protocols Configuration Guide, Release 12.4.
To perform basic BGP feature tasks, proceed to the 
 chapter of 
the Cisco IOS BGP Configuration Guide, Release 12.4T.
To perform advanced BGP feature tasks, proceed to the 
chapter of the Cisco IOS BGP Configuration Guide, Release 12.4T.
To configure BGP neighbor session options, proceed to the 
 chapter of the Cisco IOS BGP Configuration Guide, Release 12.4T.
To perform internal BGP tasks, proceed to the 
 chapter of the 
Cisco IOS IP Routing Protocols Configuration Guide, Release 12.4.