feat(oob): now access to all vlan

This commit is contained in:
catvayor 2024-05-18 10:11:36 +02:00
parent 986d814c65
commit cc9c057529

View file

@ -1,6 +1,7 @@
let
vlansPlan = {
"uplink-cri".id = 223;
"uplink-interne".id = 403;
"admin-core" = {
id = 3000;
@ -37,7 +38,7 @@ let
};
in
{
netcore01 = {
netcore02 = {
deployment.targetHost = "jourdan01.dgn";
vlans = vlansPlan;
protocols.rstp = [
@ -67,8 +68,8 @@ in
enable = true;
unit."0".family.ethernet-switching = {
enable = true;
interface-mode = "access";
vlans = [ "admin-core" ];
interface-mode = "trunk";
vlans = [ "all" ];
};
};
"ge-0/0/43" = AP-staging;
@ -107,7 +108,7 @@ in
unit."0".family.ethernet-switching = {
enable = true;
interface-mode = "trunk";
vlans = [ "uplink-cri" ];
vlans = [ "uplink-cri" "uplink-interne" ];
};
};