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