VLANs (Part 2)

trunk ports are basically allow traffic to forward using a single interface like one cable
access ports are using a lot of cable to send traffic




































switch 2 g0/0 interface

switch 2 g0/1 interface which is connected to router



router 1 interface g0/0











lab exercise
sw1



sw2

sw1

then use native to call this trunk
like vlan 10,30 are in a native trunk
1001 is just a random number pick any number

sw2

This will show the interfaces that are active in a vlan trunk

We have to create the vlan 30 in switch 2
so that vlan 20 can receive traffic from vlan 30 through the trunk

Then we are going to configure the g0/2 which is to router


ROUTERRRRRR 1

vlan 10 from router

vlan 20 from router

vlan 30 from router

Now test the ping

Last updated