Automated DHCP Server administration?

  • Thread starter Thread starter KG
  • Start date Start date
K

KG

Hi

Currently, I want to find some solutions to admin my DHCP server, such
as auto create scope, reserve IP, set exclusion etc. {from an input file}

For DNS, I already used DNS Provide + custom written program to do my
job, however, for DHCP , what kind of provider or library can help me?

Thanks

KG
 
Have you looked into the functionality provided by the Netsh helper,
dhcpmon.dll?
Check out:
c:\>netsh.exe
netsh> dhcp
netsh dhcp>server <servername/serverip>
netsh dhcp server>help

for a list of commands, then explore from there...

Hope this is helpful!

--
==============================
Chris Edson
(e-mail address removed)

This posting is provided "AS IS" with
no warranties, and confers no rights.
==============================
Tech Chat: Secure wireless authentication using IAS, PEAP, and EAP.
September 25th, 10:00 AM PST
Chat with members of the RADIUS and authentication team about PEAP and EAP,
secure authentication, and secure wireless environments. Suggest new
features that you would like to see included in Microsoft's RADIUS server:
IAS.

http://www.microsoft.com/technet/treeview/default.asp?url=/technet/itcommunity/chats/Default.asp
==============================
 
Back
Top