To configure BGP in the Layer 3 VPN routing instance to handle IPv6 routes, include the bgp statement:
- bgp {
-
- group group-name {
- local-address IPv6-address;
-
- family inet6 {
- unicast;
- }
- peer-as as-number;
- neighbor IPv6-address;
- }
- }
You can include the bgp statement at the following hierarchy levels: