From 55a09d1579186ef6993231005b1fcba62bcd177b Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 23 Nov 2024 16:18:53 +0100 Subject: [PATCH] feat: add netcore01 interface Only allow the admin-core for now. Signed-off-by: Raito Bezarius --- netconf-hive.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/netconf-hive.nix b/netconf-hive.nix index 5d2027b..20865cc 100644 --- a/netconf-hive.nix +++ b/netconf-hive.nix @@ -99,6 +99,13 @@ in "admin-core" ]; }; + # netcore01 (Potos) + "xe-0/1/2".ethernet-switching = { + interface-mode = "trunk"; + vlans = [ + "admin-core" + ]; + }; # uplink "ge-0/1/3".ethernet-switching = { interface-mode = "trunk";