04-29-2015 04:22 PM - edited 03-07-2019 11:48 PM
Hello Guys,
I am configuring a cisco 4507 catalyst switch and have managed to create a few vlans for testing and i also have connectivity between the vlans and also the access switches. I have internet on the cisco 4507 and am able to ping outside too, but when i connect to a particular vlan, i am able to ping the vlan gateway and also all other vlans but i do not get internet. Hope someone can assist me in this. Attached is the configs.
Regards.
Navin
Solved! Go to Solution.
05-04-2015 05:57 PM
thanks for your response, do you want me to add ip nat pool (anyname) 10.0.0.0 0.255.255.255 prefix-length 30 on the internet router?
05-04-2015 10:57 AM
What type of device is in front of the internet router?
Metro E 3400 switch? Hopefully not a linksys wireless router, or anything similar.:)
Does a "ping 8.8.8.8 source "ip address of other vlans"", fail as well.
05-04-2015 06:00 PM
05-04-2015 06:52 PM
Hi. Your router does not have a route back to your plans. Add the following route to your router.
ip route 10.0.0.0 255.255.0.0 10.2.5.55
Or you can just enable EIGRP to share routes between your router and core switch by adding the following to your router
router eigrp 1
network 10.2.5.1 0.0.0.255
no auto-summary
and also add no auto-summary to your core switch.
05-04-2015 08:02 PM
Thank you so much Andre, its working perfectly now. Really appreciate the help. Have a good day.
05-03-2015 08:03 PM
04-30-2015 05:00 PM
05-10-2015 02:59 PM
Hello Andre, i just have one more small issue. I added the following on the router (and core) and internet works fine for the 10.x.x.x subenets
router eigrp 1
network 10.0.0.0
network 172.0.0.0
no auto-summary
I have added another vlan 172.20.0.0/20 on the core switch and have added the exact same eigrp commands for that network but i cannot seem to get internet on the 172.x.x.x subnet. Could you please assist as i might be missing something.
05-10-2015 07:21 PM
Please ignore this, i managed to get it working.
05-10-2015 08:42 PM
You must remember to make sure that all new subnets are covered by your NAT acl on the router.
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