bgp {
group group-name {
local-address IPv6-address;
family inet6 {
unicast;
}
peer-as as-number;
neighbor IPv6-address;
}
}
You can include this statement at the following hierarchy levels:
•
[edit routing-instances routing-instance-name protocols]
•
[edit logical-systems logical-system-name routing-instances routing-instance-name
protocols]
Configuring BGP on the PE Router for IPv4 and IPv6 Routes
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 this statement at the following hierarchy levels:
•
[edit routing-instances routing-instance-name protocols]
•
[edit logical-systems logical-system-name routing-instances routing-instance-name
protocols]
NOTE: The [edit logical-systems] hierarchy level is not applicable in ACX
Series routers.
Configuring OSPF Version 3 on the PE Router
To configure OSPF version 3 in the Layer 3 VPN routing instance to handle IPv6 routes,
include the ospf3 statement:
ospf3 {
area area-id {
Copyright © 2017, Juniper Networks, Inc.846
ACX Series Universal Access Router Configuration Guide