BGP Route Reflector Confederation
BGP Route Reflector Confederation
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 2
Understanding BGP Session Types and Behavior
Route Reflector Configuration (Cont.)
Figure 11-18 shows the topology with the route reflector
and route reflector client roles to demonstrate the rules of
a route reflector in action.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 4
Understanding BGP Session Types and Behavior
Confederations
RFC 3065 introduced the concept of BGP
confederations as an alternative solution to the
iBGP full mesh scalability issues shown earlier. A
confederation consists of member ASs that
combine into a larger AS known as an AS
confederation.
Figure 11-19 demonstrates a BGP confederation
with the confederation identifier AS200. R3
provides route reflection in member AS 65100.
Follow these steps to configure a BGP confederation:
Step 1. Initialize the BGP process with the global command router bgp member-asn.
Step 2. Identify the BGP confederations with the command bgp confederation identifier as-number.
Step 3. On routers that directly peer with another member AS, identify the peering member AS with the
command bgp confederation peers member-asn.
Step 4. Configure BGP confederation members as normal and then following the normal BGP
configuration guidelines for the remaining configuration.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 5
Understanding BGP Session Types and Behavior
Confederations (Cont.)
Example 11-18 Shows BGP session configuration for a
confederations. R1 and R7 are not aware of the confederation
and peer with R2 and R6 as though they were members of AS
200. Notice that R3 does not need the command bgp
confederation peers because it is not peering with another
member AS.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 7
Understanding BGP Session Types and Behavior
Confederations (Cont.)
Example 11-20 shows R2’s BGP table, which participates in the member AS 65100.
Notice that the next-hop IP address is not modified for the 10.7.7.0/24 prefix that was advertised
by R7, even though it passed a different member AS. AS_CONFED_SEQUENCE is listed in
parentheses to indicate that it passed through sub AS 65200 in the AS 200 confederation.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 8
Understanding BGP Session Types and Behavior
Confederations (Cont.)
Example 11-21 shows the full NRLI information from the perspective of R4 for the prefix
10.7.7.0/24 that was advertised from R7. Notice that the NRLI includes the fields confedinternal
and confed-external based on whether the NLRI was received within the same member AS or a
different one.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 9