Hi,
I need to setup 100+ remote sites with DHCP servers configured whitin a Mikrotik, this box is also in charge of the whole routing for each of that remotes sites with very large access lists, the remote sites have a dhcp relay working.
The configuration will be:
Servers:
[admin@MikroTik] /ip dhcp-server> print
Flags: X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 dhcp1 ether5 10.0.1.2 TRST_PILO 10m
1 dhcp2 ether5 10.0.2.2 FALA_PZVP 10m
Pools:
[admin@MikroTik] /ip pool> print
# NAME RANGES
0 TRST_PILO 192.168.200.10-192.168.200.250
1 FALA_PZVP 192.168.200.10-192.168.200.250
2 SODI_CERR 192.168.200.10-192.168.200.250
3 TEST_TEST 192.168.1.10-192.168.1.250
So my questions are:
-Each server is a different process or is just a process that servers all the pools?
-How the process affinity works in this multicore box?
-Does anyone tested a similar configuration or at that scale including routing and big access lists?
-Any recommendation about?