Hi, I have a layer 3 switch that is performing routing. The remote network roams to various wireless access points. Here's the setup:
Remote Network: 10.0.0.0
LAN 192.168.160.0
Switch/Router 192.168.160.1
The Wireless access point is running in router mode. Lan side 192.168.160.180 WLAN side 10.0.0.0/24
Route statement on Switch/Router: ip route 10.0.0.0/24 192.160.180
This works fine. I have full access to the 10.0.0.x network from the 192.168.160.x network.
The potential issue is when the remote network moves to a different wireless access point the LAN side address is going to be different say 192.168.160.190. My question is can I add another route statement, such as 10.0.0.0/24 192.168.160.190 and will I still be able to access the remote network when it roams to the access point on 192.168.160.190 ?
Thanks for any input.