Service Manual

Table Of Contents
PVST+ Sample Configurations
The following examples provide the running configurations for the topology shown in the previous
illustration.
Example of PVST+ Configuration (R1)
interface TenGigabitEthernet 1/22
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/32
no ip address
switchport
no shutdown
!
protocol spanning-tree pvst
no disable
vlan 100 bridge-priority 4096
interface Vlan 100
no ip address
tagged TenGigabitEthernet 1/22,32
no shutdown
!
interface Vlan 200
no ip address
tagged TenGigabitEthernet 1/22,32
no shutdown
!
interface Vlan 300
no ip address
tagged TenGigabitEthernet 1/22,32
no shutdown
!
protocol spanning-tree pvst
no disable
vlan 100 bridge-priority 4096
Example of PVST+ Configuration (R2)
interface TenGigabitEthernet 2/12
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 2/32
no ip address
switchport
no shutdown
!
interface Vlan 100
no ip address
tagged TenGigabitEthernet 2/12,32
no shutdown
!
interface Vlan 200
no ip address
tagged TenGigabitEthernet 2/12,32
no shutdown
!
interface Vlan 300
no ip address
tagged TenGigabitEthernet 2/12,32
Per-VLAN Spanning Tree Plus (PVST+)
771