Creating initial configuration for Dell OS10
=============================================

* Wait for the 'login' prompt, and then wait again some more minutes
* Login as 'admin' (password: 'admin')
* Disable zero-touch ('ztd cancel')
* Enter configuration mode ('configure')
* Copy-paste the following configuration

NOTE: the management traffic is isolated in a dedicated management VRF (management).

===============
*** WARNING ***
===============
To disable zero-touch (ZTD) a full reload is required after the first configuration.

=============================================
!
interface mgmt1/1/1
  no ip address dhcp
  no ipv6 address
  exit
!
ip vrf management
  interface management
  exit
!
interface mgmt1/1/1
  no shutdown
  ip address dhcp
  exit
!
service simple-password
username vagrant password vagrant role sysadmin priv-lvl 15
username vagrant sshkey "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key"
!
end
write memory
!
! reload cycle is required to disable ZTD
!
reload
!
=============================================

* Wait until the reload is completed
* Disconnect from console (ctrl-] usually works).
