In the following configuration, two FEB redundancy groups are created:
When an active FEB in group0 fails, automatic failover to the backup FEB does not occur. For group0, you can only perform a manual switchover.
When feb 3 in group1 fails, an automatic failover occurs.
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;
- }
- }