01-29-2016
03:38 PM
- last edited on
03-25-2019
04:37 PM
by
ciscomoderator
I have test network setup to emulate a real-world change I need to make to our LAN/WAN infrastructure ASAP.
Network consists of:
ASA 5505 VLAN1 IP=192.168.24.254 --connected to world via secondary ISP from my office
2960 switch w/three vlans:
VLAN1 IP=192.168.24.253
VLAN100=192.168.100.254 --clients (just one laptop)
VLAN101=192.168.101.253 -- link to core switch
4500 Core switch VLAN101 =192.168.101.254 Link to test network
I have IP routing enabled and the default gateway is set to the ASA's internal address (192.168.24.254) I believe this should enable routing between all directly connected networks (VLANs, in this case). I can ping everything from the console on the 2960 (google.com, the vlan101 interface on the 4500). However I cannot ping from the laptop (on VLAN100) to the default gateway, or the 4500. I can ping the VLAN interfaces on the 2960.
Additional info:
If I have the laptop plugged into vlan1(with the proper IP address) I can get to the ASA and the rest of the world. when I put it back on Vlan100, I can ping the vlan100 interface address AND the vlan101 interface address, but I can't get past the 2960.
routing config on the 2960 looks like this:
ip default-gateway 192.168.24.254
ip route 0.0.0.0 0.0.0.0.0 192.168.24.254
I know I'll need to add static routes to get to other networks on my core switch, but why can't I even get to the ASA?
thanks in advance for your time!
Solved! Go to Solution.
01-29-2016 04:47 PM
You won't be able to get to the ASA unless it has a route back to the vlan 100 network (same logic with the 4500).
So on the ASA -
"route inside 192.168.100.0 255.255.255.0 192.168.24.253"
then you should be able to ping the ASA.
Jon
01-29-2016 04:47 PM
You won't be able to get to the ASA unless it has a route back to the vlan 100 network (same logic with the 4500).
So on the ASA -
"route inside 192.168.100.0 255.255.255.0 192.168.24.253"
then you should be able to ping the ASA.
Jon
02-01-2016 10:23 AM
You are correct. It's been too long since I've worked with these. Thanks.
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