———VTP
NOTE: //200/300 PC’s per broadcast domain.

//configure trunk ports between switches. Required for VTP traffic
//also required to send packets out the same vlan on another switch
int fa0/1
//may need encapsulation set
switport trunk encapsulation dot1q
//set port to trunk
switchport mode trunk
//configure ports that will have pc’s plugged in
int range fa0/1 – 24
switchport mode access
conf t
vtp domain [name]
vtp password [password]

//transparent does not send out or accept updates from VTP
//does not listen to vtp updates, update itself
//does pass on vtp updates from other switches
vtp mode [client/server/transparent]
vtp pruning


—–Create VLANs
//Dont send broadcast to switches without the vlan, requires vtp
//create a vlan
Conf t
vlan [number]
name [name]

—-VLANs
native vlan is the default vlan for a packet not tagged
native vlan mismatch, different native vlans on 2 connected interfaces.
you have actually bridged two vlans,

Leave a Reply