> 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/verkada-cameras/ko/configuration/camera-network-settings/use-lldp-with-cameras.md).

# 카메라와 함께 LLDP 사용하기

Verkada 카메라는 링크 계층 탐색 프로토콜(LLDP)을 지원합니다. LLDP는 다양한 네트워크 장치에서 로컬 영역 네트워크(LAN) 내에서 자신의 식별 정보, 기능, 이웃 장치를 알리기 위해 사용하는 표준 링크 계층 프로토콜입니다.

LLDP를 사용하는 주요 가치는 네트워크 통합 관리와 문제 해결입니다. 예를 들어, 네트워크 관리자는 어떤 Verkada 장치가 특정 스위치 포트에 연결되어 있는지 빠르게 식별하거나, 특정 LLDP 정보를 기반으로 포트를 자동으로 재구성하도록 정책을 설정할 수 있습니다.

Verkada 카메라는 다음 정보를 30초마다 광고합니다:

* 장치 ID
* 펌웨어 버전
* 일련번호
* 제조사 이름(Verkada)
* 모델명
* Extreme Fabric Connect TLV
* 자동 협상 기능


---

# 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/verkada-cameras/ko/configuration/camera-network-settings/use-lldp-with-cameras.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.
