Note

Refer to the ZTP Deployment Guide rev 1.2 for complete information about Zero Touch Provisioning (ZTP) and how to deploy it.

Use this procedure if you are already using EdgeView and have not manually configured ZTP. Otherwise, upgrading EdgeView bypasses the EdgeView registration process resulting in losing ZTP functionality.

To enable ZTP, manually update ztp.properties with ev.id, ztp.username and ztp.password generated during the EdgeView registration process, and restart EdgeView.

Before proceeding, follow the steps in Upgrade EdgeView to first upgrade your EdgeView.

Accomplish the following steps to ensure ZTP functionality is available.

  1. Provide your current EdgeView URL to Support at support@rbbn.com. You are given a new registration key for your EdgeView. For details on registering your EdgeView, refer to step 6 under Install and Configure EdgeView.
  2. Access the EdgeView ZTP container using the following command, in a CLI:

    docker-compose exec ztp-ev bash

  3. Change the current directory to data using the command:

    cd data

  4. Enter the ztp.properties file using the following command:

    vi ztp.properties

  5. In the ztp.properties file, add the following information:

    • ev.id
    • ztp.username
    • ztp.password
  6. Exit the container and restart it using the commands given below:

    docker-compose down
    docker-compose up –d

    ZTP functionality is now available in EdgeView.