December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to simplify your iBGP peer relationships by using route reflectors.
There are three types of configurations to consider when working
with BGP Route Reflectors: the Route Reflector itself, the Client
Peer, and the Nonclient Peer. In this example, which follows Figure 9-4, the Route
Reflector is Router2, and it has
two Client Peers—Router1 and
Router3. It also has a Nonclient
Peer, Router4.
The configurations for Client and Nonclient Peers contain no
special commands. Router1 is the
Client Peer:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#interfaceRouter1(config-if)#Ethernet0/0ip addressRouter1(config-if)#172.18.5.2 255.255.255.0exitRouter1(config)#interfaceRouter1(config-if)#Serial0/0ip addressRouter1(config-if)#192.168.1.6 255.255.255.252exitRouter1(config)#interfaceRouter1(config-if)#Loopback0ip addressRouter1(config-if)#172.18.6.1 255.255.255.255exitRouter1(config)#router bgpRouter1(config-router)#65500no synchronizationRouter1(config-router)#neighbor172.18.6.2remote-asRouter1(config-router)#65500neighbor172.18.6.2next-hop-selfRouter1(config-router)#neighbor172.18.6.2update-sourceRouter1(config-router)#Loopback0neighbor192.168.1.5remote-asRouter1(config-router)#65510exitRouter1(config)#ip routeRouter1(config)#172.18.6.2 255.255.255.255 172.18.5.3ip routeRouter1(config)#172.18.6.3 255.255.255.255 172.18.5.4ip route172.18.6.4 255.255.255.255 ...
Read now
Unlock full access