Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Configuring Multichassis Link Aggregation

On MX Series routers, multichassis link aggregation (MC-LAG) enables a device to form a logical LAG interface with two or more other devices. MC-LAG provides additional benefits over traditional LAG in terms of node level redundancy, multi-homing support, and loop-free Layer 2 network without running Spanning Tree Protocol (STP). MC-LAG can be configured for VPLS routing instance, CCC application, and Layer 2 circuit encapsulation types.

The MC-LAG devices use Inter-Chassis Communication Protocol (ICCP) to exchange the control information between two MC-LAG network devices.

On one end of MC-LAG is a MC-LAG client device that has one or more physical links in a link aggregation group (LAG). This client device does not need to be aware of MC-LAG. On the other side of MC-LAG are two MC-LAG network devices. Each of these network devices has one or more physical links connected to a single client device. The network devices coordinate with each other to ensure that data traffic is forwarded properly.

MC-LAG includes the following functionality:

  • Active standby mode is supported using Link Aggregation Control Protocol (LACP)
  • MC-LAG operates only between two chassis.
  • Layer 2 circuit functions are supported with ether-ccc encapsulation.
  • VPLS functions are supported with ether-vpls and vlan-vpls.

Note: Ethernet connectivity fault management (CFM) specified in IEEE 802.1ag standard for Operation, Administration, and Management (OAM) is not supported on MC-LAG interfaces.

To enable MC-LAG, include the mc-ae statement at the [edit interfaces aeX aggregated-ether-options] hierarchy level along with either the ethernet-bridge, encapsulation ethernet-ccc, encapsulation ethernet-vpls, or flexible-ethernet-services statement at the [edit interfaces aeX] hierarchy level. You also need to configure the lacp statement and the admin-key and system-id statements at the [edit interfaces aeX aggregated-ether-options] hierarchy level:

[edit interfaces aeX] encapsulation (ethernet-bridge | ethernet-ccc | ethernet-vpls | flexible-ethernet-services);
aggregated-ether-options {lacp {active;admin-key number;system-id mac-address;system-priority number;}mc-ae {chassis-id chassis-id;events {iccp-peer-down {force-icl-down;prefer-status-control-active;}}mc-ae-id mc-ae-id;mode (active-active | active-standby);redundancy-group group-id;status-control (active | standby);}}

Note: When you configure the prefer-status-control-active statement, you must also configure the status-control active statement. If you configure the status-control standby statement with the prefer-status-control-active statement, the system issues a warning.

To delete a MC-LAG interface from the configuration, issue the delete interfaces aeX aggregated-ether-options mc-ae command at the [edit] hierarchy level in configuration mode:

[edit]user@host# delete interfaces aeX aggregated-ether-options mc-ae

Published: 2013-02-13