Configuração OSPFv2 de Área Única Ponto a Ponto - Atividade Packet Tracer

Atividade Packet Tracer - Configuração OSPFv2 de Área Única Ponto a Ponto

Download: 2.2.13-packet-tracer---point-to-point-single-area-ospfv2-configuration_pt-BR.pka 

2.2.13-packet-tracer---point-to-point-single-area-ospfv2-configuration_pt-BR.pka

Objetivos
Parte 1: Configurar IDs de Roteador.
Parte 2: Configurar redes para roteamento OSPF.
Parte 3: Configurar interfaces passivas.
Parte 4: Verificar a configuração do OSPF.

########## R1 ##########
enable
configure terminal
router ospf 10
router-id 1.1.1.1
network 10.1.1.0 0.0.0.3 area 0
network 10.1.1.4 0.0.0.3 area 0
network 192.168.10.0 0.0.0.255 area 0
passive-interface g0/0/0

########## R2 ##########
enable
configure terminal
router ospf 10
router-id 2.2.2.2
network 10.1.1.2 0.0.0.0 area 0
network 10.1.1.9 0.0.0.0 area 0
network 192.168.10.1 0.0.0.0 area 0
passive-interface g0/0/0

########## R3 ##########
enable
configure terminal
router ospf 10
router-id 3.3.3.3
passive-interface g0/0/0
exit
interface s0/1/0
ip ospf 10 area 0
interface s0/1/1
ip ospf 10 area 0
interface g0/0/0
ip ospf 10 area 0
end
wr

Leia a atividade completa em: Laboratório: 2.2.13

Comentários