Navigation
Supported Platforms
Configuring the VPN Routing Instance for MX Series Router Cloud CPE Services
To configure the VPN routing instance for VRRP cCPE services:
- Specify a name for the VPN routing instance. [edit]user@host# edit routing-instances acme
- Configure the routing instance as a VRF instance.[edit routing-instances acme]user@host# set instance-type vrf
- Specify the interface over which the VPN traffic travels
to the PE router.
Specify the interface name in the format: irb.logical-interface
[edit routing-instances acme]user@host# set interface irb.106 - Configure the route distinguisher.[edit routing-instances acme]user@host# set route-distinguisher 65535:1
- Specify the VRF target community name.[edit routing-instances acme]user@host# set vrf-target target:65535:5
- Map the inner label of a packet to a specific VRF table.
This enables examination of the encapsulated IP header.[edit routing-instances acme]user@host# set vrf-table-label
- Review the configuration. [edit routing-instances acme]user@host# show
interface irb.106; route-distinguisher 65535:1; vrf-target target:65535:5; vrf-table-label;