<?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: 802.1x issues in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/802-1x-issues/m-p/68305#M18523</link>
    <description>Hello again,&lt;BR /&gt;
&lt;BR /&gt;
I managed to make it work thanks to you, I thought MAC-based meant that you use MACs to authenticate, but this is something else!&lt;BR /&gt;
&lt;BR /&gt;
Thanks a million man, you saved me!</description>
    <pubDate>Thu, 28 Mar 2019 22:29:24 GMT</pubDate>
    <dc:creator>Version</dc:creator>
    <dc:date>2019-03-28T22:29:24Z</dc:date>
    <item>
      <title>802.1x issues</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/802-1x-issues/m-p/68302#M18520</link>
      <description>Hey everyone!&lt;BR /&gt;
&lt;BR /&gt;
Since Microsoft allowed the Hyper-V switches to transfer EAPOL packets I tried to make our switches more secure by implementing 802.1x authentication for the ports.&lt;BR /&gt;
&lt;BR /&gt;
My idea is the next:&lt;BR /&gt;
&lt;BR /&gt;
Someone plugs their computer to one of the switch ports:&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;If they are in the necessary AD group (that condition I check in the Windows NPS server) they get authenticated and be put in the necessary untagged VLAN, they can reach the internal network and internet 
&lt;/LI&gt;&lt;LI&gt;If they don't have 802.1x enabled, they get to put into the Guest VLAN, receive a DMZ DHCP IP 
&lt;/LI&gt;&lt;LI&gt;If they have 802.1x enabled but they cannot authenticate, get to put in the the Failure VLAN (similar to Guest VLAN) 
&lt;/LI&gt;&lt;/UL&gt;
It works like a charm and everything is fine, but here comes the issue; if the connected computer has a Virtual Machine, then I want that VM to be put into the Failure VLAN (or the Guest, doesn't matter). For this, in the NPS server I set up the 211 VSA attribute so it enables to VLANs on the port: ULAN;TDMZ - so there will be an untagged LAN VLAN and a tagged DMZ.&lt;BR /&gt;
After the computer (host) successful authentication I can see both VLANs on the port, the host is in the untagged VLAN, has internet, everything works.&lt;BR /&gt;
The issue is that the VM tries to authenticate, but it fails, and then it doesn't get into the DMZ VLAN, also if I set up a VLAN tag in Hyper-V for the VM (the tag of the DMZ VLAN) it doesn't pick it up.&lt;BR /&gt;
&lt;BR /&gt;
This is what I see:&lt;BR /&gt;
&lt;BR /&gt;
SW01.33 # show netlogin dot1x detail&lt;BR /&gt;
&lt;BR /&gt;
NetLogin Authentication Mode : web-based DISABLED; 802.1x ENABLED; mac-based DISABLED&lt;BR /&gt;
NetLogin VLAN        : "nt_login"&lt;BR /&gt;
NetLogin move-fail-action  : Deny&lt;BR /&gt;
&lt;BR /&gt;
------------------------------------------------&lt;BR /&gt;
    802.1x Mode Global Configuration&lt;BR /&gt;
------------------------------------------------&lt;BR /&gt;
Quiet Period          : 1&lt;BR /&gt;
Supplicant Response Timeout   : 5&lt;BR /&gt;
Re-authentication period    : 3600&lt;BR /&gt;
Max Re-authentications     : 3&lt;BR /&gt;
RADIUS server timeout      : 10&lt;BR /&gt;
EAPOL MPDU version to transmit : v1&lt;BR /&gt;
------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
Port: 6:19, Vlan: LAN State: Enabled, Authentication: 802.1x&lt;BR /&gt;
 Guest Vlan VM-DMZ: Enabled&lt;BR /&gt;
Authentication Failure Vlan VM-DMZ: Enabled&lt;BR /&gt;
Authentication Service-Unavailable Vlan VM-DMZ: Enabled&lt;BR /&gt;
&lt;BR /&gt;
   MAC&lt;BR /&gt;
MACADDRESS  : IP=10.98.8.48   Auth=Yes User=ADUSERNAME&lt;BR /&gt;
          : AuthPAE state=AUTHENTICATED BackAuth state=IDLE&lt;BR /&gt;
          : ReAuth time left=3566  ReAuth count=0&lt;BR /&gt;
          : Quiet time left=0&lt;BR /&gt;
-----------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
Port: 6:19, Vlan: VM-DMZ, State: Enabled, Authentication: 802.1x&lt;BR /&gt;
 Guest Vlan VM-DMZ: Enabled&lt;BR /&gt;
Authentication Failure Vlan VM-DMZ: Enabled&lt;BR /&gt;
Authentication Service-Unavailable Vlan VM-DMZ: Enabled&lt;BR /&gt;
&lt;BR /&gt;
   MAC&lt;BR /&gt;
00:15:5d:49:0b:1a  : IP=0.0.0.0     Auth=No  User=&lt;BR /&gt;
          : AuthPAE state=AUTHENTICATING BackAuth state=IDLE&lt;BR /&gt;
          : ReAuth time left=0    ReAuth count=4&lt;BR /&gt;
          : Quiet time left=0&lt;BR /&gt;
10:62:e5:ef:0f:69  : IP=0.0.0.0     Auth=Yes User=ADUSERNAME&lt;BR /&gt;
          : AuthPAE state=AUTHENTICATED BackAuth state=IDLE&lt;BR /&gt;
          : ReAuth time left=3566  ReAuth count=0&lt;BR /&gt;
          : Quiet time left=0&lt;BR /&gt;
-----------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
this is what's in the debug log:&lt;BR /&gt;
&lt;BR /&gt;
03/21/2019 11:21:36.15  Slot-1: Authentication failed for Network Login 802.1x user Mac 00:15:5D:49:0B:1A port 6:19&lt;BR /&gt;
03/21/2019 11:21:36.15  Slot-1: Client[6:19, 00:15:5D:49:0B:1A] auth move result: Cant move untagged VLAN&lt;BR /&gt;
03/21/2019 11:21:36.15  Slot-1: Client[6:19, 00:15:5D:49:0B:1A] authVlans preprocessing result; Cant move untagged VLAN&lt;BR /&gt;
&lt;BR /&gt;
Do you have any suggestions?</description>
      <pubDate>Thu, 21 Mar 2019 18:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/802-1x-issues/m-p/68302#M18520</guid>
      <dc:creator>Version</dc:creator>
      <dc:date>2019-03-21T18:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x issues</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/802-1x-issues/m-p/68303#M18521</link>
      <description>Good morning,&lt;BR /&gt;
&lt;BR /&gt;
As I understand, your host is authenticated and added to a VLAN untagged.&lt;BR /&gt;
&lt;BR /&gt;
Your netlogin port is configured to use port-based VLANs.  With this, the port can only be untagged in 1 VLAN (the initial host authentication), therefore any subsequent attempt to pass an untagged VSA for ther VM would fail. &lt;BR /&gt;
&lt;BR /&gt;
You need to change the NetLogin mode to mac-based-vlans.  Please see the following KB article: https://gtacknowledge.extremenetworks.com/articles/Q_A/What-is-MAC-based-VLANs-and-port-based-VLANs&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;# show netlogin dot1x detail &lt;BR /&gt;&lt;BR /&gt;... MAC-based ENABLED&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
In your case the above is set to DISABLED</description>
      <pubDate>Tue, 26 Mar 2019 16:39:40 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/802-1x-issues/m-p/68303#M18521</guid>
      <dc:creator>Kawawa</dc:creator>
      <dc:date>2019-03-26T16:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x issues</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/802-1x-issues/m-p/68304#M18522</link>
      <description>Hey!&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your answer.&lt;BR /&gt;
&lt;BR /&gt;
Okay, so let's say I have a computer that authenticates then get put into the untagged VLAN. I cannot put any VMs into a tagged VLAN without using MAC-based auth?</description>
      <pubDate>Thu, 28 Mar 2019 19:41:59 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/802-1x-issues/m-p/68304#M18522</guid>
      <dc:creator>Version</dc:creator>
      <dc:date>2019-03-28T19:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: 802.1x issues</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/802-1x-issues/m-p/68305#M18523</link>
      <description>Hello again,&lt;BR /&gt;
&lt;BR /&gt;
I managed to make it work thanks to you, I thought MAC-based meant that you use MACs to authenticate, but this is something else!&lt;BR /&gt;
&lt;BR /&gt;
Thanks a million man, you saved me!</description>
      <pubDate>Thu, 28 Mar 2019 22:29:24 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/802-1x-issues/m-p/68305#M18523</guid>
      <dc:creator>Version</dc:creator>
      <dc:date>2019-03-28T22:29:24Z</dc:date>
    </item>
  </channel>
</rss>

