> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/access-control/ja/she-zhi/access-control-deployment-best-practices/poe-passthrough-on-the-ac12.md).

# AC12 の PoE パススルー

Verkada [AC12](https://docs.verkada.com/docs/ac12-one-door-controller-datasheet.pdf) 1ドアコントローラーは、アクセス制御のためにドアの構成部品に物理的に接続されます。AC12 は、単一のアンマネージド Power over Ethernet (PoE)+ スイッチポートとして動作し、次のような追加デバイスに電力を供給できます。 [Verkadaカメラ](https://www.verkada.com/security-cameras/).

## 始める前に

次のガイドラインを満たしていることを確認してください:

* PoE パススルーを使用するには、AC12 に PoE++/802.bt 入力ソースから給電する必要があります。
* ネットワークパススルーは常にサポートされています。
* AC12 が接続されているすべてのスイッチポートでは、エコ/動的電力消費割り当てをオフにする必要があります。
* 30W を超える電力を必要とするデバイスはパススルーでサポートされません。\
  ​

## PoE パススルーの用途

PoE パススルーを使用すると、標準の PoE+ デバイスに電力を供給できます。これには、ほとんどの Verkada カメラおよび IEEE 802.3at に対応した他社製デバイスが含まれます。例としては次のようなものがあります:

* Verkada カメラ（PoE++ を必要とするモデルを除く）
* 無線アクセスポイント
* Session Initiation Protocol (SIP) 電話機
* PoE-DC 変換器
* 追加の AC12

デバイスが PoE を必要としない場合は、データ専用ポート出力を提供できます。 **このモードは、デバイスに PoE++ 接続が提供されている場合でも利用できます**。例としては次のようなものがあります:

* コンピューター向けのデータ出力
* 他の Verkada アクセスコントローラー モデル向けのデータ
* 別のデバイスへの PoE インジェクター

{% hint style="warning" %}
元のスイッチから接続デバイスまでに使用するケーブルの総延長は 328 フィート（100m）を超えてはなりません。たとえば、AC12 がドア上部にあり、スイッチまで 262 フィート（80m）の配線がある場合、カメラを接続するために 65 フィート（20m）を超える配線長は使用できません。
{% endhint %}

## 特殊な使用例

既定では、AC12 の PoE パススルーは 30W の PoE+ 出力をフルでサポートしますが、USB または第2リーダーのいずれかが有効な場合、接続先デバイスに提供できる電力は最大 27W となり、残りは本体の動作用に確保されます。ほとんどの用途では、これはほぼすべてのデバイスに十分です。ただし、問題になる可能性がある例としては次のようなものがあります:

* その [CF81-E](https://www.verkada.com/security-cameras/fisheye/cf81-e/) 低温時のモデル（ナイトモード）
* 追加の AC12
* 30W の電力をフルに必要とする他社製デバイス

USB を使用したい場合は、デバイス設定で有効にできます。

## PoE パススルーを無効にする

Command で AC12 の PoE 出力機能を無効にできます:

{% stepper %}
{% step %}
**Verkada Commandで、\[All Products] > \[アクセス] に移動します。**
{% endstep %}

{% step %}
**上部の \[Controllers] をクリックします。**
{% endstep %}

{% step %}
**AC12 を選択します。**
{% endstep %}

{% step %}
**右上の \[Settings] をクリックします。**
{% endstep %}

{% step %}
**\[PoE Out] をオフにします。**
{% endstep %}
{% endstepper %}

## エラー処理の例

この問題につながる原因はいくつかあります。例としては次のようなものがあります:

* AC12 で有線デバイスに短絡が発生しました。
* AC12 に有線接続されたデバイスが、その個別予算を超えています。
* 電力が供給されているデバイスで短絡が発生しています。
* 電力が供給されているデバイスがサポートされていないか、供給される電力より多くの電力を必要としています。
* スイッチが AC12 への継続的な PoE++ 出力を提供できなかったか、一定の 60W 予算を割り当てませんでした。

{% hint style="info" %}
これが発生した場合は、AC12 と PoE デバイスを点検し、損傷がないこと、また 802.af を超えない定格で動作するよう設計されていることを強く推奨します。いつでも Command で問題を解決し、問題が継続しないと確信できる場合は PoE 出力機能を再度有効にできます。問題が続く場合は、連絡してください [Verkadaサポート](/command/ja/herupugadesuka/contact-verkada-support.md).
{% endhint %}

AC12 に給電する方法と、特定の出力に対する想定電流上限については、次を参照してください。 [AC12 の技術仕様](https://docs.verkada.com/docs/access-control-ac12-quick-start-guide.pdf).


---

# 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://help.verkada.com/access-control/ja/she-zhi/access-control-deployment-best-practices/poe-passthrough-on-the-ac12.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.
