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

22
Part-1/ISP.md Normal file
View File

@@ -0,0 +1,22 @@
enable
configure terminal
!
interface e0/0
ip address 55.55.55.106 255.255.255.252
no shutdown
!
interface e0/1
ip address 55.55.55.102 255.255.255.252
no shutdown
!
interface e0/2
ip address 1.1.1.2 255.255.255.0
no shutdown
!
ip route 10.10.0.0 255.255.0.0 55.55.55.105
ip route 10.10.1.0 255.255.255.0 55.55.55.101
ip route 10.10.2.0 255.255.255.0 55.55.55.101
ip route 10.10.5.0 255.255.255.0 55.55.55.101
!
end
write memory