This commit is contained in:
2025-11-20 22:45:24 +03:00
parent 346d1c67a9
commit 67a15a7fcf
17 changed files with 3 additions and 0 deletions

20
Part-1/WAN.md Normal file
View File

@@ -0,0 +1,20 @@
enable
configure terminal
!
interface e0/0
ip address 192.168.10.1 255.255.255.248
no shutdown
!
interface e0/1
ip address 192.168.20.1 255.255.255.248
no shutdown
!
ip route 10.10.1.0 255.255.255.0 192.168.10.2
ip route 10.10.2.0 255.255.255.0 192.168.10.2
ip route 10.10.5.0 255.255.255.0 192.168.10.2
ip route 10.10.3.0 255.255.255.0 192.168.20.2
ip route 10.10.4.0 255.255.255.0 192.168.20.2
ip route 10.10.6.0 255.255.255.0 192.168.20.2
!
end
write memory