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 05:28 AM
From the "VOSS CLI Commands Reference", should do the trick (didn't test it myself but give it a try).
boot config flags factorydefaults config-only
Boots the switch with a blank configuration.
This parameter preserves configuration files, primary and secondary configuration file
names, user accounts and passwords, digital certificates, IKE/OSPF/IS-IS keys, license
files, and SNMP communities. All ports are disabled and assigned to VLAN 1.
Use this parameter as a temporary troubleshooting option to test or investigate
if something is wrong with the configuration without permanently removing the
configuration files, user accounts, and other preserved items.
Syntax
• boot config flags factorydefaults config-only
• no boot config flags factorydefaults
07-23-2024 03:59 AM
EF,
If a configuration file is found at boot, ZTP/ZTP+ is not started started.
Just typing "save config" will avoid ZTP/ZTP+ start.
I don't know if you'll have time to type it at first boot before the first start of the ZTP/ZTP+ process.
Mig