Information Technology Reference
In-Depth Information
Verify that AS 200 still receives all three prefixes from AS 100. Example 8-22 shows the
BGP RIB on R8. This shows the same BGP RIB as before the migration.
Example 8-22 BGP RIB on R8
R8#show ip bgp
BGP table version is 7, local router ID is 192.168.18.8
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 172.16.0.0 0.0.0.0 0 32768 i
*> 192.168.200.0 192.168.18.1 0 100 i
*> 192.168.201.0 192.168.18.1 0 100 i
*> 192.168.202.0 192.168.18.1 0 100 i
Final BGP Configurations
This section summarizes the relevant BGP configurations after the migration of a few
selected routers. Two configurations are shown: one for an RR, and one for a client.
Example 8-23 shows the final BGP configurations on R1.
Example 8-23 Final BGP Configurations on R1
router bgp 100
no synchronization
bgp router-id 192.168.100.1
bgp log-neighbor-changes
neighbor Internal peer-group
neighbor Internal remote-as 100
neighbor Internal update-source Loopback0
neighbor Internal next-hop-self
neighbor Clients peer-group
neighbor Clients remote-as 100
neighbor Clients update-source Loopback0
neighbor Clients route-reflector-client
neighbor Clients next-hop-self
neighbor 192.168.18.8 remote-as 200
neighbor 192.168.100.2 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
Search WWH ::




Custom Search