switch: reflect actual plugging

This commit is contained in:
Astro 2023-09-14 20:08:21 +02:00
parent d42bbf429b
commit 58d8d50751
1 changed files with 6 additions and 3 deletions

View File

@ -36,6 +36,9 @@
links = { links = {
switch-c1.ports = [ "1" ]; switch-c1.ports = [ "1" ];
switch-a1.ports = [ "2" ]; switch-a1.ports = [ "2" ];
switch-ds1.ports = [ "3" ];
switch-ds2.ports = [ "4" ];
switch-ds3.ports = [ "5" ];
ap44.ports = [ "10" ]; ap44.ports = [ "10" ];
ap45.ports = [ "11" ]; ap45.ports = [ "11" ];
ap46.ports = [ "12" ]; ap46.ports = [ "12" ];
@ -364,7 +367,7 @@
"GigabitEthernet1/0/23" "GigabitEthernet1/0/23"
]; ];
# Uplink # Uplink
switch-a1.ports = [ "GigabitEthernet1/0/24" ]; switch-a2.ports = [ "GigabitEthernet1/0/24" ];
}; };
}; };
@ -408,7 +411,7 @@
"GigabitEthernet1/0/23" "GigabitEthernet1/0/23"
]; ];
# Uplink # Uplink
switch-a1.ports = [ "GigabitEthernet1/0/24" ]; switch-a2.ports = [ "GigabitEthernet1/0/24" ];
}; };
}; };
@ -453,7 +456,7 @@
"GigabitEthernet1/0/23" "GigabitEthernet1/0/23"
]; ];
# Uplink # Uplink
switch-a1.ports = [ "GigabitEthernet1/0/24" ]; switch-a2.ports = [ "GigabitEthernet1/0/24" ];
}; };
}; };
}; };