switch>en
switch#config
switch(config)#vlan 10
- rename VLAN
switch(config-vlan)#name ICT
- show vlan
switch#show vlan brief
-vlan mode access ex f0/1
switch(config)#int f0/1
switch(config-if)#switchport mode access
switch(config-if)#switchport access vlan 10
switch(config-if)#description vlan-ICT
switch(config-if)#no shut
-if you want make same vlan on 2 fasethernet on same time
switch(config)#int range f0/2-3
switch(config-if)#switchport mode access
switch(config-if)#switchport access vlan 10
switch(config-if)#description vlan-ICT
switch(config-if)#no shut
- create Port mode Trunk ex f0/23
switch(config)#int f0/23
switch(config-if)#switchport mode trunkswitch(config-if)#switchport access vlan 10
switch(config-if)#no shut