[Contents] [Prev] [Next] [Index] [Report an Error]

Specifying the VT Interfaces Used by VPLS Routing Instances

By default, the JUNOS software automatically selects one of the virtual tunnel (VT) interfaces available to the router for de-encapsulating traffic from a remote site. The JUNOS software cycles through the currently available VT interfaces, regularly updating the list of available VT interfaces as new remote sites are discovered and new connections are brought up. However, you can also explicitly configure which VT interfaces will receive the VPLS traffic.

By configuring the tunnel-services statement at the [edit routing-instances routing-instance-name protocols vpls] hierarchy level, you can specify that traffic for particular VPLS routing instances be forwarded to specific VT interfaces. Doing so allows you to load-balance VPLS traffic among all the available VT interfaces on the router.

The tunnel-services statement includes the following options:

To specify that traffic for a particular VPLS routing instance be forwarded to specific VT interfaces, include the tunnel-services statement:

tunnel-services {
devices device-names;
primary primary-device-name;
}

These statements can be configured at the following hierarchy levels:


[Contents] [Prev] [Next] [Index] [Report an Error]