User's Manual
TUNet NC-900 Network Collector Install Guide page 13
Doc No. KT-100036
3.2.4 Working with Log Files
The DT-400 stores a history of all successful programming sessions. This file is store in .cvs format for
easy importation into third party spreadsheet programs. The file can be viewed on the DT-400 or may
be copied to a USB storage device. The name of the DT-400 (see 3.3.5 Setting the Unit ID) is
appended to the beginning of the export file in the following format“<Unit ID>_client.csv”.
The figure below shows a typical output of the log file. The first line in the log file contains the field
names.
timestamp,device-network-id,device-mac-addr,hw-release,fw-release,product-
id,timezone-offset,ns-ip,ns-port,interface,inet,addressing-type,device-ip,network-
mask,network, gateway,dns1,dns2,dns1
2010-01-20 10:35:19,000648D22F,00:25:5A:06:48:D2,307,300,32,TUN+5,10.1.1.105,
12345,eth0,inet,dhcp,,,,,,,
2010-01-20 10:35:24,000648D22F,00:25:5A:06:48:D2,307,300,32,TUN+5,10.1.1.105,
12345,eth0,inet,dhcp,,,,,,,
2010-01-20 10:35:29,000648D22F,00:25:5A:06:48:D2,307,300,32,TUN+5,10.1.1.105,
12345,eth0,inet,dhcp,,,,,,,
2010-01-20 10:36:11,000648D22F,00:25:5A:06:48:D2,307,300,32,TUN+5,10.1.1.105,
12345,eth0,inet,static,10.1.3.250,255.255.252.0,10.1.0.0,10.1.1.1,10.1.1.1,10.1.1.
2,10.1.1.3
2010-01-20 10:36:18,000648D22F,00:25:5A:06:48:D2,307,300,32,TUN+5,10.1.1.105,
12345,eth0,inet,dhcp,,,,,,,
The information is stored in the following format:
Example Field Name Description
2010-01-20 10:36:11 timestamp time stamp when device was programmed
000648D22F device-network-id network id for the device
00:25:5A:06:48:D2 device-mac-addr Mac address
307 hw-release Hardware revision number
300 fw-release Overall firmware revision number
32 product-id Type of tunet device
TUN+5 timezone-offset timezone offset
10.1.1.105 ns-ip IP address of the NS server
12345 ns-port port number of the NS server
eth0 interface always eth0 for NC-90 (ignore)
inet inet always inet (ignore)
static addressing-type static or dhcp
10.1.3.250 device-ip for static device IP address
255.255.252.0 network-mask for static device network mask
10.1.0.0 network, for static network portion of IP address
10.1.1.1 gateway, for static network gateway IP