> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/knowledge-base/es/networking/adjusting-bgp-timers.md).

# Ajustar los temporizadores de BGP

Los temporizadores de retención de BGP (Border Gateway Protocol) son críticos para mantener sesiones BGP estables entre routers. Este documento le guiará para configurar los temporizadores de retención de BGP a 5 segundos para el intervalo de keepalive y 15 segundos para el tiempo de retención.

## Requisitos previos

1. **Configuración básica de BGP**: Debe tener configurada una configuración básica de BGP.
2. **Conocimientos básicos de la configuración de FRR**: Familiaridad con los comandos y procedimientos de configuración de FRR.

## Pasos de configuración

### Paso 1: Configurar BGP

1. Crear una nueva red externa.
2. Establecer su tipo de dirección IP en BGP/OSPF.
3. Definir un ASN (Número de Sistema Autónomo).
4. Definir la dirección IP y la dirección de red.
5. Si se trata de una VLAN, configure el ID de Capa 2.
6. Seleccione una red de interfaz.

### Paso 2: Abrir la red BGP

1. Abra la red que creó.
2. Seleccione **Routers** desde el menú de la izquierda.
3. Abra el ASN que definió durante la creación de la red.
4. Seleccione **Nuevo** desde el menú de la izquierda.
5. Seleccione **Temporizadores** desde el menú de comandos.
6. Bajo **Parámetros**, ingrese `bgp x y` donde `x` es el intervalo de keepalive y `y` es el tiempo de retención. Por ejemplo, `bgp 5 15`.
7. Seleccione **Enviar**. Esto le devolverá a la página del router.
8. Vuelva a la red BGP. Se requiere un reinicio para que los cambios recientes surtan efecto. Haga clic en **Reiniciar** para aplicar los cambios.

### Paso 3: Verificar la configuración

1. Vuelva a la red BGP que configuró.
2. Seleccione **Diagnóstico de red** desde el menú de la izquierda.
3. Elija **FRRRouting BGP/OSPF** desde el menú desplegable de consulta.
4. Ejecute el comando predeterminado `show running-config`.
5. Los ajustes modificados en el Paso 2 deberían aparecer ahora en la configuración en ejecución.

Para obtener más información sobre otros valores y variables, consulte la [documentación de FRR](https://docs.frrouting.org/en/latest/basic.html).


---

# 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://docs.verge.io/knowledge-base/es/networking/adjusting-bgp-timers.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.
