cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4958
Views
25
Helpful
20
Replies

cant ping to default gateway

daniel4579329
Spotlight
Spotlight

hi 

 

i am learning to ccna and i try to do subinterface between vlans and when i have couple of pc's (with different vlans) i can ping between them, but when i have pc's connect to a switch that connect to a swich and then connect to a router i cant oing to the default gateway

 

thanks for the help (:

20 Replies 20

hi thanks for the reply 

 

i dont how i forget to add the vlan 111 on switch 6 and 5 but i now added these vlan but now when i ping frome 192.168.111.4 to 192.168.111.5 its still not working and i dont know how to fix it  


sw 9 is between sw 6 and sw 5, right. sw 9 does not have vlan 111 in database, so vlan 111 traffic is dropped by sw 9. solution is to add vlan 111
note: you have interface vlan 111 on sw 9 but you don't really need it. you can leave it there.
sw9#
config t
vlan 111
end
! test your pings now, then
config t
no interface vlan 111
end
! test your pings again

 


have you figure out issue?

yes
what i needed to do was to create layer 2 vlan ("vlan 80") and what i did was create only the layer 2 vlan
(" int vlan 80")
and then the vlan was up /up on the switch

Thanks for the update. Glad to know that you have solved the issue.

HTH

Rick