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

R2

                    Router>en
                    Router#conf t
                    Router(config)#host R2
                    R2(config)#int gig0/0
                    R2(config-if)#ip add 12.12.12.2 255.255.255.0
                    R2(config-if)#no sh
                    R2(config-if)#int gi0/1
                    R2(config-if)#ip add 23.23.23.1 255.255.255.0
                    R2(config-if)#no sh
                    R2(config-if)#ex
                    R2(config)#router ospf 10
                    R2(config-router)#net 12.12.12.0 0.0.0.255 area 0
                    R2(config-router)#ex
                    R2(config)#router eigrp 10
                    R2(config-router)#no auto-summary
                    Router(config-router)#net 23.23.23.0 0.0.0.255

                  R3

                    Router>en
                    Router#conf t
                    Router(config)#host R3
                    R3(config)#int gig0/0
                    R3(config-if)#ip add 23.23.23.2 255.255.255.0
                    R3(config-if)#no sh
                    R3(config-if)#ex
                    R3(config)#router eigrp 10
                    R3(config-router)#no auto-summary
                    R3(config-router)#net 23.23.23.0 0.0.0.255




                  Jika sudah dibuatkan routing, lakukan ping untuk memastikan bahwa antar routing
                  protocol yang di buat tadi belum bisa komunikasi


                    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 0 percent (0/5)

                  Ketika R1 ping kw R3 (23.23.23.2) belum bisa terhubung, karna masih beda protocol dan
                  belum ada redistribute antara keduanya.









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