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


Configure MPLS

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;
    }
}

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