Home » » Routing Dinamis

Routing Dinamis

Written By Yustika Amelia Putri on Tuesday, 28 April 2015 | April 28, 2015


Isikan IP Address 192.168.1.254 pada Rjupiter, klik pada Rjupiter dan klik pada CLI ( IOS Command Line Interface ) pada FastEthernet0/0 :
RJupiter>enable
RJupiter #configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RJupiter (config)#interface fastEthernet0/0
RJupiter (config-if)#ip address 192.168.1.254 255.255.255.0
RJupiter (config-if)#no shutdown

RJupiter (config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

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

RJupiter (config-if)#exit
RJupiter (config)#
Isikan IP Address 10.10.10.254 pada RLeo , klik pada RLeo dan klik pada CLI ( IOS Command Line Interface ) pada FastEthernet0/0 :
RLeo>enable
RLeo #configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RLeo (config)#interface fastEthernet0/0
RLeo (config-if)#ip address 10.10.10.254 255.0.0.0
RLeo (config-if)#no shutdown


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

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

RLeo (config-if)#exit
RLeo (config)#

Isikkan IP Address 172.31.1.1 pada Serial0/0 ( RLeo ) :
RLeo >enable
RLeo #configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RLeo (config)#interface serial0/0
RLeo (config-if)#ip address 172.31.1.1 255.255.0.0
RLeo (config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0, changed state to down
RLeo (config-if)#exit
RLeo (config)#
RLeo #
Isikkan IP Address 172.32.1.1 pada Serial0/0 ( RJupiter ) :
RLeo>enable
RLeo#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RLeo(config)#interface serial0/1
RLeo(config-if)#ip address 172.32.1.1 255.255.0.0
RLeo(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/1, changed state to down
RLeo(config-if)#ex
RLeo(config-if)#exit
RLeo(config)#
Isikkan IP Address 172.32.1.2 pada Serial0/0 ( RHercules ) :
RHercules>enable
RHercules#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RHercules(config)#interface serial0/0
RHercules(config-if)#ip address 172.32.1.2 255.255.0.0
RHercules(config-if)#no shutdown

RHercules(config-if)#
%LINK-5-CHANGED: Interface Serial0/0, changed state to up

RHercules(config-if)#exit
RHercules(config)#
Isikkan IP Address 172.33.1.1 pada Serial0/1 ( RHercules ) :
RHercules>enable
RHercules#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RHercules(config)#interface serial0/1
RHercules(config-if)#ip address 172.33.1.1 255.255.0.0
RHercules(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/1, changed state to down
RHercules(config-if)#exit
RHercules(config)#
Isikkan IP Address 172.33.1.2 pada Serial0/1 ( RLeo ) :

RJupiter>enable
RJupiter#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RJupiter(config)#interface serial0/1
RJupiter(config-if)#ip address 172.33.1.2 255.255.0.0
RJupiter(config-if)#no shutdown

RJupiter(config-if)#
%LINK-5-CHANGED: Interface Serial0/1, changed state to up

RJupiter(config-if)#exit
RJupiter(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up

RJupiter(config)#
RJupiter#
Yang Terakhir yaitu membuat tabel RIP Routing pada Rleo, Rjupiter, dan RHercules :
RJupiter masuk ke CLI :
RJupiter>enable
RJupiter#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RJupiter(config)#router rip
RJupiter(config-router)#network 192.168.1.0
RJupiter(config-router)#network 172.31.0.0
RJupiter(config-router)#network 172.33.0.0
RJupiter(config-router)#exit
RJupiter(config)#
RLeo masuk ke CLI :
RLeo>enable
RLeo#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RLeo(config)#router rip
RLeo(config-router)#network 172.31.0.0
RLeo(config-router)#network 172.32.0.0
RLeo(config-router)#network 10.0.0.0
RLeo(config-router)#exit
RLeo(config)#
RLHercules ke CLI :

RHercules>enable
RHercules#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RHercules(config)#router rip
RHercules(config-router)#network 172.33.0.0
RHercules(config-router)#network 172.32.0.0
RHercules(config-router)#exit
RHercules(config)#

Silakan Klik Download, Jika ingin Melihat Packet Tracernya

Share this article :

0 komentar:

Post a Comment

 
Copyright © 2017. Imagination - All Rights Reserved
Proudly powered by Blogger