OSPF - Stub Area
Konfigurasi router R7
hostname R7
interface Loopback7
ip address 7.7.7.7 255.255.255.255
!
interface FastEthernet0/0
ip address 10.10.10.7 255.255.255.0
no shu
!
router rip
version 2
network 7.0.0.0
network 10.0.0.0
no auto-summary
R7#
Konfigurasi router R1
hostname R1
!
interface Loopback1
ip address 1.1.1.1 255.255.255.255
ip ospf 1 area 0
!
interface FastEthernet0/0
ip address 12.12.12.1 255.255.255.0
ip ospf 1 area 0
interface FastEthernet0/1
ip address 10.10.10.1 255.255.255.0
router ospf 1
router-id 1.1.1.1
redistribute rip metric-type 1 subnets
network 1.1.1.1 0.0.0.0 area 0
network 11.11.11.0 0.0.0.255 area 0
network 12.12.12.0 0.0.0.255 area 0
!
router rip
version 2
redistribute ospf 1 metric 1
network 10.0.0.0
R1#
hostname R4
interface Loopback4
ip address 4.4.4.4 255.255.255.255
ip ospf 1 area 0
!
interface FastEthernet0/0
ip address 12.12.12.4 255.255.255.0
ip ospf 1 area 0
interface FastEthernet0/1
ip address 13.13.13.4 255.255.255.0
ip ospf 1 area 1
router ospf 1
router-id 4.4.4.4
area 1 stub
R4#
Konfigurasi router R5
hostname R5
interface Loopback5
ip address 5.5.5.5 255.255.255.255
ip ospf 1 area 1
interface FastEthernet0/1
ip address 13.13.13.5 255.255.255.0
ip ospf 1 area 1
router ospf 1
router-id 5.5.5.5
log-adjacency-changes
area 1 stub
R5#
Mari kita cek apakah masiha ada LSA type 4 dan type 5 beredar di R5
Lakukan pengujian dengan PING dari router R5 ke IP R7 (network external )
Mari kita cek apakah masiha ada LSA type 4 dan type 5 beredar di R5
Lakukan pengujian dengan PING dari router R5 ke IP R7 (network external )
Posting Komentar untuk "OSPF - Stub Area"