Home » People & Blogs » Switching Concepts Communicate with 2 different LAN SVI LAB on PNET | EVE-NG Part 4

Switching Concepts Communicate with 2 different LAN SVI LAB on PNET | EVE-NG Part 4

Written By B2A NWLAB on Saturday, May 20, 2023 | 11:14 AM

 
Hello All, Welcome to B2A NWLAB Channel Switching Concepts SVI (Switch Virtual interface). This video covered topics about SVI (Switch Virtual interface) or communicating with 2 different LANs. The task used in this LAB- ------------------------------------------ 1.Create required vlan on all switches and shift port in that vlan. 2.Assign Ip address and gateway to end user machine. 3.Enable Ip routing in Multilayer switch. 4.configure svi on multi-layer switch. 5.configure Trunk on connected switch Port. 6.Verify connectivity on 2 different vlan. -------------Command to be used in LAB to configure Core switch--------- Enable routing Core_Sw(config)#ip routing -------------------VLAN 10 SVI-------------- Core_Sw(config)#int vlan 10 Core_Sw(config-if)#ip address 192.168.10.100 255.255.255.0 Core_Sw(config-if)#no shut -------------------VLAN 20 SVI-------------- Core_Sw(config)#int vlan 20 Core_Sw(config-if)#ip address 192.168.20.100 255.255.255.0 Core_Sw(config-if)#no shut ------------------VLAN 30 SVI-------------- Core_Sw(config)#int vlan 30 Core_Sw(config-if)#ip address 192.168.30.100 255.255.255.0 Core_Sw(config-if)#no shut Verify SVI- sh ip int brief

Download:

Download Download as MP3 Download as MP4