<?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: Trying to link Extreme X440 to Dell S4112F-On via LAG / LACP in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88820#M21102</link>
    <description>&lt;P&gt;You have pointed me in the right direction, I think.&amp;nbsp;I see the LACP port-channels that I configured on the Dell switches are all being blocked via&amp;nbsp;MSTP so, let me get this resolved and I will be back in touch.&lt;/P&gt;&lt;P&gt;Thanks Christopher!&lt;/P&gt;</description>
    <pubDate>Wed, 09 Dec 2020 05:00:48 GMT</pubDate>
    <dc:creator>jRich335</dc:creator>
    <dc:date>2020-12-09T05:00:48Z</dc:date>
    <item>
      <title>Trying to link Extreme X440 to Dell S4112F-On via LAG / LACP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88813#M21095</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;First, a little background. I am a 1 man 1 stop IT shop for a 400+ user production environment, managing all facets of the infrastructure where I work. To say that my typical day in insane, would be a massive understatement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On to my problem, I have been trying to figure out how to establish a connection between our new infrastructure (VM hosts, Data store, core network backbone) and our existing switching infrastructure, and&amp;nbsp;as it stands, I cannot get the connection established.&lt;/P&gt;&lt;P&gt;Diagram below:&lt;/P&gt;&lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="bb65e480e0614a78b996a12b3e3adc5c_48d3249d-dce6-47d4-9319-d2d281759c15.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4531i48A0F08C31070ED5/image-size/large?v=v2&amp;amp;px=999" role="button" title="bb65e480e0614a78b996a12b3e3adc5c_48d3249d-dce6-47d4-9319-d2d281759c15.png" alt="bb65e480e0614a78b996a12b3e3adc5c_48d3249d-dce6-47d4-9319-d2d281759c15.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;I have set-up a test network so that nothing will be impacting&amp;nbsp;production, until I can figure this out.&lt;/P&gt;&lt;P&gt;There is a very good possibility that I am trying to over complicate this and if I am, please just let me know, I am open to suggestions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have had all this dumped in my lap, with a timeline breathing down my neck,&amp;nbsp;and I am feeling out of my depth, so any input would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 04:33:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88813#M21095</guid>
      <dc:creator>jRich335</dc:creator>
      <dc:date>2020-12-09T04:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to link Extreme X440 to Dell S4112F-On via LAG / LACP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88814#M21096</link>
      <description>&lt;P&gt;Current Switch Config:&lt;/P&gt;&lt;P&gt;configure sys-recovery-level switch reset&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module vlan configuration.&lt;BR /&gt;#&lt;BR /&gt;configure vlan default delete ports all&lt;BR /&gt;configure vr VR-Default delete ports 1-28&lt;BR /&gt;configure vr VR-Default add ports 1-28&lt;BR /&gt;configure vlan default delete ports 24&lt;BR /&gt;enable jumbo-frame ports all&lt;BR /&gt;create vlan "Camera"&lt;BR /&gt;configure vlan Camera tag 2&lt;BR /&gt;create vlan "PLC-Industrial"&lt;BR /&gt;configure vlan PLC-Industrial tag 6&lt;BR /&gt;create vlan "Speakers"&lt;BR /&gt;configure vlan Speakers tag 3&lt;BR /&gt;create vlan "SVR-SW-PTR-PC-PRD_Entry"&lt;BR /&gt;configure vlan SVR-SW-PTR-PC-PRD_Entry tag 5&lt;BR /&gt;create vlan "Wireless-Guest"&lt;BR /&gt;configure vlan Wireless-Guest tag 9&lt;BR /&gt;create vlan "Wireless-Secure"&lt;BR /&gt;configure vlan Wireless-Secure tag 4&lt;BR /&gt;enable sharing 23 grouping 23-24 algorithm address-based L2 lacp&lt;BR /&gt;configure vlan Camera add ports 23 tagged&lt;BR /&gt;configure vlan Default add ports 1-23,25-28 untagged&lt;BR /&gt;configure vlan PLC-Industrial add ports 23 tagged&lt;BR /&gt;configure vlan Speakers add ports 23 tagged&lt;BR /&gt;configure vlan SVR-SW-PTR-PC-PRD_Entry add ports 23 tagged&lt;BR /&gt;configure vlan Wireless-Guest add ports 23 tagged&lt;BR /&gt;configure vlan Wireless-Secure add ports 23 tagged&lt;BR /&gt;configure vlan Default ipaddress 192.168.141.250 255.255.252.0&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module mcmgr configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module fdb configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module rtmgr configuration.&lt;BR /&gt;#&lt;BR /&gt;enable icmp useredirects&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module policy configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module aaa configuration.&lt;BR /&gt;#&lt;BR /&gt;configure account admin encrypted "$5$K1ScmX$IqNbqVjCs96GsrXWgUgIgGSzDS3ynWMmFz/d7S9nAcB"&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module acl configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;configure access-list zone SYSTEM application VlanManager application-priority 18&lt;BR /&gt;configure access-list zone SYSTEM application SlppGuard application-priority 19&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module bfd configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module cfgmgr configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module dosprotect configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module dot1ag configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module eaps configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module edp configuration.&lt;BR /&gt;#&lt;BR /&gt;enable cdp ports 1&lt;BR /&gt;enable cdp ports 2&lt;BR /&gt;enable cdp ports 3&lt;BR /&gt;enable cdp ports 4&lt;BR /&gt;enable cdp ports 5&lt;BR /&gt;enable cdp ports 6&lt;BR /&gt;enable cdp ports 7&lt;BR /&gt;enable cdp ports 8&lt;BR /&gt;enable cdp ports 9&lt;BR /&gt;enable cdp ports 10&lt;BR /&gt;enable cdp ports 11&lt;BR /&gt;enable cdp ports 12&lt;BR /&gt;enable cdp ports 13&lt;BR /&gt;enable cdp ports 14&lt;BR /&gt;enable cdp ports 15&lt;BR /&gt;enable cdp ports 16&lt;BR /&gt;enable cdp ports 17&lt;BR /&gt;enable cdp ports 18&lt;BR /&gt;enable cdp ports 19&lt;BR /&gt;enable cdp ports 20&lt;BR /&gt;enable cdp ports 21&lt;BR /&gt;enable cdp ports 22&lt;BR /&gt;enable cdp ports 23&lt;BR /&gt;enable cdp ports 24&lt;BR /&gt;enable cdp ports 25&lt;BR /&gt;enable cdp ports 26&lt;BR /&gt;enable cdp ports 27&lt;BR /&gt;enable cdp ports 28&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module elrp configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module ems configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module epm configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module erps configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module esrp configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module ethoam configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module etmon configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module exsshd configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module hal configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module idMgr configuration.&lt;BR /&gt;#&lt;BR /&gt;enable identity-management&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module ipSecurity configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module ipfix configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module lacp configuration.&lt;BR /&gt;#&lt;BR /&gt;configure lacp member-port 24 priority 1&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module lldp configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module mrp configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module msdp configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module netLogin configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module netTools configuration.&lt;BR /&gt;#&lt;BR /&gt;configure dns-client add name-server 172.21.4.1 vr VR-Default&lt;BR /&gt;configure dns-client add domain-suffix hs.st-ji.local&lt;BR /&gt;configure sntp-client primary 172.21.4.1 vr VR-Mgmt&lt;BR /&gt;enable sntp-client&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module nodealias configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module ntp configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module poe configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module rip configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module ripng configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module snmpMaster configuration.&lt;BR /&gt;#&lt;BR /&gt;configure snmpv3 engine-id 03:00:04:96:e3:ee:d2&lt;BR /&gt;configure snmpv3 add user "hsadmin" engine-id 80:00:07:7c:03:00:04:96:e3:ee:d2 authentication md5 auth-encrypted localized-key 23:24:6e:39:48:55:67:78:76:61:64:30:54:6f:61:71:32:2f:4d:31:4e:34:41:69:47:51:74:53:34:76:4a:67:7a:34:70:50:72:4f:71:6a:47:4f:38:71:6d:4d:47:36:6e:54:76:62:6f:3d privacy aes 128 privacy-encrypted localized-key 23:24:30:4b:73:34:42:37:38:54:7a:57:73:39:33:30:77:51:33:63:2f:46:5a:52:38:49:55:6d:36:53:4b:77:6f:4b:69:42:58:76:56:51:75:77:56:33:72:35:47:52:33:4b:33:75:67:3d&lt;BR /&gt;configure snmpv3 add group "admin" user "hsadmin" sec-model usm&lt;BR /&gt;enable snmp access&lt;BR /&gt;enable snmp access snmp-v1v2c&lt;BR /&gt;enable snmp access snmpv3&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module stp configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module techSupport configuration.&lt;BR /&gt;#&lt;BR /&gt;enable tech-support collector&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module telnetd configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module tftpd configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module thttpd configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module twamp configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module vmt configuration.&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Module vsm configuration.&lt;BR /&gt;#&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 04:34:29 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88814#M21096</guid>
      <dc:creator>jRich335</dc:creator>
      <dc:date>2020-12-09T04:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to link Extreme X440 to Dell S4112F-On via LAG / LACP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88815#M21097</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide the output of “show lacp counters” from the EXOS switch?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris Thompson&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 04:37:04 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88815#M21097</guid>
      <dc:creator>CThompsonEXOS</dc:creator>
      <dc:date>2020-12-09T04:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to link Extreme X440 to Dell S4112F-On via LAG / LACP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88816#M21098</link>
      <description>&lt;P&gt;LACP PDUs dropped on non-LACP ports : 0&lt;BR /&gt;LACP Bulk checkpointed msgs sent &amp;nbsp; &amp;nbsp;: 0&lt;BR /&gt;LACP Bulk checkpointed msgs recv &amp;nbsp; &amp;nbsp;: 0&lt;BR /&gt;LACP PDUs checkpointed sent &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0&lt;BR /&gt;LACP PDUs checkpointed recv &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0&lt;/P&gt;&lt;P&gt;Lag &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Member &amp;nbsp; &amp;nbsp; Rx &amp;nbsp; &amp;nbsp; &amp;nbsp; Rx Drop &amp;nbsp;Rx Drop &amp;nbsp;Rx Drop &amp;nbsp;Tx &amp;nbsp; &amp;nbsp; &amp;nbsp; Tx&lt;BR /&gt;Group &amp;nbsp; &amp;nbsp; &amp;nbsp;Port &amp;nbsp; &amp;nbsp; &amp;nbsp; Ok &amp;nbsp; &amp;nbsp; &amp;nbsp; PDU Err &amp;nbsp;Not Up &amp;nbsp; Same MAC Sent Ok &amp;nbsp;Xmit Err&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;24 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;================================================================================&lt;/P&gt;&lt;P&gt;MIS TEST.3 #&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 04:42:53 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88816#M21098</guid>
      <dc:creator>jRich335</dc:creator>
      <dc:date>2020-12-09T04:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to link Extreme X440 to Dell S4112F-On via LAG / LACP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88817#M21099</link>
      <description>&lt;P&gt;Sorry, and the output of “show sharing”&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 04:44:19 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88817#M21099</guid>
      <dc:creator>CThompsonEXOS</dc:creator>
      <dc:date>2020-12-09T04:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to link Extreme X440 to Dell S4112F-On via LAG / LACP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88818#M21100</link>
      <description>&lt;P&gt;MIS TEST.4 # show sharing detail&lt;BR /&gt;Load Sharing Monitor&lt;BR /&gt;Config &amp;nbsp; &amp;nbsp;Current Agg &amp;nbsp; &amp;nbsp; Min &amp;nbsp; &amp;nbsp;Ld Share &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ld Share &amp;nbsp;Agg Link &amp;nbsp;Link Up&lt;BR /&gt;Master &amp;nbsp; &amp;nbsp;Master &amp;nbsp;Control Active Algorithm Flags Group &amp;nbsp; &amp;nbsp; Mbr State Transitions&lt;BR /&gt;================================================================================&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LACP &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp;L2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A &amp;nbsp; &amp;nbsp; 23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; R &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; L2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;24 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; R &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;BR /&gt;==============================================================================&lt;BR /&gt;VLAN Configuration:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Name: Default, &amp;nbsp;Virtual Router: VR-Default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Internal tag = 1, &amp;nbsp;MAC-limit = No-limit&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Name: Camera, &amp;nbsp;Virtual Router: VR-Default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 802.1Q Tag = 2, &amp;nbsp;MAC-limit = No-limit&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Name: PLC-Industrial, &amp;nbsp;Virtual Router: VR-Default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 802.1Q Tag = 6, &amp;nbsp;MAC-limit = No-limit&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Name: Speakers, &amp;nbsp;Virtual Router: VR-Default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 802.1Q Tag = 3, &amp;nbsp;MAC-limit = No-limit&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Name: SVR-SW-PTR-PC-PRD_Entry, &amp;nbsp;Virtual Router: VR-Default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 802.1Q Tag = 5, &amp;nbsp;MAC-limit = No-limit&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Name: Wireless-Guest, &amp;nbsp;Virtual Router: VR-Default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 802.1Q Tag = 9, &amp;nbsp;MAC-limit = No-limit&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Name: Wireless-Secure, &amp;nbsp;Virtual Router: VR-Default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 802.1Q Tag = 4, &amp;nbsp;MAC-limit = No-limit&lt;BR /&gt;STP Configuration:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; s0(enable), &amp;nbsp;Tag= (none), &amp;nbsp;Mode=802.1D, &amp;nbsp;State=DISABLED&lt;BR /&gt;================================================================================&lt;BR /&gt;================================================================================&lt;BR /&gt;Link State: A-Active, D-Disabled, R-Ready, NP-Port not present, L-Loopback&lt;BR /&gt;Minimum Active: (&amp;lt;) Group is down. # active links less than configured minimum&lt;BR /&gt;Load Sharing Algorithm: (L2) Layer 2 address based, (L3) Layer 3 address based&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (L3_L4) Layer 3 address and Layer 4 port based&lt;BR /&gt;Flags:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; A - All: Distribute to all members,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; d - Dynamically created shared port,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; L - Local Slot: Distribute to members local to ingress slot,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; P - Port Lists: Distribute to per-slot configurable subset of members,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; R - Resilient Hashing enabled.&lt;BR /&gt;Number of load sharing trunks: 1&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 04:48:57 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88818#M21100</guid>
      <dc:creator>jRich335</dc:creator>
      <dc:date>2020-12-09T04:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to link Extreme X440 to Dell S4112F-On via LAG / LACP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88819#M21101</link>
      <description>&lt;P&gt;Got you and thanks for that. It looks like layer 1 isn’t actually up so&amp;nbsp;layer 2(LACP, etc) won’t work either.&amp;nbsp; Is STP or anything on the Dell side causing the ports to not be physically up?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 04:52:31 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88819#M21101</guid>
      <dc:creator>CThompsonEXOS</dc:creator>
      <dc:date>2020-12-09T04:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to link Extreme X440 to Dell S4112F-On via LAG / LACP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88820#M21102</link>
      <description>&lt;P&gt;You have pointed me in the right direction, I think.&amp;nbsp;I see the LACP port-channels that I configured on the Dell switches are all being blocked via&amp;nbsp;MSTP so, let me get this resolved and I will be back in touch.&lt;/P&gt;&lt;P&gt;Thanks Christopher!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 05:00:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88820#M21102</guid>
      <dc:creator>jRich335</dc:creator>
      <dc:date>2020-12-09T05:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to link Extreme X440 to Dell S4112F-On via LAG / LACP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88821#M21103</link>
      <description>&lt;P&gt;Turns out that STP was not the problem at all and everything on the Dell side was verified correctly. The Extreme X440 connectivity would not work due to the lack of native 10GB support, which I found out after calling into the GTAC, and had a Tech remote in to see what was going on, at which point I found out that the Extreme X440 cannot communicate with a SPF+ connection on ANY on the front ports on the switch, so we turned on the 30-day “dual port 10GB demo license”, reset the ports from 23 &amp;amp; 24 to 25 &amp;amp; 26, and everything worked perfectly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;TL:DR - Turned on 10GB on Extreme Side, set ports 25 &amp;amp; 26 (these ports are the 10GB ports/ non-stacking) in LACP sharing for 10GB functionality, and it works.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 21:51:25 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trying-to-link-extreme-x440-to-dell-s4112f-on-via-lag-lacp/m-p/88821#M21103</guid>
      <dc:creator>jRich335</dc:creator>
      <dc:date>2020-12-14T21:51:25Z</dc:date>
    </item>
  </channel>
</rss>

