02-07-2014 09:10 AM
I manage a Network Registrar service and I am looking to add new options to support MS Lync. I've been given options 42, 43 and 120 to implement, but I'm having problems with option 43. I've defined the vendor option through the gui, but when I try to assign a value, I get (EX_INVALID_ARG). Any ideas on what's expected for this field (other than binary)?
Thanks.
02-10-2014 10:45 AM
Not a CNR expert, but was just checking and it seems the Optin 43 is the id (option number).
You can try to configure it via nrcmd (CLI).
nrcmd> scope-policy Wireless_AP_1 setvendoroption 43 apc1550 "(241 10.14.1.1,10.14.1.12)"
Which matches the nrcmd command:
scope-policy
So, 43 is the id (option number), apc1550 is the opt-set-name and
In the Web UI you select the vendor option set (in above nrcmd this is apc1550) from the pull-down list under “DHCPv4 Vendor Options”, click on Select, the select the option name/number (43), and then you must enter the remainder:
apc1550 241 10.14.1.1,10.14.1.12
or
(apc1550 241 10.14.1.1,10.14.1.12)
So the syntax depends on where it is entered (nrcmd vs web ui).
There may also be subtle differences in some CNR versions.
-Thanks
Vinod
**Encourage Contributors. RATE them.**
02-10-2014 04:31 PM
Thanks Vinod.
I ended up going back and redefining the vendor option from scratch, and then trying to enter just the first portion of the option, as hex. That seems to have worked. I then tried the whole string and that worked as well. Now I just have to find a way to test it.
Thanks again.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide