modem configuration file question

Glenn Satchell Glenn.Satchell at uniq.com.au
Sat Feb 23 13:39:01 UTC 2008


So does the device get an address from this subnet? What gets logged 
DHCPDISCOVER, etc?

regards,
-glenn

>Subject: RE: modem configuration file question
>Date: Fri, 22 Feb 2008 08:31:36 -0500
>From: "Cheng Ching-Ho-LCC014" <Ching-Ho.Cheng at motorola.com>
>To: <dhcp-users at isc.org>
>
>Hi Glenn,
>
>We have tried this but it did not work.  Is there any other way to
>achieve the use of separate configuration file in different subnet ?
>
>Thanks,
>
>Chhing-Ho Cheng
>
>-----Original Message-----
>From: dhcp-users-bounce at isc.org [mailto:dhcp-users-bounce at isc.org] On
>Behalf Of Glenn Satchell
>Sent: Friday, February 22, 2008 7:59 AM
>To: dhcp-users at isc.org
>Subject: Re: modem configuration file question
>
>>Subject: modem configuration file question
>>Date: Fri, 22 Feb 2008 07:31:46 -0500
>>
>>Hi,
>> 
>>I have a global setup for all the subnets to use a specific modem 
>>configuration file:
>> 
>>option docsis cablelabs-configuration-file "basic.bin"
>> 
>>I would like to setup the ISC DHCPv6 server to use a separate modem 
>>configuration file "basic1.bin" in a specific subnet.  How do I do that
>
>>?
>> 
>>subnet6 2001:200:101::/64 {
>>    range6 2001:200:101::/64;
>>    ......
>>}
>> 
>>Thanks
>> 
>>Ching-Ho Cheng
>>Motorola CHS
>>Phone: 508-786-7522
>
>Override the global option in the subnet definition
>
># this is global configuration space
>option docsis cablelabs-configuration-file "basic.bin";
>
>subnet6 2001:200:101::/64 {
>    range6 2001:200:101::/64;
>    # this overrides global for this subnet
>    option docsis cablelabs-configuration-file "basic1.bin";
>    ......
>}
>
>regards,
>-glenn
>
>
>


More information about the dhcp-users mailing list