From 4f033b2b20b28e533f0cfb37649e262080d64e16 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 12 Jul 2022 00:23:42 +0200 Subject: [PATCH] switch-b3: make server1 a proper group --- config/switch.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/config/switch.nix b/config/switch.nix index f1e293d..7a092ec 100644 --- a/config/switch.nix +++ b/config/switch.nix @@ -54,14 +54,15 @@ "ge-0/0/22" ]; c3d2.ports = [ "ge-0/0/5" "ge-0/0/8" ]; - # server1 had g46,g47,g48 too but this switch has too few - # port-channel groups - server1.ports = [ - "ge-0/0/24" - "ge-0/0/25" - "ge-1/0/24" - "ge-1/0/25" - ]; + server1 = { + group = "3"; + ports = [ + "ge-0/0/24" + "ge-0/0/25" + "ge-1/0/24" + "ge-1/0/25" + ]; + }; server2 = { group = "1"; ports = [