Sabtu, 02 Mei 2015


ROUTER RIP


Isikan IP Address pada Rjupiter 192.168.12.1, kemudian 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.12.1 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 pada RLeo 10.10.10.12, 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.12 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 pada Serial0/0 ( RLeo ) 172.31.12.1:

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.12.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 pada Serial0/0 ( RJupiter ) 172.32.12.1 :


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.12.1 255.255.0.0
RLeo(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/1, changed state to down
RLeo(config-if)#exit
RLeo(config)#

Isikkan IP Address pada Serial0/0 ( RHercules )  172.32.12.2:

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.12.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 pada Serial0/1 ( RHercules ) 172.33.12.1 :

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.12.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 pada Serial0/1 ( RLeo )  172.33.12.2:

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.12.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#

Buat  tabel RIP Routing pada Rleo, Rjupiter, dan RHercules ,kemudian masuk RJupiter 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.12.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)#

Masuk ke 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)#





Tidak ada komentar:

Posting Komentar