03-17-2021 04:21 PM - edited 03-17-2021 04:21 PM
I was trying to make a lab on packet tracer, I think I did everything right but I can't ping from R1 to R3, and vice versa.
Why are the ping commands not working? The packet tracer file it attached to this message.
Solved! Go to Solution.
03-17-2021 06:28 PM - edited 03-17-2021 06:32 PM
vlan id is too large; I don't think PT switches support Vlan above 1005; You can check with show interface trunk command
Regards, ML
**Please Rate All Helpful Responses **
03-17-2021 06:28 PM - edited 03-17-2021 06:32 PM
vlan id is too large; I don't think PT switches support Vlan above 1005; You can check with show interface trunk command
Regards, ML
**Please Rate All Helpful Responses **
03-17-2021 06:47 PM
*facepalm
It's true, 1005 is the limit for vlans, i changed them to values below 1005 and all worked as expected, thank you very much for the help.
03-18-2021 02:38 AM
Hello,
on a side note, it works even with Vlan 2010, if you configure the ports connnecting the switches as access ports in that same Vlan (revised file attached, saved in PT version 8). If you cannot open the file, just configure both both on the switches as below:
interface FastEthernet0/1
switchport mode access
switchport access vlan 2010
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