Network Diagram
Overview
A Switched Virtual Interface (SVI) is a logical (virtual) interface in a Layer-3 switch that enables routing capabilities for a specific VLAN, allowing the switch to perform routing between different VLANs.
Key Points:
- Inter-VLAN Routing: SVIs act as a virtual Layer-3 interface for each VLAN, allowing for routing between VLANs within the same switch. Instead of using an external router (router-on-a-stick configuration), SVIs can route traffic directly inside the switch.
- Single VLAN Association: Each SVI is linked to a specific VLAN. You can create multiple SVIs on a Layer-3 switch, one for each VLAN.
- IP Address Assignment: Each SVI is assigned an IP address, which is used as the default gateway for devices within that VLAN. This IP address must not overlap with any other interfaces on the switch.
- SVIs on Layer-3 Switches: SVIs are mainly found on Layer-3 switches.
- Switch Management: An SVI can be used to manage the switch by assigning an IP address to the VLAN used for management traffic (like the default VLAN).
Requirements
For an SVI to come up, the following requirements must be met:
- The SVI must have a IP address that does not overlap with any other interfaces
- The VLAN assigned must be in Active state
- For the VLAN to be in Active state, one of two conditions must be met:
- An access port assigned to that VLAN
- A trunk port allowing traffic for that VLAN
Configuration
⚠️
Configuring an SVI does not auto-create a VLAN. This must be done separately, preferably before configuring the SVI.
Verification
show ip interface brief
show interface description
show vlan brief
SVI - Switched Virtual Interface
Switched Virtual Interface Table of Contents SVI - Switched Virtual Interface 1 What is an SVI? 1 Key Features of an SVI: 1 Use Cases for SVIs: 3 Summary: 3 SVI Requirements 4 SVI Configuration 5 SVI Verification 6 SVI Network Diagram Overview A Switched Virtual Interface (SVI) is a l…
Tech Directory