adamant-kite-43734
03/08/2022, 5:05 AMfull-football-64901
03/08/2022, 9:30 AMtall-match-44242
03/18/2022, 3:09 AMAs for the VLAN network interface I might not be understanding something or not explaining it well, I’ll give it another try. When installing Harvester I selected network card 1 and network card 2 to create the “harvester-mgmt” interface on the host. Network card 1 goes to network switch A and network card 2 goes to network switch B. Now maintenance can be performed on switch A or B and the Harvester host will stay connected to network. The Harvester host does have network card 3 and 4, so I would like to create the same setup for the VM network.
The first attachment is a screenshot of the install for the “harvester-mgmt”. The second attachment is of the vlan configuration in settings. Is it possible to configure en03 and en04 with 802ad (LACP) to give VLANs network redundancy between network switch A and B?
Thank you for your time.
tall-match-44242
03/18/2022, 4:21 PMHere is an example of the port configuration on a leaf switch connecting to a server.
This is an example of VLT configuration
interface Port-channel 10
no switchport
portmode hybrid
switchport
lacp long-timeout
vlt-peer-lag port-channel 10
spanning-tree rstp edge-port
no shutdown
Here is an example of the 10G interface configuration to the server
interface Te 1/7
description <server_name>
port-channel-protocol lacp
port-channel 10 mode active
exit
no shutdown