Загрузка данных


! Пул для 1 ветви (Сеть 2.Х)
Router(config)# ip dhcp pool POOL_VETV1
Router(dhcp-config)# network 192.168.2.0 255.255.255.0
Router(dhcp-config)# default-router 192.168.2.1
Router(dhcp-config)# exit

! Пул для 2 ветви (Сеть 1.Х)
Router(config)# ip dhcp pool POOL_VETV2
Router(dhcp-config)# network 192.168.1.0 255.255.255.0
Router(dhcp-config)# default-router 192.168.1.1
Router(dhcp-config)# exit

! Пул для 3 ветви (Сеть 3.Х)
Router(config)# ip dhcp pool POOL_VETV3
Router(dhcp-config)# network 192.168.3.0 255.255.255.0
Router(dhcp-config)# default-router 192.168.3.1
Router(dhcp-config)# exit

! Пул для 4 ветви (Сеть 4.Х)
Router(config)# ip dhcp pool POOL_VETV4
Router(dhcp-config)# network 192.168.4.0 255.255.255.0
Router(dhcp-config)# default-router 192.168.4.1
Router(dhcp-config)# exit