To deliver interinstance traffic between two or more VPLS instances, or between a VPLS instance and a Layer 3 VPN routing instance, you must use a logical tunnel interface. Originally designed to interconnect logical routers, the logical tunnel interface acts as a point-to-point connection between instances. A logical tunnel interface can be generated by a Tunnel Services PIC installed on an Enhanced FPC in your routing platform, an integrated Adaptive Services Module installed in an M7i router, or a tunnel services interface configured on MX-series routers. To configure a logical tunnel interface, include the lt-fpc/pic/0 statement at the [edit interfaces] hierarchy level. Keep in mind these rules when you connect instances:
- [edit]
- interfaces {
-
- lt- fpc/pic/ 0 {
-
- unit unit-number {
- encapsulation (ethernet | ethernet-ccc | ethernet-vpls
| frame-relay | frame-relay-ccc | vlan | vlan-ccc
| vlan-vpls);
- peer-unit number
; # The logical unit number
of the peering lt interface.
- dlci dlci-number;
- vlan-id vlan-number;
- family (ccc | inet | inet6 | iso | mpls | tcc);
- }
- }
- }
- routing-instances {
-
-
vpls-instance-name {
- interface ge-fpc/pic/port.unit-number;
- interface lt-0/0/0.1;
- ...
-
-
second-instance-name {
- interface at-fpc pic/ /port.unit-number;
- interface lt-0/0/0.2;
- ...
- }
- }
- }