Change font and size text

Konfigurasi Router dengan EIGRP [Enhancd Interior Gateway Routing Protocol]


Berdasarkan topologi jaringan di atas, maka dibuatlah dua konfigurasi jaringan yaitu menggunakan EIGRP.

MENGATUR IP ADDRESS PADA INTERFACE

ROUTER AUSTIN
Router>ena
Router#conf t
Router(config)#hostname AUSTIN
AUSTIN(config)#exit

AUSTIN#conf t
AUSTIN(config)#int fa0/0
AUSTIN(config-if)#ip add 172.16.10.1 255.255.255.0
AUSTIN(config-if)#no shut
AUSTIN(config-if)#exit

AUSTIN(config)#int ser2/0
AUSTIN(config-if)#ip add 172.16.20.1 255.255.255.0
AUSTIN(config-if)#clock rate 64000
AUSTIN(config-if)#no shut
AUSTIN(config-if)#exit

ROUTER HUSTON
Router>ena
Router#conf t
Router(config)#hostname HOUSTON
HOUSTON(config)#exit

HOUSTON#conf t
HOUSTON(config)#int fa0/0
HOUSTON(config-if)#ip add 172.16.30.1 255.255.255.0
HOUSTON(config-if)#no shut
HOUSTON(config-if)#exit

HOUSTON(config)#int ser2/0
HOUSTON(config-if)#ip add 172.16.20.2 255.255.255.0
HOUSTON(config-if)#no shut
HOUSTON(config-if)#exit


SETTING IP ADDRES PADA MASING-MASING PC

PC 1
IP Address 172.16.10.10
SM 255.255.255.0
GW 172.16.10.1

PC 2
IP Address 172.16.30.30
SM 255.255.255.0
GW 172.16.30.1

KONFIGURASI EIGRP PADA MASING-MASING ROUTER

ROUTER AUSTIN
AUSTIN#conf t
AUSTIN(config)#router eigrp 10
AUSTIN(config-router)#network 172.16.0.0 0.0.0.255
AUSTIN(config-router)#network 172.16.20.0 0.0.0.255
AUSTIN(config-router)#network 172.16.10.0 0.0.0.255
AUSTIN(config-router)#exit

ROUTER HOUSTON
HOUSTON#conf t
HOUSTON(config)#router eigrp 10
HOUSTON(config-router)#network 172.16.0.0 0.0.0.255
HOUSTON(config-router)#network 172.16.20.0 0.0.0.255
HOUSTON(config-router)#network 172.16.30.0 0.0.0.255
HOUSTON(config-router)#exit
HOUSTON(config)#exit

MEMBERIKAN PERINTAH SHOW IP ROUTE PADA MASING-MASING ROUTER

SHOW IP ROUTE AUSTIN
AUSTIN#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B

- BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter

area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external

type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E -

EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia -

IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is not set

172.16.0.0/24 is subnetted, 3 subnets
C 172.16.10.0 is directly connected, FastEthernet0/0
C 172.16.20.0 is directly connected, Serial2/0
D 172.16.30.0 [90/20514560] via 172.16.20.2, 00:05:43,

Serial2/0

SHOW IP ROUTE HUSTON
HOUSTON#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B

- BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter

area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external

type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E -

EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia -

IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is not set

172.16.0.0/24 is subnetted, 3 subnets
D 172.16.10.0 [90/20514560] via 172.16.20.1, 00:20:24,

Serial2/0
C 172.16.20.0 is directly connected, Serial2/0
C 172.16.30.0 is directly connected, FastEthernet0/0


PERINTAH PING PADA COMMAND PROMPT


PADA PC 1 PING 172.16.30.30


PADA PC 2 PING 172.16.10.10



Related Post

0 comments:

Pilih Emoticon Gundam

:b: :c: :d: :e: :f: :g: :h: :i: :j: :k: :l: :m: :n: :o: :p:

Silakan Berkomentar Sobat,,


Luangkan Sedikit Waktu Sobat Untuk Memperindah Blog Ini Dengan Berkomentar,, (^_^)

Tolong jangan berkomentar spam ya,,!!

Post a Comment