diff options
author | Christian Pointner <equinox@spreadspace.org> | 2024-05-25 23:45:58 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2024-05-25 23:45:58 +0200 |
commit | 9d8e29ce867b37bdb6f8ba04f07e54b308cfcb28 (patch) | |
tree | 6783884e9b9c75b41c0802d8e4069d35a3cf9ef1 /inventory/host_vars | |
parent | fix ip address conflict in mgmt vlan (diff) |
use LACP for switch interconnect
Diffstat (limited to 'inventory/host_vars')
-rw-r--r-- | inventory/host_vars/ch-sw2.yml | 12 | ||||
-rw-r--r-- | inventory/host_vars/ch-sw3.yml | 10 |
2 files changed, 9 insertions, 13 deletions
diff --git a/inventory/host_vars/ch-sw2.yml b/inventory/host_vars/ch-sw2.yml index f2f6d3df..88a7a3c7 100644 --- a/inventory/host_vars/ch-sw2.yml +++ b/inventory/host_vars/ch-sw2.yml @@ -1,15 +1,13 @@ --- switch_interfaces_yaml: | - - spec: Te1/0/1 - description: "sw1" - switchport_mode: trunk - - - spec: Te1/0/2 - description: "RFU" + - spec: Te1/0/1-2 + channel_group: 64 + - spec: port-channel 64 + description: "sw0" switchport_mode: trunk - spec: Te1/0/3 - description: "FRU" + description: "RFU" vlan: {{ network_zones.lan.vlan }} - spec: Te1/0/4 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 |