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

Configuring Ethernet Redundancy (SRC CLI)

Group interfaces let you aggregate network interfaces into a single logical interface to support Ethernet redundancy. The group interfaces provide either hot standby or load-balancing services.

When you configure group interfaces, be aware of the following restrictions:

You can group interfaces in the following modes:

You can monitor link integrity with the MII monitor.

The MII monitor monitors only the carrier state of the local network interface. The MII monitor does not provide a high level of detection for end-to-end connectivity failures.

Configuring Group Interfaces (SRC CLI)

Use the following statements to configure the group interface:

interfaces name group {
mode (balance-rr | active-backup | balance-xor | broadcast | 802.3ad | balance-tlb | balance-alb);
lacp-rate (slow | fast);
interfaces [interfaces...];
primary primary;
transmit-hash-policy (layer2 | layer3+4);
}

To configure an Ethernet group interface:

  1. From configuration mode, access the configuration statement that configures the bonded interface.
    [edit]
    user@host# edit interfaces name group
  2. Specify the mode in which you want to group the interfaces.
    [edit interfaces name group]
    user@host# set mode mode
  3. (Optional) Specify the rate at which the link partner is requested to transmit Link Aggregation Control Protocol Data Unit (LACPDU) packets in 802.3ad mode. This option is valid only for the 802.3ad mode.
    [edit interfaces name group]
    user@host# set lacp-rate (slow | fast)

    where:

  4. Specify the Ethernet interfaces in this group.
    [edit interfaces name group]
    user@host# set interfaces [interfaces...]
  5. (Optional) Specify the device that will always be the active device while it is available. This option is valid only for the active-backup mode.
    [edit interfaces name group]
    user@host# set primary primary
  6. (Optional) Specify the transmit hash policy to use for device selection in balance-xor and 802.3ad modes. This option is valid only for the balance-xor or 802.3ad mode.
    [edit interfaces name group]
    user@host# set transmit-hash-policy (layer2 | layer3+4)

    where:

  7. Configure the unit for the group interface.

Configuring the MII Monitor (SRC CLI)

Use the following statements to configure MII link monitoring:

interfaces name group {
downdelay downdelay;
updelay mii-monitoring-interval;
mii-monitoring-interval mii-monitoring-interval;
}

To configure the MII monitor:

  1. From configuration mode, access the configuration statement that configures the bonded interface.
    [edit]
    user@host# edit interfaces name group
  2. (Optional) Specify the time to wait before disabling a device after a link failure has been detected. This option is valid only for the MII monitor.
    [edit interfaces name group]
    user@host# set downdelay downdelay
  3. (Optional) Specify the time to wait before enabling a device after a link recovery has been detected. This option is valid only for the MII monitor.
    [edit interfaces name group]
    user@host# set updelay updelay
  4. (Optional) Specify the MII link monitoring frequency.
    [edit interfaces name group]
    user@host# set mii-monitoring-interval mii-monitoring-interval

Related Topics


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