03-07-2019 03:52 AM
We have two switches on our network which is unreachable when pinging from our servers.
Switch is on 192.168.5.x/24 subnet
Servers is on 192.168.1.x/24 subnet
The setup is ASA --> SW1 --> SW2 --> Servers. (See diagram uploaded)
Our goal is to make the switches reachable from our servers. I tried pinging the switch from ASA which i get replies but pinging the ASA from switch fails.
Everything works fine on the network, we just need to make the servers able to ping the switches.
Solved! Go to Solution.
03-07-2019 06:09 AM - edited 03-07-2019 06:40 AM
Hello
Why do you have two MGT vlans ?
192.168.5.0/24 - vlan 5
192.168.100.0/24 - vlan 100
On your switches you show as having two L3 interfaces in the above vlans , which isnt a problem but it isnt necessary.
As you OP mentioned communication between vlan 5(mgt) and Vlan10 (server vlan) i would suggest to use vlan 5 network as the gateway, apply the below and test again.
Switch1 & 2
conf t
ip default-gateway 192.168.5.1
03-07-2019 04:21 AM - edited 03-07-2019 04:32 AM
Hello
Your switches dont have a default-gateway or a default route so outside it own vlans it wont be able to respond? - Try adding this.
03-07-2019 04:46 AM
Which default-gateway should I add?
192.168.5.1 or 192.168.1.1 ?
03-07-2019 04:49 AM
Btw, What is the recommended way for me to do this? Should I add ip route or ip default-gateway?
03-07-2019 06:09 AM - edited 03-07-2019 06:40 AM
Hello
Why do you have two MGT vlans ?
192.168.5.0/24 - vlan 5
192.168.100.0/24 - vlan 100
On your switches you show as having two L3 interfaces in the above vlans , which isnt a problem but it isnt necessary.
As you OP mentioned communication between vlan 5(mgt) and Vlan10 (server vlan) i would suggest to use vlan 5 network as the gateway, apply the below and test again.
Switch1 & 2
conf t
ip default-gateway 192.168.5.1
03-07-2019 09:54 PM
03-07-2019 06:12 AM
I hope I correctly understand your network setup.
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