<?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: Open vSwitch on an Auto-Sense port in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/open-vswitch-on-an-auto-sense-port/m-p/122020#M3230</link>
    <description>&lt;P&gt;Hi Raúl,&lt;/P&gt;&lt;P&gt;FYI, I created an FA test tool you can use against both physical and virtualised Fabric Engine (aka VOSS).&amp;nbsp;&amp;nbsp;&lt;A href="http://nikulski.net/vfad/" target="_blank"&gt;http://www.nikulski.net/vfad/&lt;/A&gt;&lt;BR /&gt;Please note that message authentication prevents unwanted VLAN/I-SID assignment, but it still exposes FA client details to the FA server/Proxy. It means that there is always an ability to recognise the client. If EAPoL is used, the FA client details can be shared with the Radius server by carrying the FA attributes in the request.&lt;BR /&gt;Yes, we are still improving the solution that has become more flexible. in each release. Your input is valid, and we have similar ideas too.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Markus&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jun 2026 06:11:39 GMT</pubDate>
    <dc:creator>MarkusNikulski</dc:creator>
    <dc:date>2026-06-25T06:11:39Z</dc:date>
    <item>
      <title>Open vSwitch on an Auto-Sense port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/open-vswitch-on-an-auto-sense-port/m-p/122003#M3224</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Hi,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I am trying to use the OVS service on a Debian 12 installation. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;According to the documentation, OVS does not support HMAC authentication for Auto-Attach.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; If I configure the switch port as FA without authentication, it works; however, when I set it to Auto-Sense, I receive authentication error messages on the port.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;While NAC could handle this authentication dynamically, I am trying to set up a scenario where NAC is not required and Auto-Sense itself allows me to automate specific clients (Linux, in this case). &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I found the command `auto-sense fa ovs eapol status authorized`; it is supposed to bypass authentication, but it doesn't seem to work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I am connecting to a 5420 switch running firmware 9.3.2, and there is NAC on the network.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Is this a bug?&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Has anyone else tried using OVS on Auto-Sense ports?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Raúl Carbonari&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2026 13:56:37 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/open-vswitch-on-an-auto-sense-port/m-p/122003#M3224</guid>
      <dc:creator>Raul_Carbonari</dc:creator>
      <dc:date>2026-06-22T13:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Open vSwitch on an Auto-Sense port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/open-vswitch-on-an-auto-sense-port/m-p/122012#M3227</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You are mixing up Fabric Attach (FA) message authentication with EAPoL/MAC-based authentication.&lt;/P&gt;&lt;P&gt;Extreme FA devices ship with a default secret FA auth key, but we do not disclose that key outside of Extreme, so the OVS FA client won't have it.&lt;/P&gt;&lt;P&gt;So, what you are trying to do is to disable FA message auth on the auto-sense port, while the command&amp;nbsp;&lt;SPAN class=""&gt;`auto-sense fa ovs eapol status authorized`is simply bypassing NAC RADIUS authentication, which you do not have anyway.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;This global command should work, but it will result in FA message auth being disabled on all auto-sense ports, not just the one where your OVS client connects.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;(config)#% no auto-sense fa message-authentication&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;which may not be what you want; in that case, you will need to disable auto-sense and configure the port for FA without messages-authentication.&lt;/P&gt;&lt;P&gt;Alternatively, if OVS allows you to set a custom FA auth key, then you can also configure that key on the switch port, but again auto-sense needs disabling to configure it.&lt;/P&gt;&lt;P&gt;Stay tuned; we are looking to enhance auto-sense in the next releases so that you will be able to automatically either disable FA auth on ports where an specific FA client type (e.g. OVS) is detected, or apply a customer FA auth key.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Ludovico&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 16:17:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/open-vswitch-on-an-auto-sense-port/m-p/122012#M3227</guid>
      <dc:creator>Ludovico</dc:creator>
      <dc:date>2026-06-23T16:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Open vSwitch on an Auto-Sense port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/open-vswitch-on-an-auto-sense-port/m-p/122013#M3228</link>
      <description>&lt;P&gt;Ludovico,&lt;/P&gt;&lt;P&gt;OVS implementations do not support HMAC, so LLDP messages will never be sent with authentication.&lt;BR /&gt;I am running some tests with a Python script called "faclient.py" that I found on GitHub. It allows me to specify a key, and in my tests, it is working.&lt;/P&gt;&lt;P&gt;It would be great to be able to disable Auto-Sense authentication based on the FA Type—at least for non-Extreme devices—or, alternatively, to define a key per FA Type.&lt;/P&gt;&lt;P&gt;Another interesting feature would be the ability to associate "generic" LLDP messages with a specific FA Type—for instance, for cameras that lack an embedded FA client, or for printers and other types of devices. The list of FA Types on GitHub has been expanded to include more device types.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raúl&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 19:18:02 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/open-vswitch-on-an-auto-sense-port/m-p/122013#M3228</guid>
      <dc:creator>Raul_Carbonari</dc:creator>
      <dc:date>2026-06-23T19:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Open vSwitch on an Auto-Sense port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/open-vswitch-on-an-auto-sense-port/m-p/122020#M3230</link>
      <description>&lt;P&gt;Hi Raúl,&lt;/P&gt;&lt;P&gt;FYI, I created an FA test tool you can use against both physical and virtualised Fabric Engine (aka VOSS).&amp;nbsp;&amp;nbsp;&lt;A href="http://nikulski.net/vfad/" target="_blank"&gt;http://www.nikulski.net/vfad/&lt;/A&gt;&lt;BR /&gt;Please note that message authentication prevents unwanted VLAN/I-SID assignment, but it still exposes FA client details to the FA server/Proxy. It means that there is always an ability to recognise the client. If EAPoL is used, the FA client details can be shared with the Radius server by carrying the FA attributes in the request.&lt;BR /&gt;Yes, we are still improving the solution that has become more flexible. in each release. Your input is valid, and we have similar ideas too.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Markus&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2026 06:11:39 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/open-vswitch-on-an-auto-sense-port/m-p/122020#M3230</guid>
      <dc:creator>MarkusNikulski</dc:creator>
      <dc:date>2026-06-25T06:11:39Z</dc:date>
    </item>
  </channel>
</rss>

