plcnets.1 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. .TH plcnets 1 "Mar 2014" "plc-utils-2.1.6" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. plcnets - Qualcomm Atheros Powerline Network Enumerator
  4. .SH SYNOPSIS
  5. .BR plcnets
  6. .RI [ options ]
  7. .SH DESCRIPTION
  8. Search host Ethernet interfaces for Atheros powerline networks.
  9. .SH COMMENTS
  10. This program illustrates use of some basic Atheros powerline networking classes.
  11. .SH OPTIONS
  12. .TP
  13. -\fBt \fImilliseconds\fR
  14. Read timeout in milliseconds.
  15. Values range from 0 through UINT_MAX.
  16. This is the maximum time allowed for a response.
  17. The default is shown in brackets on the program menu.
  18. .TP
  19. .RB - ? ,-- help
  20. Print program help summary on stdout.
  21. This option takes precedence over other options on the command line.
  22. .TP
  23. .RB - ! ,-- version
  24. Print program version information on stdout.
  25. This option takes precedence over other options on the command line.
  26. Use this option when sending screen dumps to Intellon Technical Support so that they know exactly which version of the Linux Toolkit you are using.
  27. .SH ARGUMENTS
  28. None.
  29. .SH EXAMPLES
  30. The following example searches host Ethernet interfaces for powerline network devices on a \fBWindows\fR host.
  31. .PP
  32. # plcnets
  33. Search interface \fBnic2\fR for powerline devices ...
  34. P/L NET TEI ------ MAC ------ ------ BDA ------ TX RX CHIPSET FIRMWARE
  35. LOC STA 002 00:B0:52:DA:DA:3B 00:0E:2E:03:5F:B8 000 000 INT6300 INT6000-MAC-4-1-4122-00-4014-20091028-FINAL-B
  36. REM CCO 001 00:B0:52:BE:EF:52 00:19:D1:25:51:32 143 145 INT6300 INT6000-MAC-4-1-4122-00-4014-20091028-FINAL-B
  37. Search interface \fBnic3\fR for powerline devices ...
  38. Search interface \fBnic4\fR for powerline devices ...
  39. P/L NET TEI ------ MAC ------ ------ BDA ------ TX RX CHIPSET FIRMWARE
  40. LOC CCO 001 00:B0:52:BE:EF:52 00:0C:76:87:3E:3D 000 000 INT6300 INT6000-MAC-4-1-4122-00-4014-20091028-FINAL-B
  41. REM STA 002 00:B0:52:DA:DA:3B 00:0E:2E:03:5F:B8 145 143 INT6300 INT6000-MAC-4-1-4122-00-4014-20091028-FINAL-B
  42. .PP
  43. The following example searches host Ethernet interfaces for powerline network devices on a \fBLinux\fR host.
  44. .PP
  45. # plcnets
  46. Search interface \fBeth4\fR for powerline devices ...
  47. Search interface \fBeth3\fR for powerline devices ...
  48. P/L NET TEI ------ MAC ------ ------ BDA ------ TX RX CHIPSET FIRMWARE
  49. LOC CCO 001 00:B0:52:BE:EF:52 00:0F:EA:4B:98:CB 000 000 INT6300 INT6000-MAC-4-1-4122-00-4014-20091028-FINAL-B
  50. REM STA 002 00:B0:52:DA:DA:3B 00:0E:2E:03:5F:B8 141 132 INT6300 INT6000-MAC-4-1-4122-00-4014-20091028-FINAL-B
  51. .PP
  52. The following example searches host Ethernet interfaces for powerline network devices on a \fBMacOSX\fR host.
  53. .PP
  54. # plcnets
  55. Search interface \fBen0\fR for powerline devices ...
  56. P/L NET TEI ------ MAC ------ ------ BDA ------ TX RX CHIPSET FIRMWARE
  57. LOC CCO 001 00:B0:52:BE:EF:52 00:26:BB:52:DD:A8 000 000 INT6300 INT6000-MAC-4-1-4122-00-4014-20091028-FINAL-B
  58. REM STA 002 00:B0:52:DA:DA:3B 00:0E:2E:03:5F:B8 141 132 INT6300 INT6000-MAC-4-1-4122-00-4014-20091028-FINAL-B
  59. Search interface \fBfw0\fR for powerline devices ...
  60. Search interface \fBen1\fR for powerline devices ...
  61. .SH SEE ALSO
  62. .BR amp ( 1 ),
  63. .BR ifs ( 1 ),
  64. .BR nics ( 1 ),
  65. .BR pcapdevs ( 1 )
  66. .SH CREDITS
  67. Charles Maier <cmaier@qca.qualcomm.com>