...
Start up eosdist1 and eosdist2. Login with admin/<enter> when the have booted up, and then enter the command "zerotouch cancel" when the have booted up. Enter a config like this using console/SSH on eosdist1:
hostname eosdist1
username admin privilege 15 role network-admin secret sha512 $6$NfD5eWiya9A.EgJF$qaW2.KvCz9oW0daVPqxQrUN5UYb4NN7URw42DMHqtHi7OSZ3eQGQBBvkYH.ZzO3wb2TAqGFBIZAVSRmvxeEvF1
vrf instance MGMT
interface Ethernet1
no switchport
vrf MGMT
ip address 10.100.2.101/24
no lldp transmit
no lldp receive
interface Ethernet2
description DOWNLINK
switchport mode trunk
channel-group 3 mode active
!
interface Port-Channel3
description DOWNLINK
switchport mode trunk
port-channel lacp fallback individual
port-channel lacp fallback timeout 3
!
interface Loopback1
vrf MGMT
ip address 10.100.3.101/32
!
interface Vlan1
description ZTP DHCP
vrf MGMT
ip address 192.168.0.1/24
ip helper-address 10.100.2.2
ip routing vrf MGMT
management api http-commands
no shutdown
!
vrf MGMT
no shutdown
The Adapter1/NIC1 in Virtualbox should correspond to the interface called Management1 inside the VM. Adapter2 should be Ethernet1 in the VM, Adapter3 should be Ethernet2 in the VM and so on.
Eosdist2 only needs a hostname of "eosdist2" for the current tests to run, but you could also configure it in a similar way to eosdist1.
...