Vlan
Vlan
Vlan states
Active (Default)
o Data forwarding can be done for that vlan.
Shutdown
o Will stop data forwarding for a vlan on a local switch.
Suspend
o Will stop forwarding for a vlan in entire VTP domain.
o Switch(config-vlan)#state suspend
Inactive
o Any ports assigned into a vlan but that vlan is not available in vlan database.
o Switch#show interfaces fa1/0/1 switchport ( to check inactive )
Switch(Config)#Vlan 10
Switch(Config-vlan)#name sales
Switch# Show vlan brief
Switch(Config)#no Vlan 10( delete vlan )
1) Local Vlans
a. Ports of a vlan which are available on one switch only.
2) End to End Vlans
a. Ports of a vlan which are available on two or more switches.
Extended Vlans
o Use In ISP Networks
o Range ( 1006-4094)
No Switchport
o To make Layer 2 port into Layer 3 port on switch
o In order to make any Port on Layer 3, the switch automatically assigns that port
into one extended range of vlan
o If any extended vlan is available in local vlan database then next available
extended vlan will be assigned to the port to separate it from other broadcast
domain.
o Ascending (Default) Start from 1006
o Descending start from 4094
Switchport
Ports which transmit data on the basis of layer 2 address are called
Switchport.
By default all interfaces of a switch are operating in layer 2 mode known
as Switchport.
There are 2 types of Switchport.
o Access Port
Access Port is a member of one vlan.
It is transmit only one vlan traffic.
o Trunk Port
Trunk Ports are members of all Vlans.
It can transmit multiple vlan traffic at the same time.
Tag can be transmitted only a single collision domain and that too
over trunk link only.
Retagging
o In order to perform retagging on transitory switches (switch which receives
tag on one port and needs to forward on another trunk port), that switch
must have that vlan in vlan database.
All transitory switches should have Vlans available for retagging no matter that
switch has any access port for that vlan or not.
Native Vlan