TUGAS PERTEMUAN 5 ADM JARINGAN
CONFIGURING RAPID PVST+
Tabel IPDevice | Interface | IP Address | Subnet Mask | Default Gateway |
S1 | VLAN 99 | 172.17.99.11 | 255.255.255.0 | N/A |
S2 | VLAN 99 | 172.17.99.12 | 255.255.255.0 | N/A |
S3 | VLAN 99 | 172.17.99.13 | 255.255.255.0 | N/A |
PC1 | NIC | 172.17.10.21 | 255.255.255.0 | 172.17.10.254 |
PC2 | NIC | 172.17.20.22 | 255.255.255.0 | 172.17.20.254 |
PC3 | NIC | 172.17.30.23 | 255.255.255.0 | 172.17.30.254 |
Spesifikasi Vlan pada Switch Port
Ports | Assignments | Network |
S2 F0/6 | VLAN 30 | 172.17.30.0/24 |
S2 F0/18 | VLAN 20 | 172.17.20.0/24 |
S2 F0/11 | VLAN 10 | 172.17.10.0/24 |
1. Konfigurasi PC
PC 1
PC 2
PC 3
2. konfigurasi VLAN
Switch 1
Swicth 2
3. Verifikasi VLAN
Switch 1
Switch 2
4. Tentukan Trunk ke VLAN 99
lakukan di Switch1 :
S1(config)# interface range f0/1-4
S1(config-if-range)# switchport mode trunk
S1(config-if-range)# switchport trunk native vlan 99
lakukan di Switch2 :
S2(config)# interface range f0/1-4
S2(config-if-range)# switchport mode trunk
S2(config-if-range)# switchport trunk native vlan 99
lakukan di Switch3 :
S3(config)# interface range f0/1-4
S3(config-if-range)# switchport mode trunk
S3(config-if-range)# switchport trunk native vlan 99
5. Konfigurasi alamat IP ke interface Switch
lakukan di Switch1 :
S1(config)# interface vlan99
S1(config-if)# ip address 172.17.99.11 255.255.255.0
lakukan di Switch2 :
S2(config)# interface vlan99
S2(config-if)# ip address 172.17.99.12 255.255.255.0
lakukan di Switch3 :
S3(config)# interface vlan99
S3(config-if)# ip address 172.17.99.13 255.255.255.0
Configure Rapid Spanning Tree PVST+ Load Balancing
Langkah 1 : Konfigurasi STP Mode
S1(config)# spanning-tree mode rapid-pvst
S2(config)# spanning-tree mode rapid-pvst
S3(config)# spanning-tree mode rapid-pvst
Langkah 2 : Konfigurasi Rapid Spanning Tree PVST+ load balancing.
konfigurasi S1 dan S3 ke Primary root dan S2 ke Secondary root.
S1(config)# spanning-tree vlan 1,10,30,50,70 root primary
S2(config)# spanning-tree vlan 1,10,20,30,40,50,60,70,80,99 root secondary
S3(config)# spanning-tree vlan 20,40,60,80,99 root primary
Configure PortFast and BPDU Guard
Langkah 1 : Konfigurasi PortFast di Switch2
S2(config)# interface range f0/6 , f0/11 , f0/18
S2(config-if-range)# spanning-tree portfast
Langkah 2 : Konfigurasi BPDU Guard di Switch2
S2(config)# interface range f0/6 , f0/11 , f0/18
S2(config-if-range)# spanning-tree bpduguard enable
Langkah 3 : Verifikasi konfigurasi :
S2
Komentar
Posting Komentar