How To Configure Vlan On Cisco Switch Step By Step?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Log into your Cisco switch using the console port or Telnet/SSH.
2. Enter global configuration mode by entering the command “configure terminal”
3. Create a new VLAN by entering the command “vlan [VLAN ID]”, replacing [VLAN ID] with the VLAN number you want to assign.
4. Give the VLAN a name by entering the command “name [VLAN Name]”
5. Assign IP addresses to the VLAN interfaces by entering the command “ip address [VLAN IP Address] [Subnet Mask]”
6. Assign ports to the VLAN by entering the command “interface [Port Number]”.
7. Enter the sub-