mikrotik rb1100 dual wan port

is it possible to make 2 port as WAN-interface and just disable one port temporary…

i need the 2nd port for redundancy incase the radio went down..

and if possible, can i make the port dynamic to switch automatically to the other port if the primary port dies
thank you

All you have to do is set a greater ‘distance’ value for the failover.

/ip route add gateway=192.168.1.1 check-gateway=ping
/ip route add gateway=192.168.2.1 check-gateway=ping distance=2

Thomas

thank you sir.. im gonna experiment on that one thank you

Good luck. Let me know how it works out for ya.