coqos_info.1 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. .TH coqos_info 1 "Mar 2014" "plc-utils-2.1.6" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. coqos_info - CoQoS Stream Utility
  4. .SH SYNOPSIS
  5. .BR coqos_info
  6. .RI [ options ]
  7. .IR type
  8. .RI [ cid ]
  9. .RI [ limit ]
  10. .RI [ device ]
  11. .SH DESCRIPTION
  12. .B This page is under construction.
  13. .PP
  14. None.
  15. .P
  16. This program is part of the Qualcomm Atheros Powerline Toolkit.
  17. See the \fBplc\fR man page for an overview and installation instructions.
  18. .SH OPTIONS
  19. .TP
  20. .RB - e
  21. Redirects stderr messages to stdout.
  22. By convention progress messages and error messages are printed on stderr while primary program output is printed on stdout.
  23. This option prints all output on stdout in cases where this is desired.
  24. .TP
  25. -\fBi \fIinterface\fR
  26. Select the host Ethernet interface.
  27. All requests are sent via this host interface and only reponses received via this host interface are recognized.
  28. The default interface is \fBeth1\fR because most people use \fBeth0\fR as their principle network connection; however, if environment string "PLC" is defined then it takes precedence over the default interface.
  29. This option then takes precedence over either default.
  30. .TP
  31. .RB - q
  32. Suppresses status messages on stderr.
  33. .TP
  34. .RB - r
  35. Display relative memory offsets on output.
  36. This option is the default.
  37. .TP
  38. .RB - v
  39. Prints additional information on stdout.
  40. In particular, this option dumps outgoing Ethernet packets on stdout.
  41. .TP
  42. .RB - ? ,-- help
  43. Displays program help information on stderr.
  44. This option takes precedence over all other options on the command line except version information.
  45. .TP
  46. .RB - ! ,-- version
  47. Displays program version information on stderr.
  48. This option takes precedence over all other options on the command line except help information.
  49. Use this option when sending screen dumps to Atheros technical staff.
  50. .SH ARGUMENTS
  51. .TP
  52. .IR type
  53. The request type.
  54. Valid types are "\fBSTA\fR", "\fBCID\fR", "\fBRSVD\fR", "\fBVIC\fR", "\fBBW\fR", and "\fBBW\fR".
  55. Individual request types are described below.
  56. .TP
  57. .IR device
  58. The MAC address of some powerline device.
  59. More than one address may be specified on the command line.
  60. If more than one address is specified then operations are performed on each device in turn.
  61. The default address is "\fBlocal\fR".
  62. See \fBDEVICES\fR for more information.
  63. .SH TYPES
  64. .TP
  65. .BR STA
  66. Station.
  67. Request information on all active connections for this station.
  68. .TP
  69. \fBCID \fInumber\fR
  70. Connection identifier.
  71. If present, it must be followed by a valid connection identifier.
  72. Connection identifiers are assigned when the connection is added using program \fBcoqos_add\fR.
  73. The connection identifier is two bytes where byte 0 is the LLID-F and byte 1 is the OrigTEI.
  74. .TP
  75. .BR RSVD
  76. Reserved.
  77. Sets REQ_TYPE = 2 in the mme.
  78. .TP
  79. .BR VIC
  80. Vicinity.
  81. Provide all active connections in the vicinity.
  82. .TP
  83. \fB BW \fInumber\fR
  84. Bandwidth.
  85. set station to provide info when the limit is exceeded.
  86. BW must be followed by a number.
  87. This number is in units of 10kbps.
  88. BWC cancels all previous requests.
  89. .SH DEVICES
  90. Ethernet MAC addresses are expressed as six hexadecimal octets optionally separated by colon.
  91. For example, the Qualcomm Atheros Local Management Address (LMA) of "00b052000001" may also be entered as "00:b0:52:00:00:01" or "00b052:000001".
  92. Addresses are case insensitive and quotes are optional.
  93. In addition, some special addresses may be entered by name rather than number where names are case sensitive.
  94. .TP
  95. .BR all
  96. A synonym for the "broadcast" address, described next.
  97. .TP
  98. .BR broadcast
  99. A synonym for the Ethernet broadcast address, \fBFF:FF:FF:FF:FF:FF\fR.
  100. All devices, whether local, remote or foreign will respond to this address.
  101. .TP
  102. .BR local
  103. A synonym for the Qualcomm Atheros vendor specific Local Management Address (LMA), \fB00:B0:52:00:00:01\fR.
  104. All local Atheros devices recognize this address but remote and foreign devices do not.
  105. A remote device is any device at the far end of a powerline connection.
  106. A foreign device is any device not manufactured by Atheros.
  107. ..SH REFERENCES
  108. See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for more information.
  109. .SH DISCLAIMER
  110. Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL USA.
  111. Consequently, public information may not be available.
  112. Qualcomm Atheros reserves the right to modify message structure and content in future firmware releases without any obligation to notify or compensate users of this program.
  113. .SH EXAMPLES
  114. This command requests connection from the station
  115. .PP
  116. # coqos_info STA 00:B0:52:BA:BE:01
  117. .PP
  118. This command set the station to provide notification if the bandwidth used exceeds 20mbps
  119. .PP
  120. # coqos_info BW 2000 00:B0:52:BA:BE:01
  121. .SH SEE ALSO
  122. .BR coqos_add ( 1 ),
  123. .BR coqos_rel ( 1 ),
  124. .BR coqos_man ( 1 ),
  125. .BR coqos_mod ( 1 )
  126. .SH CREDITS
  127. Bill Wike <bill.wike@qca.qualcomm.com>
  128. Nathaniel Houghton <nhoughto@qca.qualcomm.com>
  129. Charles Maier <cmaier@qca.qualcomm.com>