Configuring Zero Touch Provisioning

Configuring Zero Touch Provisioning

ZTP Configuration Commands

Zero Touch Provisioning (ZTP) simplifies the deployment of network devices by automating the configuration process. Here are the key commands to manage ZTP on your device.

Enable ZTP

The config ztp enable command activates the ZTP administrative mode, allowing the device to participate in the provisioning process.

Usage:
config ztp enable

Disable ZTP

The config ztp disable command deactivates the ZTP administrative mode, preventing the device from engaging in ZTP.

Usage:
config ztp disable

Run ZTP Session

The config ztp run command initiates a new ZTP session manually. This is useful for restarting the provisioning process without needing to reboot the device.

Usage:
config ztp run

Show ZTP Status

The show ztp status command displays the current ZTP configuration of the switch, providing insight into its operational status.

Usage:
show ztp status

    • Related Articles

    • Configuring AAA in Broadcom sonic

      AAA Authentication Fail through Description: Configures AAA authentication fail through. Syntax: aaa authentication failthrough <enable> Parameters: enable: Enable or disable the feature. Example: sonic(config)# aaa authentication failthrough enable ...
    • What is the Default Login to SONiC ?

      All SONiC devices support both the serial console-based login and the SSH based login by default. The default credential (if not modified at image build time) for login is admin/YourPaSsWoRd. In case of SSH login, users can login to the management ...
    • DHCP Snooping configuration on Broadcom Sonic

      Enabling DHCP Snooping Command: ip dhcp snooping This command enables DHCP Snooping globally on the device, helping monitor and block unauthorized DHCP servers. Disable DHCP snooping sonic-cli# configure terminal sonic-cli(config)# no ip dhcp ...
    • Where can I get the Configuration guide for SONiC

      Attached document provides the details about the Configuration of SONiC