> 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/es/configuracion/power-options-for-outdoor-gateways/use-a-poe-switch-with-outdoor-gateways.md).

# Usa un switch PoE con Gateways para exteriores

Puede usar un switch PoE con la puerta de enlace para exteriores para aumentar la alimentación y/o el número de puertos disponibles para dispositivos aguas abajo, como las cámaras de Verkada. Recomendamos seguir esta topología:

<div align="left" data-with-frame="true"><img src="/files/5900bdc766427998e05bfa04a05bb98f859bc776" alt=""></div>

En esta topología, el switch PoE proporcionado por el cliente suministra energía al puerto PoE In de la puerta de enlace y recibe datos del mismo puerto. Para habilitar esta configuración, debe cambiar la configuración del puerto PoE **En** a LAN.

***

### Cambiar la configuración del puerto PoE In a LAN

{% hint style="warning" %}
Esta configuración solo está disponible en las puertas de enlace para exteriores.
{% endhint %}

{% stepper %}
{% step %}
**En Verkada Command, ve a Todos los productos > Gateways.**
{% endstep %}

{% step %}
**Selecciona el gateway que deseas configurar.**
{% endstep %}

{% step %}
**En la parte superior derecha, haz clic en Configuración.**
{% endstep %}

{% step %}
**En Red > Conexión, seleccione Red de área local (LAN).**

<div align="left" data-with-frame="true"><img src="/files/c74780aab7f78949da8882dfaf6239a308ad23f4" alt="" width="435"></div>

{% hint style="warning" %}
El puerto PoE IN de las puertas de enlace para exteriores está configurado en WAN de forma predeterminada.
{% endhint %}
{% endstep %}

{% step %}
**Haz clic en Aplicar y luego en Confirmar para guardar.**
{% 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/es/configuracion/power-options-for-outdoor-gateways/use-a-poe-switch-with-outdoor-gateways.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.
