> 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/configuration/add-cellular-gateway-to-command/cellular-gateway-dual-sim-support.md).

# 셀룰러 게이트웨이 듀얼 SIM 지원

Verkada GC31 셀룰러 게이트웨이가 듀얼 SIM 기능을 지원하는 방법을 알아보세요

각 Verkada 셀룰러 게이트웨이에는 자동 장애 조치 메커니즘이 있는 SIM 슬롯 2개가 있습니다.

## 듀얼 SIM 기능 작동 방식

기본적으로 GC31에는 SIM 슬롯 2개가 제공됩니다:

* 슬롯 1(기본적으로 주 슬롯)
* 슬롯 2(기본적으로 보조 슬롯)

모든 GC31에는 Verkada 데이터 SIM이 삽입되어 **슬롯 2**. 이 SIM 카드는 선택 사항인 [Verkada 데이터 요금제](/connectivity/ko/cellular-data-options/verkada-data-plan.md).

자체 데이터 요금제를 사용하는 고객은 자신의 SIM 카드를 다음에 삽입할 수 있습니다 **슬롯 1,** 이는 주 SIM 역할을 하며, Verkada SIM은 다음에 **슬롯 2**. 고객이 제공한 SIM에 장애가 발생하면 GC31은 Verkada SIM으로 전환되어 게이트웨이에 항상 접속할 수 있도록 돕습니다.

고객은 두 슬롯 모두에 자체 SIM 카드를 삽입한 뒤 어떤 SIM을 주 SIM으로 사용할지 선택할 수도 있습니다. 구성에 관계없이 GC31은 다음 상태 머신에 따라 작동합니다.

## SIM 장애 조치

GC31에는 LTE 모뎀의 SIM 활동을 다음과 같이 지속적으로 모니터링하는 상태 머신이 있습니다:

<div align="left" data-with-frame="true"><img src="https://2645961166-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAGnzScvko5PkG7YBy3i%2Fuploads%2Fgit-blob-cc8dcfc01082ea53e58df2e26cfc290f8f5a8200%2F74da46b9c514e7bc393eaf12ca7b97f87767eee7.png?alt=media" alt=""></div>

{% stepper %}
{% step %}
**시작—상태 머신은 장치가 부팅될 때 트리거됩니다.**
{% endstep %}

{% step %}
**주(모니터)—LTE 모뎀의 범용 입출력(GPIO) 핀이 SIM이 주 슬롯에 삽입되었는지 감지합니다.**

* GC31은 주 SIM을 통해 연결을 시도하고 몇 초마다 백엔드 서버에 ping을 보냅니다.
* 이 ping이 여러 번 연속으로 실패하면 상태 머신이 보조 SIM으로의 장애 조치를 트리거합니다.
  {% endstep %}

{% step %}
**주(실패)—주 SIM이 서버에 여러 번 ping하지 못하면 트리거가 발생합니다. 장치는 보조 SIM으로 장애 조치됩니다.**
{% endstep %}

{% step %}
**자동 재시도 — 장치는 연결이 끊긴 후 15분 뒤 자동으로 주 SIM으로 전환됩니다. 실패하면 30분 후, 다시 1시간 후에 재시도합니다. 이후 24시간 동안은 매시간 재시도하고, 그다음부터는 다시 연결될 때까지 24시간마다 한 번씩 재시도합니다.**
{% endstep %}

{% step %}
**수동 재시도 — 보조 SIM이 활성화되면, 주 SIM을 통해 연결하려는 경우 사용자가 수동으로 주 SIM으로 다시 전환해야 합니다.**
{% endstep %}

{% step %}
**보조(실패)—보조 SIM이 서버에 여러 번 ping하지 못하면 트리거가 발생합니다. 상태 머신은 다시 시작 단계로 되돌아갑니다.**
{% endstep %}
{% endstepper %}


---

# 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/configuration/add-cellular-gateway-to-command/cellular-gateway-dual-sim-support.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.
