<?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: VOSS 9.0.x - disable ZTP+ in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109910#M2569</link>
    <description>&lt;P&gt;Probably you need first to disable the IQagent (Cloudagent) as well:&lt;/P&gt;&lt;P&gt;Verify, if its running&amp;nbsp; - see below&lt;/P&gt;&lt;P&gt;C2:1(config)#% show application iqagent&lt;BR /&gt;================================================================================&lt;BR /&gt;IQAgent Info&lt;BR /&gt;================================================================================&lt;BR /&gt;&lt;STRONG&gt;Agent Admin State : true&lt;/STRONG&gt;&lt;BR /&gt;Agent Version : 0.6.6&lt;BR /&gt;Agent Oper State : disconnected&lt;BR /&gt;Server Address : hac.extremecloudiq.com&lt;BR /&gt;Server Address Origin : None&lt;BR /&gt;Proxy Address : 0.0.0.0&lt;BR /&gt;Proxy TCP Port : 0&lt;BR /&gt;Proxy Username :&lt;BR /&gt;Serial Number :&amp;nbsp;&lt;/P&gt;&lt;P&gt;C2:1(config)#% application&lt;BR /&gt;C2:1(config-app)#% no iqagent enable&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 12:25:04 GMT</pubDate>
    <dc:creator>gfriedl</dc:creator>
    <dc:date>2024-07-24T12:25:04Z</dc:date>
    <item>
      <title>VOSS 9.0.x - disable ZTP+</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109765#M2562</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;after initial boot of VSP running rel 9.0.X I want to disable the ZTP+ process to control the config by my hand.&lt;/P&gt;&lt;P&gt;Is there any command/flag (or secuence of them) to disable it?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;EF&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 13:59:35 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109765#M2562</guid>
      <dc:creator>EF</dc:creator>
      <dc:date>2024-07-22T13:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: VOSS 9.0.x - disable ZTP+</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109860#M2565</link>
      <description>&lt;P&gt;EF,&lt;/P&gt;&lt;P&gt;If a configuration file is found at boot, ZTP/ZTP+ is not started started.&lt;/P&gt;&lt;P&gt;Just typing "save config" will avoid ZTP/ZTP+ start.&lt;/P&gt;&lt;P&gt;I don't know if you'll have time to type it at first boot before the first start of the ZTP/ZTP+ process.&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 10:59:06 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109860#M2565</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2024-07-23T10:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: VOSS 9.0.x - disable ZTP+</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109870#M2566</link>
      <description>&lt;P&gt;From the "VOSS CLI Commands Reference", should do the trick (didn't test it myself but give it a try).&lt;/P&gt;&lt;P&gt;boot config flags factorydefaults config-only&lt;BR /&gt;Boots the switch with a blank configuration.&lt;BR /&gt;This parameter preserves configuration files, primary and secondary configuration file&lt;BR /&gt;names, user accounts and passwords, digital certificates, IKE/OSPF/IS-IS keys, license&lt;BR /&gt;files, and SNMP communities. All ports are disabled and assigned to VLAN 1.&lt;BR /&gt;Use this parameter as a temporary troubleshooting option to test or investigate&lt;BR /&gt;if something is wrong with the configuration without permanently removing the&lt;BR /&gt;configuration files, user accounts, and other preserved items.&lt;BR /&gt;Syntax&lt;BR /&gt;• boot config flags factorydefaults config-only&lt;BR /&gt;• no boot config flags factorydefaults&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 12:28:58 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109870#M2566</guid>
      <dc:creator>WillyHe</dc:creator>
      <dc:date>2024-07-23T12:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: VOSS 9.0.x - disable ZTP+</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109872#M2567</link>
      <description>&lt;P&gt;Hi EF,&lt;/P&gt;&lt;P&gt;you would stop the ZTP by just doing a 'save config'.&lt;/P&gt;&lt;P&gt;Other option is&amp;nbsp; (when used before 'save config':&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;application&lt;/P&gt;&lt;P&gt;no auto-provision enable&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Goeran&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 12:37:39 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109872#M2567</guid>
      <dc:creator>gfriedl</dc:creator>
      <dc:date>2024-07-23T12:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: VOSS 9.0.x - disable ZTP+</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109887#M2568</link>
      <description>&lt;P&gt;Hi Goren,&lt;/P&gt;&lt;P&gt;I tried in my lab over rel 9.0.2 :&lt;/P&gt;&lt;P&gt;5420M-24W-4YE-FabricEngine:1#conf t&lt;BR /&gt;Enter configuration commands, one per line. End with CNTL/Z.&lt;BR /&gt;5420M-24W-4YE-FabricEngine:1(config)#application&lt;BR /&gt;5420M-24W-4YE-FabricEngine:1(config-app)#no auto-provision enable&lt;/P&gt;&lt;P&gt;And got this error:&lt;/P&gt;&lt;P&gt;failed to stop voss-cloud_connector.pyz status 7&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;EF&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 04:30:15 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109887#M2568</guid>
      <dc:creator>EF</dc:creator>
      <dc:date>2024-07-24T04:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: VOSS 9.0.x - disable ZTP+</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109910#M2569</link>
      <description>&lt;P&gt;Probably you need first to disable the IQagent (Cloudagent) as well:&lt;/P&gt;&lt;P&gt;Verify, if its running&amp;nbsp; - see below&lt;/P&gt;&lt;P&gt;C2:1(config)#% show application iqagent&lt;BR /&gt;================================================================================&lt;BR /&gt;IQAgent Info&lt;BR /&gt;================================================================================&lt;BR /&gt;&lt;STRONG&gt;Agent Admin State : true&lt;/STRONG&gt;&lt;BR /&gt;Agent Version : 0.6.6&lt;BR /&gt;Agent Oper State : disconnected&lt;BR /&gt;Server Address : hac.extremecloudiq.com&lt;BR /&gt;Server Address Origin : None&lt;BR /&gt;Proxy Address : 0.0.0.0&lt;BR /&gt;Proxy TCP Port : 0&lt;BR /&gt;Proxy Username :&lt;BR /&gt;Serial Number :&amp;nbsp;&lt;/P&gt;&lt;P&gt;C2:1(config)#% application&lt;BR /&gt;C2:1(config-app)#% no iqagent enable&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 12:25:04 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109910#M2569</guid>
      <dc:creator>gfriedl</dc:creator>
      <dc:date>2024-07-24T12:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: VOSS 9.0.x - disable ZTP+</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109912#M2570</link>
      <description>&lt;P&gt;BTW: i am seeing the same message as you also on any switch, that already has a saved config, so ZTP+ is not active.&lt;/P&gt;&lt;P&gt;Verify using this command:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;C2:1(config-app)#% show application auto-provision&lt;BR /&gt;====================================================================================================&lt;BR /&gt;Auto-provision Info&lt;BR /&gt;====================================================================================================&lt;BR /&gt;Operational Status : Inactive. Valid config saved on the device&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 12:28:13 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/voss-9-0-x-disable-ztp/m-p/109912#M2570</guid>
      <dc:creator>gfriedl</dc:creator>
      <dc:date>2024-07-24T12:28:13Z</dc:date>
    </item>
  </channel>
</rss>

