05-24-2022 03:50 AM
hi,
I am new and trying to make inter-VLAN routing on the router. the router is connected VLAN multilayer PC connected with a switch. I have created VLAN 10 and 20 on the packet tracer. but unable to communicate VLAN with each other VLAN.
some one please help me.
Solved! Go to Solution.
05-24-2022 04:02 AM
you need to do the below config on the router. if you are doing an intervlan on the router. don't forget to make a Switch port trunk.
Router>enable Router#config terminal Router(config)#int fa0/0 Router(config-if)#no shutdown Router(config-if)#int fa0/0.10 Router(config-subif)#encapsulation dot1q 10 Router(config-subif)#ip add 192.168.1.1 255.255.255.0 Router(config-subif)# Router(config-subif)#int fa0/0.20 Router(config-subif)#encapsulation dot1q 20 Router(config-subif)#ip add 192.168.2.1 255.255.255.0
Thanks,
Jitendra
05-24-2022 03:53 AM
Hi
Please, attach the Packetracer file here. You need to zip it first.
05-24-2022 04:02 AM
you need to do the below config on the router. if you are doing an intervlan on the router. don't forget to make a Switch port trunk.
Router>enable Router#config terminal Router(config)#int fa0/0 Router(config-if)#no shutdown Router(config-if)#int fa0/0.10 Router(config-subif)#encapsulation dot1q 10 Router(config-subif)#ip add 192.168.1.1 255.255.255.0 Router(config-subif)# Router(config-subif)#int fa0/0.20 Router(config-subif)#encapsulation dot1q 20 Router(config-subif)#ip add 192.168.2.1 255.255.255.0
Thanks,
Jitendra
05-24-2022 04:04 AM
let me check this.
thanks for the revert..
05-24-2022 04:30 AM
wow!!! thanks, @Jitendra Kumar it works for me.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide