<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MEMBER PORTS NOT SHOWING IN MLT LACP CONFIG in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/member-ports-not-showing-in-mlt-lacp-config/m-p/100480#M2454</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I see I messed it up a little.&lt;/P&gt;&lt;P&gt;Question 1:&lt;/P&gt;&lt;P&gt;"If it is all correct the vlan shows up using the "&lt;FONT face="courier new,courier"&gt;show mlt i-sid 1&lt;/FONT&gt;" command.If there is NO IP configuration on the vlan, then, delete the vlan and create the i-sid "&lt;FONT face="courier new,courier"&gt;i-sid 10 elan&lt;/FONT&gt;" as above.Depending on if a vlan exisits with the same i-sid, then the vlan shows up in the show mlt command, if not, only "&lt;FONT face="courier new,courier"&gt;show mlt i-sid 1&lt;/FONT&gt;" command works.hope it helps."&lt;/P&gt;&lt;P&gt;should reed like this (I extended it a little)&lt;BR /&gt;If it is all correct the vlan shows up using the "&lt;FONT face="courier new,courier"&gt;show mlt i-sid 1&lt;/FONT&gt;" command.&lt;/P&gt;&lt;P&gt;If there is NO VLAN IP configuration, then, delete the vlan and only create the i-sid "&lt;FONT face="courier new,courier"&gt;i-sid 10 elan&lt;/FONT&gt;" as above and it works.&lt;BR /&gt;When using flex-uni ports/mlt's there is NO need to create a vlan locally when that vlan is only used to forward L2 packets.&lt;/P&gt;&lt;P&gt;In show commands, depending on if a vlan exists locally with the same i-sid assigned as a created i-sid xx elan, then the vlan shows up in the show mlt command, if not, only "&lt;FONT face="courier new,courier"&gt;show mlt i-sid 1&lt;/FONT&gt;" command works.&lt;BR /&gt;Please notice if both exist (vlan and i-sid), both will show up in the "show port/mlt i-sid" results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question 2:&lt;/P&gt;&lt;P&gt;A DVR-LEAF node can only perform L2 forwarding except for DVR enabled vlan's, for these vlan's, the DVR-LEAF node inherits L3 UNICAST/MULTICAST configuration from the DVR-CTRL nodes.&lt;BR /&gt;Also, you can't create vlan's on a DVR-LEAF node, you can only work with "i-sid 90010 elan" (to create the i-sid and assign ports or mlt's tagged or untagged to the i-sid.&lt;BR /&gt;This also means that when it is tagged, you can assign whatever vlan id. for that i-sid to that port or mlt.&lt;/P&gt;&lt;P&gt;I do not really understand what you try to accomplish with the last configuration example.&lt;BR /&gt;- You can only assign an interface once tagged or untagged to an i-sid.&lt;BR /&gt;- You can only assign one untagged i-sid to an interface.&lt;BR /&gt;- you can only assign the same c-vid once to an interface, each i-sid must be assigned with a different c-vid to the same interface.&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;P&gt;regards&lt;BR /&gt;WillyHe&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 14:48:27 GMT</pubDate>
    <dc:creator>WillyHe</dc:creator>
    <dc:date>2024-06-04T14:48:27Z</dc:date>
    <item>
      <title>MEMBER PORTS NOT SHOWING IN MLT LACP CONFIG</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/member-ports-not-showing-in-mlt-lacp-config/m-p/100460#M2447</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;I am trying to configure lacp with smlt but the member ports and vlans are not showing up in the "show mlt" .&amp;nbsp; The vlan 10 is added under flex enabled interface G1/1.&lt;/P&gt;&lt;P&gt;what am I missing in my configuration below?&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# PORT CONFIGURATION - PHASE I&lt;BR /&gt;interface GigabitEthernet 1/1&lt;BR /&gt;encapsulation dot1q&lt;BR /&gt;exit&lt;BR /&gt;#&lt;BR /&gt;# VLAN CONFIGURATION&lt;BR /&gt;#&lt;BR /&gt;vlan members remove 1 1/1-1/42,2/1-2/42 portmember&lt;BR /&gt;vlan create 10 type port-mstprstp 0&lt;BR /&gt;vlan members 10 1/1 portmember&lt;BR /&gt;vlan create 4048 name "onboarding-vlan" type pvlan-mstprstp 0 secondary 4049&lt;BR /&gt;vlan i-sid 4048 15999999&lt;BR /&gt;# MLT INTERFACE CONFIGURATION#&lt;BR /&gt;interface mlt 1&lt;/P&gt;&lt;P&gt;smlt&lt;BR /&gt;lacp enable key 123&lt;BR /&gt;exit&lt;BR /&gt;#&lt;BR /&gt;# PORT CONFIGURATION - PHASE II&lt;BR /&gt;#&lt;BR /&gt;interface GigabitEthernet 1/1&lt;BR /&gt;default-vlan-id 10&lt;BR /&gt;no shutdown&lt;BR /&gt;lacp key 123 aggregation enable timeout-time short&lt;BR /&gt;lacp enable&lt;BR /&gt;exit&lt;BR /&gt;#&lt;BR /&gt;All 1 out of 1 Total Num of mlt displayed&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;interface mlt 1&lt;BR /&gt;flex-uni enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;i-sid 40010 elan&lt;BR /&gt;c-vid 10 mlt 1&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;###########################show mlt 1###################################################&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Command Execution Time: Sun Jun 02 18:07:41 2024 UTC&lt;BR /&gt;************************************************************************************&lt;/P&gt;&lt;P&gt;====================================================================================================&lt;BR /&gt;Mlt Info&lt;BR /&gt;====================================================================================================&lt;BR /&gt;PORT MLT MLT PORT VLAN&lt;BR /&gt;MLTID IFINDEX NAME TYPE ADMIN CURRENT MEMBERS IDS&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------&lt;BR /&gt;1 1149 MLT-1 trunk smlt norm&lt;/P&gt;&lt;P&gt;DESIGNATED LACP LACP&lt;BR /&gt;MLTID IFINDEX PORTS ADMIN OPER&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------&lt;BR /&gt;1 1149 null enable down&lt;/P&gt;&lt;P&gt;WHICH PORTS&lt;BR /&gt;WHERE LOCAL REMOTE PROGRAMMED&lt;BR /&gt;MLTID NAME CREATED PORT MEMBERS PORT MEMBERS IN DATA PATH&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------&lt;BR /&gt;1 MLT-1 LOCAL NONE&lt;/P&gt;&lt;P&gt;Thank you Experts!&lt;/P&gt;&lt;P&gt;Isaac.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2024 18:11:49 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/member-ports-not-showing-in-mlt-lacp-config/m-p/100460#M2447</guid>
      <dc:creator>Isaac001</dc:creator>
      <dc:date>2024-06-02T18:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: MEMBER PORTS NOT SHOWING IN MLT LACP CONFIG</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/member-ports-not-showing-in-mlt-lacp-config/m-p/100467#M2449</link>
      <description>&lt;P&gt;When port and MLT configuration are correct the port shows up in the MLT when it is UP.&lt;/P&gt;&lt;P&gt;I suppose it is an SPBM setup.&lt;/P&gt;&lt;P&gt;To assign vlan(s) to and mlt, depending on the vlan configuration there are two options&lt;/P&gt;&lt;P&gt;If there is also IP configuration on vlan-10 then (as an example, vlan id. must be correct, I propose to develop a strategy for the i-sid numbering)&lt;BR /&gt;- remove vlan 10 from port 1/1.&lt;BR /&gt;- create " &lt;FONT face="courier new,courier"&gt;vlan i-sid 10 10&lt;/FONT&gt;"&lt;BR /&gt;- create "&lt;FONT face="courier new,courier"&gt;i-sid 10 elan&lt;/FONT&gt;" (optionally you can also give the i-sid a name to show up in the show commands for easy recognition)&lt;BR /&gt;- in the i-sid context create "&lt;FONT face="courier new,courier"&gt;c-vid 10 mlt 1&lt;/FONT&gt;" (for untagged traffic "&lt;FONT face="courier new,courier"&gt;untagged-traffic mlt 1&lt;/FONT&gt;"&lt;BR /&gt;If it is all correct the vlan shows up using the "&lt;FONT face="courier new,courier"&gt;show mlt i-sid 1&lt;/FONT&gt;" command.If there is NO IP configuration on the vlan, then, delete the vlan and create the i-sid "&lt;FONT face="courier new,courier"&gt;i-sid 10 elan&lt;/FONT&gt;" as above.Depending on if a vlan exisits with the same i-sid, then the vlan shows up in the show mlt command, if not, only "&lt;FONT face="courier new,courier"&gt;show mlt i-sid 1&lt;/FONT&gt;" command works.hope it helps.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 10:53:58 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/member-ports-not-showing-in-mlt-lacp-config/m-p/100467#M2449</guid>
      <dc:creator>WillyHe</dc:creator>
      <dc:date>2024-06-03T10:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: MEMBER PORTS NOT SHOWING IN MLT LACP CONFIG</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/member-ports-not-showing-in-mlt-lacp-config/m-p/100478#M2452</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.extremenetworks.com/t5/user/viewprofilepage/user-id/22013"&gt;@WillyHe&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Your response was accurate, thank you! I have a follow up question related to this if you don't mind.&amp;nbsp;&lt;/P&gt;&lt;P&gt;what did you mean by &lt;SPAN&gt;&lt;STRONG&gt;If there is also IP configuration on vlan-10&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;? Did you mean if an endpoint exists with an Ip address in that vlan?&lt;/P&gt;&lt;P&gt;Question 2: If I have two leaf switches leaf A and leaf B and two Servers server A and Server B each with two nics cards. If I bundle the links and each nic is connected to each leaf such that MLT-1 has vlan 10,vlan20 from Server A and MLT-2 has vlan 30,vlan 40 from Server B.&amp;nbsp;&lt;/P&gt;&lt;P&gt;say I use flex-uni as below:&lt;/P&gt;&lt;P&gt;vlan i-sid 10 90010&lt;BR /&gt;vlan i-sid 20 90020&lt;BR /&gt;vlan i-sid 30 90030&lt;BR /&gt;vlan i-sid 40 90040&lt;/P&gt;&lt;P&gt;i-sid 90010&lt;BR /&gt;c-vid 10 mlt 1&lt;BR /&gt;i-sid 90020&lt;BR /&gt;c-vid 20 mlt 1&lt;BR /&gt;i-sid 90030&lt;BR /&gt;c-vid 30 mlt 2&lt;BR /&gt;i-sid 90040&lt;BR /&gt;c-vid 40 mlt 2&lt;/P&gt;&lt;P&gt;If&amp;nbsp; I need Server B to Communicate to server A through say MLT-1&amp;nbsp; and MLT-2 should I add it as below? Of course, enabling Ip shortcuts also to enable routing if necessary!&lt;/P&gt;&lt;P&gt;i-sid 90010&lt;BR /&gt;c-vid 10 mlt 1&lt;BR /&gt;c-vid 30 mlt 1&lt;BR /&gt;c-vid 40 mlt 1&lt;BR /&gt;i-sid 90020&lt;BR /&gt;c-vid 20 mlt 1&lt;BR /&gt;i-sid 90010&lt;BR /&gt;c-vid 10 mlt 1&lt;BR /&gt;i-sid 90020&lt;BR /&gt;c-vid 20 mlt 1&lt;BR /&gt;i-sid 90030&lt;BR /&gt;c-vid 30 mlt 2&lt;BR /&gt;i-sid 90040&lt;BR /&gt;c-vid 40 mlt 2&lt;BR /&gt;i-sid 90030&lt;BR /&gt;c-vid 30 mlt 2&lt;BR /&gt;c-vid 10 mlt 2&lt;BR /&gt;c-vid 20 mlt 2&lt;BR /&gt;i-sid 90040&lt;BR /&gt;c-vid 40 mlt 2&lt;BR /&gt;c-vid 10 mlt 2&lt;BR /&gt;c-vid 20 mlt 2&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.extremenetworks.com/t5/user/viewprofilepage/user-id/22013"&gt;@WillyHe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 13:01:23 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/member-ports-not-showing-in-mlt-lacp-config/m-p/100478#M2452</guid>
      <dc:creator>Isaac001</dc:creator>
      <dc:date>2024-06-04T13:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: MEMBER PORTS NOT SHOWING IN MLT LACP CONFIG</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/member-ports-not-showing-in-mlt-lacp-config/m-p/100480#M2454</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I see I messed it up a little.&lt;/P&gt;&lt;P&gt;Question 1:&lt;/P&gt;&lt;P&gt;"If it is all correct the vlan shows up using the "&lt;FONT face="courier new,courier"&gt;show mlt i-sid 1&lt;/FONT&gt;" command.If there is NO IP configuration on the vlan, then, delete the vlan and create the i-sid "&lt;FONT face="courier new,courier"&gt;i-sid 10 elan&lt;/FONT&gt;" as above.Depending on if a vlan exisits with the same i-sid, then the vlan shows up in the show mlt command, if not, only "&lt;FONT face="courier new,courier"&gt;show mlt i-sid 1&lt;/FONT&gt;" command works.hope it helps."&lt;/P&gt;&lt;P&gt;should reed like this (I extended it a little)&lt;BR /&gt;If it is all correct the vlan shows up using the "&lt;FONT face="courier new,courier"&gt;show mlt i-sid 1&lt;/FONT&gt;" command.&lt;/P&gt;&lt;P&gt;If there is NO VLAN IP configuration, then, delete the vlan and only create the i-sid "&lt;FONT face="courier new,courier"&gt;i-sid 10 elan&lt;/FONT&gt;" as above and it works.&lt;BR /&gt;When using flex-uni ports/mlt's there is NO need to create a vlan locally when that vlan is only used to forward L2 packets.&lt;/P&gt;&lt;P&gt;In show commands, depending on if a vlan exists locally with the same i-sid assigned as a created i-sid xx elan, then the vlan shows up in the show mlt command, if not, only "&lt;FONT face="courier new,courier"&gt;show mlt i-sid 1&lt;/FONT&gt;" command works.&lt;BR /&gt;Please notice if both exist (vlan and i-sid), both will show up in the "show port/mlt i-sid" results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question 2:&lt;/P&gt;&lt;P&gt;A DVR-LEAF node can only perform L2 forwarding except for DVR enabled vlan's, for these vlan's, the DVR-LEAF node inherits L3 UNICAST/MULTICAST configuration from the DVR-CTRL nodes.&lt;BR /&gt;Also, you can't create vlan's on a DVR-LEAF node, you can only work with "i-sid 90010 elan" (to create the i-sid and assign ports or mlt's tagged or untagged to the i-sid.&lt;BR /&gt;This also means that when it is tagged, you can assign whatever vlan id. for that i-sid to that port or mlt.&lt;/P&gt;&lt;P&gt;I do not really understand what you try to accomplish with the last configuration example.&lt;BR /&gt;- You can only assign an interface once tagged or untagged to an i-sid.&lt;BR /&gt;- You can only assign one untagged i-sid to an interface.&lt;BR /&gt;- you can only assign the same c-vid once to an interface, each i-sid must be assigned with a different c-vid to the same interface.&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;P&gt;regards&lt;BR /&gt;WillyHe&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 14:48:27 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/member-ports-not-showing-in-mlt-lacp-config/m-p/100480#M2454</guid>
      <dc:creator>WillyHe</dc:creator>
      <dc:date>2024-06-04T14:48:27Z</dc:date>
    </item>
  </channel>
</rss>

