- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-18-2022 06:01 PM
My basic objective is to pre-configure a dynamic MLT (LACP) with VLANs assigned for a VOSS switch before physically connecting the intended switch.
I have multiple VOSS switch and multiple MLTs across them, so having it all pre configured before the numerous physical moves/changes is preferred.
I am trying to find if or which command to to use when you add the VLAN(s) to a dynamic MLT on VOSS when the aggregation port(s) are inactive.
here is sample config,
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-21-2022 04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-21-2022 04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-18-2022 06:42 PM
https://extreme.connectedcommunity.org/communities/community-home/digestviewer/view-question?ContributedContentKey=fa728781-36c3-4a01-abed-48debeda2a98&CommunityKey=efaccd87-cd58-4b48-8fdc-6c1c39b7c3db&tab=digestviewer
I will test it out.
Roland
