Page 127 - Modul administrasi infrastruktur jaringan kelas XI SMK - andi setiawan
P. 127

Selanjutnya kita akan konfigurasikan redistribute pada R2 agar kedua routing protocol itu
                  bisa saling komunikasi

                    R2(config )#router eigrp 10
                    R2(config-router)#redistribute ospf 10 metric 1 1 1 1 1
                    R2(config-router)#ex
                    R2(config )#router ospf 10
                    R2(config-router)#redistribute eigrp 10 subnet


                  Keterangan :


                  Ketika akan melakukan redistribute dari ospf ke eigrp, maka posisi konfigurasi harus
                  masuk ke ospf terlebih dahulu, begitupula sebaliknya.

                  Metric 1 1 1 1 1 ini adalah cost yang digunakan oleh protocol ospf untuk menentukan
                  best-pathnya.


                  Jika sudah dibuatkan redistributenya, sekarang lakukan ping lagi antar router dan
                  pastikan hasilnya reply.

                    R1#ping 23.23.23.2
                    Type escape sequence to abort.
                    Sending 5, 100-byte ICMP Echos to 23.23.23.2, timeout is 2 seconds:
                    !!!!!
                    Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms



                    R2#ping 12.12.12.1
                    Type escape sequence to abort.
                    Sending 5, 100-byte ICMP Echos to 12.12.12.1, timeout is 2 seconds:
                    !!!!!
                    Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms


                    R2#ping 23.23.23.2
                    Type escape sequence to abort.
                    Sending 5, 100-byte ICMP Echos to 23.23.23.2, timeout is 2 seconds:
                    !!!!!
                    Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms



                    R3#ping 12.12.12.1
                    Type escape sequence to abort.
                    Sending 5, 100-byte ICMP Echos to 12.12.12.1, timeout is 2 seconds:
                    !!!!!
                    Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms









                  Remember me in your pray
   122   123   124   125   126   127   128