> 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/gateways/ja/cellular-datanoopushon/bring-your-own-data-plan.md).

# 自分のデータプランを持ち込む

お客様は、GC31 Cellular Gatewayで使用するために、お客様ご自身の（BYO）データプランを持ち込むことができます。この場合、Verkadaのデータライセンスを購入する必要はありません。

GC31が顧客提供のSIMを使用している場合：

* このゲートウェイは、サードパーティ製デバイスへのトラフィックを制限しません
* [スマートデータ使用量](/gateways/ja/cellular-datanoopushon/smart-data-usage.md) は無効にすることができ、以下が可能になります：
  * 接続されたVerkadaカメラでクラウドバックアップとRTSPを有効にする
  * BK11/21 Alarm KeypadsおよびBC82 Alarm Consolesでビデオストリーミングを有効にする

## 自動SIMフェイルオーバー付きデュアルSIM

GC31およびGC31-Eには [2つのSIMスロットが](/gateways/ja/she-ding/add-cellular-gateway-to-command/cellular-gateway-dual-sim-support.md) それぞれ搭載されています：

* スロット1（プライマリ）—デフォルト
* スロット2（セカンダリ）—VerkadaデータSIMがあらかじめ挿入済み

スロット1にご自身のSIMカードを挿入し、スロット2にVerkadaのSIMカードを入れたままにしておくことを推奨します。顧客提供のSIMは **プライマリ** として機能し、必要に応じてVerkada SIMにフェイルオーバーします。

お客様は両方のスロットにご自身のSIMカードを挿入し、どちらのスロットをプライマリにするかを設定することもできます。

<div align="left" data-with-frame="true"><img src="/files/465e254cb45ed2382ac37ac7c3497c927396c619" alt="" width="563"></div>

## 動作確認済みキャリア

GC31は、世界中の主要キャリアのほとんどのSIMカードと互換性があります。以下のキャリアはVerkadaによってテストおよび検証されています。その他のキャリアも互換性がある可能性がありますが、Verkadaではテストされていません。

|         |                        |
| ------- | ---------------------- |
| **国**   | **キャリア**               |
| 米国      | Verizon、T-Mobile、AT\&T |
| カナダ     | Telus、Bell、Rogers      |
| 英国      | Three、Vodafone、EE      |
| オーストラリア | Optus、Telstra、Vodafone |

## よくある質問

<details>

<summary>Verkada SIMはどのようにフェイルオーバーとして機能しますか？</summary>

ご自身のSIM（プライマリSIM）が基地局との接続を失った場合、デバイスには接続性を継続的に監視する仕組みがあります。切断を検知すると、Verkada SIMカード（セカンダリSIM）へフェイルオーバーします。メインネットワークがダウンしている場合でも、Verkada SIMによりゲートウェイへの到達性を維持できます。

</details>

<details>

<summary>デバイスは、いつセカンダリSIMへフェイルオーバーすべきかをどのように判断しますか？</summary>

デバイスにはSIMのアクティビティを継続的に監視する状態機械があります。詳細は、 [GC31 Cellular Gateway Dual-SIM Support](/gateways/ja/she-ding/add-cellular-gateway-to-command/cellular-gateway-dual-sim-support.md).

</details>

<details>

<summary>データSIMが接続する必要のあるAPNを手動で選択するにはどうすればよいですか？</summary>

GC31のローカルサーバーページにアクセスして、APNの手動設定を行えます。詳細は、 [GC31 local server](/gateways/ja/she-ding/add-cellular-gateway-to-command/access-the-cellular-gateway-local-server-page.md).

</details>


---

# 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/gateways/ja/cellular-datanoopushon/bring-your-own-data-plan.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.
