How To Configure VLAN On Cisco Switch (3 Layers)?

Asked By 0 points N/A Posted on -
qa-featured

I am not very comfortable in using many technologies especially the higher ones that includes codes and certain programming knowledge as well. So, can anybody help me on how to configure VLAN on Cisco switch? This task has been given to me by one of my seniors, so urgent help required!

SHARE
Answered By 10 points N/A #298332

How To Configure VLAN On Cisco Switch (3 Layers)?

qa-featured

Step-by-step instructions to configure a switch to perform VLAN routing:

  1. Enable routing on the switch using the command for IP routing.
  2. Write down the VLANs that you need to route between.
  • Use the show VLAN command to make sure that the VLAN database contains these VLANs.
  1. An IP Address should be assigned to each VLAN interface on the switch.
  2. Now, configure the VLAN interfaces using the above-identified IP Addresses.
  3. Using no switchport command, configure the interface to the default router.
  • Configure the default route for the switch.
  • Configure your end devices to use the VLAN interface as their default gateway.

The commands for the above process and an example can be read in detail on the following link:

https://www.cisco.com/c/en/us/support/docs/lan-switching/inter-vlan-routing/41860-howto-L3-intervlanrouting.html

Related Questions