HPE Morpheus VM Essentials
1832650 Members
2902 Online
110043 Solutions
New Discussion

POC hosts with 2 network connections with LACP

 
jwantland
Occasional Contributor

POC hosts with 2 network connections with LACP

I'm having an issue with configureg the bond with LACP.  I have 2 network connections configured as Trunk with multiple vLans. with LACP.  The vLan i'm going to use as management is configured as Native (0/1).  The 2 connections are going to be used for management, compute & storage

I've configured the bond with the subnet, netmask & gateway, no ip address & added a vLan tag with ip address. the networking fails.  during the cluster deployment, the configuration fails.

do i need to leave off the vlan tag & use bond0 for the management, compute & storage interface?

1 REPLY 1
dya
Frequent Advisor

Re: POC hosts with 2 network connections with LACP

Hello.

I'm writing this for reference.

If you configure the following when installing Ubuntu, I think you won't fail to create a cluster (non-CEPH). I haven't tried it, but I thought this might be the only option. The VLAN IDs and other information are provided as examples.

<Summary>
- There are two NICs.
- Management, iscsi-1, iscsi-2, and compute are tagged and connected to an external switch.
- bond0 (for compute): No IP settings. Bonding (LACP) settings are configured.
- bond0.10 (for management): IP settings are configured. VLAN ID: 10.
- bond0.20 (for iscsi-1): IP settings are configured. VLAN ID: 20.
- bond0.30 (for iscsi-2): IP settings are configured. VLAN ID: 30.

<Network Connection>
[ nic1 ] [ nic2]
| |
[ bond0 ]
|
-----------------------------[ bond0.10 ]
|
-----------------------------[ bond0.20 ]
|
-----------------------------[ bond0.30 ]