This commit is contained in:
2025-11-20 22:01:23 +01:00
parent ff878558f9
commit 39f8b87743
15 changed files with 692 additions and 31 deletions

View File

@@ -0,0 +1,10 @@
router ospf 1
router-id 1.1.1.1
network 172.16.10.0 0.0.0.255 area 0
network 172.16.20.0 0.0.0.255 area 0
network 172.16.100.0 0.0.0.63 area 0
end

View File

@@ -1,10 +1,7 @@
interface g3/0
encapsulation dot1Q
description "**NO DESCRIPTION**"
ip address
no shutdown
exit
interface g3/0.10
encapsulation dot1Q 10
description "Gateway for teacher vlan"

View File

@@ -0,0 +1,10 @@
router ospf 1
router-id 4.4.4.4
network 172.16.30.0 0.0.0.255 area 0
network 172.16.40.0 0.0.0.255 area 0
network 172.16.100.64 0.0.0.63 area 0
end

View File

@@ -0,0 +1,10 @@
router ospf 1
router-id 2.2.2.2
network 172.16.10.0 0.0.0.255 area 0
network 172.16.20.0 0.0.0.255 area 0
network 172.16.100.0 0.0.0.63 area 0
end

View File

@@ -1,10 +1,7 @@
interface g3/0
encapsulation dot1Q
description "**NO DESCRIPTION**"
ip address
no shutdown
exit
interface g3/0.10
encapsulation dot1Q 10
description "Gateway for teacher vlan"

View File

@@ -0,0 +1,10 @@
router ospf 1
router-id 3.3.3.3
network 172.16.30.0 0.0.0.255 area 0
network 172.16.40.0 0.0.0.255 area 0
network 172.16.100.64 0.0.0.63 area 0
end