Selamat Datang , Terima Kasih Telah Berkunjung Ke Sini

Sunday, June 17, 2012

EIGRP


Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname austin
austin(config)#int fa0/0
austin(config-if)#ip add 172.16.10.1 255.255.255.0
austin(config-if)#n shu

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

austin(config-if)#ex
austin(config)#int s2/0
austin(config-if)#ip add 172.16.20.1 255.255.255.0
austin(config-if)#n shu

%LINK-5-CHANGED: Interface Serial2/0, changed state to down
austin(config-if)#ex
austin(config)#rou eigrp 10
austin(config-router)#network 172.16.10.0 0.0.0.255
austin(config-router)#network 172.16.20.0 0.0.0.255
austin(config-router)#network 172.16.30.0 0.0.0.255
austin(config-router)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up

Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname houston
houston(config)#int fa0/0
houston(config-if)#ip add 172.16.30.1 255.255.255.0
houston(config-if)#n shu

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

houston(config-if)#ex
houston(config)#int s3/0
houston(config-if)#ip add 172.16.20.2 255.255.255.0
houston(config-if)#clock rate 64000
houston(config-if)#n shu


%LINK-5-CHANGED: Interface Serial3/0, changed state to up
houston(config-if)#ex
houston(config)#rou eigrp 10
houston(config-router)#network 172.16.10.0 0.0.0.255
houston(config-router)#network 172.16.20.0 0.0.0.255
houston(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 10: Neighbor 172.16.20.1 (Serial3/0) is up: new adjacency
houston(config-router)#network 172.16.30.0 0.0.0.255
houston(config-router)#


COMMAND PROMT
Ping laptop 1 ke laptop 2

172.16.30.30                                                                                                                                              



















Ping Laptop 2 ke Laptop 1
172.16.10.10















No comments:

Post a Comment