Lab17. EIGRP – Redistribute OSPF

eigrp-redistribute-ospfObjective
Redistribute OSPF route kedalam semua router EIGRP

Metode Lab

Verifikasi Lab
Pastikan IP Loopback 30.30.30.1/32 muncul dalam routing tabel R3 sebagai external route (D EX)

Pada lab kali ini adalah meredistribute ospf route ke eigrp

Buat interface loopback di router R1
R1(config)#int lo3
R1(config-if)#ip addr 30.30.30.1 255.255.255.255

Advertise ke dalam OSPF
R1(config)#router ospf 1
R1(config-router)#net 30.30.30.1 0.0.0.0 area 0

Redistribute kedalam EIGRP
R1(config)#router eigrp 10
R1(config-router)#redistribute ospf 1 metric 1 1 1 1 1

Verifikasi

1

2

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.