cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
470
Views
0
Helpful
1
Replies

Multiple Static routes

Lkwoods82
Level 1
Level 1

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.

1 Reply 1

Hi,

It should work.

However, better option might be using AP in bridge mode instead of router mode, so that they all would be coming in same broadcast domain and you would be having less hassels, regarding slow responses.

Another option would be use of dyanamic routing protocol, if your AP supports it.

Regards,

Smitesh