02-18-2022 06:01 PM
mlt 27 enable
interface mlt 27
smlt
lacp enable key 27
exit
interface GigabitEthernet 1/27
encapsulation dot1q
untagged-frames-discard
lacp key 27 aggregation enable timeout-time long
lacp enable
no shutdown
There are 3 possible commands for adding VLANs to the MLT, none seem to cater for the inactive aggregation ports, they all work fine for active ports that are LACP operational and bundled into the MLT dynamically,
mlt <mlt id> vlan <vid>
or/
vlan member add <vid> <mlt port id>
or/
vlan mlt <vid> <mlt id>
From memory I could achieve this on the legacy ERS 8800 switches with "config vlan 139 ports add 3/2-3/3" as an example, and when the inactive ports join the LACP MLT they had the required VLANs showing under "show mlt info".
Thanks, Roland
Solved! Go to Solution.
02-21-2022 04:38 AM
02-21-2022 04:38 AM
10-03-2022 08:36 AM
Is this accurate?
When you add ports to an MLT and run the "show mlt" command it does not show the VLANs that the ports are assigned to. It will only show VLAN ID for VLANs assigned directly to the MLT itself.
02-18-2022 06:42 PM