This article will provide some useful and general troubleshooting for MC-LAG.
While you are configuring MC-LAG it may be a challenge to troubleshoot and find possible configuration mismatches.
Here are some troubleshooting steps learned during the last few years that may help you with MC-LAG.
set interfaces irb unit <unit number> family inet address <IP and mask> arp <IP address of peer IRB> l2-interface <ICL LAG interface> mac <mac address of peer IRB interface>
From the note here, it seems we can't have both VRRP and mcae-mac-synchronize configured:
"Note: On QFX Series switches, you cannot configure both VRRP over IRB and MAC synchronization, because processing MAC addresses might not work."
http://www.juniper.net/documentation/en_US/junos13.3/topics/concept/lag-multichassis--guidelines.html
5. Restart ICCP?
6. Look for any other VC-related config because MC-LAG is not supported on VC.
7. If there is an issue with mac learning on non mc-lag vlans between the mc-lag peers, make sure
the vlans are not trunked on the ICL. They should be trunked on their own separate LAG.
8. Make sure the IP address of the MC-LAG peer in the statement 'set protocols iccp peer <IP address of peer> is reachable.
9. If ICCP is not up, make sure that the ICCP vlan is not configured on the mc-ae interfaces.
10. If STP is configured along with MC-LAG, then the Juniper device must be the root bridge:
https://www.juniper.net/documentation/en_US/junos/topics/concept/mc-lag-feature-summary-best-practices.html
"With RL2GP, you can configure two edge MC-LAG nodes with the same STP virtual root ID. The virtual root ID must be superior to all bridges in the downstream network".
11. Run the following commands:
Check chassis configuration to make sure the device supports aggregate ethernet interfaces:
user@router>show configuration chassis aggregated-devices { ethernet { device-count 200;
Make sure the physical interface is correctly assigned to LAG:
user@router> show configuration interfaces xe-0/0/0 description test; gigether-options { 802.3ad ae50; }
Tips:
06-16-2023:KB Created
Best Practices and Usage Notes
Advanced MC-LAG Concepts
MC-LAG Concepts
MC-LAG Examples