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:
- The group interface name must not be one of the Ethernet interface names (that is, eth0, eth1, eth2, eth3).
- If an Ethernet interface is listed inside a group interface, it must not be configured as an interface by itself at the [edit interfaces name unit] hierarchy level.
- Group interface and tunnel interface configurations are mutually exclusive. You cannot configure both types at the same time.
You can group interfaces in the following modes:
- Round-robin policy (balance-rr)—Transmit packets in sequential order from the first available device through the last.
- Active-backup policy (active-backup)—Create only one device that is active. A different device becomes active if, and only if, the active device fails.
- XOR policy (balance-xor)—Transmit based on the selected transmit hash policy.
- Broadcast policy (broadcast)—Transmit everything on all device interfaces.
- IEEE 802.3ad Dynamic link aggregation (802.3ad)—Create aggregation groups that share the same speed and duplex settings.
- Adaptive transmit load balancing (balance-tlb)—Create channel bonding that does not require any special switch support.
- Adaptive load balancing (balance-alb)—Includes adaptive transmit load balancing (balance-tlb) plus receive load balancing (rlb) for IPv4 traffic, and does not require any special switch support.
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:
- From configuration mode, access the configuration statement that configures the bonded interface.
- Specify the mode in which you want to group the interfaces.
- (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:
- slow—Request partner to transmit LACPDUs every 30 seconds.
- fast—Request partner to transmit LACPDUs every 1 second.
- Specify the Ethernet interfaces in this group.
- (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.
- (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:
- layer2—Uses XOR of hardware MAC addresses to generate the hash.
- layer3+4—Uses upper-layer protocol information, when available, to generate the hash.
- 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:
- From configuration mode, access the configuration statement that configures the bonded interface.
- (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.
- (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.
- (Optional) Specify the MII link monitoring frequency.

