07-22-2024 06:59 AM
Hi Team,
after initial boot of VSP running rel 9.0.X I want to disable the ZTP+ process to control the config by my hand.
Is there any command/flag (or secuence of them) to disable it?
Regards
EF
07-23-2024 09:30 PM
Hi Goren,
I tried in my lab over rel 9.0.2 :
5420M-24W-4YE-FabricEngine:1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
5420M-24W-4YE-FabricEngine:1(config)#application
5420M-24W-4YE-FabricEngine:1(config-app)#no auto-provision enable
And got this error:
failed to stop voss-cloud_connector.pyz status 7
Regards
EF
07-24-2024 05:25 AM
Probably you need first to disable the IQagent (Cloudagent) as well:
Verify, if its running - see below
C2:1(config)#% show application iqagent
================================================================================
IQAgent Info
================================================================================
Agent Admin State : true
Agent Version : 0.6.6
Agent Oper State : disconnected
Server Address : hac.extremecloudiq.com
Server Address Origin : None
Proxy Address : 0.0.0.0
Proxy TCP Port : 0
Proxy Username :
Serial Number :
C2:1(config)#% application
C2:1(config-app)#% no iqagent enable
07-24-2024 05:28 AM
BTW: i am seeing the same message as you also on any switch, that already has a saved config, so ZTP+ is not active.
Verify using this command:
C2:1(config-app)#% show application auto-provision
====================================================================================================
Auto-provision Info
====================================================================================================
Operational Status : Inactive. Valid config saved on the device
07-23-2024 05:37 AM
Hi EF,
you would stop the ZTP by just doing a 'save config'.
Other option is (when used before 'save config':
conf t
application
no auto-provision enable
Regards,
Goeran