[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 ARP monitor or the MII monitor. You cannot use both the ARP monitor and the MII monitor at the same time.

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.

The ARP monitor sends ARP queries to one or more designated peer systems on the network, and uses the response as an indication that the link is operating. The ARP monitor provides more reliable monitoring of end-to-end connectivity because you can set up several targets for high availability. However, some of the advanced load balancing modes do not support use of the ARP monitor.

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.
  2. Specify the mode in which you want to group the interfaces.
  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.

    where:

  4. Specify the Ethernet interfaces in this group.
  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.
  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.

    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.
  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.
  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.
  4. (Optional) Specify the MII link monitoring frequency.

Configuring the ARP Monitor (SRC CLI)

Use the following statements to configure ARP link monitoring:

interfaces name group arp-monitoring {
interval interval;
ip-target [ip-target...];
}

To configure the ARP monitor:

  1. From configuration mode, access the configuration statement that configures the ARP link monitoring for the bonded interface.
  2. Specify the ARP link monitoring frequency.
  3. Specify the IP addresses to use as ARP monitoring peers. You must specify at least one address.

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