10-10-2014 08:09 PM - edited 03-07-2019 09:04 PM
I have configured a Vlan , trunked a ports but I can't ping the pc. the file is attached below. guys help me out.
10-10-2014 08:28 PM
I am not able to use this on my cisco packet tracer.
if you can help me with the diagram and config that would be grt.
10-11-2014 02:01 AM
10-11-2014 10:46 AM
please configure dot1q interface on router for each vlan
r1#int fa 0/0.10
# encapsulation dot1q 10
#ip address 192.168.10.254 255.255.255.0
r1#int fa 0/1.20
# encapsulation dot1q 20
#ip address 192.168.20.254 255.255.255.0
configure your pc in vlan 10 with ip 192.168.10.1 and GW 192.168.10.254
same for pc in vlan 20 ip 192.168.20.1 and GW 192.168.20.254
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