> 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/firmware-upgrade.md).

# ファームウェアのアップグレード

ファームウェアのアップグレードはネットワーク内のスイッチ、アクセスポイントごとに行われます。各デバイス群が一括でアップグレードされるため、個別のデバイスを指定してアップグレードすることはできません。

{% hint style="warning" %}
ファームウェアのアップグレードを行う際は、すべてのデバイスが同時にアップグレードされるため、アップグレード時に一時的に通信断（全断）が発生することがあります。
{% endhint %}

## 自動アップグレード <a href="#automatic-upgrades" id="automatic-upgrades"></a>

KOKOMO Cloudはデフォルトで自動アップグレードを有効にしており、毎週の「**メンテナンスウィンドウ**」の時間帯に従ってファームウェアをアップグレードします。

「**設定**」＞「**ファームウェア**」をクリックしてこの画面にアクセスしてください。&#x20;

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

{% hint style="info" %}
スイッチとアクセスポイントが同一のアップグレードスケジュールに設定されている場合でも、それぞれの機器種別のアップグレードは、そのスケジュール内で異なるタイミングで開始されます。
{% endhint %}

## 手動アップグレード <a href="#manual-upgrade" id="manual-upgrade"></a>

デバイスのファームウェアを手動で更新するには：

1. アップグレードしたいファームウェアを選択します。
2. 「**今すぐアップグレード**」をクリックします。

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

3. 「**適用する**」をクリックします。

{% hint style="danger" %}
ベータ版は未サポートです。
{% endhint %}

## ファームウェアバージョン固定 <a href="#freeze-firmware-version" id="freeze-firmware-version"></a>

これは、安定稼働しているネットワーク上で設定やデバイスファームウェアを含め一切変更したくない場合に使用します。

ファームウェアバージョン固定を有効にして「**適用する**」と、「**ファームウェアリリース**」のドロップダウンメニューからベータ版・安定版・前の安定版のいずれかを固定するバージョンとして選択できます。&#x20;

<figure><img src="/files/5OQHR5EnNl8zcji2BCpH" alt=""><figcaption></figcaption></figure>

ファームウェアバージョン固定を有効にした後、ファームウェアバージョン固定のリストが表示されます。これにより、現在のネットワーク内でどのデバイスファームウェアのバージョンが固定されているかを簡単に確認できます。

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

「**比較**」で、現在のネットワークデバイスのファームウェアバージョンと固定対象のファームウェアバージョンを比較できます。これにより、例えばアップグレード／ダウングレード対象のデバイスの数など、比較の概要が確認できます。

<figure><img src="/files/wIe1cVGBhmvMiqiysUmk" alt="" width="563"><figcaption></figcaption></figure>

## ファームウェアバージョン固定の解除 <a href="#disable-freeze-firmware" id="disable-freeze-firmware"></a>

ファームウェアバージョン固定を解除すると、ファームウェア固定リストにあるすべてのモデルが現在のファームウェアリリースおよびメンテナンスウィンドウ設定に基づきアップグレードされます。

## ファームウェアとクラウドサービスの互換性 <a href="#firmware-compatibility-with-cloud-services" id="firmware-compatibility-with-cloud-services"></a>

クラウドプラットフォームは一般的に旧バージョンのデバイスファームウェアとの下位互換性があります。ただし、互換性の問題が生じた稀な場合には、機能性維持確保のため特定の措置が取られます。

* **強制オフライン**：クラウドとデバイス双方の安全・安定を守るためデバイスを強制的にオフラインにします。
* **データの取得停止**：クラウドでデバイスのチェックインデータを部分的または全体的に停止する場合があり、その際一部のグラフや統計の精度に影響します。
* **設定の適用停止**：新しい設定のデバイスへの適用を停止し、デバイスは直前の設定を維持したまま動作します。

## アップグレード予定のスケジュール <a href="#upcoming-upgrade-schedule" id="upcoming-upgrade-schedule"></a>

デバイスの正確なファームウェアアップグレード予定日を把握できます。そのため、次に何が起こるのかを容易に知ることができます。

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


---

# 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/firmware-upgrade.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.
