You can define the initial configuration parameters in
this file and name it bootstrap-networkconfig.
If you
do not want to include a parameter, for example panorama-server-secondary.
Delete the entire line from the file. If you leave the IP address
field empty, the file will not be parsed successfully.
Use
the following example as a template for the bootstrap-networkconfig
file. The bootstrap-networkconfig file can include the following
parameters only:
<vm-initcfg>
<hostname>VM_ABC_Company</hostname>
<ip-address>10.5.132.162</ip-address>
<netmask>255.255.254.0</netmask>
<default-gateway>10.5.132.1</default-gateway>
<dns-primary>10.44.2.10</dns-primary>
<dns-secondary>8.8.8.8</dns-secondary>
<panorama-server-primary>10.5.133.4</panorama-server-primary>
<panorama-server-secondary>10.5.133.5</panorama-server-secondary>
</vm-initcfg>