<?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: How to configure EAPS primary or secondary port, if this port belong to a LAG? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-eaps-primary-or-secondary-port-if-this-port/m-p/51702#M14167</link>
    <description>Thanks for joining the Hub Dennis.  &lt;BR /&gt;
As you can see, answers flow fast in our Community.  Give a little and you get a lot in return!</description>
    <pubDate>Sun, 15 May 2016 08:17:00 GMT</pubDate>
    <dc:creator>Ryan_Mathews</dc:creator>
    <dc:date>2016-05-15T08:17:00Z</dc:date>
    <item>
      <title>How to configure EAPS primary or secondary port, if this port belong to a LAG?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-eaps-primary-or-secondary-port-if-this-port/m-p/51698#M14163</link>
      <description>Hi, I'm doing a test lab, and I want to make a LAG to participate ein a EAPS domain and I noticed that you can put many ports  as primary or secondary, so I was wondering if I have to put all the ports that belong to the LAG or I only put the master port,In case its only necessary to put the master port what is the purpose of the command to put a list port.  Thanks in advance.</description>
      <pubDate>Sun, 15 May 2016 03:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-eaps-primary-or-secondary-port-if-this-port/m-p/51698#M14163</guid>
      <dc:creator>Edison</dc:creator>
      <dc:date>2016-05-15T03:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure EAPS primary or secondary port, if this port belong to a LAG?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-eaps-primary-or-secondary-port-if-this-port/m-p/51699#M14164</link>
      <description>Once you set up sharing, you only need to add the master port to the EAPS config.  For example, I have a client where we're running LACP on 1:47 and 2:47 as well as another on 1:48 and 2:48 (the 1: switches are the master ports).  My Eaps config is pretty simple:&lt;BR /&gt;
&lt;BR /&gt;
create eaps EapsCampusRing1&lt;BR /&gt;
config eaps EapsCampusRing1 mode master&lt;BR /&gt;
config EapsCampusRing1 primary port 1:47&lt;BR /&gt;
config EapsCampusRing1 secondary port 1:48&lt;BR /&gt;
    config EapsCampusRing1 add control vlan  V4001-EapsCampusCtrl1&lt;BR /&gt;
&lt;BR /&gt;
    config EapsCampusRing1 add protected vlan default&lt;BR /&gt;
&lt;BR /&gt;
    config EapsCampusRing1 add protected vlan V10-Lan1&lt;BR /&gt;
&lt;BR /&gt;
    config EapsCampusRing1 add protected vlan V11-LegacyLan1&lt;BR /&gt;
&lt;BR /&gt;
    config EapsCampusRing1 add protected vlan V60-WifiPrivate1&lt;BR /&gt;
&lt;BR /&gt;
    config EapsCampusRing1 add protected vlan V67-WifiProvis1&lt;BR /&gt;
&lt;BR /&gt;
    config EapsCampusRing1 add protected vlan V68-WifiGuest1&lt;BR /&gt;
&lt;BR /&gt;
    config EapsCampusRing1 add protected vlan V70-Voip1&lt;BR /&gt;
&lt;BR /&gt;
    config EapsCampusRing1 add protected vlan V79-Backup1&lt;BR /&gt;
&lt;BR /&gt;
    enable eaps&lt;BR /&gt;
&lt;BR /&gt;
    enable EapsCampusRing1&lt;BR /&gt;
&lt;BR /&gt;
    Eric&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 15 May 2016 05:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-eaps-primary-or-secondary-port-if-this-port/m-p/51699#M14164</guid>
      <dc:creator>Eric_Burke</dc:creator>
      <dc:date>2016-05-15T05:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure EAPS primary or secondary port, if this port belong to a LAG?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-eaps-primary-or-secondary-port-if-this-port/m-p/51700#M14165</link>
      <description>You only have to put the master port into either the primary of secondary ports.  Not sure about the list as you call it as you can only have one master and one secondary port.</description>
      <pubDate>Sun, 15 May 2016 06:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-eaps-primary-or-secondary-port-if-this-port/m-p/51700#M14165</guid>
      <dc:creator>Bill_Stritzinge</dc:creator>
      <dc:date>2016-05-15T06:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure EAPS primary or secondary port, if this port belong to a LAG?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-eaps-primary-or-secondary-port-if-this-port/m-p/51701#M14166</link>
      <description>Thank you Erik and Bill, I will test it in a lab next week.</description>
      <pubDate>Sun, 15 May 2016 08:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-eaps-primary-or-secondary-port-if-this-port/m-p/51701#M14166</guid>
      <dc:creator>Edison</dc:creator>
      <dc:date>2016-05-15T08:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure EAPS primary or secondary port, if this port belong to a LAG?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-eaps-primary-or-secondary-port-if-this-port/m-p/51702#M14167</link>
      <description>Thanks for joining the Hub Dennis.  &lt;BR /&gt;
As you can see, answers flow fast in our Community.  Give a little and you get a lot in return!</description>
      <pubDate>Sun, 15 May 2016 08:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-eaps-primary-or-secondary-port-if-this-port/m-p/51702#M14167</guid>
      <dc:creator>Ryan_Mathews</dc:creator>
      <dc:date>2016-05-15T08:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure EAPS primary or secondary port, if this port belong to a LAG?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-eaps-primary-or-secondary-port-if-this-port/m-p/51703#M14168</link>
      <description>Dennis,  Let us know how the lab goes. &lt;BR /&gt;</description>
      <pubDate>Sun, 15 May 2016 08:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-eaps-primary-or-secondary-port-if-this-port/m-p/51703#M14168</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2016-05-15T08:17:00Z</dc:date>
    </item>
  </channel>
</rss>

