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

John Hascall john at iastate.edu
Thu Jun 10 13:19:34 UTC 2010



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;
>       }
>    }
> ?



More information about the dhcp-users mailing list