This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Senin, 25 November 2019

STUDI KASUS PERUSAHAAN XYZ

Buatlah Sebuah Skema dengan ketentuan sebagai berikut



1. Buatlah design seperti dibawah ini


2. Masuk dalam CLI R1 dan ketikkan command ini: 

Router> ena
Router# conf t
Router(config)# hostname R1
R1(config)# int fa1/0
R1(config-if)# ip address  172.16.19.1 255.255.255.224
R1(config-if)# no shutdown
R1(config-if)# exit
R1(config)# ip dhcp pool cabang1
R1(dhcp-config)# default-router 172.16.19.254
R1(dhcp-config)# network 172.16.19.0 255.255.255.224
R1(dhcp-config)# exit
R1(config)# ip dhcp excluded-address 172.16.19.254
R1(config)# int se2/0
R1(config-if)# ip address 10.0.19.1 255.255.255.252
R1(config-if)# no shutdown
R1(config-if)# exit
R1(config)# router eigrp 10
R1(config-router)# net 172.16.19.0 0.0.0.31
R1(config-router)# net 10.0.19.0 0.0.0.3
R1(config-router)# exit
R1(config)#

3. Masuk kedalam CLI R2 dan ketikkan command ini :

Router> ena
Router# conf t
Router(config)# hostname R2
R2(config)# int fa6/0
R2(config-if)# ip address 172.17.19.1 255.255.255.224
R2(config-if)# no shutdown
R2(config-if)# exit
R2(config)# ip dhcp pool cabang2
R2(dhcp-config)# default-router 172.17.19.254
R2(dhcp-config)# network 172.17.19.0 255.255.255.224
R2(dhcp-config)# exit
R2(config)# ip dhcp excluded-address 172.17.19.254
R2(config)# int se2/0
R2(config-if)# ip address 10.0.19.2 255.255.255.252
R2(config-if)# no shutdown
R2(config-if)# exit
R2(config)# int se3/0
R2(config-if)# ip address 10.10.19.2 255.255.255.252
R2(config-if)# no shutdown
R2(config-if)# exit
R2(config)# router eigrp 10
R2(config-router)# net 172.17.19.0 0.0.0.31
R2(config-router)# net 10.0.19.0 0.0.0.3
R2(config-router)# net 10.10.19.0 0.0.0.3
R2(config-router)# exit
R2(config)#

4. Masuk ke dalam CLI R3 dan masukkan command ini:

Router> ena
Router# conf t
Router(config)# hostname R3
R3(config)# int fa0/0
R3(config-if)# ip address 172.18.19.1 255.255.255.240
R3(config-if)# no shutdown
R3(config-if)# exit
R3(config)# ip dhcp pool cabang3
R3(dhcp-config)# default-router 172.18.19.254
R3(dhcp-config)# network 172.18.19.0 255.255.255.240
R3(dhcp-config)# exit
R3(config)# ip dhcp excluded-address 172.18.19.254
R3(config)# int se2/0
R3(config-if)# ip address 10.10.19.1 255.255.255.252
R3(config-if)# no shutdown
R3(config-if)# exit
R3(config)# router eigrp 10
R3(config-router)# net 172.18.19.0 0.0.0.15
R3(config-router)# net 10.10.19.0 0.0.0.3
R3(config-router)# exit
R3(config)#

5. Terakhir setting pada laptop mengganti mode LAN ke Wireless sepertigambar ini:

lalu koneksikan semua nya.
Semoga bermanfaat

Senin, 04 November 2019

Konfigurasi Rapid PVST+

Konfigurasi Switch 1
  S1>en
  S1#conf t
  enter configuration commands,one per line. End with CNTL/Z
  S1(config)#vlan 10
  S1(config-vlan)#vlan 20
  S1(config-vlan)#vlan 30
  S1(config-vlan)#vlan 40
  S1(config-vlan)#vlan 50
  S1(config-vlan)#vlan 60
  S1(config-vlan)#vlan 70
  S1(config-vlan)#vlan 80
  S1(config-vlan)#vlan 99
  S1(config-vlan)#int range f0/1-4
  S1(config-if-range)#switchport mode trunk
  S1(config-if-range)#switchport trunk native 99
  S1(config)#int vlan 99
  S1(config-if)ip add 172.17.99.11 255.255.255.0
  S1(config-if)no shut
  S1(config)#spanning-tree mode rapid-pvst
  S1(config)#spanning-tree vlan 1,10,30,50,70 root primary

Konfigurasi switch 2
  S1>en
  S1#conf t
  enter configuration commands,one per line. End with CNTL/Z
  S1(config)#int fa0/11
  S1(config-if)#switchport mode access
  S1(config-if)#switchport access vlan 10
  S1(config-if)#spanning-tree bpduguard enable
  S1(config-if)#spanning-tree portfast
  S1(config-if)#no shut
  S1(config)#int fa0/6
  S1(config-if)#switchport mode access
  S1(config-if)#switchport access vlan 30
  S1(config-if)#spanning-tree bpduguard enable
  S1(config-if)#spanning-tree portfast
  S1(config-if)#no shut
  S1(config-if)#vlan 10
  S1(config-vlan)#vlan 20
  S1(config-vlan)#vlan 30
  S1(config-vlan)#vlan 40
  S1(config-vlan)#vlan 50
  S1(config-vlan)#vlan 60
  S1(config-vlan)#vlan 70
  S1(config-vlan)#vlan 80
  S1(config-vlan)#vlan 99
  S1(config-vlan)#ex
  S1(config)int vlan 99
  S1(config-if)ip add 172.17.99.12 255.255.255.0
  S1(config-if)no shut
  S1(config-if)ex
  S1(config)spanning-tree vlan 1,10,20,30,40,50,60,70,80,99 root secondary
  S1(config)spanning-tree mode rapid-pvst


Konfigurasi switch 3
  S1>en
  S1#conf t
  enter configuration commands,one per line. End with CNTL/Z
  S1(config)#vlan 10
  S1(config-vlan)#vlan 20
  S1(config-vlan)#vlan 30
  S1(config-vlan)#vlan 40
  S1(config-vlan)#vlan 50
  S1(config-vlan)#vlan 60
  S1(config-vlan)#vlan 70
  S1(config-vlan)#vlan 80
  S1(config-vlan)#vlan 99
  S1(config-vlan)#int range f0/1-4
  S1(config-if-range)#switchport mode trunk
  S1(config-if-range)#switchport trunk native 99
  S1(config)#spanning-tree mode rapid-pvst
  S1(config)#spanning-tree vlan 20,40,60,80,99 root primary
  S1(config)#int vlan 99
  S1(config-if)#ip address 172.17.99.13 255.255.255.0
  S1(config-if)#no shut