![Arista CloudEOS Appliance Manual Download Page 32](http://html.mh-extra.com/html/arista/cloudeos/cloudeos_appliance-manual_2970748032.webp)
4. Secure Shell (SSH) to your Virtual Machine (VM) using the IP address or Domain Name Server (DNS) name
found in the previous step, using the credentials you gave when you initially setup the VM.
bash# ssh [email protected]
Password: *********
Note: It may take between 5-10 minutes for the instance to become reachable after the
deployment
starts.
CloudEOS and vEOS Router Startup-Configuration using Instance Custom-Data
Describes launch employing custom-data information.
During the initial launching of the CloudEOS and vEOS Router Instance, Azure provides a feature to upload
custom-data. The administrator can upload the CloudEOS and vEOS Router configuration using custom-data
at the time of the launching of the CloudEOS and vEOS Router Instance.
Custom-data can be used to pass in configuration for multiple entities. This configuration must be separated by
start and end markers.
File Path
Markers
Entity
N/A
%EOS-STARTUP-CONFIG-START%
%EOS-STARTUP-CONFIG-END%
CloudEOS and vEOS CLI configuration file
/mnt/flash/cloud_ha_config.json
%CLOUDHA-CONFIG-START%
%CLOUDHA-CONFIG-END%
Cloud HA configuration file
Note, the following regarding the custom-data.
• Markers must be at the beginning of the line.
• The user is expected to have tested the configurations on a live system before using the configurations to deploy
the new CloudEOS and vEOS Router. Mis-configuration may result in an unrecoverable instance.
• The CloudEOS and vEOS Router configuration for all interfaces can be passed in during deployment. The
configuration takes effect as the new instances attach to the CloudEOS and vEOS Router.
Sample Instance Custom-Data
Illustrates a sample Instance with custom-data.
%EOS-STARTUP-CONFIG-START%
! EOS startup config
username admin nopassword
username admin sshkey file flash:key.pub
%EOS-STARTUP-CONFIG-END%
Providing Startup-Configuration using Azure Custom-Data
Adding custom-data to an instance.
Currently, custom-data can only be used on instances deployed using the Azure CLI 2.0.
In order to add custom-data to an instance, the custom-data must be provided as a single-line value with '\n'
delimiting newlines.
CloudEOS and vEOS Router Appliance Guide
28