feat(netcore02): allow hypervisor vlan in potos
This commit is contained in:
parent
2b4a332bf6
commit
222dbd724c
1 changed files with 3 additions and 2 deletions
|
@ -20,6 +20,7 @@ let
|
||||||
];
|
];
|
||||||
|
|
||||||
"ap-staging".id = 2000;
|
"ap-staging".id = 2000;
|
||||||
|
"hypervisor".id = 2001;
|
||||||
};
|
};
|
||||||
#TODO: additionnal module (always the same for APs)
|
#TODO: additionnal module (always the same for APs)
|
||||||
AP-staging = {
|
AP-staging = {
|
||||||
|
@ -95,9 +96,9 @@ in
|
||||||
};
|
};
|
||||||
# netcore01 (Potos)
|
# netcore01 (Potos)
|
||||||
"xe-0/1/2".ethernet-switching = {
|
"xe-0/1/2".ethernet-switching = {
|
||||||
interface-mode = "access";
|
interface-mode = "trunk";
|
||||||
vlans = [
|
vlans = [
|
||||||
"ap-staging"
|
"all"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# uplink
|
# uplink
|
||||||
|
|
Loading…
Add table
Reference in a new issue