Information Technology Reference
In-Depth Information
Example 8-49 BGP Configurations on R2 (Continued)
neighbor Clients peer-group
neighbor Clients remote-as 100
neighbor Clients update-source Loopback0
neighbor Clients route-reflector-client
neighbor 192.168.100.1 peer-group Internal
neighbor 192.168.100.3 peer-group Clients
neighbor 192.168.100.4 peer-group Internal
neighbor 192.168.100.5 peer-group Internal
no auto-summary
R3 is a client that peers with both R1 and R2. (See Example 8-50.)
Example 8-50 BGP Configurations on R3
router bgp 100
no synchronization
bgp router-id 192.168.100.3
bgp log-neighbor-changes
network 192.168.200.0
neighbor Internal peer-group
neighbor Internal remote-as 100
neighbor Internal update-source Loopback0
neighbor 192.168.100.1 peer-group Internal
neighbor 192.168.100.2 peer-group Internal
no auto-summary
R4 is an RR in the right POP serving R7 and R8. It is fully meshed with other RRs. (See
Example 8-51.)
Example 8-51 BGP Configurations on R4
router bgp 100
no synchronization
bgp router-id 192.168.100.4
bgp log-neighbor-changes
neighbor Internal peer-group
neighbor Internal remote-as 100
neighbor Internal update-source Loopback0
neighbor Clients peer-group
neighbor Clients remote-as 100
neighbor Clients update-source Loopback0
neighbor Clients route-reflector-client
neighbor 192.168.100.1 peer-group Internal
neighbor 192.168.100.2 peer-group Internal
continues
Search WWH ::




Custom Search