Switch Virtual Interfaces

  • February 10, 2018
svi-operation
Inter VLAN Routing, in other words Routing between VLANs can be achieved by SVIs (Switch Virtual Interfaces). Here, we need to have a Multi Layer Switch. Layer 2 switches can also have SVI, but only one.This is the default switch management SVI created for VLAN 1. For Inter VLAN Routing, firstly, we need to use “ip routing” command on the multi layer switch that our VLANs reside. After this command, we can create a Switch Virtual Interface for each VLAN on the switch and we can assign an IP address to this SVI (Switch Virtual Interfaces). Then, At the multi layer switch, routing will be done and the communication between these VLANs will be provided.
switch-virtual-interfaces

Switch Virtual Intrefaces (SVI) Operation

For Switch Virtual Interface (SVI) Operation, think about the below figure.
svi-operation
Here, a PC from VLAN 2 will communicate with a PC from VLAN 4. The communication steps for this SVI Operation will be like below: 1. Traffic comes from VLAN 2 2. Traffic reaches to the SVI of VLAN 2 3. Multi Layer Switch routes the traffic 4. Traffic come to the SVI of VLAN 4 5. Traffic reaches VLAN 4

SVI Configuration Steps

Now, let’s talk about the configuration steps of Switch Virtual Interfaces: [sc name=”ContentRMessage”] Other Inter VLAN Routing Articles : Inter VLAN Routing – Router On Stick Inter VLAN Routing – Switch Virtual Interfaces Inter VLAN Routing – Router On Stick Configuration Inter VLAN Routing – Switch Virtual Interfaces Configuration

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

SFP

SFP (Small Form-factor Pluggable) is a hot-pluggable network interface module used in the network devices of today’s computer networks. In...
CCNP ENCOR 350-401 Exam is the required exam for CCNP ENCOR (Implementing Cisco Enterprise Network Core Technologies) or CCIE Enterprise...
Networking Certifications has served as a stepping stone for those seeking to advance their careers in Networking, h they are...
In this article, we will focus on File Transfer Protocol (FTP), FTP Ports and FTP Modes. We will firstly learn...