You must also configure MPLS for a Layer 2 cross-connect to work. The following is a minimal MPLS configuration:
- [edit]
- interfaces {
-
-
interface-name {
- unit logical-unit-number;
- }
- }
- protocols {
-
- mpls {
- interface all;
- }
- }