Daftar Isi - TOC

1 - Conecting 2 Routers.
2 - Make Replay Between 2 Subnets.

You didn’t come this far to stop

black blue and yellow textile
black blue and yellow textile

Basic 1 - Connecting 2 Router

Goal : "Making 2 Routers sure replay together ( Buat 2 buah Router agar bisa terkoneksi replay dengan PING )"

konfig pada r1 terlebih dahulu
R1#ena
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#int e0/0
R1(config-if)#no shutdown
R1(config-if)#ip address 192.168.10.1 255.255.255.0

Lakukan juga hal sama di r2
R2#ena
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int e0/0
R2(config-if)#no shutdown
R2(config-if)#ip address 192.168.10.2 255.255.255.0


Lalu pastikan kedua interface sudah saling terhubung menggunakan test dengan perintah "ping"

Pada r1 ping menuju r2
R1(config)#iping 192.168.10.2 ( enter )

Lalu pada r2 lakukan hal yang sama yaitu test ping menuju r1
R2(config)#iping 192.168.10.1 ( enter )