coqos_rel.1.html 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version='1.0' encoding='iso-8859-1'?>
  2. <!doctype html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  3. <html xmlns='http://www.w3c.org/1999/xhtml' lang='en-us'>
  4. <head>
  5. <title>
  6. coqos_rel.1
  7. </title>
  8. <meta http-equiv='content-type' content='text/html;iso-8859-1'/>
  9. <meta name='generator' content='motley-tools 1.9.4 13:40:33 Feb 18 2015'/>
  10. <meta name='author' content='cmaier@cmassoc.net'/>
  11. <meta name='robots' content='noindex,nofollow'/>
  12. <link href='toolkit.css' rel='stylesheet' type='text/css'/>
  13. </head>
  14. <body>
  15. <div class='headerlink'>
  16. [<a href='coqos_mod.1.html' title=' coqos_mod.1 '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='edru.1.html' title=' edru.1 '>NEXT</a>]
  19. </div>
  20. <pre>
  21. coqos_rel(1) Qualcomm Atheros Open Powerline Toolkit coqos_rel(1)
  22. NAME
  23. coqos_rel - Release Bandwidth Management
  24. SYNOPSIS
  25. coqos_rel [options] cid [device] [...]
  26. DESCRIPTION
  27. This page is under construction.
  28. Instructs one or more devices to stop managing a stream. Use this program when bandwidth management is no longer needed
  29. or wanted. Use program coqos_mod to suspend and resume bandwidth management of a stream.
  30. This program is part of the Qualcomm Atheros Powerline Toolkit. See the plc man page for an overview and installation
  31. instructions.
  32. OPTIONS
  33. -e Redirects stderr messages to stdout. By convention status and error messages are printed on stderr while primary
  34. program output is printed on stdout. This option prints all output on stdout in cases where this is desired.
  35. -i interface
  36. Select the host Ethernet interface. All requests are sent via this host interface and only reponses received via
  37. this host interface are recognized. The default interface is eth1 because most people use eth0 as their principle
  38. network connection; however, if environment string &quot;PLC&quot; is defined then it takes precedence over the default
  39. interface. This option then takes precedence over either default.
  40. -q Suppresses status messages on stderr.
  41. -r Display relative memory offsets on output. This option is the default.
  42. -v Prints additional information on stdout. In particular, this option dumps outgoing Ethernet packets on stdout.
  43. -?,--help
  44. Displays program help information on stderr. This option takes precedence over all other options on the command
  45. line except version information.
  46. -!,--version
  47. Displays program version information on stderr. This option takes precedence over all other options on the com‐
  48. mand line except help information. Use this option when sending screen dumps to Atheros technical staff.
  49. ARGUMENTS
  50. cid The connection identifier of the affected stream.
  51. device The MAC address of some powerline device. More than one address may be specified on the command line. If more
  52. than one address is specified then operations are performed on each device in turn. The default address is
  53. &quot;local&quot;. See DEVICES for more information.
  54. DEVICES
  55. Ethernet MAC addresses are expressed as six hexadecimal octets optionally separated by colon. For example, the Qualcomm
  56. Atheros Local Management Address (LMA) of &quot;00b052000001&quot; may also be entered as &quot;00:b0:52:00:00:01&quot; or &quot;00b052:000001&quot;.
  57. Addresses are case insensitive and quotes are optional. In addition, some special addresses may be entered by name
  58. rather than number where names are case sensitive.
  59. all A synonym for the &quot;broadcast&quot; address, described next.
  60. broadcast
  61. A synonym for the Ethernet broadcast address, FF:FF:FF:FF:FF:FF. All devices, whether local, remote or foreign
  62. will respond to this address.
  63. local A synonym for the Qualcomm Atheros vendor specific Local Management Address (LMA), 00:B0:52:00:00:01. All local
  64. Atheros devices recognize this address but remote and foreign devices do not. A remote device is any device at
  65. the far end of a powerline connection. A foreign device is any device not manufactured by Atheros.
  66. REFERENCES
  67. See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for more information.
  68. DISCLAIMER
  69. Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL
  70. USA. Consequently, public information may not be available. Qualcomm Atheros reserves the right to modify message
  71. structure and content in future firmware releases without any obligation to notify or compensate users of this program.
  72. EXAMPLES
  73. The next example instructs device 00:B0:52:BA:BE&quot;01 to release stream 803. The stream will the remain unmanaged indefi‐
  74. nitely.
  75. # coqos_rel 803 00:B0:52:BA:BE:01
  76. SEE ALSO
  77. coqos_add(1), coqos_info(1), coqos_man(1), coqos_mod(1)
  78. CREDITS
  79. Bill Wike &lt;bill.wike@qca.qualcomm.com&gt;
  80. Nathaniel Houghton &lt;nhoughto@qca.qualcomm.com&gt;
  81. Charles Maier &lt;cmaier@qca.qualcomm.com&gt; &quot;
  82. open-plc-utils-0.0.3 Mar 2014 coqos_rel(1)
  83. </pre>
  84. <div class='footerlink'>
  85. [<a href='coqos_mod.1.html' title=' coqos_mod.1 '>PREV</a>]
  86. [<a href='toolkit.html' title=' Index '>HOME</a>]
  87. [<a href='edru.1.html' title=' edru.1 '>NEXT</a>]
  88. </div>
  89. </body>
  90. </html>