This commit is contained in:
2025-11-19 23:27:38 +03:00
parent f8a49510d8
commit 5d40a801b7
10 changed files with 233 additions and 3 deletions

5
ISP.md
View File

@@ -1,15 +1,20 @@
enable
configure terminal
!
interface e0/0
ip address 55.55.55.106 255.255.255.252
no shutdown
!
interface e0/1
ip address 192.168.10.1 255.255.255.248
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.5.0 255.255.255.0 192.168.10.2
!
end
write memory