Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configuring Module Redundancy for a Virtual Chassis

date_range 06-Dec-23

By default, a router or switch uses link redundancy for aggregated Ethernet interfaces (bundles) configured with targeted traffic distribution. Starting in Junos OS Release 13.2, as an alternative to using link redundancy, you can configure module redundancy, also known as FPC redundancy, for a Virtual Chassis configured with targeted traffic distribution for IP demux or VLAN demux subscribers on aggregated Ethernet interfaces.

In a Virtual Chassis, module redundancy assigns the primary link and backup link to different MPC/MIC modules or line cards, regardless of the Virtual Chassis role (primary or backup) of the member device in which the module is installed. Module redundancy provides redundancy protection if a module or a link in the Virtual Chassis fails.

Before you begin:

To configure module redundancy:

  1. Log in to the console on the primary device of the Virtual Chassis.
  2. Specify that you want to configure the demux logical interface.
    content_copy zoom_out_map
    {master:member0-re0} [edit]
    user@host# edit interfaces demux0 unit logical-unit-number
    
  3. Enable targeted distribution for the interface.
    content_copy zoom_out_map
    {master:member0-re0} [edit intefaces demux0 unit logical-unit-number]
    user@host# set targeted-distribution
    
  4. Specify the aggregated Ethernet bundle for which you want to configure module redundancy.
    content_copy zoom_out_map
    {master:member0-re0} [edit]
    user@host# edit interfaces aenumber aggregated-ether-options
    
  5. Enable module (FPC) redundancy for the specified aggregated Ethernet bundle.
    content_copy zoom_out_map
    {master:member0-re0} [edit interfaces aenumber aggregated-ether-options]
    user@host# set logical-interface-fpc-redundancy
    
Best Practice:

We recommend that you do not configure both module (FPC) redundancy and chassis redundancy for the same aggregated Ethernet interface in the Virtual Chassis. If you do, module redundancy takes precedence over chassis redundancy.

Change History Table

Feature support is determined by the platform and release you are using. Use Feature Explorer to determine if a feature is supported on your platform.

Release
Description
13.2
Starting in Junos OS Release 13.2, as an alternative to using link redundancy, you can configure module redundancy, also known as FPC redundancy, for a Virtual Chassis configured with targeted traffic distribution for IP demux or VLAN demux subscribers on aggregated Ethernet interfaces.
footer-navigation