RPVST+
RPVST+
Lab Summary
Configure Rapid Per VLAN Spanning Tree Protocol (RPVST+) for VLAN 10 and
VLAN 11 to enable communication between hosts and servers.
Lab Configuration
Switch 1:
Click on the switch-1 icon and select the CLI folder. Hit the <enter> key for user
mode prompt (>).
Step 2: Assign Fa0/1 as a trunk interface and allow VLAN 10 and VLAN 11.
switch-1(config)# interface fastethernet0/1
switch-1(config-if)# switchport mode trunk
switch-1(config-if)# switchport trunk allowed vlan 10-11
switch-1(config-if)# exit
Step 3: Assign Fa1/1 as a trunk interface and allow VLAN 10 and VLAN 11.
switch-1(config)# interface fastethernet1/1
switch-1(config-if)# switchport mode trunk
switch-1(config-if)# switchport trunk allowed vlan 10-11
switch-1(config-if)# exit
Switch-2:
Click on the switch-2 icon and select the CLI folder. Hit the <enter> key for user
mode prompt (>).
Step 6: Assign Fa0/1 as a trunk interface and allow VLAN 10 and VLAN 11.
switch-2(config)# interface fastethernet0/1
switch-2(config-if)# switchport mode trunk
switch-2(config-if)# switchport trunk allowed vlan 10-11
switch-2(config-if)# exit
Step 7: Assign Fa1/1 as a trunk interface and allow VLAN 10 and VLAN 11.
switch-2(config)# interface fastethernet1/1
switch-2(config-if)# switchport mode trunk
switch-2(config-if)# switchport trunk allowed vlan 10-11
switch-2(config-if)# exit
Click on the switch-3 icon and select the CLI folder. Hit the <enter> key for user
mode prompt (>).
Step 10: Assign Fa0/1 as a trunk interface and allow VLAN 10 and VLAN 11.
switch-3(config)# interface fastethernet0/1
switch-3(config-if)# switchport mode trunk
switch-3(config-if)# switchport trunk allowed vlan 10-11
switch-3(config-if)# exit
Step 11: Assign Fa1/1 as a trunk interface and allow VLAN 10 and VLAN 11.
switch-3(config)# interface fastethernet1/1
switch-3(config-if)# switchport mode trunk
switch-3(config-if)# switchport trunk allowed vlan 10-11
switch-3(config-if)# exit
Step 12: Configure Rapid Per VLAN Spanning Tree Protocol (RPVST+).
switch-3(config)# spanning-tree mode rapid-pvst
switch-3(config)# end
switch-3# copy running-config startup-config
Lab Notes: The root bridge for VLAN 10 and VLAN 11 is switch-3