November 28, 2011
LATIHAN RIP
Route 0 LAB_A
LAB_A>en
LAB_A#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_A(config)#int fa0/0
LAB_A(config-if)#ip add 192.5.5.1 255.255.255.0
LAB_A(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
LAB_A(config-if)#exit
LAB_A(config)#exit
LAB_A#
%SYS-5-CONFIG_I: Configured from console by console
LAB_A#en
LAB_A#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_A(config)#int fa1/0
LAB_A(config-if)#ip add 205.7.5.1 255.255.255.0
LAB_A(config-if)#no shut
LAB_A(config-if)#exit
LAB_A(config)#exit
LAB_A#
%SYS-5-CONFIG_I: Configured from console by console
LAB_A#en
LAB_A#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_A(config)#int ser2/0
LAB_A(config-if)#i add 201.100.11.1 255.255.255.0
LAB_A(config-if)#clock rate 64000
LAB_A(config-if)#no shut
LAB_A(config-if)#exit
LAB_A(config)#exit
LAB_A#
%SYS-5-CONFIG_I: Configured from console by console
LAB_A#sh run
Building configuration...
Current configuration : 706 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname LAB_A
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.5.5.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 205.7.5.1 255.255.255.0
duplex auto
speed auto
!
interface Serial2/0
ip address 201.100.11.1 255.255.255.0
clock rate 64000
!
interface Serial3/0
no ip address
shutdown
!
--More--
Route 1 LAB_B
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname LAB_B
LAB_B(config)#exit
LAB_B#
%SYS-5-CONFIG_I: Configured from console by console
LAB_B#en
LAB_B#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_B(config)#int fa0/0
LAB_B(config-if)#ip add 219.17.100.1 255.255.255.0
LAB_B(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Lab2(config-if)#exit
Lab2(config)#exit
LAB_B#en
LAB_B#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_B(config)#int ser2/0
LAB_B(config-if)#ip add 199.6.13.1 255.255.255.0
LAB_B(config-if)#clock rate 64000
LAB_B(config-if)#no shut
%LINK-5-CHANGED: Interface Serial2/0, changed state to down
LAB_B(config-if)#exit
LAB_B(config)#exit
LAB_B#en
LAB_B#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_B(config)#int ser3/0
LAB_B(config-if)#ip add 201.100.11.2 255.255.255.0
LAB_B(config-if)#no shut
%LINK-5-CHANGED: Interface Serial3/0, changed state to up
LAB_B(config-if)#exit
LAB_B(config)#exit
LAB_B#
%SYS-5-CONFIG_I: Configured from console by console
LAB_B#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to upsh run
Building configuration...
Current configuration : 663 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname LAB_B
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 219.17.100.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
ip address 199.6.13.1 255.255.255.0
clock rate 64000
!
interface Serial3/0
ip address 201.100.11.2 255.255.255.0
!
interface Fa
Route 2 LAB_C
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname Lab3
LAB_C(config)#exit
LAB_C#
%SYS-5-CONFIG_I: Configured from console by console
LAB_C#en
LAB_C#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_C(config)#int fa0/0
LAB_C(config-if)#ip add 223.8.151.1 255.255.255.0
LAB_C(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
LAB_C(config-if)#exit
LAB_C(config)#exit
LAB_C#en
LAB_C#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_C(config)#int ser2/0
LAB_C(config-if)#ip add 204.204.7.1 255.255.255.0
LAB_C(config-if)#clock rate 64000
LAB_C(config-if)#no shut
%LINK-5-CHANGED: Interface Serial2/0, changed state to down
LAB_C(config-if)#exit
LAB_C(config)#exit
LAB_C#en
LAB_C#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_C(config)#int ser3/0
LAB_C(config-if)#ip add 199.6.13.2 255.255.255.0
LAB_C(config-if)#no shut
%LINK-5-CHANGED: Interface Serial3/0, changed state to up
LAB_C(config-if)#exit
LAB_C(config)#exit
interface FastEthernet0/0
ip address 223.8.151.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
ip address 204.204.7.1 255.255.255.0
clock rate 64000
!
interface Serial3/0
ip address 199.6.13.2 255.255.255.0
!
interface FastEthernet4/0
--More--
Route 3 LAB_D
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname LAB_D
LAB_D(config)#exit
LAB_D#
%SYS-5-CONFIG_I: Configured from console by console
LAB_D#en
LAB_D#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_D(config)#int fa0/0
LAB_D(config-if)#ip add 210.93.105.1 255.255.255.0
LAB_D(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
LAB_D(config-if)#exit
LAB_D(config)#exit
LAB_D>en
LAB_D#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_D(config)#int ser3/0
LAB_D(config-if)#ip add 204.204.7.2 255.255.255.0
LAB_D(config-if)#no shut
Lab4(config-if)#
%LINK-5-CHANGED: Interface Serial3/0, changed state to up
Lab4(config-if)#exit
Lab4(config)#
interface FastEthernet0/0
ip address 210.93.105.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
ip address
!
interface Serial3/0
no ip address 204.204.7.2 255.255.255.0
shutdown
--More--
Route 4 LAB_E
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname LAB_E
LAB_E(config)#exit
LAB_E#
%SYS-5-CONFIG_I: Configured from console by console
LAB_E(config)#int fa0/0
LAB_E(config-if)#ip add 210.93.105.2 255.255.255.0
LAB_E(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#exit
LAB_A
LAB_A>en
RLAB_A#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_A(config)#ip route 219.17.100.0 255.255.255.0 201.100.11.2
LAB_A(config)#ip route 199.6.13.0 255.255.255.0 201.100.11.2
LAB_A(config)#ip route 223.8.151.0 255.255.255.0 201.100.11.2
LAB_A(config)#ip route 204.204.7.0 255.255.255.0 201.100.11.2
LAB_A(config)#ip route 210.93.105.0 255.255.255.0 201.100.11.2
LAB_A(config)#exit
LAB_B
LAB_B#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_B(config)#ip route 205.7.5.0 255.255.255.0 201.100.11.1
LAB_B(config)#ip route 192.5.5.0 255.255.255.0 201.100.11.1
LAB_B(config)#ip route 223.8.151.0 255.255.255.0 199.13.6.2
LAB_B(config)#ip route 204.204.7.0 255.255.255.0 199.13.6.2
LAB_B(config)#ip route 210.93.105.0 255.255.255.0 199.13.6.2
LAB_B(config)#exit
LAB_C
LAB_C>ena
LAB_C#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_C(config)#ip route 219.17.100.0 255.255.255.0 199.13.6.1
LAB_C(config)#ip route 201.100.11.0 255.255.255.0 199.13.6.1
LAB_C(config)#ip route 192.5.5.0 255.255.255.0 199.13.6.1
LAB_C(config)#ip route 205.7.5.0 255.255.255.0 199.13.6.1
LAB_C(config)#ip route 210.93.105.0 255.255.255.0 204.204.7.2
LAB_C(config)#exit
LAB_D
LAB_D>en
LAB_D#conf t
Enter configuration commands, one per line. End with CNTL/Z.
LAB_D(config)#ip route 223.8.151.0 255.255.255.0 204.204.7.1
LAB_D(config)#ip route 199.13.6.0 255.255.255.0 204.204.7.1
LAB_D(config)#ip route 219.17.100.0 255.255.255.0 204.204.7.1
LAB_D(config)#ip route 201.100.11.0 255.255.255.0 204.204.7.1
LAB_D(config)#ip route 192.5.5.0 255.255.255.0 204.204.7.1
LAB_D(config)#ip route 205.7.5.0 255.255.255.0 204.204.7.1
LAB_D(config)#exit
Langganan:
Posting Komentar (Atom)

Tidak ada komentar:
Posting Komentar