Get all the CISCO PACKET files here :
https://github.com/akifislam/Cisco-Pa...
Table of Content
00:00 - Intro & Simulation of Outcome
02:33 - How to make a VLAN in a Switch?
09:01 - VLAN Trunk
13:07 - Inter VLAN Routing
Video Contains :
Setting up a VLAN 101 and 102 in a switch
How to merge / truncate 2 switches together so that both switch can act as a singular switch
Messaging passing between VLAN 1 to VLAN 2 through a router which we call inter VLAN routing.
Router CLI command Format for assigning IP address / gateway:
______________
enable
configure terminal
interface gigabitEthernet 0/1
ip address [gateway address] [subnet mask]
ip address 192.168.10.21 255.255.255.255
no shutdown
exit
do write memory
____________
VLAN Truncation Command
_____________
enable
configure terminal
interface fastEthernet 0/24
switchport mode trunk
no shutdown
exit
do write memory
___________
Behind the Video :
We watch lots of YouTube videos to learn about various subjects. But when I was studying Computer Networks, I didn't get any well explained Bengali video on YouTube on this topic. So I decided to contribute with this tutorial series.
In this tutorial series, we will learn about the basic of Cisco Packet Tracer with some combination of network devices.
Follow me on Facebook:
facebook.com/AkifCSE