NodeGrid Zero Touch Provisioning (ZTP)

NodeGrid Zero Touch Provisioning (ZTP)

NodeGrid Zero Touch Provisioning - Process Details.



ZTP relies on DHCP server vendor options to pass the parameters. This is similar to many other ZTP implementations. 


ZTP can be set to run on IPv4 or IPv6. 


NodeGrid includes ZTP parameters in the options list of any DHCP discovery or request messages. That means ZTP process will evaluate the parameters on the initial IP offer as well as any subsequent IP renew. This approach allows the ZTP to continuously enforce configuration and software version, as well as run scripts on frequent intervals (e.g. monitoring, cleanup).  


Once all Ethernet interfaces are set with static IPs, ZTP functions will stop. ZTP can also be disabled by configuration, i.e.:

set /settings/services/ enable_zero_touch_provisioning=no



The complete set of DHCP vendor options regarding ZTP is listed below (formatted as ISC DHCP server config for convenience):


option space zpe;

option zpe.ztp-signature code 1 = text;

option zpe.ztp-server-url code 2 = text;

option zpe.ztp-image-filename code 3 = text;

<...>


For the complete DHCP vendor options, ZTP functions, and ZTP on IPv6 settings, please, submit a ticket to request this information.



    • Related Articles

    • Steps to Secure Nodegrid

      The attached document describes the recommended security settings for your Nodegrid before connecting it to the network.
    • How to Configure Nodegrid Serial Ports

      To configure the serial ports of your Nodegrid Serial Console, follow the guideline steps below.   WebUI Log in as admin to the Nodegrid Serial Console Web interface. Go to Managed Devices page. Select the serial ports you want to configure, or check ...
    • Nodegrid Manager Installation in ESXi 5

      Nodegrid Manager software is installed from an ISO file. The installation procedure is a three-stage process:  Creating a virtual machine; Booting from the ISO file in order to install the software; Restarting and booting from the newly created ...
    • Nodegrid Manager Installation in ESXi 6

      Nodegrid Manager software is installed from an ISO file. The installation procedure is a three-stage process:  Creating a virtual machine; Booting from the ISO file in order to install the software; Restarting and booting from the newly created ...
    • How to Configure the NodeGrid to Be More Secure?

      As far as the NodeGrid software's networking services, it comes with some security in mind, but it still is not as closed as some network policies require. This can be accomplished by changing the services settings in Security :: Services page per ...