From 9d8e29ce867b37bdb6f8ba04f07e54b308cfcb28 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 25 May 2024 23:45:58 +0200 Subject: use LACP for switch interconnect --- inventory/host_vars/ch-sw3.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'inventory/host_vars/ch-sw3.yml') diff --git a/inventory/host_vars/ch-sw3.yml b/inventory/host_vars/ch-sw3.yml index cf77edbf..39dbadf6 100644 --- a/inventory/host_vars/ch-sw3.yml +++ b/inventory/host_vars/ch-sw3.yml @@ -1,15 +1,13 @@ --- switch_interfaces_yaml: | - - spec: Te1/0/1 + - spec: Te1/0/1-2 + channel_group: 64 + - spec: port-channel 64 description: "sw0" switchport_mode: trunk - - spec: Te1/0/2 - description: "RFU" - switchport_mode: trunk - - spec: Te1/0/3 - description: "epimetheus" + description: "RFU" vlan: {{ network_zones.lan.vlan }} - spec: Te1/0/4 -- cgit v1.2.3