Performance... no more than 150 leases per second?

Glenn Satchell glenn.satchell at uniq.com.au
Thu Jun 10 13:46:53 UTC 2010


Allow and deny are per pool, so they need to stay in the pools. All 
other options, settings, etc, can be defined in the subnet, or 
shared-network, or group, or global space. In general push options up to 
the area where you only specify them the fewest number of times.

regards,
-glenn

On 06/10/10 23:19, John Hascall wrote:
>
>
> Will this also work in a shared-network?  For example:
>
>      shared-network "foo" {
>          subnet 10.32.172.0 netmask 255.255.252.0 {
>             pool { range ... }
>             pool { range ...  }
>          }
>          subnet 172.16.17.0 netmask 255.255.252.0 {
>             pool { range ... }
>             pool { range ... }
>          }
>      }
>
> Also, right now, our pools (with multiple ranges), also have
> many options/allows/denys, can these be extracted into
> the subnet so you can do:
>
>          subnet {
>             pool { range ...}
>             pool { range ...}
>             pool { range ...}
>             ...many options/allows/denys...
>          }
> rather than:
>          subnet {
>             pool { range ...; many options/allows/denys }
>             pool { range ...; many options/allows/denys }
>             pool { range ...; many options/allows/denys }
>          }
>
>
> Thanks,
> John
>>   Do you mean that it would be more efficient to change
>>     subnet 10.32.172.0 netmask 255.255.252.0 {
>>        pool {
>>            range 142.32.172.10 142.32.175.254;
>>        }
>>     }
>>   into
>>     subnet 10.32.172.0 netmask 255.255.252.0 {
>>        pool {
>>            range 142.32.172.10 142.32.172.255;
>>        }
>>        pool {
>>            range 142.32.173.0 142.32.173.255;
>>        }
>>        pool {
>>            range 142.32.174.0 142.32.174.255;
>>        }
>>         pool {
>>            range 142.32.175.0 142.32.175.254;
>>        }
>>     }
>> ?
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users


-- 
regards,
-glenn
--
Glenn Satchell                            |  Miss 9: What do you
Uniq Advances Pty Ltd, Sydney Australia   |  do at work Dad?
mailto:glenn.satchell at uniq.com.au         |  Miss 6: He just
http://www.uniq.com.au tel:0409-458-580   |  types random stuff.



More information about the dhcp-users mailing list