Hi,
Following is the topology:
NK7 Server VLAN1:
Source: 10.1.1.10
Mask: 255.255.255.0
GW: 10.1.1.1
NK7 Route:
192.168.0.0/24 gw 10.1.1.2
Both networks are sitting on the same switch with a trunk going to N7K. At the moment, we've been putting static routes in the servres to directly go towards 10.1.1.2 for 192.168.0.0/24 but now we want to get rid of static routes and also need to disable IP Redirects on the SVI. What I don't understand is that, if we disable IP redirects (using "no ip-redirect" command on SVI) - how would the low level packet delivery look like ? As the traffic would be entering/exiting the same interface - would it be fast switched or would need any additional command to make it happen (such as "ip route-cache same-interface" which doesn't seem applicable to N7K platform).
Any insight to this would be much appreciated.
thanks