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

Example: Configuring FPC to FEB Connectivity on the M120 Router

In this example, FPC 3 is already mapped to FEB 3 by default. You are also mapping a connection between FPC 2 and FEB 3.

[edit chassis]
fpc-feb-connectivity {
fpc 2 feb 3;
}

However, this configuration results in a mismatch between the FPC type and the FEB type. For example, FPC 3 is not a Type 1 FPC. You can map only one FPC that is not a Type 1 FPC to a FEB. Use the fpc-feb-connectivity statement to explicitly disconnect FPC 3 from FEB 3. To do so, include the none option at the [edit chassis fpc-feb-connectivity fpc number feb] hierarchy level:

[edit chassis]
fpc-feb-connectivity {
fpc 2 feb 3;
fpc 3 feb none;
}

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