# Use LLDP with Cameras

Verkada cameras support the Link Layer Discovery Protocol (LLDP). LLDP is a standard link layer protocol used across various network devices to advertise their identity, capabilities, and neighbors in a local area network (LAN).

The primary value of using LLDP is to manage network integrations and troubleshooting. For example, a network admin can quickly identify which Verkada device is connected to a particular switch port or configure a policy to automatically reconfigure the port based on specific LLDP information.

Verkada cameras advertise the following information every 30 seconds:

* Device ID
* Firmware revision
* Serial number
* Manufacturer name (Verkada)
* Model name
* Extreme Fabric Connect TLV
* Auto-negotiation capabilities


---

# Agent Instructions: 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:

```
GET https://help.verkada.com/verkada-cameras/configuration/camera-network-settings/use-lldp-with-cameras.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
