Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

parcing DHCP file

Status
Not open for further replies.

dan

MIS
Oct 7, 1998
298
US
Does anyone know of a utility to parce the listing of DHCP addresses into a usable format. I am trying to build a table of IP address; mac addresses and machine names.

Thanks
 
If you use the DNS/DHCP manager, which comes standard with Novell's DNS/DHCP services, you should be able to export the file in an EXCEL format.
 
I did export the file, but it was not an excell format. It was text format with many lines of headers and then each item on a separate line below.
Config Options = 00 00 00 00 03 04 AC 14 02 01 05 08 AC 14 02 10 AC 14 02 12 55 08 AC 14 02 1E AC 14 02 18 57 05 2E 6F 3D 61 63
Subnet Attributes = "172.20.0.0(Student_DHCP)"

[Subnet : "172.20.0.0(Student_DHCP)"]
Subnet Address = 172.20.0.0
Subnet Mask = 255.255.0.0
Lease Time = 259200
Subnet Type = 1

[Subnet Address Range : "Subnet Server.Student_DHCP.AC"]
Start Address = 172.20.0.0
End Address = 172.20.0.0
DHCP Server Reference = "DHCP_TITUS.STU.AC"
Range Type = 99

[Subnet Address Range : "student_1.Student_DHCP.AC"]
Start Address = 172.20.18.1
End Address = 172.20.19.254
DHCP Server Reference = "DHCP_TITUS.STU.AC"
Range Type = 3
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top