How to Configure VLAN? I need Step by Step VLAN configuration guide.?
,
Network Engineer
Network Engineer
Vlan ( Virtual Local Area Network ) : Vlan is used to divide broadcast domain through configuration ( means boradcast domain is divided when ports are assigned to some specific Vlan ) .
example :
Q1 how to create vlan ?
SW1(config)#vlan 10
SW1(config-vlan)#name Sales
SW1(config-vlan)#exit
SW1(config)#vlan 20
SW1(config-vlan)#name Finance
SW1(config-vlan)#exit
Q2 how to Verify Vlan ?
SW1#show vlan brief
Q3 how to assign a port to speicific Vlan ?
SW1(config)#int fa0/1
SW1(config-if)#switchport access vlan 10
SW1(config-if)#exit
SW1(config)#int fa0/2
SW1(config-if)#switchport access vlan 20
SW1(config-if)#exit
Recommended
- How can you guarantee a job for students who has no experience in Networking field?
- How to configure VPN between Cisco Router and ASA Firewall?
- How to configure RIPV2 with no auto summary?
- How to configure PAT (Port Address Translation)?
- How to configure Default Routing on Cisco Routers?
- What is the scope of CCNA course in India?
- What is scope of CCIE?
- How to remember 7 layers of OSI Model?
- How much salary can we get after doing CCNA course in Delhi Gurgaon?
- How many CCIE’s are there worldwide?
- Is it possible to pass CCIE Certification in 1st attempt?