> 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/new-alarms/ko/configuration/lan.md).

# LAN 확장기로서의 알람 패널

확장기 모드를 사용하면 두 번째 경보 패널이 LAN을 통해 연결된 유선 및 무선 장치의 신호를 기본 패널로 전달할 수 있습니다. 지원되는 두 번째 패널이 경보 사이트에 추가되면 자동으로 확장기 모드로 전환됩니다.

이 기능은 학교, 제조 캠퍼스, 비즈니스 복합단지처럼 여러 건물이 네트워크는 공유하지만 건물 간 배관은 없는 사이트를 위해 설계되었습니다. 확장기에 연결된 장치는 동일한 경보 사이트에 추가하고 그곳에서 관리할 수 있습니다.

{% hint style="warning" %}

* 확장기 패널에는 추가 라이선스가 필요하지 않습니다.
* 확장기 패널은 기본 패널의 사이트 설정을 상속합니다.
  {% endhint %}

***

### 확장기 모드를 사용해야 하는 경우

* 건물들이 단일 주소, 단일 모니터링 요구사항, 단일 운영 식별자를 공유할 때는 확장기 모드를 사용하세요.&#x20;
* 자체 주소와 출동 요구사항을 가진 독립적인 위치인 건물에는 별도의 경보 사이트를 사용하세요.

### 요구사항

* 두 패널 모두 Command의 동일한 경보 사이트에 추가되어야 합니다.
* 두 패널 모두 동일한 LAN에 연결되어 서로 통신할 수 있어야 합니다.
* 확장기 패널은 BP52여야 합니다.

{% hint style="danger" %}

* 확장기 패널에서는 셀룰러 백업이 지원되지 않습니다.
* 배터리 백업은 지원됩니다. 그러나 Command는 현재 배터리 잔량을 표시하지 않으며, 확장기 패널이 배터리 전원으로 실행 중인지도 표시하지 않습니다.
  {% endhint %}


---

# 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/new-alarms/ko/configuration/lan.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.
