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

Example: Configuring FEB Redundancy

In the following configuration, two FEB redundancy groups are created:

Because you must explicitly configure an FPC not to connect to the backup FEB, connectivity is set to none between fpc 0 and feb 0 and between fpc 5 and feb 5.

Note: For information about the fpc-feb-connectivity statement, see the JUNOS System Basics Configuration Guide.

FPC to primary FEB connectivity is not explicitly configured, so by default, the software automatically assigns connectivity based on the numerical order of the FPCs.

[edit]
chassis {
fpc-feb-connectivity {
fpc 0 feb none;
fpc 5 feb none;
}
redundancy feb {
redundancy-group group0 {
description “Interfaces to Customer X”;
feb 2 primary;
feb 1;
feb 0 backup;
no-auto-failover;
}
redundancy-group group1 {
feb 3;
feb 5 backup;
}
}

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