> 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/connectivity/ko/cellular-data-options/bring-your-own-data-plan.md).

# 자체 데이터 요금제 사용

고객은 GC31 셀룰러 게이트웨이와 함께 사용할 자신의(BYO) 데이터 요금제를 사용할 수 있습니다. 이 경우 Verkada 데이터 라이선스를 구매할 필요가 없습니다.

GC31이 고객이 제공한 SIM을 사용하는 경우:

* 게이트웨이는 타사 장치로의 트래픽을 제한하지 않습니다
* [스마트 데이터 사용](/connectivity/ko/cellular-data-options/smart-data-usage.md) 를 비활성화할 수 있으며, 이를 통해 다음이 가능합니다:
  * 연결된 Verkada 카메라에서 클라우드 백업 및 RTSP를 활성화할 수 있음
  * BK11/21 알람 키패드 및 BC82 알람 콘솔에서 비디오 스트리밍을 활성화할 수 있음

***

## 자동 SIM 페일오버가 있는 듀얼 SIM

GC31 및 GC31-E에는 [2개의 SIM 슬롯이 있습니다](/connectivity/ko/configuration/add-cellular-gateway-to-command/cellular-gateway-dual-sim-support.md) 각각:

* 슬롯 1(기본)—기본값
* 슬롯 2(보조)—미리 삽입된 Verkada 데이터 SIM이 들어 있음

슬롯 1에 자신의 SIM 카드를 삽입하고 슬롯 2에 Verkada SIM 카드를 유지할 것을 권장합니다. 고객이 제공한 SIM은 **주 SIM** 으로 작동하며 필요 시 Verkada SIM으로 페일오버됩니다.

고객은 두 슬롯 모두에 자신의 SIM 카드를 삽입하고 어느 슬롯을 기본으로 사용할지 구성할 수도 있습니다.

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

{% hint style="warning" %}
BYO SIM이 Verkada SIM으로 장애 조치되면, 카메라 영상을 스트리밍하려면 데이터 라이선스가 필요합니다. 데이터 라이선스 없이도 문제 해결을 위해 게이트웨이에 계속 연결할 수 있습니다. 참고: [Verkada 데이터 플랜](/connectivity/ko/cellular-data-options/verkada-data-plan.md) 자세한 내용은.
{% endhint %}

***

## 테스트된 통신사

GC31은 전 세계 대부분의 주요 통신사 SIM 카드와 호환됩니다. 다음 통신사들은 Verkada에서 테스트 및 검증했습니다. 다른 통신사도 호환될 수 있지만 Verkada에서 테스트하지는 않았습니다.

|        |                          |
| ------ | ------------------------ |
| **국가** | **통신사**                  |
| 미국     | Verizon, T-Mobile, AT\&T |
| 캐나다    | Telus, Bell, Rogers      |
| 영국     | Three, Vodafone, EE      |
| 호주     | Optus, Telstra, Vodafone |

***

## FAQ

<details>

<summary>Verkada SIM은 어떻게 페일오버로 작동하나요?</summary>

자신의 SIM(기본 SIM)이 기지국과 연결이 끊기면, 장치에는 연결 상태를 지속적으로 모니터링하는 메커니즘이 작동합니다. 연결 끊김을 감지하면 Verkada SIM 카드(보조 SIM)로 페일오버됩니다. Verkada SIM은 주 네트워크가 다운되었을 때도 게이트웨이에 계속 접근할 수 있도록 하는 데 도움이 됩니다.

</details>

<details>

<summary>장치는 언제 보조 SIM으로 페일오버해야 하는지 어떻게 알 수 있나요?</summary>

장치에는 SIM 활동을 지속적으로 모니터링하는 상태 머신이 있습니다. 자세한 내용은 다음을 참조하세요. [GC31 Cellular Gateway 듀얼 SIM 지원](/connectivity/ko/configuration/add-cellular-gateway-to-command/cellular-gateway-dual-sim-support.md).

</details>

<details>

<summary>데이터 SIM이 연결해야 하는 APN을 수동으로 어떻게 선택할 수 있나요?</summary>

GC31의 로컬 서버 페이지에 접속하여 APN 세부 정보를 수동으로 설정할 수 있습니다. 다음에 대해 자세히 알아보세요. [GC31 로컬 서버](/connectivity/ko/configuration/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/connectivity/ko/cellular-data-options/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.
