cancel
Showing results for 
Search instead for 
Did you mean: 

VOSS 9.0.x - disable ZTP+

VOSS 9.0.x - disable ZTP+

EF
Contributor II

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

6 REPLIES 6

EF
Contributor II

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

gfriedl
Extreme Employee

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

gfriedl
Extreme Employee

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

gfriedl
Extreme Employee

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

GTM-P2G8KFN