Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Configuring the VPN Routing Instance for MX Series Router Cloud CPE Services

To configure the VPN routing instance for VRRP cCPE services:

  1. Specify a name for the VPN routing instance.
    [edit]user@host# edit routing-instances acme
  2. Configure the routing instance as a VRF instance.
    [edit routing-instances acme]user@host# set instance-type vrf
  3. 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
  4. Configure the route distinguisher.
    [edit routing-instances acme]user@host# set route-distinguisher 65535:1
  5. Specify the VRF target community name.
    [edit routing-instances acme]user@host# set vrf-target target:65535:5
  6. 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
  7. 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;
    

Modified: 2015-11-04