Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Configure Static Management IP Address for HPE Networking Apstra Data Center Director ZTP Server

The Apstra DC Director ZTP server attempts to assign an IP address for its eth0 interface via DHCP, by default. If you're using the Apstra DC Director ZTP server as a DHCP server, you must set a management IP address. If you didn't set the IP address on first boot using the interactive bash script that automatically runs, then you can follow the steps below to do it now.
  1. SSH into the Apstra DC Director ZTP server as admin (ssh admin@<apstra-ztp-server-ip> where <apstra-ztp-server-ip> is the IP address of the Apstra DC Director ZTP server.)
  2. Edit the /etc/netplan/01-netcfg.yaml file to configure the static management IP address. See example below. (For more information about using netplan, see https://netplan.io/examples)

    IPv4 Static Management IP Address

    IPv6 Static Management IP Address

  3. Apply the change with one of the following methods:
    • Reboot the Apstra DC Director ZTP server with the command sudo reboot.

    • Run the command sudo netplan apply.

Next Step: Replace the SSL Certificate for the Apstra DC Director ZTP Server GUI.