Hello,
Hoping someone can help me troubleshoot an issue I'm having with LACP and Cisco's UCS. I am trying to create uplink ports between our Cisco UCS fabric interconnects and our ERS 8600 (code 5.1.2.0) using LACP. I'm experiencing significant, but random, packet loss on these links.
Here is the config I am using on the ERS 8600 side:
Core1:5# config ethernet 1/12,1/14,2/11,2/13 perform-tagging enable
Core1:5# config ethernet 1/12,1/14,2/11,2/13 lacp key 16
Core1:5# config ethernet 1/12,1/14,2/11,2/13 lacp aggregation true
Core1:5# config ethernet 1/12,1/14,2/11,2/13 lacp timeout short
Core1:5# conf mlt 16 create name "UCS FAB-A LACP LAG"
Core1:5# conf ethernet 1/12,1/14,2/11,2/13 lacp enable
Core1:5# conf mlt 16 lacp enable
Core1:5# config ethernet 1/24,1/26,1/23,1/25 perform-tagging enable
Core1:5# config ethernet 1/24,1/26,1/23,1/25 lacp key 17
Core1:5# config ethernet 1/24,1/26,1/23,1/25 lacp aggregation true
Core1:5# config ethernet 1/24,1/26,1/23,1/25 lacp timeout short
Core1:5# conf mlt 17 create name "UCS FAB-B LACP LAG"
Core1:5# conf ethernet 1/24,1/26,1/23,1/25 lacp enable
Core1:5# conf mlt 17 lacp enable
Core1:5# conf lacp enable
Unfortunately, I can't paste a config from UCS, but the uplink ports are in a LACP bundle using all UCS defaults.
Anyone see any problems with the ERS side? I think you can create LAGs without specifying an MLT by just specifying the same adminkey on each port in the LAG, but that didn't seem to work at all.
Any help appreciated.