Обновить FINAL/R4.txt

master
melenilya 2025-04-13 18:04:44 +03:00
parent c364f8642f
commit f8ff8dfb69
1 changed files with 5 additions and 2 deletions

View File

@ -25,12 +25,14 @@ ip nat outside
exit
ip dhcp pool VLAN_C_POOL
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
default-router 192.168.3.254
ip dhcp pool VLAN_D_POOL
network 192.168.4.0 255.255.255.0
default-router 192.168.4.1
default-router 192.168.4.254
ip dhcp excluded-address 192.168.3.1 192.168.3.4
ip dhcp excluded-address 192.168.4.1 192.168.4.4
ip dhcp excluded-address 192.168.4.254
ip dhcp excluded-address 192.168.3.254
interface g0/1
ip address 10.0.20.3 255.255.255.248
no shutdown
@ -49,6 +51,7 @@ exit
router ospf 1
network 10.0.20.0 0.0.0.7 area 0
network 172.16.12.0 0.0.0.3 area 1
network 203.0.113.24 0.0.0.3 area 0
passive-interface g0/0
end
copy running-config startup-config