Hello there,
I'm currently trying to configure active/backup or LACP between proxmox and my switch. i'm not having much luck, the port channel shows as up but i cant ping anything through the trunk. my end game for this is to disconnect my pc from vmbr0(eno4) and just access the management ip through the trunk active/backup. Any help would be appreciated.
The steps ive done so far are,
SDN:
Zone = created a zone called VLANS and pointed it to vmbr1
Vnets = Created 5 vnets 100-500, and tagged them with their respective tags e.g. 100-500
Network:
vmbr0 = management ip eno4 with my pc directly connected to it for web gui access
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-mode active-backup
bond-miimon 100
bond-primary eno1
auto vmbr1
iface vmbr1 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
Cisco 3650
interface range Gi1/0/1 - 2
description Proxmox Active-Backup
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 100,200,300,400,500
channel-group 1 mode active
interface Port-channel1
description Proxmox Bond0
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 100,200,300,400,500
Each vlan has an SVI e.g.
vlan 200 management
10.100.2.6/29
I'm currently trying to configure active/backup or LACP between proxmox and my switch. i'm not having much luck, the port channel shows as up but i cant ping anything through the trunk. my end game for this is to disconnect my pc from vmbr0(eno4) and just access the management ip through the trunk active/backup. Any help would be appreciated.
The steps ive done so far are,
SDN:
Zone = created a zone called VLANS and pointed it to vmbr1
Vnets = Created 5 vnets 100-500, and tagged them with their respective tags e.g. 100-500
Network:
vmbr0 = management ip eno4 with my pc directly connected to it for web gui access
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-mode active-backup
bond-miimon 100
bond-primary eno1
auto vmbr1
iface vmbr1 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
Cisco 3650
interface range Gi1/0/1 - 2
description Proxmox Active-Backup
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 100,200,300,400,500
channel-group 1 mode active
interface Port-channel1
description Proxmox Bond0
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 100,200,300,400,500
Each vlan has an SVI e.g.
vlan 200 management
10.100.2.6/29