Lompat ke konten Lompat ke sidebar Lompat ke footer

OSPF - Totallly Stub Area



Totally Stub Area merupakan pengembangan Stub Area. Area ini tidak akan membawa informasi LSA type 3 yang membawa informasi network dari area lain. Yang beredar informasi network di area ini hanaya LSA type 1,2 dan 3. Kalau pun ada LSA type 3 itu hanya  membawa informasi default route saja (0.0.0.0/0).

Berikut konfigurasi masing-masing router.

Konfigurasi R7

hosname 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

router rip
 version 2
 network 7.0.0.0
 network 10.0.0.0

Konfigurasi 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 11.11.11.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
 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
!
router rip
 version 2
 redistribute ospf 1 metric 1
 network 10.0.0.0

R1#

7Konfigurasi R9

hostname R9

interface Loopback9
 ip address 9.9.9.9 255.255.255.255
 ip ospf 1 area 0
!
interface FastEthernet0/0
 ip address 12.12.12.9 255.255.255.0
 ip ospf 1 area 0
!
interface FastEthernet0/1
 ip address 16.16.16.9 255.255.255.0
 ip ospf 1 area 1

router ospf 1
 area 1 stub no-summary

R9#

Konfigurasi R10

hostname R10

interface Loopback10
 ip address 10.10.10.10 255.255.255.255
 ip ospf 1 area 1

interface FastEthernet0/1
 ip address 16.16.16.10 255.255.255.0
 ip ospf 1 area 1

router ospf 1
 area 1 stub no-summary

R10#



Verfikasi routing table


Verifkasi type LSA 









Posting Komentar untuk "OSPF - Totallly Stub Area"