Scope question

David Peterson davidp at wirelessconnections.net
Thu Nov 21 15:14:56 UTC 2013


Can anyone send me thoughts/concerns with the following configuration?

 

class "GroupAA" {

match if        ((extract-int ( substring (suffix(option agent.remote-id,
18), 12 , 1), 8) = 0)

                        and (extract-int ( substring (suffix(option
agent.remote-id, 18), 13 , 1), 8) = 1));

log(info, "matched class GroupAA");

}

 

 

class "GroupBB" {

match if        ((

                    extract-int ( substring (suffix(option agent.remote-id,
18), 12 , 1), 8) = 0)

                        and (extract-int ( substring (suffix(option
agent.remote-id, 18), 13 , 1), 8) = 2));

log(info, "matched class GroupBB");

 

}

 

 

 

# A slightly different configuration for an internal subnet.

subnet 0.0.0.0 netmask 0.0.0.0 {

 

pool {

  range 192.168.1.2 192.168.1.50;

  option domain-name-servers 8.8.8.8;

  option domain-name-servers 8.8.4.4;

  option subnet-mask 255.255.255.0;

  option routers 192.168.1.1;

  option broadcast-address 192.168.1.255;

  default-lease-time 13600;

  max-lease-time 13600;

  allow members of "GroupAA";

}

 

 

pool {

  range 172.19.24.10 172.19.24.50;

  option domain-name-servers 8.8.8.8;

  option domain-name-servers 8.8.4.4;

  option subnet-mask 255.255.255.0;

  option routers 172.19.24.1;

  option broadcast-address 172.19.24.255;

  default-lease-time 13600;

  max-lease-time 13600;

  allow members of "GroupBB";

}

 

 

David

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20131121/8fd15efd/attachment.html>


More information about the dhcp-users mailing list