You need to configure IPv6 on the PE router interfaces to the CE routers and on the CE router interfaces to the PE routers.
To configure the interface to handle IPv6 routes, include the family inet6 statement:
- family inet6 {
- address ipv6-address;
- }
You can include the family inet6 statement at the following hierarchy levels:
If you have configured the Layer 3 VPN to handle both IPv4 and IPv6 routes, configure the interface to handle both IPv4 and IPv6 routes by including the unit statement:
- unit unit-number {
-
- family inet {
- address ipv4-address;
- }
-
- family inet6 {
- address ipv6-address;
- }
- }
You can include the unit statement at the following hierarchy levels: