Configure Interfaces for VPN Routing
On each PE router, you must configure an interface over which the VPN traffic travels between the PE and CE routers. To do this, include the
interfacestatement at the[edit routing-instancesrouting-instance-name]hierarchy level:[edit routing-instancesrouting-instance-name]interfaceinterface-name;Specify both the physical and logical portions of the interface name, in the following format:
physical.logicalFor example, in
so-1/2/1.0,so-1/2/1is the physical portion of the interface name and0is the logical portion. If you do not specify the logical portion of the interface name, 0 is used.A logical interface can be associated with only one routing instance.
When you configure the same interface at the
[edit interfaces]hierarchy level, you must also configurefamily inetandfamily mplswhen configuring the logical interface:[edit interfaces]interface-name{unitlogical-unit-number{family inet;family mpls;}}