Minggu, 01 Mei 2016

PKA 6.2.3.6 Packet Tracer - Configuring Multiarea OSPFv2.





Konfigurasi Router 1

R1>en
R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
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)#
00:02:05: %OSPF-5-ADJCHG: Process 1, Nbr 9.9.9.9 on GigabitEthernet0/0 from LOADING to FULL, Loading Done

R1(config-router)#network 10.1.2.0 0.0.0.255 area 1
R1(config-router)#
00:02:35: %OSPF-5-ADJCHG: Process 1, Nbr 5.5.5.5 on GigabitEthernet0/1 from LOADING to FULL, Loading Done

R1(config-router)#network 192.168.10.0 0.0.0.3 area 0

Konfigurasi Router 2


R2>en
R2#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R2(config)#router ospf 1
R2(config-router)#router-id 2.2.2.2
R2(config-router)#net 10.2.1.1 0.0.0.255 area 0
R2(config-router)#
00:05:50: %OSPF-5-ADJCHG: Process 1, Nbr 4.4.4.4 on GigabitEthernet0/0 from LOADING to FULL, Loading Done

R2(config-router)#net 192.168.10.1 0.0.0.3 area 0
R2(config-router)#net 192.168.10.5 0.0.0.3 area 0
R2(config-router)#
00:09:34: %OSPF-5-ADJCHG: Process 1, Nbr 1.1.1.1 on Serial0/0/0 from LOADING to FULL, Loading Done

R2(config-router)#


Konfigurasi Router 3 

R3>en
R3#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R3(config)#ro
R3(config)#router ospf 1
R3(config-router)#router-id 3.3.3.3
R3(config-router)#network 192.168.2.0 0.0.0.255 area 2
R3(config-router)#network 192.168.1.0 0.0.0.255 area 2
R3(config-router)#
00:15:21: %OSPF-5-ADJCHG: Process 1, Nbr 7.7.7.7 on GigabitEthernet0/1 from LOADING to FULL, Loading Done

R3(config-router)#network 192.168.10.6 0.0.0.3 area 0
R3(config-router)#
00:15:53: %OSPF-5-ADJCHG: Process 1, Nbr 2.2.2.2 on Serial0/0/1 from LOADING to FULL, Loading Done

R3(config-router)#


1 komentar: