<?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 EXOS with an AutoSense enabled uplink for ZTP+ in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-with-an-autosense-enabled-uplink-for-ztp/m-p/99405#M22325</link>
    <description>&lt;P&gt;Hello all!&amp;nbsp; I've been busy testing and labbing an EXOS switch getting deployed via ZTP+ when connected to an upstream auto-sensed enabled fabric engine port.&amp;nbsp; I'm wondering if anyone has got this 100% figured out and in production because there are some questions I have about how to get this working exactly the way I'd like.&lt;/P&gt;&lt;P&gt;As I understand it, when you factory reset and boot an EXOS switch connected upstream to a fabric engine "auto-sense" port, the port automagically goes into fa/flex-uni mode via the auto-sense code.&amp;nbsp; The issue is, the EXOS will basically get an IP using it's Default/Untagged VLAN b/c it tries every VLAN it can to get an IP on.&amp;nbsp; This all goes well until you decide, as part of ZTP+ you want XMC to create a management VLAN and use that IP range for it's management interface.&amp;nbsp; The problem is, even with using port-templates on the EXOS side to add vlans to the upstream trunk, since from the VOSS side it's FA, those same VLANs don't get added to the FA autosense port.&lt;/P&gt;&lt;P&gt;Essentially, I want to set an fa-management vlan from the VOSS side facing the EXOS switch, but I can't since this conflicts with auto-sense, as you can't configure both on a port simultaneously.&amp;nbsp; Inherently, auto-sense works when onboarding another VOSS switch but it's a bit funky with EXOS from my testing.&amp;nbsp; Has anyone got this figured out and can point me to some guides or something on how to do this?&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2024 13:22:41 GMT</pubDate>
    <dc:creator>Configterminal</dc:creator>
    <dc:date>2024-02-23T13:22:41Z</dc:date>
    <item>
      <title>EXOS with an AutoSense enabled uplink for ZTP+</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-with-an-autosense-enabled-uplink-for-ztp/m-p/99405#M22325</link>
      <description>&lt;P&gt;Hello all!&amp;nbsp; I've been busy testing and labbing an EXOS switch getting deployed via ZTP+ when connected to an upstream auto-sensed enabled fabric engine port.&amp;nbsp; I'm wondering if anyone has got this 100% figured out and in production because there are some questions I have about how to get this working exactly the way I'd like.&lt;/P&gt;&lt;P&gt;As I understand it, when you factory reset and boot an EXOS switch connected upstream to a fabric engine "auto-sense" port, the port automagically goes into fa/flex-uni mode via the auto-sense code.&amp;nbsp; The issue is, the EXOS will basically get an IP using it's Default/Untagged VLAN b/c it tries every VLAN it can to get an IP on.&amp;nbsp; This all goes well until you decide, as part of ZTP+ you want XMC to create a management VLAN and use that IP range for it's management interface.&amp;nbsp; The problem is, even with using port-templates on the EXOS side to add vlans to the upstream trunk, since from the VOSS side it's FA, those same VLANs don't get added to the FA autosense port.&lt;/P&gt;&lt;P&gt;Essentially, I want to set an fa-management vlan from the VOSS side facing the EXOS switch, but I can't since this conflicts with auto-sense, as you can't configure both on a port simultaneously.&amp;nbsp; Inherently, auto-sense works when onboarding another VOSS switch but it's a bit funky with EXOS from my testing.&amp;nbsp; Has anyone got this figured out and can point me to some guides or something on how to do this?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 13:22:41 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-with-an-autosense-enabled-uplink-for-ztp/m-p/99405#M22325</guid>
      <dc:creator>Configterminal</dc:creator>
      <dc:date>2024-02-23T13:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS with an AutoSense enabled uplink for ZTP+</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-with-an-autosense-enabled-uplink-for-ztp/m-p/113418#M22725</link>
      <description>&lt;P&gt;You can set this auto-sense command on the VSP/FabEng side:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;auto-sense fa proxy-no-auth i-sid &amp;lt;i-sid&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;It will result in the VOSS side plumbing that I-SID as untagged for the EXOS switch (instead of Onboarding I-SID); but on the EXOS side, it will still have to use default VLAN 1.&lt;/P&gt;&lt;P&gt;There is no way to set an FA Mgmt VLAN on an auto-sense port where an EXOS switch is discovered (which is what is done for older ERS switches)&lt;/P&gt;&lt;P&gt;This design choice was forced on VOSS because EXOS does not bind dynamically created (e.g by FA) VLANs to Spanning Tree. So if an EXOS had 2 uplinks connected into two different fabric switches on auto-sense ports, if the VOSS switches tried to advertise an FA Mgmt VLAN, EXOS would loop it, in spite of the BPDUs that VOSS auto-sense ports emit. Whereas default VLAN 1 on EXOS is bound to Spanning Tree.&lt;/P&gt;&lt;P&gt;Anyway, auto-sense for EXOS switches is a mute point. EXOS is typically deployed with redundant uplinks into a distribution pair (of VOSS switches). Auto-sense is not currently supported on MLT/SMLT ports.&lt;/P&gt;&lt;P&gt;So you will never use auto-sense to deploy EXOS/SwitchEngine access typically. Instead you would pre-configure the VOSS/FabEng SMLT ports for static aggregation with FA, without FA message authentication, and with the desired FA mgmt VLAN. Now the EXOS/SwitchEng switch will automatically create the LAG, create the FA Mgmt VLAN, obtain a DHCP on it and do ZTP+ on it. From XIQ-SE you can then simply assign a different static IP in the same subnet &amp;amp; FA Mgmt VLAN, but outside the DHCP scope.&lt;/P&gt;&lt;P&gt;Using auto-sense with EXOS/SwitchEngine might make sense for smaller desktop switches, which have a single uplink.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 08:08:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-with-an-autosense-enabled-uplink-for-ztp/m-p/113418#M22725</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2024-09-25T08:08:50Z</dc:date>
    </item>
  </channel>
</rss>

