Configurar una Red en Packet Tracert
Enrutamiento ROUTER OSPF
Publicaciones requeridas
Configurar las interfacesEstructura

Interfaces
| Router | Interfaz | Destino | IP Red | Mascara |
|---|---|---|---|---|
| Bilbao | GigabitEthernet0/0/0 | Red 1 | 192.168.1.0 | 255.255.255.0 |
| GigabitEthernet0/0/1 | Red 2 | 192.168.2.0 | 255.255.255.0 | |
| Se0/1/0 | Barcelona | 192.168.5.4 | 255.255.255.252 | |
| Se0/1/1 | Madrid | 192.168.5.0 | 255.255.255.252 | |
| Madrid | GigabitEthernet0/0/0 | Red | 192.168.3.0 | 255.255.255.0 |
| Se0/1/0 | Bilbao | 192.168.5.0 | 255.255.255.252 | Barcelona | GigabitEthernet0/0/0 | Red | 192.168.4.0 | 255.255.255.0 |
| Se0/1/0 | Bilbao | 192.168.5.4 | 255.255.255.252 | |
| Se0/1/1 | ISP | 192.168.5.8 | 255.255.255.252 |
Enrutamiento
Bilbao
enableconfigure terminalrouter ospf 1network 192.168.1.0 255.0.0.0 area 1network 192.168.2.0 255.0.0.0 area 1network 192.168.5.0 3.0.0.0 area 1network 192.168.5.4 3.0.0.0 area 1passive-interface GigabitEthernet0/0/0passive-interface GigabitEthernet0/0/1exitexitcopy running-config startup-configMadrid
enableconfigure terminalrouter ospf 1network 192.168.3.0 255.0.0.0 area 1network 192.168.5.0 3.0.0.0 area 1passive-interface GigabitEthernet0/0/0exitexitcopy running-config startup-configBarcelona
enableconfigure terminalrouter ospf 1network 192.168.4.0 255.0.0.0 area 1network 192.168.5.4 3.0.0.0 area 1network 192.168.5.0 3.0.0.0 area 1passive-interface GigabitEthernet0/0/0exitexitcopy running-config startup-config