Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Adding Option 82 to a Windows 2003 Server

Reply
Thread Tools

Adding Option 82 to a Windows 2003 Server

 
 
Greg H.
Guest
Posts: n/a
 
      10-03-2006
I found this info on the Subject, but it doesn't specify what the data
type of the custom option should be:

Microsoft DHCP Server does not have default support for option 82 as it
has for other standard options.
Using DHCP Server Management console (dhcpmgmt.msc) -> <DHCP Server> ->
Right Click -> Set Predefined Options..., you can add option 82 as a
customized option for DHCP Server. Thereon, on the DHCP Client you can
use DhcpRequestParams API to retrieve the options for your further use.

What I ultimately want to do is use the Win2k3 server to pull the info
from the option 82 command I've enabled on my switches.
Hardware used: Cisco 3750 switches.
thanks in advance.

 
Reply With Quote
 
 
 
 
Rod Dorman
Guest
Posts: n/a
 
      10-03-2006
In article <. com>,
Greg H. <> wrote:
>I found this info on the Subject, but it doesn't specify what the data
>type of the custom option should be:
>
>Microsoft DHCP Server does not have default support for option 82 as it
>has for other standard options.
> ...


I must have missed the announcement, did Microsoft buy Cisco or was it
the other way around?

--
-- Rod --
rodd(at)polylogics(dot)com
 
Reply With Quote
 
 
 
 
Greg H.
Guest
Posts: n/a
 
      10-04-2006
It is not an option by default on a Microsoft 2k3 DHCP server but the
webblog from microsoft said you can add another Custom Predefined
option type to the DHCP service and I was asking for some more steps
about doing this on a windows 2003 server.
Or how else do I take advantage of the option 82 information that is
added to packets without buying a CNR (Cisco network registrar)?

Rod Dorman wrote:
> I must have missed the announcement, did Microsoft buy Cisco or was it
> the other way around?
>
> --
> -- Rod --
> rodd(at)polylogics(dot)com


 
Reply With Quote
 
chris
Guest
Posts: n/a
 
      10-04-2006

"Greg H." <> wrote in message
news: oups.com...
> It is not an option by default on a Microsoft 2k3 DHCP server but the
> webblog from microsoft said you can add another Custom Predefined
> option type to the DHCP service and I was asking for some more steps
> about doing this on a windows 2003 server.
> Or how else do I take advantage of the option 82 information that is
> added to packets without buying a CNR (Cisco network registrar)?
>
> Rod Dorman wrote:
>> I must have missed the announcement, did Microsoft buy Cisco or was it
>> the other way around?
>>
>> --
>> -- Rod --
>> rodd(at)polylogics(dot)com

>


"I was asking for some more steps
about doing this on a windows 2003 server."

comp.dcom.sys.CISCO .... not really the best place to ask a Microsoft config
question!


 
Reply With Quote
 
Thrill5
Guest
Posts: n/a
 
      10-06-2006
"chris" <> wrote in message
news:. uk...
>
> "Greg H." <> wrote in message
> news: oups.com...
>> It is not an option by default on a Microsoft 2k3 DHCP server but the
>> webblog from microsoft said you can add another Custom Predefined
>> option type to the DHCP service and I was asking for some more steps
>> about doing this on a windows 2003 server.
>> Or how else do I take advantage of the option 82 information that is
>> added to packets without buying a CNR (Cisco network registrar)?
>>
>> Rod Dorman wrote:
>>> I must have missed the announcement, did Microsoft buy Cisco or was it
>>> the other way around?
>>>
>>> --
>>> -- Rod --
>>> rodd(at)polylogics(dot)com

>>

>
> "I was asking for some more steps
> about doing this on a windows 2003 server."
>
> comp.dcom.sys.CISCO .... not really the best place to ask a Microsoft
> config question!
>


The information provided by Option 82 sounds like a good idea, but in
reality its not that helpful because the data is encoded in a fashion that
is not readily human readable. You will need to develop something to grab
the option 82 data from the server, parse it, and then display it in human
readable form. You must have DHCP snooping enabled on you switches, which
does present the same option 82 information that you can easily see. Use
"show ip dhcp snooping bindings" to see the data.

Scott


 
Reply With Quote
 
Greg H.
Guest
Posts: n/a
 
      10-10-2006
Is there a way to output the "show ip dhcp snooping binding" to a file?
tftp or log it somehow?

> The information provided by Option 82 sounds like a good idea, but in
> reality its not that helpful because the data is encoded in a fashion that
> is not readily human readable. You will need to develop something to grab
> the option 82 data from the server, parse it, and then display it in human
> readable form. You must have DHCP snooping enabled on you switches, which
> does present the same option 82 information that you can easily see. Use
> "show ip dhcp snooping bindings" to see the data.
>
> Scott


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hibernate option disappears - Server 2003 robertgibsonx@gmail.com Computer Support 2 01-25-2006 03:14 AM
Adding CALS on windows 2003 Small Business Server =?Utf-8?B?Sm9u?= MCSE 1 11-07-2005 01:09 PM
How can I install Visual Studio 2003 on Windows 2003 Server 64 bit edition? Ertugrul Uysal Windows 64bit 3 10-19-2005 05:31 AM
Undeclared vars on II6 Windows 2003 w/Option Explicit cause page to STOP. Why? Mike Schinkel ASP General 2 01-30-2004 04:09 AM
Multiple Websites on Windows 2003 Server using Visual Studio.Net 2003 Kieran Kelly ASP .Net 3 09-29-2003 10:10 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57