06-07-2014 10:36 AM - edited 03-11-2019 09:18 PM
Hi Everyone,
Here is setup below
ASA1-----SW------access port to ----ASA2
ASA1 has vlan 4 IP 192.168.1.171
ASA2 has vlan 4 IP 192.168.1.173.
ASA1 has direct connection to Switch and Switch has direct connection to ASA2.
I can ping from ASA1 to IP 192.168.1.173.
Switch config is below
Switch port connected to ASA1 and ASA2 has config below
switchport mode access
switchport access vlan 4
Switch does not have SVI vlan 4.
From switch i can not ping the IP 192.168.1.171 or 173.
When i config SVI vlan 4 with IP 192.168.1.174 on switch then i can ping IP 192.168.2.171 and .173
Need to know is this default behaviour?
Regards
Mahesh
Solved! Go to Solution.
06-07-2014 12:50 PM
Hi Mahesh,
This is expected behavior.
When you have SVI for vlan 4 created on the SW and when you initiate a ping, the ping will be sourced with SVI vlan 4 interface. The switch now knows both the source and destination is on same subnet and hence send a arp broadcast to all vlan 4 ports and ASA responds with its MAC address and ping works.
But when you don't have a SVI for vlan 4 on switch, the ping will be sourced with some other ip address (may be the managment interface of switch) and there should be routing enabled in route this packet to different network.
Hope that helps.
Regards
Najaf
06-07-2014 12:50 PM
Hi Mahesh,
This is expected behavior.
When you have SVI for vlan 4 created on the SW and when you initiate a ping, the ping will be sourced with SVI vlan 4 interface. The switch now knows both the source and destination is on same subnet and hence send a arp broadcast to all vlan 4 ports and ASA responds with its MAC address and ping works.
But when you don't have a SVI for vlan 4 on switch, the ping will be sourced with some other ip address (may be the managment interface of switch) and there should be routing enabled in route this packet to different network.
Hope that helps.
Regards
Najaf
06-07-2014 01:04 PM
Many thanks Najaf
Regards
Mahesh
06-07-2014 01:16 PM
Thanks Mahesh for marking this as correct answer
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