Última actualización: septiembre 7, 2022
5.2.3.3 Práctica de laboratorio: Resolución de problemas de OSPFv2 y OSPFv3 básico de área única (versión para el instructor)
Nota para el instructor: el color de fuente rojo o las partes resaltadas en gris indican texto que aparece en la copia del instructor solamente.
Topología
Tabla de asignación de direcciones
Dispositivo | ID del router OSPF | Interfaz | Dirección IP | Gateway predeterminado |
---|---|---|---|---|
R1 | 1.1.1.1 | G0/0 | 192.168.1.1/24 2001:DB8:ACAD:A::1/64 FE80::1 link-local |
N/A |
S0/0/0 | 192.168.12.1/30 2001:DB8:ACAD:12::1/64 FE80::1 link-local |
N/A | ||
S0/0/1 | 192.18.13.1/30 2001:DB8:ACAD:13::1/64 FE80::1 link-local |
N/A | ||
R2 | 2.2.2.2 | G0/0 | 192.168.2.1/24 2001:DB8:ACAD:B::2/64 FE80::2 link-local |
N/A |
S0/0/0 | 192.168.12.2/30 2001:DB8:ACAD:12::2/64 FE80::2 link-local |
N/A | ||
S0/0/1 | 192.168.23.1/30 2001:DB8:ACAD:23::2/64 FE80::2 link-local |
N/A | ||
R3 | 3.3.3.3 | G0/0 | 192.168.3.1/24 2001:DB8:ACAD:C::3/64 FE80::3 link-local |
N/A |
S0/0/0 | 192.168.13.2/30 2001:DB8:ACAD:13::3/64 FE80::3 link-local |
N/A | ||
S0/0/1 | 192.168.23.2/30 2001:DB8:ACAD:23::3/64 FE80::3 link-local |
N/A | ||
PC-A | NIC | 192.168.1.3/24 2001:DB8:ACAD:A::A/64 |
192.168.1.1 FE80::1 |
|
PC-B | NIC | 192.168.2.3/24 2001:DB8:ACAD:B::B/64 |
192.168.2.1 FE80::2 |
|
PC-C | NIC | 192.168.3.3/24 2001:DB8:ACAD:C::C/64 |
192.168.3.1 FE80::3 |
Objetivos
Parte 1: armar la red y cargar las configuraciones de los dispositivos
Parte 2: Resolver problemas de conectividad de capa 3
Parte 3: Resolver problemas de OSPFv2
Parte 4: Resolver problemas de OSPFv3
Información básica/situación
El protocolo OSPF (Open Shortest Path First) es un protocolo de routing de estado de enlace para las redes IP. OSPFv2 se define para redes IPv4 y OSPFv3 se define para redes IPv6. OSPFv2 y OSPFv3 son protocolos de routing completamente aislados; los cambios en OSPFv2 no afectan al routing OSPFv3 y viceversa.
En esta práctica de laboratorio, hay problemas en una red OSPF de área única con OSPFv2 y OSPFv3 en ejecución. Se le asignó que detecte los problemas de la red y que los corrija.
Nota: los routers que se utilizan en las prácticas de laboratorio de CCNA son routers de servicios integrados (ISR) Cisco 1941 con IOS de Cisco versión 15.2(4)M3 (imagen universalk9). Pueden utilizarse otros routers y otras versiones del IOS de Cisco. Según el modelo y la versión de IOS de Cisco, los comandos disponibles y los resultados que se obtienen pueden diferir de los que se muestran en las prácticas de laboratorio. Consulte la tabla Resumen de interfaces del router que se encuentra al final de esta práctica de laboratorio para obtener los identificadores de interfaz correctos.
Nota: asegúrese de que los routers se hayan borrado y no tengan configuraciones de inicio. Si no está seguro, consulte al instructor.
Nota para el instructor: consulte el Manual de prácticas de laboratorio para el instructor a fin de conocer los procedimientos para inicializar y volver a cargar los dispositivos.
Recursos necesarios
• 3 routers (Cisco 1941 con Cisco IOS, versión 15.2(4)M3, imagen universal o similar)
• 3 computadoras (Windows 7, Vista o XP con un programa de emulación de terminal, como Tera Term)
• Cables de consola para configurar los dispositivos con IOS de Cisco mediante los puertos de consola
• Cables Ethernet y seriales, como se muestra en la topología.
Parte 1: armar la red y cargar las configuraciones de los dispositivos
En la parte 1, establecerá la topología de la red y configurará los parámetros básicos en los equipos host y los routers.
Paso 1: Realizar el cableado de red tal como se muestra en la topología.
Paso 2: Configure los host del equipo.
Paso 3: Cargue las configuraciones del router.
Cargue las siguientes configuraciones en el router apropiado. Todos los routers tienen las mismas contraseñas. La contraseña de EXEC privilegiado es cisco. La contraseña para el acceso a la consola y a VTY es class.
Configuración del router R1:
conf t service password-encryption no ip domain lookup hostname R1 enable secret class line con 0 logging synchronous password cisco login line vty 0 password cisco login banner motd @Unauthorized Access is Prohibited!@ ipv6 unicast-routing ipv6 router ospf 1 router-id 1.1.1.1 passive-interface g0/0 interface g0/0 ip address 192.168.1.1 255.255.255.0 ipv6 address 2001:db8:acad:a::1/64 ipv6 address fe80::1 link-local !ipv6 ospf 1 area 0 !no shutdown interface s0/0/0 clock rate 128000 ip address 192.168.12.1 255.255.255.0 !ip address 192.168.12.1 255.255.255.252 ipv6 address 2001:db8:acad:12::1/64 ipv6 address fe80::1 link-local ipv6 ospf 1 area 0 no shutdown interface s0/0/1 ip address 192.168.13.1 255.255.255.0 !ip address 192.168.13.1 255.255.255.252 ipv6 address 2001:db8:acad:13::1/64 ipv6 address fe80::1 link-local ipv6 ospf 1 area 0 no shutdown router ospf 1 network 192.168.1.0 0.0.0.255 area 0 network 129.168.12.0 0.0.0.3 area 0 !network 192.168.12.0 0.0.0.3 area 0 network 192.168.13.0 0.0.0.3 area 0 passive-interface g0/0 !router-id 1.1.1.1 end
Configuración del router R2:
conf t service password-encryption no ip domain lookup hostname R2 enable secret class line con 0 logging synchronous password cisco login line vty 0 password cisco login banner motd @Unauthorized Access is Prohibited!@ ipv6 unicast-routing ipv6 router ospf 1 router-id 2.2.2.2 !passive-interface g0/0 interface g0/0 ip address 192.168.2.1 255.255.255.0 ipv6 address 2001:db8:acad:B::2/64 ipv6 address fe80::1 link-local !no ipv6 address fe80::1 link-local !ipv6 address fe80::2 link-local !ipv6 ospf 1 area 0 no shutdown interface s0/0/0 ip address 192.168.12.2 255.255.255.252 ipv6 address 2001:db8:acad:12::2/64 ipv6 address fe80::2 link-local ipv6 ospf 1 area 0 no shutdown interface s0/0/1 clock rate 128000 !ip address 192.168.23.1 255.255.255.252 ipv6 address 2001:db8:acad:23::2/64 ipv6 address fe80::2 link-local !ipv6 ospf 1 area 0 no shutdown router ospf 1 network 192.168.2.0 0.0.0.255 area 0 network 192.168.12.0 0.0.0.3 area 0 network 192.168.23.0 0.0.0.3 area 0 !passive-interface g0/0 end
Configuración del router R3:
conf t service password-encryption no ip domain lookup enable secret class hostname R3 line con 0 logging synchronous password cisco login line vty 0 password cisco login banner motd @Unauthorized Access is Prohibited!@ interface g0/0 !ip address 192.168.3.1 255.255.255.0 ipv6 address 2001:db8:acad:c::3/64 ipv6 address fe80::3 link-local !ipv6 ospf 1 area 0 !no shutdown interface s0/0/0 clock rate 128000 ip address 192.168.13.1 255.255.255.252 !ip address 192.168.13.2 255.255.255.252 ipv6 address 2001:db8:acad:13::3/64 ipv6 address fe80::3 link-local !ipv6 ospf 1 area 0 no shutdown interface s0/0/1 ip address 192.168.23.2 255.255.255.252 ipv6 address 2001:db8:acad:23::3/64 ipv6 address fe80::3 link-local !ipv6 ospf 1 area 0 !no shutdown !ipv6 unicast-routing !ipv6 router ospf 1 !router-id 3.3.3.3 !passive-interface g0/0 router ospf 1 network 192.168.3.0 0.0.0.255 area 0 !network 192.168.13.0 0.0.0.3 area 0 !network 192.168.23.0 0.0.0.3 area 0 passive-interface g0/0 end
Parte 2: Resolver problemas de conectividad de capa 3
En la parte 2, verificará que se haya establecido la conectividad de capa 3 en todas las interfaces. Deberá probar tanto la conectividad IPv4 como IPv6 para todas las interfaces de los dispositivos.
Paso 1: Verifique que las interfaces que se indican en la tabla de direccionamiento estén activas y configuradas con la información de dirección IP correcta.
a. Emita el comando show ip interface brief en todos los routers para verificar que las interfaces estén en estado up/up (activo/activo). Registre sus conclusiones.
R1: G0/0 está desactivado administrativamente
R2: S0/0/1 está desactivado
R3: G0/0 y S0/0/1 están desactivados administrativamente
R1# show ip interface brief
Interface IP-Address OK? Method Status Protocol
Embedded-Service-Engine0/0 unassigned YES unset administratively down down
GigabitEthernet0/0 192.168.1.1 YES manual administratively down down
GigabitEthernet0/1 unassigned YES unset administratively down down
Serial0/0/0 192.168.12.1 YES manual up up
Serial0/0/1 192.168.13.1 YES manual up up
R2# show ip interface bri
Interface IP-Address OK? Method Status Protocol
Embedded-Service-Engine0/0 unassigned YES unset administratively down down
GigabitEthernet0/0 192.168.2.1 YES manual up up
GigabitEthernet0/1 unassigned YES unset administratively down down
Serial0/0/0 192.168.12.2 YES manual up up
Serial0/0/1 unassigned YES unset down down
R3# show ip interface bri
Interface IP-Address OK? Method Status Protocol
Embedded-Service-Engine0/0 unassigned YES unset administratively down down
GigabitEthernet0/0 unassigned YES unset administratively down down
GigabitEthernet0/1 unassigned YES unset administratively down down
Serial0/0/0 192.168.3.1 YES manual up up
Serial0/0/1 192.168.23.2 YES manual administratively down down
b. Emita el comando show run interface para verificar las asignaciones de direcciones IP en todas las interfaces del router. Compare las direcciones IP de las interfaces con la tabla de direccionamiento y verifique las asignaciones de máscara de subred. Para IPv6, verifique que se haya asignado la dirección link-local. Registre sus conclusiones.
R1: S0/0/0 y S0/0/1 tienen una máscara de subred incorrecta, debería ser 255.255.255.252
R2: G0/0 tiene una dirección link-local IPv6 incorrecta, S0/0/1 no tiene dirección IPv4
R3: G0/0 no tiene dirección IPv4, S0/0/0 tiene una dirección IPv4 incorrecta
--R1 Intefaces --
R1# show run interface g0/0
Building configuration...
Current configuration : 178 bytes
!
interface GigabitEthernet0/0
ip address 192.168.1.1 255.255.255.0
shutdown
duplex auto
speed auto
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:A::1/64
end
R1# show run interface s0/0/0
Building configuration...
Current configuration : 158 bytes
!
interface Serial0/0/0
ip address 192.168.12.1 255.255.255.0
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:12::1/64
ipv6 ospf 1 area 0
clock rate 2000000
end
R1# show run interface s0/0/1
Building configuration...
Current configuration : 138 bytes
!
interface Serial0/0/1
ip address 192.168.13.1 255.255.255.0
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:13::1/64
ipv6 ospf 1 area 0
end
--R2 Interfaces --
R2# show run interface g0/0
Building configuration...
Current configuration : 168 bytes
!
interface GigabitEthernet0/0
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:B::2/64
end
R2# show run interface s0/0/0
Building configuration...
Current configuration : 160 bytes
!
interface Serial0/0/0
ip address 192.168.12.2 255.255.255.252
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:ACAD:12::2/64
ipv6 ospf 1 area 0
end
R2# show run interface s0/0/1
Building configuration...
Current configuration : 133 bytes
!
interface Serial0/0/1
no ip address
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:ACAD:23::2/64
clock rate 128000
end
--R3 Interfaces --
R3# show run interface g0/0
Building configuration...
Current configuration : 155 bytes
!
interface GigabitEthernet0/0
no ip address
shutdown
duplex auto
speed auto
ipv6 address FE80::3 link-local
ipv6 address 2001:DB8:ACAD:C::3/64
end
R3# show run interface s0/0/0
Building configuration...
Current configuration : 159 bytes
!
interface Serial0/0/0
ip address 192.168.13.1 255.255.255.252
ipv6 address FE80::3 link-local
ipv6 address 2001:DB8:ACAD:13::3/64
clock rate 128000
end
R3# show run interface s0/0/1
Building configuration...
Current configuration : 150 bytes
!
interface Serial0/0/1
ip address 192.168.23.2 255.255.255.252
shutdown
ipv6 address FE80::3 link-local
ipv6 address 2001:DB8:ACAD:23::3/64
end
c. Resuelva todos los problemas que detecte. Registre los comandos utilizados para corregir los problemas.
R1(config)# interface g0/0
R1(config-if)# no shutdown
R1(config-if)# interface s0/0/0
R1(config-if)# ip address 192.168.12.1 255.255.255.252
R1(config-if)# interface s0/0/1
R1(config-if)# ip address 192.168.13.1 255.255.255.252
R1(config-if)# end
R2(config)# interface g0/0
R2(config-if)# no ipv6 address fe80::1 link-local
R2(config-if)# ipv6 address fe80::2 link-local
R2(config-if)# interface s0/0/1
R2(config-if)# ip address 192.168.23.1 255.255.255.252
R2(config-if)# end
R3(config)# interface g0/0
R3(config-if)# ip address 192.168.3.1 255.255.255.0
R3(config-if)# no shutdown
R3(config-if)# interface s0/0/0
R3(config-if)# ip address 192.168.13.2 255.255.255.252
R3(config-if)# interface s0/0/1
R3(config-if)# no shutdown
R3(config-if)# end
d. Mediante el comando ping, verifique que cada router tenga conectividad de red con las interfaces seriales en los routers vecinos. Verifique que las computadoras puedan hacer ping a sus gateways predeterminados. Si aún existen problemas, continúe con la resolución de problemas de capa 3.
Parte 3: Resolución de problemas de OSPFv2
En la parte 3, resolverá problemas de OSPFv2 y hará los cambios necesarios para establecer rutas OSPFv2 y conectividad IPv4 de extremo a extremo.
Nota: las interfaces LAN (G0/0) no deben anunciar la información de routing OSPF, pero las rutas a estas redes deben figurar en las tablas de routing.
Paso 1: Probar la conectividad IPv4 de extremo a extremo.
Desde cada equipo host, haga ping a los otros equipos host en la topología para verificar la conectividad de extremo a extremo.
Nota: antes de la prueba, puede ser necesario deshabilitar el firewall de las computadoras para hacer ping entre ellas.
a. Haga ping desde PC-A a PC-B. ¿Tuvieron éxito los pings? No
b. Haga ping de la PC-A a la PC-C. ¿Tuvieron éxito los pings? No
c. Haga ping desde PC-B a PC-C. ¿Tuvieron éxito los pings? No
Paso 2: Verificar que todas las interfaces estén asignadas al área 0 de OSPFv2 en el R1.
a. Emita el comando show ip protocols para verificar que OSPF se esté ejecutando y que todas las redes se anuncien en el área 0. Verifique que la ID del router se haya establecido correctamente. Registre sus conclusiones.
La ID del router está configurada incorrectamente. La ID del router debe ser 1.1.1.1, no 192.168.13.1. La instrucción network 129.168.12.0 0.0.0.3 area 0 es incorrecta. La instrucción network debe ser para 192.168.12.0/30.
R1# show ip protocols
*** IP Routing is NSF aware ***
Routing Protocol is "ospf 1"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 192.168.13.1
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
129.168.12.0 0.0.0.3 area 0
192.168.1.0 0.0.0.255 area 0
192.168.13.0 0.0.0.3 area 0
Routing Information Sources:
Gateway Distance Last Update
Distance: (default is 110)
b. Realice los cambios necesarios en la configuración del R1, según el resultado del comando show ip protocols. Registre los comandos utilizados para corregir los problemas.
R1(config)# router ospf 1
R1(config-router)# no network 129.168.12.0 0.0.0.3 area 0
R1(config-router)# network 192.168.12.0 0.0.0.3 area 0
R1(config-router)# router-id 1.1.1.1
R1(config-router)# end
c. Emita el comando clear ip ospf process, si es necesario.
d. Vuelva a emitir el comando show ip protocols para verificar que los cambios hayan tenido los efectos deseados.
e. Emita el comando show ip ospf interface brief para verificar que todas las interfaces se indiquen como redes OSPF asignadas al área 0.
R1# show ip ospf interface brief
Interface PID Area IP Address/Mask Cost State Nbrs F/C
Se0/0/0 1 0 192.168.12.1/30 64 P2P 1/1
Se0/0/1 1 0 192.168.13.1/30 64 P2P 0/0
Gi0/0 1 0 192.168.1.1/24 1 DR 0/0
f. Emita el comando show ip ospf interface g0/0 para verificar que G0/0 sea una interfaz pasiva.
Nota: esta información también se muestra con el comando show ip protocols.
R1# show ip ospf interface g0/0
GigabitEthernet0/0 is up, line protocol is up
Internet Address 192.168.1.1/24, Area 0, Attached via Network Statement
Process ID 1, Router ID 1.1.1.1, Network Type BROADCAST, Cost: 1
Topology-MTID Cost Disabled Shutdown Topology Name
0 1 no no Base
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 1.1.1.1, Interface address 192.168.1.1
No backup designated router on this network
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
No Hellos (Passive interface)
Supports Link-local Signaling (LLS)
Cisco NSF helper support enabled
IETF NSF helper support enabled
Index 1/1, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
g. Resuelva cualquier problema detectado en el R1. Indique cualquier cambio adicional realizado en el R1. Si no se detectaron problemas en el dispositivo, responda “No se detectaron problemas”.
No se detectaron problemas.
Nota para el instructor: el comando passive interface estaba configurado correctamente en las configuraciones originales.
Paso 3: Verificar que todas las interfaces estén asignadas al área 0 de OSPFv2 en el R2.
a. Emita el comando show ip protocols para verificar que OSPF se esté ejecutando y que todas las redes se anuncien en el área 0. Verifique que la ID del router se haya establecido correctamente. Registre sus conclusiones.
La ID del router 192.168.12.2 es incorrecta. La ID del router correcta es 2.2.2.2.
R2# show ip protocols
*** IP Routing is NSF aware ***
Routing Protocol is "ospf 1"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 192.168.12.2
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
192.168.2.0 0.0.0.255 area 0
192.168.12.0 0.0.0.3 area 0
192.168.23.0 0.0.0.3 area 0
Routing Information Sources:
Gateway Distance Last Update
1.1.1.1 110 00:16:38
192.168.13.1 110 00:17:01
Distance: (default is 110)
b. Realice los cambios necesarios en la configuración del R2, según el resultado del comando show ip protocols. Registre los comandos utilizados para corregir los problemas.
R2(config)# router ospf 1
R2(config-router)# router-id 2.2.2.2
c. Emita el comando clear ip ospf process, si es necesario.
d. Vuelva a emitir el comando show ip protocols para verificar que los cambios hayan tenido los efectos deseados.
e. Emita el comando show ip ospf interface brief para verificar que todas las interfaces se indiquen como redes OSPF asignadas al área 0.
R2# sh ip ospf interface brief
Interface PID Area IP Address/Mask Cost State Nbrs F/C
Se0/0/1 1 0 192.168.23.1/30 64 P2P 0/0
Se0/0/0 1 0 192.168.12.2/30 64 P2P 1/1
Gi0/0 1 0 192.168.2.1/24 1 DR 0/0
f. Emita el comando show ip ospf interface g0/0 para verificar que G0/0 sea una interfaz pasiva.
Nota: esta información también se muestra con el comando show ip protocols.
R2# show ip ospf interface g0/0
GigabitEthernet0/0 is up, line protocol is up
Internet Address 192.168.2.1/24, Area 0, Attached via Network Statement
Process ID 1, Router ID 2.2.2.2, Network Type BROADCAST, Cost: 1
Topology-MTID Cost Disabled Shutdown Topology Name
0 1 no no Base
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 2.2.2.2, Interface address 192.168.2.1
No backup designated router on this network
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
Hello due in 00:00:00
Supports Link-local Signaling (LLS)
Cisco NSF helper support enabled
IETF NSF helper support enabled
Index 1/1, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
g. Resuelva cualquier problema detectado en el R2. Indique cualquier cambio adicional realizado en el R2. Si no se detectaron problemas en el dispositivo, responda “No se detectaron problemas”.
R2(config)# router ospf 1
R2(config-router)# passive-interface g0/0
Paso 4: Verificar que todas las interfaces estén asignadas al área 0 de OSPFv2 en el R3.
a. Emita el comando show ip protocols para verificar que OSPF se esté ejecutando y que todas las redes se anuncien en el área 0. Verifique que la ID del router también se haya establecido correctamente. Registre sus conclusiones.
La ID del router, 192.168.13.1, está configurada incorrectamente. La ID del router correcta para el R3 es 3.3.3.3. Faltan las instrucciones network para 192.168.13.0/30 y 192.168.23.0/30.
R3# show ip protocols
*** IP Routing is NSF aware ***
Routing Protocol is "ospf 1"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 192.168.13.1
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
192.168.3.0 0.0.0.255 area 0
Passive Interface(s):
GigabitEthernet0/0
Routing Information Sources:
Gateway Distance Last Update
Distance: (default is 110)
b. Realice los cambios necesarios en la configuración del R3, según el resultado del comando show ip protocols. Registre los comandos utilizados para corregir los problemas.
R3(config)# router ospf 1
R3(config-router)# network 192.168.13.0 0.0.0.3 area 0
R3(config-router)# network 192.168.23.0 0.0.0.3 area 0
R3(config-router)# router-id 3.3.3.3
c. Emita el comando clear ip ospf process, si es necesario.
d. Vuelva a emitir el comando show ip protocols para verificar que los cambios hayan tenido los efectos deseados.
e. Emita el comando show ip ospf interface brief para verificar que todas las interfaces se indiquen como redes OSPF asignadas al área 0.
R3# show ip ospf interface brief
Interface PID Area IP Address/Mask Cost State Nbrs F/C
Se0/0/1 1 0 192.168.23.2/30 64 P2P 1/1
Se0/0/0 1 0 192.168.13.2/30 64 P2P 1/1
Gi0/0 1 0 192.168.3.1/24 1 DR 0/0
f. Emita el comando show ip ospf interface g0/0 para verificar que G0/0 sea una interfaz pasiva.
Nota: esta información también se muestra con el comando show ip protocols.
R3# show ip ospf interface g0/0
GigabitEthernet0/0 is up, line protocol is up
Internet Address 192.168.3.1/24, Area 0, Attached via Network Statement
Process ID 1, Router ID 3.3.3.3, Network Type BROADCAST, Cost: 1
Topology-MTID Cost Disabled Shutdown Topology Name
0 1 no no Base
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 3.3.3.3, Interface address 192.168.3.1
No backup designated router on this network
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
No Hellos (Passive interface)
Supports Link-local Signaling (LLS)
Cisco NSF helper support enabled
IETF NSF helper support enabled
Index 1/1, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
g. Resuelva cualquier problema detectado en el R3. Indique cualquier cambio adicional realizado en el R3. Si no se detectaron problemas en el dispositivo, responda “No se detectaron problemas”.
No se detectaron problemas.
Nota para el instructor: el comando passive interface estaba configurado correctamente en la configuración original.
Paso 5: Verificar la información de vecinos OSPF.
a. Emita el comando show ip ospf neighbor en todos los routers para ver la información de los vecinos OSPF.
R1# show ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
2.2.2.2 0 FULL/ - 00:00:38 192.168.12.2 Serial0/0/0
3.3.3.3 0 FULL/ - 00:00:36 192.168.13.2 Serial0/0/1
R2# show ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
3.3.3.3 0 FULL/ - 00:00:33 192.168.23.2 Serial0/0/1
1.1.1.1 0 FULL/ - 00:00:35 192.168.12.1 Serial0/0/0
R3# show ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
2.2.2.2 0 FULL/ - 00:00:31 192.168.23.1 Serial0/0/1
1.1.1.1 0 FULL/ - 00:00:32 192.168.13.1 Serial0/0/0
Paso 6: Verificar la información de routing OSPFv2.
a. Emita el comando show ip route ospf para verificar que cada router tenga rutas OSPFv2 a todas las redes no adyacentes.
R1# show ip route ospf
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override
Gateway of last resort is not set
O 192.168.2.0/24 [110/65] via 192.168.12.2, 00:26:56, Serial0/0/0
O 192.168.3.0/24 [110/65] via 192.168.13.2, 00:12:20, Serial0/0/1
192.168.23.0/30 is subnetted, 1 subnets
O 192.168.23.0 [110/128] via 192.168.13.2, 00:12:20, Serial0/0/1
[110/128] via 192.168.12.2, 00:26:56, Serial0/0/0
R2# show ip route ospf
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override
Gateway of last resort is not set
O 192.168.1.0/24 [110/65] via 192.168.12.1, 00:32:23, Serial0/0/0
O 192.168.3.0/24 [110/65] via 192.168.23.2, 00:17:47, Serial0/0/1
192.168.13.0/30 is subnetted, 1 subnets
O 192.168.13.0 [110/128] via 192.168.23.2, 00:17:47, Serial0/0/1
[110/128] via 192.168.12.1, 00:32:23, Serial0/0/0
R3# show ip route ospf
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override
Gateway of last resort is not set
O 192.168.1.0/24 [110/65] via 192.168.13.1, 00:14:12, Serial0/0/0
O 192.168.2.0/24 [110/65] via 192.168.23.1, 00:14:12, Serial0/0/1
192.168.12.0/30 is subnetted, 1 subnets
O 192.168.12.0 [110/128] via 192.168.23.1, 00:14:12, Serial0/0/1
[110/128] via 192.168.13.1, 00:14:12, Serial0/0/0
¿Todas las rutas OSPFv2 están disponibles? Sí
Si falta alguna ruta OSPFv2, ¿cuál falta?
Todas las rutas OSPFv2 están presentes.
b. Si falta información de routing, resuelva ese problema.
Nota para el instructor: se deberían haber resuelto todos los problemas.
Paso 7: Verificar la conectividad IPv4 de extremo a extremo.
Desde cada computadora, verifique que haya conectividad IPv4 de extremo a extremo. Las computadoras deben poder hacer ping a los otros equipos host en la topología. Si no hay conectividad IPv4 de extremo a extremo, continúe con la resolución de cualquier problema restante.
Nota: puede ser necesario inhabilitar el firewall del equipo para hacer ping entre los equipos.
Parte 4: Resolución de problemas de OSPFv3
En la parte 4, resolverá problemas de OSPFv3 y hará los cambios necesarios para establecer rutas OSPFv3 y conectividad IPv6 de extremo a extremo.
Nota: las interfaces LAN (G0/0) no deben anunciar la información de routing OSPFv3, pero las rutas a estas redes deben figurar en las tablas de routing.
Paso 1: Probar la conectividad IPv6 de extremo a extremo.
Desde cada equipo host, haga ping a las direcciones IPv6 de los otros equipos host en la topología para verificar la conectividad IPv6 de extremo a extremo.
Nota: puede ser necesario inhabilitar el firewall del equipo para hacer ping entre los equipos.
Paso 2: Verificar que el routing de unidifusión IPv6 se haya habilitado en todos los routers.
a. Una forma sencilla de verificar que se haya habilitado el routing IPv6 en un router es utilizar el comando show run | section ipv6 unicast. Al agregar la sección de barra vertical (|) al comando show run, el comando ipv6 unicast-routing muestra si se habilitó el routing IPv6.
Nota: el comando show run también se puede emitir sin la barra vertical y después se puede realizar una búsqueda manual para el comando ipv6 unicast-routing.
Emita el comando en cada router. Registre sus conclusiones.
En el R3, el routing de unidifusión IPv6 no está habilitado.
R1# show run | section ipv6 unicast ipv6 unicast-routing R2# show run | section ipv6 unicast ipv6 unicast-routing R3# show run | section ipv6 unicast R3#
b. Si no se habilita el routing de unidifusión IPv6 en uno o más routers, habilítelo ahora. Registre los comandos utilizados para corregir los problemas.
R3(config)# ipv6 unicast-routing
Paso 3: Verificar que todas las interfaces estén asignadas al área 0 de OSPFv3 en el R1.
a. Emita el comando show ipv6 protocols y verifique que la ID del router sea la correcta. También verifique que se muestren las interfaces esperadas en el área 0.
Nota: si este comando no genera ningún resultado, no se configuró el proceso OSPFv3.
Registre sus conclusiones.
La ID del router es correcta. La red de la interfaz G0/0 se anuncia en el proceso OSPFv3.
R1# show ipv6 protocols
IPv6 Routing Protocol is "connected"
IPv6 Routing Protocol is "ospf 1"
Router ID 1.1.1.1
Number of areas: 1 normal, 0 stub, 0 nssa
Interfaces (Area 0):
Serial0/0/1
Serial0/0/0
Redistribution:
None
IPv6 Routing Protocol is "ND"
b. Haga los cambios de configuración necesarios en el R1. Registre los comandos utilizados para corregir los problemas.
R1(config)# interface g0/0
R1(config-if)# ipv6 ospf 1 area 0
c. Emita el comando clear ipv6 ospf process, si es necesario.
d. Vuelva a emitir el comando show ipv6 protocols para verificar que los cambios hayan tenido los efectos deseados.
e. Emita el comando show ipv6 ospf interface brief para verificar que todas las interfaces se indiquen como redes OSPF asignadas al área 0.
f. Emita el comando show ipv6 ospf interface g0/0 para verificar que esta interfaz esté configurada para que no se anuncien las rutas OSPFv3.
R1# show ipv6 ospf interface g0/0
GigabitEthernet0/0 is up, line protocol is up
Link Local Address FE80::1, Interface ID 3
Area 0, Process ID 1, Instance ID 0, Router ID 1.1.1.1
Network Type BROADCAST, Cost: 1
Transmit Delay is 1 sec, State WAITING, Priority 1
No designated router on this network
No backup designated router on this network
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
No Hellos (Passive interface)
Wait time before Designated router selection 00:00:23
Graceful restart helper support enabled
Index 1/3/3, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
g. Resuelva cualquier problema detectado en el R1. Indique cualquier cambio adicional realizado en el R1. Si no se detectaron problemas en el dispositivo, responda “No se detectaron problemas”.
No se encontraron problemas; G0/0 ya es una interfaz OSPFv3 pasiva.
Paso 4: Verificar que todas las interfaces estén asignadas al área 0 de OSPFv3 en el R2.
a. Emita el comando show ipv6 protocols y verifique que la ID del router sea la correcta. También verifique que se muestren las interfaces esperadas en el área 0.
Nota: si este comando no genera ningún resultado, no se configuró el proceso OSPFv3.
Registre sus conclusiones.
La ID del router es correcta; faltan las interfaces G0/0 y S0/0/1
R2# show ipv6 protocols
IPv6 Routing Protocol is "connected"
IPv6 Routing Protocol is "ospf 1"
Router ID 2.2.2.2
Number of areas: 1 normal, 0 stub, 0 nssa
Interfaces (Area 0):
Serial0/0/0
Redistribution:
None
IPv6 Routing Protocol is "ND"
b. Haga los cambios de configuración necesarios en el R2. Registre los comandos utilizados para corregir los problemas.
R2(config)# interface g0/0
R2(config-if)# ipv6 ospf 1 area 0
R2(config-if)# interface s0/0/1
R2(config-if)# ipv6 ospf 1 area 0
c. Emita el comando clear ipv6 ospf process, si es necesario.
d. Vuelva a emitir el comando show ipv6 protocols para verificar que los cambios hayan tenido los efectos deseados.
e. Emita el comando show ipv6 ospf interface brief para verificar que todas las interfaces se indiquen como redes OSPF asignadas al área 0.
f. Emita el comando show ipv6 ospf interface g0/0 para verificar que esta interfaz no esté configurada para anunciar las rutas OSPFv3.
R2# show ipv6 ospf interface g0/0
GigabitEthernet0/0 is up, line protocol is up
Link Local Address FE80::2, Interface ID 3
Area 0, Process ID 1, Instance ID 0, Router ID 2.2.2.2
Network Type BROADCAST, Cost: 1
Transmit Delay is 1 sec, State WAITING, Priority 1
No designated router on this network
No backup designated router on this network
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
Hello due in 00:00:04
Wait time before Designated router selection 00:00:05
Graceful restart helper support enabled
Index 1/2/2, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
g. Indique cualquier cambio adicional realizado en el R2. Si no se detectaron problemas en el dispositivo, responda “No se detectaron problemas”.
R2(config)# ipv6 router ospf 1
R2(config-rtr)# passive-interface g0/0
Paso 5: Verificar que todas las interfaces estén asignadas al área 0 de OSPFv3 en el R3.
a. Emita el comando show ipv6 protocols y verifique que la ID del router sea la correcta. También verifique que se muestren las interfaces esperadas en el área 0.
Nota: si este comando no genera ningún resultado, no se configuró el proceso OSPFv3. Registre sus conclusiones.
OSPFv3 no se configuró en este router.
R3# show ipv6 protocols
b. Haga los cambios de configuración necesarios en el R3. Registre los comandos utilizados para corregir los problemas.
R3(config)# ipv6 router ospf 1
R3(config-rtr)# router-id 3.3.3.3
R3(config-rtr)# passive-interface g0/0
R3(config-rtr)# interface g0/0
R3(config-if)# ipv6 ospf 1 area 0
R3(config-if)# interface s0/0/0
R3(config-if)# ipv6 ospf 1 area 0
R3(config-if)# interface s0/0/1
R3(config-if)# ipv6 ospf 1 area 0
c. Emita el comando clear ipv6 ospf process, si es necesario.
d. Vuelva a emitir el comando show ipv6 protocols para verificar que los cambios hayan tenido los efectos deseados.
e. Emita el comando show ipv6 ospf interface brief para verificar que todas las interfaces se indiquen como redes OSPF asignadas al área 0.
f. Emita el comando show ipv6 ospf interface g0/0 para verificar que esta interfaz esté configurada para que no se anuncien las rutas OSPFv3.
R3# show ipv6 ospf interface g0/0
GigabitEthernet0/0 is up, line protocol is up
Link Local Address FE80::3, Interface ID 3
Area 0, Process ID 1, Instance ID 0, Router ID 3.3.3.3
Network Type BROADCAST, Cost: 1
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 3.3.3.3, local address FE80::3
No backup designated router on this network
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
No Hellos (Passive interface)
Graceful restart helper support enabled
Index 1/1/1, flood queue length 0
Next 0x0(0)/0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
g. Resuelva cualquier problema detectado en el R3. Indique cualquier cambio adicional realizado en el R3. Si no se detectaron problemas en el dispositivo, responda “No se detectaron problemas”.
No se encontraron problemas mientras G0/0 estuvo configurada como interfaz OSPFv3 pasiva en el paso 5b.
Paso 6: Verificar que todos los routers tengan la información de adyacencia de vecino correcta.
a. Emita el comando show ipv6 ospf neighbor para verificar que se hayan formado las adyacencias entre routers vecinos.
R1# show ipv6 ospf neighbor
OSPFv3 Router with ID (1.1.1.1) (Process ID 1)
Neighbor ID Pri State Dead Time Interface ID Interface
3.3.3.3 0 FULL/ - 00:00:34 6 Serial0/0/1
2.2.2.2 0 FULL/ - 00:00:32 6 Serial0/0/0
R2# sh ipv6 ospf neighbor
OSPFv3 Router with ID (2.2.2.2) (Process ID 1)
Neighbor ID Pri State Dead Time Interface ID Interface
3.3.3.3 0 FULL/ - 00:00:32 7 Serial0/0/1
1.1.1.1 0 FULL/ - 00:00:30 6 Serial0/0/0
R3# sh ipv6 ospf neighbor
OSPFv3 Router with ID (3.3.3.3) (Process ID 1)
Neighbor ID Pri State Dead Time Interface ID Interface
2.2.2.2 0 FULL/ - 00:00:32 7 Serial0/0/1
1.1.1.1 0 FULL/ - 00:00:37 7 Serial0/0/0
b. Resuelva cualquier problema de adyacencia OSPFv3 que aún exista.
Nota para el instructor: todos los problemas de adyacencia se deberían haber resuelto en los pasos anteriores.
Paso 7: Verificar la información de routing OSPFv3.
a. Emita el comando show ipv6 route ospf y verifique que existan rutas OSPFv3 a todas las redes no adyacentes.
R1# show ipv6 route ospf
IPv6 Routing Table - default - 10 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, R - RIP, I1 - ISIS L1, I2 - ISIS L2
IA - ISIS interarea, IS - ISIS summary, D - EIGRP, EX - EIGRP external
ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
O 2001:DB8:ACAD:B::/64 [110/65]
via FE80::2, Serial0/0/0
O 2001:DB8:ACAD:C::/64 [110/65]
via FE80::3, Serial0/0/1
O 2001:DB8:ACAD:23::/64 [110/128]
via FE80::2, Serial0/0/0
via FE80::3, Serial0/0/1
R2# show ipv6 route ospf
IPv6 Routing Table - default - 10 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, R - RIP, I1 - ISIS L1, I2 - ISIS L2
IA - ISIS interarea, IS - ISIS summary, D - EIGRP, EX - EIGRP external
ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
O 2001:DB8:ACAD:A::/64 [110/65]
via FE80::1, Serial0/0/0
O 2001:DB8:ACAD:C::/64 [110/65]
via FE80::3, Serial0/0/1
O 2001:DB8:ACAD:13::/64 [110/128]
via FE80::1, Serial0/0/0
via FE80::3, Serial0/0/1
R3# show ipv6 route ospf
IPv6 Routing Table - default - 10 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, R - RIP, I1 - ISIS L1, I2 - ISIS L2
IA - ISIS interarea, IS - ISIS summary, D - EIGRP, EX - EIGRP external
ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
O 2001:DB8:ACAD:A::/64 [110/65]
via FE80::1, Serial0/0/0
O 2001:DB8:ACAD:B::/64 [110/65]
via FE80::2, Serial0/0/1
O 2001:DB8:ACAD:12::/64 [110/128]
via FE80::1, Serial0/0/0
via FE80::2, Serial0/0/1
¿Todas las rutas OSPFv3 están disponibles? Sí
Si falta alguna ruta OSPFv3, ¿cuál falta?
Todas las rutas OSPFv3 están presentes.
b. Resuelva cualquier problema de routing que aún exista.
Nota para el instructor: se deberían haber resuelto todos los problemas de rutas OSPFv3.
Paso 8: Verificar la conectividad IPv6 de extremo a extremo.
Desde cada computadora, verifique que haya conectividad IPv6 de extremo a extremo. Las computadoras deberían poder hacer ping a cada interfaz en la red. Si no hay conectividad IPv6 de extremo a extremo, continúe con la resolución de los problemas restantes.
Nota: puede ser necesario inhabilitar el firewall del equipo para hacer ping entre los equipos.
Reflexión
¿Por qué resolvería problemas de OSPFv2 y OSPFv3 por separado?
OSPFv2 y OSPFv3 no comparten información de routing y su configuración es por completo independiente. La resolución de problemas de estos dos protocolos debe hacerse por separado.
Tabla de resumen de interfaces del router
Resumen de interfaces del router | ||||
---|---|---|---|---|
Modelo de router | Ethernet Interface #1 | Ethernet Interface #2 | Serial Interface #1 | Serial Interface #2 |
1800 | Fast Ethernet 0/0 (F0/0) | Fast Ethernet 0/1 (F0/1) | Serial 0/0/0 (S0/0/0) | Serial 0/0/1 (S0/0/1) |
1900 | Gigabit Ethernet 0/0 (G0/0) | Gigabit Ethernet 0/1 (G0/1) | Serial 0/0/0 (S0/0/0) | Serial 0/0/1 (S0/0/1) |
2801 | Fast Ethernet 0/0 (F0/0) | Fast Ethernet 0/1 (F0/1) | Serial 0/1/0 (S0/1/0) | Serial 0/1/1 (S0/1/1) |
2811 | Fast Ethernet 0/0 (F0/0) | Fast Ethernet 0/1 (F0/1) | Serial 0/0/0 (S0/0/0) | Serial 0/0/1 (S0/0/1) |
2900 | Gigabit Ethernet 0/0 (G0/0) | Gigabit Ethernet 0/1 (G0/1) | Serial 0/0/0 (S0/0/0) | Serial 0/0/1 (S0/0/1) |
Nota: para conocer la configuración del router, observe las interfaces a fin de identificar el tipo de router y cuántas interfaces tiene. No existe una forma eficaz de confeccionar una lista de todas las combinaciones de configuraciones para cada clase de router. En esta tabla, se incluyen los identificadores para las posibles combinaciones de interfaces Ethernet y seriales en el dispositivo. En esta tabla, no se incluye ningún otro tipo de interfaz, si bien puede haber interfaces de otro tipo en un router determinado. La interfaz BRI ISDN es un ejemplo. La cadena entre paréntesis es la abreviatura legal que se puede utilizar en los comandos de IOS de Cisco para representar la interfaz. |
Config. de dispositivos – Final
- Router R1
- R2 del router
- R3 del router
R1#sh run Building configuration... Current configuration : 2010 bytes ! version 15.2 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname R1 ! boot-start-marker boot-end-marker ! enable secret 4 06YFDUHH61wAE/kLkDq9BGho1QM5EnRtoyr8cHAUg.2 ! no aaa new-model memory-size iomem 15 ! ip cef ! no ip domain lookup ipv6 unicast-routing ipv6 cef multilink bundle-name authenticated ! interface Embedded-Service-Engine0/0 no ip address shutdown ! interface GigabitEthernet0/0 ip address 192.168.1.1 255.255.255.0 duplex auto speed auto ipv6 address FE80::1 link-local ipv6 address 2001:DB8:ACAD:A::1/64 ipv6 ospf 1 area 0 ! interface GigabitEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/0/0 ip address 192.168.12.1 255.255.255.252 ipv6 address FE80::1 link-local ipv6 address 2001:DB8:ACAD:12::1/64 ipv6 ospf 1 area 0 clock rate 128000 ! interface Serial0/0/1 ip address 192.168.13.1 255.255.255.252 ipv6 address FE80::1 link-local ipv6 address 2001:DB8:ACAD:13::1/64 ipv6 ospf 1 area 0 ! router ospf 1 router-id 1.1.1.1 passive-interface GigabitEthernet0/0 network 192.168.1.0 0.0.0.255 area 0 network 192.168.12.0 0.0.0.3 area 0 network 192.168.13.0 0.0.0.3 area 0 ! ip forward-protocol nd ! no ip http server no ip http secure-server ! ipv6 router ospf 1 router-id 1.1.1.1 passive-interface GigabitEthernet0/0 ! control-plane ! banner motd ^CUnauthorized Access is Prohibited!^C ! line con 0 password 7 060506324F41 logging synchronous login line aux 0 line 2 no activation-character no exec transport preferred none transport input all transport output pad telnet rlogin lapb-ta mop udptn v120 ssh stopbits 1 line vty 0 password 7 00071A150754 login transport input all line vty 1 4 login transport input all ! scheduler allocate 20000 1000 ! end
R2#sh run Building configuration... Current configuration : 2010 bytes ! version 15.2 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname R2 ! boot-start-marker boot-end-marker ! enable secret 4 06YFDUHH61wAE/kLkDq9BGho1QM5EnRtoyr8cHAUg.2 ! no aaa new-model memory-size iomem 15 ! ip cef ! no ip domain lookup ipv6 unicast-routing ipv6 cef multilink bundle-name authenticated ! interface Embedded-Service-Engine0/0 no ip address shutdown ! interface GigabitEthernet0/0 ip address 192.168.2.1 255.255.255.0 duplex auto speed auto ipv6 address FE80::2 link-local ipv6 address 2001:DB8:ACAD:B::2/64 ipv6 ospf 1 area 0 ! interface GigabitEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/0/0 ip address 192.168.12.2 255.255.255.252 ipv6 address FE80::2 link-local ipv6 address 2001:DB8:ACAD:12::2/64 ipv6 ospf 1 area 0 ! interface Serial0/0/1 ip address 192.168.23.1 255.255.255.252 ipv6 address FE80::2 link-local ipv6 address 2001:DB8:ACAD:23::2/64 ipv6 ospf 1 area 0 clock rate 128000 ! router ospf 1 router-id 2.2.2.2 passive-interface GigabitEthernet0/0 network 192.168.2.0 0.0.0.255 area 0 network 192.168.12.0 0.0.0.3 area 0 network 192.168.23.0 0.0.0.3 area 0 ! ip forward-protocol nd ! no ip http server no ip http secure-server ! ipv6 router ospf 1 router-id 2.2.2.2 passive-interface GigabitEthernet0/0 ! control-plane ! banner motd ^CUnauthorized Access is Prohibited!^C ! line con 0 password 7 094F471A1A0A logging synchronous login line aux 0 line 2 no activation-character no exec transport preferred none transport input all transport output pad telnet rlogin lapb-ta mop udptn v120 ssh stopbits 1 line vty 0 password 7 14141B180F0B login transport input all line vty 1 4 login transport input all ! scheduler allocate 20000 1000 ! end
R3#sh run Building configuration... Current configuration : 2049 bytes ! version 15.2 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname R3 ! boot-start-marker boot-end-marker ! enable secret 4 06YFDUHH61wAE/kLkDq9BGho1QM5EnRtoyr8cHAUg.2 ! no aaa new-model memory-size iomem 15 ! ip cef ! no ip domain lookup ipv6 unicast-routing ipv6 cef multilink bundle-name authenticated ! ! interface Embedded-Service-Engine0/0 no ip address shutdown ! interface GigabitEthernet0/0 ip address 192.168.3.1 255.255.255.0 duplex auto speed auto ipv6 address FE80::3 link-local ipv6 address 2001:DB8:ACAD:C::3/64 ipv6 ospf 1 area 0 ! interface GigabitEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/0/0 ip address 192.168.13.2 255.255.255.252 ipv6 address FE80::3 link-local ipv6 address 2001:DB8:ACAD:13::3/64 ipv6 ospf 1 area 0 clock rate 128000 ! interface Serial0/0/1 ip address 192.168.23.2 255.255.255.252 ipv6 address FE80::3 link-local ipv6 address 2001:DB8:ACAD:23::3/64 ipv6 ospf 1 area 0 ! router ospf 1 router-id 3.3.3.3 passive-interface GigabitEthernet0/0 network 192.168.3.0 0.0.0.255 area 0 network 192.168.13.0 0.0.0.3 area 0 network 192.168.23.0 0.0.0.3 area 0 ! ip forward-protocol nd ! no ip http server no ip http secure-server ! ipv6 router ospf 1 router-id 3.3.3.3 passive-interface GigabitEthernet0/0 ! control-plane ! banner motd ^CUnauthorized Access is Prohibited!^C ! line con 0 password 7 02050D480809 logging synchronous login line aux 0 line 2 no activation-character no exec transport preferred none transport input all transport output pad telnet rlogin lapb-ta mop udptn v120 ssh stopbits 1 line vty 0 password 7 104D000A0618 login transport input all line vty 1 4 login transport input all ! scheduler allocate 20000 1000 ! end