6.2.3.6 Packet Tracer - Configuring Multiarea OSPFv2 [Guntur531]

hay friend this time I will share the knowledge about how to set the router using OSPF multiarea, such as for example in Problem 6.2.3.6 Packet Tracer - Multiarea Configuring OSPFv2.

The following steps stride

R1#conf t
R1(config)#router ospf 1
R1(config-router)#router-id 1.1.1.1
R1(config-router)#network 10.1.1.0 0.0.0.255 area 1
R1(config-router)#network 10.1.2.0 0.0.0.255 area 1
R1(config-router)#network 192.168.10.0 0.0.0.3 area 0
R1(config-router)#exit


R2>en
R2#conf t
R2(config)#router ospf 1
R2(config-router)#router-id 2.2.2.2
R2(config-router)#network 10.2.1.0 0.0.0.255 area 0
R2(config-router)#network 192.168.10.0 0.0.0.3 area 0
R2(config-router)#network 192.168.10.4 0.0.0.3 area 0
R2(config-router)#exit


R3>en
R3#conf t
R3(config)#router ospf 1
R3(config-router)#router-id 3.3.3.3
R3(config-router)#network 192.168.1.0 0.0.0.255 area 2
R3(config-router)#network 192.168.2.0 0.0.0.255 area 2
R3(config-router)#network 192.168.10.4 0.0.0.3 area 0
R3(config-router)#exit



EmoticonEmoticon