07-08-2012 04:49 AM - edited 03-07-2019 07:39 AM
Dear Experts,
Could anyone give directions on how to configure traffic flow between computers inside VLANs and a routed port?
Here is the setup details:
1. Switch 3750-X
2. VLAN 100 - ( SVI IP address 192.168.100.1 /24)
3. VLAN 200 - ( SVI IP address 192.168.200.1 /24)
4. routed port gi1/0/48 (IP address 192.168.150.1 /24). Note: this port is directly connected to a firewall ASA 5520 port IP 192.168.150.100 /24
Ip routing is enabled on the switch and inter vlan traffic is flowing ok. I can ping the routed port
gi1/0/48 from any computer connected in the VLAN 100 or 200. For example computer with IP 192.168.100.25 can ping the routed port 192.168.150.1.
Switch can ping firewall port 192.168.150.100 and the 'sh ip route' command shows the network 192.168.150.0 /24 as directly connected network.
Problem:
any computer in the two VLANs CANNOT ping firewall ASA port 192.168.150.100 Is it because inter VLAN routing does not work with a routed port on L3 switch? I looked up fallback bridging, but it is meant for non IP traffic.
The goal is I am trying to set the ASA port as an internet gateway for VLANs.
Thank you very much!
Solved! Go to Solution.
07-08-2012 04:55 AM
It sounds like you need to put static routes on the ASA pointing to the routed port for vlans 100 and 200. If the computers in those vlans can ping the routed port, then routing is working correctly within the switch but the ASA needs to know how to get back to those vlans. Try adding:
route inside 192.168.100.0 255.255.255.0 192.168.150.1
route inside 192.168.200.0 255.255.255.0 192.168.150.1
HTH,
John
07-08-2012 05:04 AM
Also gateway IP should be pointed to firewall IP then only this will work....
07-08-2012 04:55 AM
It sounds like you need to put static routes on the ASA pointing to the routed port for vlans 100 and 200. If the computers in those vlans can ping the routed port, then routing is working correctly within the switch but the ASA needs to know how to get back to those vlans. Try adding:
route inside 192.168.100.0 255.255.255.0 192.168.150.1
route inside 192.168.200.0 255.255.255.0 192.168.150.1
HTH,
John
07-08-2012 05:04 AM
Also gateway IP should be pointed to firewall IP then only this will work....
07-08-2012 05:04 PM
Mr. John Blakley,
Thank you so much!!! Your advice was spot on.
It all worked when the static route was added to the firewall. Thank you!
07-08-2012 05:29 PM
That's great to hear!
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