Minggu, 17 Juni 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)#

ip pc 1 = 172.16.10.10
subnet mask = 255.255.255.0
gateway = 172.16.10.1

ip pc 2 = 172.16.30.30
subnet mask = 255.255.255.0
gateway = 172.16.30.1


ping dari pc 1 ke pc 2
ping ke 172.16.30.30

ping dari pc2 ke pc1
ping 172.16.10.10