<?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 XOS Authentication + Campus Mode + STP needed in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-authentication-campus-mode-stp-needed/m-p/58535#M17337</link>
    <description>we wants to use 802.1x and MAC Auth for authentication of the end-systems. Automatic VLAN configuration via RADIUS VSAs during authentication process is a very important additional value for us (XOS - Auth - Campus Mode). Finally we wants using Spanning Tree at the edge ports (to prevent network loops)!&lt;BR /&gt;
&lt;BR /&gt;
Unfortunately Authentication + Campus Mode + STP is with current XOS not possible!&lt;BR /&gt;
&lt;BR /&gt;
Current legacy Enterasys devices support that without problems.&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Mon, 09 Mar 2015 15:59:00 GMT</pubDate>
    <dc:creator>M_Nees</dc:creator>
    <dc:date>2015-03-09T15:59:00Z</dc:date>
    <item>
      <title>XOS Authentication + Campus Mode + STP needed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-authentication-campus-mode-stp-needed/m-p/58535#M17337</link>
      <description>we wants to use 802.1x and MAC Auth for authentication of the end-systems. Automatic VLAN configuration via RADIUS VSAs during authentication process is a very important additional value for us (XOS - Auth - Campus Mode). Finally we wants using Spanning Tree at the edge ports (to prevent network loops)!&lt;BR /&gt;
&lt;BR /&gt;
Unfortunately Authentication + Campus Mode + STP is with current XOS not possible!&lt;BR /&gt;
&lt;BR /&gt;
Current legacy Enterasys devices support that without problems.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Mar 2015 15:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-authentication-campus-mode-stp-needed/m-p/58535#M17337</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2015-03-09T15:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS Authentication + Campus Mode + STP needed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-authentication-campus-mode-stp-needed/m-p/58536#M17338</link>
      <description>Matthias, &lt;BR /&gt;
&lt;BR /&gt;
As you have seen, XOS does not directly support .1x, MAC and STP on a port at the same time.  We can workaround this by creating a carrier vlan and adding ports tagged to the vlan.  Here is an example:&lt;BR /&gt;
&lt;BR /&gt;
# Create VLAN for Carrier - Add all user ports to this VLAN&lt;BR /&gt;
#&lt;BR /&gt;
create vlan FAKE_EDGE_MSTP tag 4051  (tag could be any...)&lt;BR /&gt;
configure FAKE_EDGE_MSTP add port (user port listing) tag&lt;BR /&gt;
#&lt;BR /&gt;
# STP Configuration - Will turn on&lt;BR /&gt;
#&lt;BR /&gt;
configure s0 delete vlan default port all&lt;BR /&gt;
disable s0 auto-bind vlan default&lt;BR /&gt;
configure s0 mode mstp cist&lt;BR /&gt;
configure s0 priority 0&lt;BR /&gt;
create stpd fake_stm&lt;BR /&gt;
configure fake_stm mode mstp msti 1&lt;BR /&gt;
configure fake_stm priority 01&lt;BR /&gt;
configure fake_stm add vlan FAKE_EDGE_MSTP port (user port listing) dot1d&lt;BR /&gt;
configure s0 ports link-type edge (user port listing) edge-safeguard enable bpdu-restrict&lt;BR /&gt;
configure fake_stm ports link-type edge (user port listing) edge-safeguard enable bpdu-restrict&lt;BR /&gt;
en fake_stm&lt;BR /&gt;
en s0&lt;BR /&gt;
en stp&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
Bill&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Apr 2015 17:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-authentication-campus-mode-stp-needed/m-p/58536#M17338</guid>
      <dc:creator>Bill_Stritzinge</dc:creator>
      <dc:date>2015-04-06T17:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS Authentication + Campus Mode + STP needed</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-authentication-campus-mode-stp-needed/m-p/58537#M17339</link>
      <description>Hi Bill,&lt;BR /&gt;
these days i come back to your STP config suggestion. it work fine - Loop Protection and Netlogin simultaneously! Perfect. &lt;BR /&gt;
I disclaim of the bpdu-restrict because both end of the loop are shutdown. Standard STP behaviour to block the new port is OK for me.&lt;BR /&gt;
&lt;BR /&gt;
create vlan RSTP_VLAN&lt;BR /&gt;
conf vlan RSTP_VLAN tag 4051&lt;BR /&gt;
create stpd rstp-s0&lt;BR /&gt;
configure rstp-s0 mode mstp cist&lt;BR /&gt;
conf rstp-s0 prio 16684&lt;BR /&gt;
enable stpd rstp-s0&lt;BR /&gt;
conf vlan RSTP_VLAN add port 1-16 tag&lt;BR /&gt;
configure stpd rstp-s0 add vlan RSTP_VLAN ports 1-16 dot1d&lt;BR /&gt;
configure stpd rstp-s0 ports link-type edge 1-16 edge-safeguard enable recovery-timeout 60&lt;BR /&gt;
&lt;BR /&gt;
But 2 things are important for me:&lt;BR /&gt;
+ I get no information that a port is shutdown because of the loop situation. "show sptd rstp-s0 ports" does not show me a blocked port! &lt;BR /&gt;
Is it possible that XOS generate a SNMP Trap or a syslog message of a loop will be avoided ??&lt;BR /&gt;
&lt;BR /&gt;
+ during a short time RSTP needs to detect a loop - netlogin (which is also active on that port) sends authentication requests to RADIUS server - so NAC Gateway - NAC Manager tool (end-systems) is filled up with existing mac adresses (end-systems) on that switch port. &lt;BR /&gt;
Is it possible to avoid this ?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Dec 2015 03:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-authentication-campus-mode-stp-needed/m-p/58537#M17339</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2015-12-13T03:26:00Z</dc:date>
    </item>
  </channel>
</rss>

