VSIO Option Values

Reissom Beshir Reissom_Beshir at Mitel.com
Mon Jun 28 19:07:43 UTC 2010


> set cmfilename=concat ("foo","bar")
> option docsis.cablelabs-configuration-file = cmfilename;

you should not put = in this type of option assignment, so try this

set cmfilename=concat ("foo","bar")
option docsis.cablelabs-configuration-file cmfilename;

and if that does not work then the file name should be explicit,

option docsis.cablelabs-configuration-file "foobar";

--
Reissom



----- Original Message ----- 
From: "Patricio Latini" <p_latini at hotmail.com>
To: "'Users of ISC DHCP'" <dhcp-users at lists.isc.org>
Sent: Saturday, June 26, 2010 9:27 PM
Subject: RE: VSIO Option Values


> Any idea from the developers? I have been trying to walk the source code 
> to
> fix this but the VSIO evaluation routines are coded in a different 
> function
> and it is quite difficult for me to understand without breaking other
> stuff..
>
> Thanks
>
> Patricio
>
> -----Original Message-----
> From: dhcp-users-bounces+p_latini=hotmail.com at lists.isc.org
> [mailto:dhcp-users-bounces+p_latini=hotmail.com at lists.isc.org] On Behalf 
> Of
> Patricio Latini
> Sent: Friday, June 18, 2010 6:26 PM
> To: 'Users of ISC DHCP'
> Subject: VSIO Option Values
>
> I have the following issue, when I try to match an expression to a value 
> and
> equal that expresion to a predefined option i don't have any problem.
>
> set cmfilename=concat ("foo","bar")
> option bootfile-name = cmfilename;
>
> However when I try to do the same thing with a vsio option
>
> option space docsis code width 2 length width 2 hash size 17;
> option docsis.tftp-servers                      code 32 = array of
> ip6-address;
> option docsis.cablelabs-configuration-file      code 33 = text;
> option docsis.cablelabs-syslog-servers          code 34 = array of
> ip6-address;
> option docsis.device-id                         code 36 = string;
> option docsis.time-servers                      code 37 = array of
> ip6-address;
> option docsis.time-offset                       code 38 = signed integer 
> 32;
> option docsis.mta-code                          code 2170 = ip-address;
> option vsio.docsis code 4491 = encapsulate docsis;
>
>
>
> set cmfilename=concat ("foo","bar")
> option docsis.cablelabs-configuration-file = cmfilename;
>
> The configuration loads but in the log I get an error
> "Error evaluating option 33 in VSIO space docsis"
> and the packet is not sent.
>
> Any idea how to workaround / fix this?
>
> Thanks
>
> Patricio
>
>
> __________ Information from ESET Smart Security, version of virus 
> signature
> database 5208 (20100618) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>
>
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
>
>
> __________ Information from ESET Smart Security, version of virus 
> signature
> database 5208 (20100618) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>
>
>
> __________ Information from ESET Smart Security, version of virus 
> signature
> database 5223 (20100623) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>
>
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
>
> 





More information about the dhcp-users mailing list