Packet Tracer 3.3.2.2

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

BPDU packets contain information on ports, addresses, priorities and costs and

ensure that the data ends up where it was intended to go.


STP port states : blocking, listening, learning, forwarding and disabled
PVST+ port state: discarding, learning and forwarding

S1, S2, S3:


vlan 10
vlan 20
vlan 30
vlan 40
vlan 50
vlan 60
vlan 70
vlan 80
vlan 99

S2:
interface range f0/11,f0/18,f0/6
switchport mode access
no shutdown

interface f0/6
switchport access vlan 30
interface f0/18
switchport access vlan 20
interface f0/11
switchport access vlan 10

interface range f0/1-4


switchport mode trunk
switchport trunk native vlan 99

S1:
interface range f0/1-4
switchport mode trunk
switchport trunk native vlan 99

S3:
interface range f0/1-4
switchport mode trunk
switchport trunk native vlan 99

S1,S2,S3:
interface vlan99
ip address 172.17.99.11-13 255.255.255.0
exit

spanning-tree mode rapid-pvst

S1:

spanning-tree vlan 1,10,30,50,70 root primary

S3:

spanning-tree vlan 20,40,60,80,99 root primary


S2:
spanning-tree vlan 1,10,20,30,40,50,60,70,80,99 root secondary

interface range f0/11, f0/18, f0/6


spanning-tree portfast
spanning-tree bpduguard enable

You might also like