Anda di halaman 1dari 3

Praktikum Modul-2

Dynamic Routing Protocol EIGRP

Tujuan :
1. Mahasiswa memahami konsep dasar Dynamic Routing Protocol EIGRP.
2. Mahasiswa memahami sistem kerja EIGRP.
3. Mahasiswa mampu menganalisa performansi antara Dynamic Routing Protocol EIGRP.

Percobaan
1. Desain Topologi sesuai dengan skema IP Address yang diberikan.

2. Setelah melakukan konfigurasi serial pada masing-masing router, aktifkan protokol


EGIRP.
R2(config)#router eigrp 1
R2(config-router)#network X.X.X.X Y.Y.Y.Y
Ket:
X=directly connected network
Y=wilcard mask

R2(config)#router eigrp 1
R2 (config-router)#network 172.16.2.0 0.0.0.255
R2 (config-router)#network 192.168.10.8 0.0.0.3
R2 (config-router)#network 172.16.3.0 0.0.0.3
R2 (config-router)#no auto-summary
R2 (config-router)#end
3. Tes ping ke semua network.
4. Tampilkan routing table (show ip route) dan jelaskan
Contoh
sebelum dilakukan konfigurasi no auto-summary:
D
D
C
C
D
D
D
C

172.16.0.0/16 is variably subnetted, 4 subnets, 3 masks


172.16.0.0/16 is a summary, 00:00:10, Null0
172.16.1.0/24 [90/2172416] via 172.16.3.1, 00:00:10, Serial0/0/1
172.16.2.0/24 is directly connected, FastEthernet0/0
172.16.3.0/30 is directly connected, Serial0/0/1
192.168.1.0/24 [90/2172416] via 192.168.10.10, 00:00:10, Serial0/0/0
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
192.168.10.0/24 is a summary, 00:00:10, Null0
192.168.10.4/30 [90/2681856] via 192.168.10.10, 00:00:10, Serial0/0/0
192.168.10.8/30 is directly connected, Serial0/0/0

sesudah dilakukan konfigurasi no auto-summary:


D
D
C
C
D
D
D
C

172.16.0.0/16 is variably subnetted, 4 subnets, 3 masks


172.16.0.0/16 [90/2684416] via 192.168.10.10, 00:00:20, Serial0/0/0
172.16.1.0/24 [90/2172416] via 172.16.3.1, 00:00:20, Serial0/0/1
172.16.2.0/24 is directly connected, FastEthernet0/0
172.16.3.0/30 is directly connected, Serial0/0/1
192.168.1.0/24 [90/2172416] via 192.168.10.10, 00:00:20, Serial0/0/0
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
192.168.10.0/24 [90/2681856] via 172.16.3.1, 00:00:20, Serial0/0/1
192.168.10.4/30 [90/2681856] via 192.168.10.10, 00:00:20, Serial0/0/0
192.168.10.8/30 is directly connected, Serial0/0/0

5. Catat table eigrp neighbors pada masing-masing router.


R2#show ip eigrp neighbors
IP-EIGRP neighbors for process 1
H Address
Interface Hold Uptime SRTT RTO Q Seq
(sec)
(ms)
Cnt Num
0 172.16.3.2
Se0/0/0
13 00:28:48 40
1000 0 7
1 192.168.10.5 Se0/0/1
11 00:28:47 40
1000 0 5

Latihan:
1. Catat Routing Tabel dan jelaskan
2. Catat table eigrp neighbors di tiap-tiap router
3. Tes ping ke semua PC sesuai table
Source

Destination

PC 1

PC2
PC3

PC 2

PC1
PC3

PC 3

PC1
PC2

% Loss

4. Identifikasi semua jenis paket dalam EIGRP melalui simulation mode.


5. Analisa dan beri kesimpulan.

Anda mungkin juga menyukai