> For the complete documentation index, see [llms.txt](https://docs.lan.kokomocloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lan.kokomocloud.com/configuring-networks/configuring-access-points/configuring-ssids/qos.md).

# 帯域制限（QoS）

## 帯域幅制限 <a href="#bandwidth-limit" id="bandwidth-limit"></a>

帯域幅制限は、クライアントが必要以上に帯域幅を消費しないようにします。アップロードとダウンロードの制限を強制する帯域幅制限が統合されています。帯域幅制限は、SSIDごと、クライアントごと、またはその両方に適用できます。SSIDとクライアントごとの帯域幅制限の両方が設定されている場合、つまりクライアント帯域幅の合計がSSID帯域幅制限よりも小さい場合、クライアントは「クライアントごとの帯域幅制限」の最大値まで利用できます。クライアント帯域幅の合計がSSID帯域幅制限を超えた場合、すべてのクライアントはSSID帯域幅の上限を共有することになります。

この画面で最大帯域幅を設定できます。

「**設定**」＞「**アクセスポイント**」＞「**SSID**」＞「**帯域制限**」でこの画面にアクセスします。

<figure><img src="/files/PAV0RBKBh1Quf1ESs3wk" alt=""><figcaption></figcaption></figure>

### ダウンロード制限 <a href="#download-limit" id="download-limit"></a>

SSIDからのトラフィックまたはクライアントごとのトラフィックについて、ダウンロードストリームの最大値を設定します。

### アップロード制限 <a href="#upload-limit" id="upload-limit"></a>

SSIDからのトラフィックまたはクライアントごとのトラフィックについて、アップロードストリームの最大値を設定します。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.lan.kokomocloud.com/configuring-networks/configuring-access-points/configuring-ssids/qos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
