TERIMA KASIH ATAS KUNJUNGAN ANDA.

Kamis, 12 Januari 2012

IP ROUTER STATIS ( Jarkom II )

IP ROUTER STATIS ( Jarkom II )

Router LAB A
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname LAB_A

LAB_A(config)#int fa 0/0
LAB_A(config-if)#ip add 192.5.5.1 255.255.255.0
LAB_A(config-if)#no sh
LAB_A(config-if)#exit
LAB_A(config)#int se 2/0
LAB_A(config-if)#ip add 201.100.11.2 255.255.255.0
LAB_A(config-if)#clock rate 9600
LAB_A(config-if)#no sh
LAB_A(config-if)#exit
LAB_A(config)#int fa 1/0
LAB_A(config-if)#ip add 205.7.5.1 255.255.255.0
LAB_A(config-if)#no sh
LAB_A(config-if)#exit
%SYS-5-CONFIG_I: Configured from console by console

LAB_A#write mem
Building configuration...
[OK]

Lanjut ke Router 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)#int fa 0/0
LAB_B(config-if)#ip add 219.17.100.1 255.255.255.0
LAB_B(config-if)#no sh
LAB_B(config-if)#exit
%SYS-5-CONFIG_I: Configured from console by console
LAB_B(config)#int se 3/0
LAB_B(config-if)#ip add 201.100.11.2 255.255.255.0
LAB_B(config-if)#no sh
LAB_B(config-if)#exit
LAB_B(config)#int se 2/0
LAB_B(config-if)#ip add 199.6.13.1 255.255.255.0
LAB_B(config-if)#clock rate 9600
LAB_B(config-if)#no sh

%LINK-5-CHANGED: Interface Serial2/0, changed state to down
LAB_B(config-if)#
LAB_B(config-if)#exit

LAB_B#write mem
Building configuration...
[OK]

Ayok dilanjut ROUTER LAB C
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname LAB_C
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 sh

%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)#int se 2/0
LAB_C(config-if)#ip add 204.204.7.1 255.255.255.0
LAB_C(config-if)#no sh

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

LAB_C(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

LAB_C(config-if)#exit

LAB_C(config)#interface Serial3/0
LAB_C(config-if)#ip address 199.6.13.2 255.255.255.0
LAB_C(config-if)#clock rate 9600
LAB_C(config-if)#no sh

%LINK-5-CHANGED: Interface Serial3/0, changed state to down
LAB_C(config-if)#exit
%SYS-5-CONFIG_I: Configured from console by console

LAB_C#write mem
Building configuration...
[OK]

Di lanjut ke ROUTER 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)#int fa 0/0
LAB_D(config-if)#ip add 210.93.105.1 255.255.255.0
LAB_D(config-if)#no sh

%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)#exit
LAB_D(config)#int se 3/0
LAB_D(config-if)#ip add 204.204.7.2 255.255.255.0
LAB_D(config-if)#no sh

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

LAB_D(config-if)#exit
LAB_D(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up


LAB_D#
%SYS-5-CONFIG_I: Configured from console by console

LAB_D#write mem
Building configuration...
[OK]

Next ROUTER 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)#int fa0/0
LAB_E(config-if)#ip add 210.93.105.2 255.255.255.0
LAB_E(config-if)#no sh

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

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

LAB_E(config-if)#exit
LAB_E(config)#exit
LAB_E#
%SYS-5-CONFIG_I: Configured from console by console

LAB_E#write mem
Building configuration...
[OK]

2. Tahap berikutnya setting IP Route 

IP ROUTE LAB A
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)#^Z
LAB_A#
%SYS-5-CONFIG_I: Configured from console by console

LAB_A#write mem
Building configuration...
[OK]

IP ROUTE LAB B
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.6.13.2
LAB_B(config)#ip route 204.204.7.0 255.255.255.0 199.6.13.2
LAB_B(config)#ip route 210.93.105.0 255.255.255.0 199.6.13.2
LAB_B(config)#^Z
LAB_B#
%SYS-5-CONFIG_I: Configured from console by console

LAB_B#write mem
Building configuration...
[OK]

IP ROUTE LAB C
LAB_C(config)#ip route 219.17.100.0 255.255.255.0 199.6.13.1
LAB_C(config)#ip route 201.100.11.0 255.255.255.0 199.6.13.1
LAB_C(config)#ip route 192.5.5.0 255.255.255.0 199.6.13.1
LAB_C(config)#ip route 205.7.5.0 255.255.255.0 199.6.13.1
LAB_C(config)#ip route 210.93.105.0 255.255.255.0 204.204.7.2
LAB_C(config)#^Z
LAB_C#
%SYS-5-CONFIG_I: Configured from console by console

LAB_C#write mem
Building configuration...
[OK]

IP ROUTE LAB D
LAB_D(config)#ip route 223.8.151.0 255.255.255.0 204.204.7.1
LAB_D(config)#ip route 199.6.13.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)#^Z
LAB_D#
%SYS-5-CONFIG_I: Configured from console by console

LAB_D#write mem
Building configuration...
[OK]

IP ROUTE LAB E
LAB_E(config)#ip route 204.204.7.0 255.255.255.0 210.93.105.1
LAB_E(config)#ip route 223.8.151.0 255.255.255.0 210.93.105.1
LAB_E(config)#ip route 199.6.13.0 255.255.255.0 210.93.105.1
LAB_E(config)#ip route 219.17.100.0 255.255.255.0 210.93.105.1
LAB_E(config)#ip route 201.100.11.0 255.255.255.0 210.93.105.1
LAB_E(config)#ip route 192.5.5.0 255.255.255.0 210.93.105.1
LAB_E(config)#ip route 205.7.5.0 255.255.255.0 210.93.105.1

LAB_E(config)#^Z
LAB_E#
%SYS-5-CONFIG_I: Configured from console by console

LAB_E#write mem
Building configuration...
[OK]














0 komentar:

Posting Komentar

kiri kanan home
Template by : Desain Filiex