Information Technology Reference
In-Depth Information
Example 12-9 R6 Final BGP Configuration (Continued)
bgp router-id 10.1.1.6
network 10.6.0.0 mask 255.255.0.0
neighbor 10.1.1.1 remote-as 65000
neighbor 10.1.1.1 update-source Loopback0
neighbor 10.1.1.1 activate
neighbor 2001:400:0:1234::1 remote-as 65000
neighbor 2001:400:0:1234::1 update-source Loopback0
no auto-summary
!
address-family ipv6
neighbor 2001:400:0:1234::1 activate
network 2001:600::/29
no synchronization
exit-address-family
!
The R6 configuration has only a single peer for IPv4 and IPv6, because it is a nonredundant
route reflector client. Under the IPv6 address family, a prefix is injected into BGP.
Summary
This chapter provided a high-level overview of IPv6 and using MP-BGP for IPv6 prefix
information. The subject of IPv6 is extensive, and many standards detail its operation. The
focus of this chapter was to help you understand how BGP has been modified to work with
IPv6 from an operational perspective.
The core of the BGP protocol remains the same with the MP-BGP extensions, allowing you
to leverage your BGP experience when you transition to IPv6. In many cases, the only
significant change is the format of the addressing. This chapter concluded with a case study
on deploying IPv6 alongside IPv4 in a dual-stack deployment, which is expected to be the
primary method of deploying IPv6.
Search WWH ::




Custom Search