interface interface-name;
}
}
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.
For complete configuration guidelines for this statement, see the Junos OS Routing
Protocols Library.
Configuring Static Routes on the PE Router
To configure a static route to the CE router in the Layer 3 VPN routing instance, include
the routing-options statement:
routing-options {
rib routing-table.inet6.0 {
static {
defaults {
static-options;
}
}
}
}
You can include this statement at the following hierarchy levels:
•
[edit routing-instances routing-instance-name]
•
[edit logical-systems logical-system-name routing-instances routing-instance-name]
NOTE: The [edit logical-systems] hierarchy level is not applicable in ACX
Series routers.
Configuring IPv6 on the Interfaces
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;
}
847Copyright © 2017, Juniper Networks, Inc.
Chapter 26: Configuring Layer 3 VPNs