EIGRP
| Nama :Anggita Tri Widiastuti |
Konfigurasi EIGRP
|
Tanggal :Selasa, 22 Nov 2016 |
| Kelas : XII TKJ 2 | SK/SD: | |
| No. Job : 18 | Guru: Maman Hariana S.kom |
TOPOLOGI
EIGRP (Enhanced Interior Gateway Routing
Protocol) adalah routing protocol yang hanya di adopsi oleh router cisco
atau sering disebut sebagai proprietary protocol pada CISCO. Dimana EIGRP ini
hanya bisa digunakan sesama router CISCO saja dan routing ini tidak didukung
dalam jenis router yang lain.
LANGKAH - LANGKAH KONFIGURASI
Ip address
PC0 : 192.168.10.2/24, gateway 192.168.10.1
PC1 : 192.168.20.2/24, gateway 192.168.20.1
R1 : fa0/0 => 10.10.10.1/30, fa0/1 => 192.168.10.1/24
R2 : fa0/0 => 10.10.10.2/30, fa0/1 => 192.168.20.1/24
Setting R1
R1#enable
R1#configure terminal
Enter configuration commands, one per line. End withb CNTL/Z
R1(config)#int fa0/0
R1(config-if)#ip address 10.10.10.1 255.255.255.0
R1(config-if)#no sh
R1(config-if)#int fa0/1
R1(config-if)#ip address 192.168.10.1 255.255.255.0
R1(config-if)#no sh
R1(config-if)#exit
R1(config)#router eigrp 10
R1(config-router)#network 192.168.10.0
R1(config-router)#network 10.10.10.0
R1(config-router)#network 192.168.20.0
R1(config-router)#no auto-summary
R1(config-router)#exit
R1(config)#do wr
Building configuration...
[OK]
Setting R2
R2#enable
R2#configure terminal
Enter configuration commands, one per line. End withb CNTL/Z
R2(config)#int fa0/0
R2(config-if)#ip address 10.10.10.2 255.255.255.0
R2(config-if)#no sh
R2(config-if)#int fa0/1
R2(config-if)#ip address 192.168.20.1 255.255.255.0
R2(config-if)#no sh
R2(config-if)#exit
R2(config)#router eigrp 10
R2(config-router)#network 10.10.10.0
R2(config-router)#network 192.168.20.0
R2(config-router)#no auto-summary
R2(config-router)#exit
R2(config)#do wr
Building configuration...
[OK]
HASIL KONFIGURASI


Tidak ada komentar:
Posting Komentar