You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ip nat inside source list 1 interface gi0/1 overload
215
205
```
216
206
207
+
## Enrutamiento por BGP
208
+
Router(config)# Router BGP Nºidentificativo del router entre 1-65535. Cada router un número diferente
209
+
210
+
Ejemplo: `Router(config)# Router BGP 1`
211
+
212
+
Se le conectan las redes que toca (que conoce), posteriormente se le indica quien es su router vecino, indicando el salto por donde pasará para conectarse hacia fuera.
213
+
Es necesario indicar redes de VLAN y otros routers con quien tenga conexión (routers en neighbor no, unicamente routers).
0 commit comments