feat: add netcore01 interface

Only allow the admin-core for now.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-11-23 16:18:53 +01:00 committed by catvayor
parent 8345a8ee12
commit 55a09d1579

View file

@ -99,6 +99,13 @@ in
"admin-core" "admin-core"
]; ];
}; };
# netcore01 (Potos)
"xe-0/1/2".ethernet-switching = {
interface-mode = "trunk";
vlans = [
"admin-core"
];
};
# uplink # uplink
"ge-0/1/3".ethernet-switching = { "ge-0/1/3".ethernet-switching = {
interface-mode = "trunk"; interface-mode = "trunk";