-
Notifications
You must be signed in to change notification settings - Fork 161
/
Copy pathcoqos_mod.1.html
138 lines (107 loc) · 7.31 KB
/
coqos_mod.1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<?xml version='1.0' encoding='iso-8859-1'?>
<!doctype html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html xmlns='http://www.w3c.org/1999/xhtml' lang='en-us'>
<head>
<title>
coqos_mod.7
</title>
<meta http-equiv='content-type' content='text/html;iso-8859-1'/>
<meta name='generator' content='motley-tools 1.8.2.10:42:30 Mar 28 2013'/>
<meta name='author' content='[email protected]'/>
<meta name='robots' content='noindex,nofollow'/>
<link href='toolkit.css' rel='stylesheet' type='text/css'/>
</head>
<body>
<div class='headerlink'>
[<a href='coqos_man.7.html' title=' coqos_man.7 '>PREV</a>]
[<a href='toolkit.html' title=' Index '>HOME</a>]
[<a href='coqos_rel.7.html' title=' coqos_rel.7 '>NEXT</a>]
</div>
<pre>
coqos_mod(7) Qualcomm Atheros Powerline Toolkit coqos_mod(7)
NAME
coqos_mod - Suspend or resume a managed data stream
SYNOPSIS
coqos_mod [options] action cid [device] [...]
DESCRIPTION
This page is under construction.
Suspend or resume a stream through the bandwidth manager using an Atheros vendor specific VS_MOD_CONN message. This is
the proper way to stop a stream flowing if the data rate exceeds the available bandwidth. Use program coqos_man to set
stream bandwidth.
This program is part of the Qualcomm Atheros Powerline Toolkit. See the plc man page for an overview and installation
instructions.
OPTIONS
-e Redirects stderr messages to stdout. By convention status and error messages are printed on stderr while primary
program output is printed on stdout. This option prints all output on stdout in cases where this is desired.
-i interface
Select the host Ethernet interface. All requests are sent via this host interface and only reponses received via
this host interface are recognized. The default interface is eth1 because most people use eth0 as their principle
network connection; however, if environment string "PLC" is defined then it takes precedence over the default
interface. This option then takes precedence over either default.
-q Suppresses status messages on stderr.
-r Display relative memory offsets on output. This option is the default.
-v Prints additional information on stdout. In particular, this option dumps outgoing Ethernet packets on stdout.
-?,--help
Displays program help information on stderr. This option takes precedence over all other options on the command
line except version information.
-!,--version
Displays program version information on stderr. This option takes precedence over all other options on the comâ€
mand line except help information. Use this option when sending screen dumps to Atheros technical staff.
ARGUMENTS
action A symbol indicating the action to be performed on the stream identified by argument cid. Valid actions are "susâ€â€
pend" and "resume". See ACTIONS for an explanation of each action.
cid A connection identifier. (Charlie, expand on this.) Connection ID. 2 byte number to identify the stream to
delete. Byte 0 is the OrigTEI and byte one is the LLID-F.
device The MAC address of some powerline device. More than one address may be specified on the command line. If more
than one address is specified then operations are performed on each device in turn. The default address is
"local". See DEVICES for more information.
ACTIONS
suspend
Suspend the identified stream. See argument cid for more information.
resume Resume the identified stream. See argument cid for more information.
DEVICES
Ethernet MAC addresses are expressed as six hexadecimal octets optionally separated by colon. 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".
Addresses are case insensitive and quotes are optional. In addition, some special addresses may be entered by name
rather than number where names are case sensitive.
all A synonym for the "broadcast" address, described next.
broadcast
A synonym for the Ethernet broadcast address, FF:FF:FF:FF:FF:FF. All devices, whether local, remote or foreign
will respond to this address.
local A synonym for the Qualcomm Atheros vendor specific Local Management Address (LMA), 00:B0:52:00:00:01. All local
Atheros devices recognize this address but remote and foreign devices do not. A remote device is any device at
the far end of a powerline connection. A foreign device is any device not manufactured by Atheros. Ethernet MAC
addresses are six hexadecimal octets optionally separated by colon. For example, the addresses "00b052000001",
"00:b0:52:00:00:01" and "00b052:000001" are all valid and equivalent. Certain Ethernet device addresses are speâ€
cial and may be entered by name rather than number.
all A synonym for "broadcast", described next.
broadcast
A synonym for the standard Ethernet broadcast address, FF:FF:FF:FF:FF:FF. All devices, whether local, remote or
foreign will respond to this address.
local A synonym for the Qualcomm Atheros vendor specific Local Management Address (LMA), 00:B0:52:00:00:01. All local
Atheros devices recognize this address but remote and foreign devices do not. A remote device is any device at
the far end of a powerline connection. A foreign device is any device not manufactured by Atheros.
REFERENCES
See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for more information.
DISCLAIMER
Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL
USA. Consequently, public information may not be available. 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.
EXAMPLES
THe following example suspends a stream 805. All data in this cid will be discarded and not sent over the channel.
# coqos_mod SPND 805 00:B0:52:BA:BE:01
SEE ALSO
coqos_add(7), coqos_info(7), coqos_man(7), coqos_rel(7)
CREDITS
Bill Wike <[email protected]>
Nathaniel Houghton <[email protected]>
Charles Maier <[email protected]>
plc-utils-2.1.5 March 2013 coqos_mod(7)
</pre>
<div class='footerlink'>
[<a href='coqos_man.7.html' title=' coqos_man.7 '>PREV</a>]
[<a href='toolkit.html' title=' Index '>HOME</a>]
[<a href='coqos_rel.7.html' title=' coqos_rel.7 '>NEXT</a>]
</div>
</body>
</html>