plclog(1) | Qualcomm Atheros Open Powerline Toolkit | plclog(1) |
plclog - Qualcomm Atheros Log Retrieval Utility
plclog [options] [device] [device] [...] [>stdout]
Read and print the device watchdog and checkpoint report on stdout for subsequent analysis by Atheros Technical Support. Report output is in XML format and contains base-64 encoded binary data returned by the device. Aside from the XML tags, output is not in human readable format.
This program is part of the Qualcomm Atheros Powerline Toolkit. See the AMP man page for an overview and installation instructions.
Log files are save in binary format by default but they can also be saved in XML format by adding option -x to the command line. By convention, binary log files have a .log extension and XML log files have a .xlog extension. The extension is not critical but it helps us determine the format before we open the file.
Powerline devices use Ethernet Media Access Control (MAC) addresses. MAC addresses are 12 hexadecimal digits (0123456789ABCDEFabcdef) in upper, lower or mixed case. Individual octets may be separated by colons, for clarity, but not all octets need to be seperated. For example, "00b052000001", "00:b0:52:00:00:01" and "00b052:000001" are valid and equivalent.
The following MAC addresses are special and may be expressed by name instead of number.
See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for more information.
Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Atheros Communications, Ocala FL USA. Consequently, public information is not available. Atheros Communications reserves the right to modify message structure or content in future firmware releases without any obligation to notify or compensate users of this program.
The following example reads the Watchdog and Checkpoint Report from device 00:B0:52:BA:BE:02 and prints them on stdout in XML format. The output contains data segments formatted in base-64 notation which preserved data integrity when read or transmitted in text format.
# plclog 00:B0:52:BA:BE:02
The next example does the same thing but pipes output to file temp.log. Atheros recommends using a .log extension for compatibility with the WIndows Device Manager.
# plclog 00:B0:52:BA:BE:02 > temp.log
amp(1), plctool(1)
Charles Maier
November 2013 | open-plc-utils-0.0.3 |