training:sanog32:d-6rd
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| training:sanog32:d-6rd [2018/07/26 04:51] – [Configuring Local Interfaces] philip | training:sanog32:d-6rd [2018/08/05 09:56] (current) – [Disabling IPv6 on the Core and Access routers] philip | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| We also need to remove any IPv6 configured on the network as we will be replacing it with 6rd technology. The following subsections describe what needs to be done. | We also need to remove any IPv6 configured on the network as we will be replacing it with 6rd technology. The following subsections describe what needs to be done. | ||
| - | ==== Disabling IPv6 on the core router | + | ==== Disabling IPv6 on the Core and Access routers |
| The first step is to disable IPv6 on the Access and Core routers. Be sure to keep a copy of the configuration of the Access and Core routers first! (We won’t worry about the Peering Router as it isn’t needed for this part of the lab work.) | The first step is to disable IPv6 on the Access and Core routers. Be sure to keep a copy of the configuration of the Access and Core routers first! (We won’t worry about the Peering Router as it isn’t needed for this part of the lab work.) | ||
| Line 26: | Line 26: | ||
| And confirm that IPv6 routing no longer works - you should no longer have any IPv6 connectivity between the Border, Peering and Access routers. | And confirm that IPv6 routing no longer works - you should no longer have any IPv6 connectivity between the Border, Peering and Access routers. | ||
| + | |||
| + | ==== Originating IPv6 Aggregate on the Border router ==== | ||
| + | |||
| + | Because we have removed IPv6 routing from the Core router, we have also stopped announcing our IPv6 aggregate to the Transit network. To test that our 6rd deployment is working, we need to temporarily originate our IPv6 aggregate from the Border router. Here is an example: | ||
| + | |||
| + | router bgp X0 | ||
| + | | ||
| + | network 2001: | ||
| + | ! | ||
| + | ipv6 route 2001: | ||
| + | |||
| + | |||
| ==== Removing IPv6 on the link to the Customer ==== | ==== Removing IPv6 on the link to the Customer ==== | ||
| Line 68: | Line 80: | ||
| What we will set up is something similar to the diagram below. | What we will set up is something similar to the diagram below. | ||
| - | 