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:46] – 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 20: | Line 20: | ||
| no ipv6 unicast-routing | no ipv6 unicast-routing | ||
| - | |||
| - | This will remove all the IPv6 routing protocol configuration on the core router, including OSPF/IS-IS and BGP. The IPv4 configuration will still remain, and the IPv4 routing will still function. You will notice that IPv6 addressing will remain on the router interfaces, and configuration like IPv6 packet filters etc. | ||
| - | |||
| - | Confirm that IPv4 routing still works. | ||
| This will remove all the IPv6 routing protocol configuration on those two routers, including OSPF/IS-IS and BGP. The IPv4 configuration will still remain, and the IPv4 routing will still function. You will notice that IPv6 addressing will remain on the router interfaces, and configuration like IPv6 packet filters etc. | This will remove all the IPv6 routing protocol configuration on those two routers, including OSPF/IS-IS and BGP. The IPv4 configuration will still remain, and the IPv4 routing will still function. You will notice that IPv6 addressing will remain on the router interfaces, and configuration like IPv6 packet filters etc. | ||
| Line 30: | 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 72: | 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. | ||
| - | 