28.06.2014 Views

Discussion

Discussion

Discussion

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Here’s the complete IBGP group configuration on RouterG:<br />

[edit protocols bgp]<br />

aviva@RouterG# show<br />

group internal-within-AS65500 {<br />

type internal;<br />

local-address 192.168.19.1;<br />

cluster 192.168.19.1;<br />

neighbor 192.168.13.1;<br />

neighbor 192.168.12.1;<br />

neighbor 192.168.17.1;<br />

neighbor 192.168.15.1;<br />

neighbor 192.168.16.1;<br />

}<br />

You still need to configure all the IBGP neighbors, both those within the cluster<br />

(192.168.13.1 and 192.168.12.1) and the three IBGP peers outside the cluster. For<br />

the nonclient routers, those outside the cluster, you include the route reflector in the<br />

IBGP group but don’t need to have neighbor statements for the routers within the<br />

cluster. On the client routers, you need to configure only one IBGP peer, the route<br />

reflector 192.168.19.1:<br />

[edit protocols bgp]<br />

aviva@RouterA# show<br />

group cluster-within-AS65500 {<br />

type internal;<br />

local-address 192.168.13.1;<br />

neighbor 192.168.19.1;<br />

}<br />

This configuration is a lot simpler than having to specify all the IBGP neighbors.<br />

Another advantage from the point of view of the routers’ configurations is if you later<br />

add routers to the cluster, you do not need to change the configuration on the existing<br />

client routers in the cluster.<br />

The nonclient routers in the AS, RouterE and RouterF, need to establish an IBGP<br />

session with RouterG but they don’t need sessions with RouterA or RouterB. In this<br />

small network, this is a savings of four TCP sessions and four IBGP peerings. Again,<br />

if you add routers to the cluster, the IBGP group configuration on the nonclient routers<br />

doesn’t need to change.<br />

All the client routers in the cluster and all the nonclient routers are in the same AS,<br />

so make sure that you configure them all with the same AS number:<br />

[edit routing-options]<br />

aviva@RouterB# show<br />

autonomous-system 65500;<br />

Looking at the routes that RouterBhas learned, you see that it still knows how to<br />

reach routes in AS 65505:<br />

aviva@RouterB> show route protocol bgp<br />

inet.0: 21 destinations, 22 routes (21 active, 0 holddown, 0 hidden)<br />

+ = Active Route, - = Last Active, * = Both<br />

454 | Chapter 13: BGP<br />

This is the Title of the Book, eMatter Edition<br />

Copyright © 2008 O’Reilly & Associates, Inc. All rights reserved.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!