|
||||||||
|
|
#1
|
|
i am trying to export my dhcp leasing infomration (ip, mac, hostname, etc).
i use the netsh dhcp server export command and it generates a file. How do i read the file? what is the format? in particular, i am trying to import it into my SQL server so that i can correlate the information with other log files. anyone know how to do this? thanks BJ BJ Daniels |
|
#2
|
|||
|
|||
|
Did you use 'dump' command? If you did, you got the text file with a list of
commands with your settings for DHCP server. To import these settings, just give *.bat extension for the file and execute it. After execution you'll have DHCP server with your saved settings. To export settings to SQL server you'll have to make a parser script. Alex. "BJ Daniels" <(E-Mail Removed)> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ: news:8300EF00-4BD6-472E-BA78-(E-Mail Removed)... > i am trying to export my dhcp leasing infomration (ip, mac, hostname, etc). > > i use the netsh dhcp server export command and it generates a file. How do > i read the file? what is the format? in particular, i am trying to import > it into my SQL server so that i can correlate the information with other log > files. > > anyone know how to do this? > > thanks > > BJ |
![]() |
| Tags |
| dhcp, export, issues |
| Thread Tools | |
| Display Modes | |
|
|