Jumat, 07 Juli 2017

jaringan untuk 50 host dan 100 host

cisco packet trancer, jaringan untuk 50 host dan 100 host

1. langkah pertama buat seperti gambar yang ada dibawa ini



2. setting modul perangkat router




3. pasang kabel untuk menujukan switch dan router




UNTUK ROUTER 1
Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname Lantai1
Lantai1(config)#interface fa0/0
Lantai1(config-if)#ip address 172.16.0.1 255.255.255.0
Lantai1(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
Lantai1(config-if)#interface s0/0
Lantai1(config-if)#ip address 202.10.10.4 255.255.255.0
Lantai1(config-if)#clock rate 64000
Lantai1(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0, changed state to down
Lantai1(config-if)#exit
Lantai1(config)# ip route 0.0.0.0 0.0.0.0 s0/0
Lantai1(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Lantai1#copy run start
Destination filename [startup-config]? <tekan ENTER>
Building configuration…
[OK]
Lantai1#




UNTUK ROUTER 2
Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname Lantai2
Lantai2(config)#interface fa0/0
Lantai2(config-if)#ip address 182.16.0.1 255.255.255.0
Lantai2(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
Lantai2(config-if)#interface s0/0
Lantai2(config-if)#ip address 202.10.10.5 255.255.255.0
Lantai2(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0, changed state to up
Lantai2(config-if)#interface s0/1
Lantai2(config-if)#ip address 202.10.11.6 255.255.255.0
Lantai2(config-if)#clock rate 64000
Lantai2(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/1, changed state to up
Lantai2(config-if)#exit
Lantai2(config)#ip route 172.16.0.0 255.255.255.0 202.10.10.4
Lantai2(config)#ip route 192.16.0.0 255.255.255.0 202.10.11.7
Lantai2(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Lantai2#copy run start
Destination filename [startup-config]? <tekan ENTER>
Building configuration…
[OK]
Lantai2#


 UNTUK ROUTER 3


Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname Lantai3
Lantai3(config)#interface fa0/0
Lantai3(config-if)#ip address 192.16.0.1 255.255.255.0
Lantai3(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
Lantai3(config-if)#interface s0/0
Lantai3(config-if)#ip address 202.10.11.7 255.255.255.0
Lantai3(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0, changed state to down
Lantai3(config-if)#exit
Lantai3(config)# ip route 0.0.0.0 0.0.0.0 s0/0
Lantai3(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Lantai3#copy run start
Destination filename [startup-config]? <tekan ENTER>
Building configuration…
[OK]

Lantai3#

SELANJUTNYA SETTING DHCP UNTUK ROUTER LANTAI 1
Lantai1>enable
Lantai1#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Lantai1(config)#ip dhcp pool lantai1
Lantai1(dhcp-config)#network 172.16.0.0 255.255.255.0
Lantai1(dhcp-config)#default-router 172.16.0.1
Lantai1(dhcp-config)#exit
Lantai1(config)#ip dhcp excluded-address 172.16.0.1 172.16.0.10
Lantai1(config)#exit
%SYS-5-CONFIG_I: Configured from console by console

Lantai1#



SETTING DHCP UNTUK LANTAI 2
Lantai2>enable
Lantai2#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Lantai2(config)#ip dhcp pool lantai2
Lantai2(dhcp-config)#network 182.16.0.0 255.255.255.0
Lantai2(dhcp-config)#default-router 182.16.0.1
Lantai2(dhcp-config)#exit
Lantai2(config)#ip dhcp excluded-address 182.16.0.1 182.16.0.10
Lantai2(config)#exit
%SYS-5-CONFIG_I: Configured from console by console

Lantai2#

SETTING DHCP UNTUK LANTAI 3
Lantai3>enable
Lantai3#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Lantai3(config)#ip dhcp pool lantai1
Lantai3(dhcp-config)#network 192.16.0.0 255.255.255.0
Lantai3(dhcp-config)#default-router 192.16.0.1
Lantai3(dhcp-config)#exit
Lantai3(config)#ip dhcp excluded-address 192.16.0.1 192.16.0.10
Lantai3(config)#exit
%SYS-5-CONFIG_I: Configured from console by console

Lantai3#
 



TERIMA KASIH SEMOGA BERMANFAAT







jaringan untuk 50 host dan 100 host

cisco packet trancer, jaringan untuk 50 host dan 100 host 1. langkah pertama buat seperti gambar yang ada dibawa ini   2. setting ...