feat: add netcore01 interface
Only allow the admin-core for now. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
8345a8ee12
commit
55a09d1579
1 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue