Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Example: Configuring FEB Redundancy

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

  • A FEB redundancy group named group0 with the following properties:
    • Contains three FEBs (0 through 2).
    • Has a primary FEB (2).
    • Has a unique backup FEB (0).
    • Automatic failover is disabled.

      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.

  • A FEB redundancy group named group1 with the following properties:
    • Two FEBs (3 and 5). There is no primary FEB.
    • A unique backup FEB (5).
    • Automatic failover is enabled by default.

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

Published: 2013-01-15