Mikrotik and OVH Failover IP

This is working configuration:

Details about IP and mac address from hosting provider:

IPv4 configuration
MAC: 00:50:56:09:c8:e2
IPv4: 191.91.41.141
Netmask: 255.255.255.255
Gateway: 198.28.78.254


Detail about commend to use on RouterOS:

/interface ethernet set WAN mac-address=00:50:56:09:c8:e2
/ip address add address=191.91.41.141/32 interface=ether1 network=198.28.78.254
/ip route add gateway=198.28.78.254

Details from configuration:

[admin@MikroTik] > ip address print detail
Flags: X - disabled, I - invalid, D - dynamic
0 address=191.91.41.141/32 network=198.28.78.254 interface=ether1 actual-interface=ether1 
[admin@MikroTik] > ip route print detail
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
0 A S dst-address=0.0.0.0/0 gateway=198.28.78.254 gateway-status=198.28.78.254 reachable via ether1 distance=1
scope=30 target-scope=10
1 ADC dst-address=198.28.78.254/32 pref-src=191.91.41.141 gateway=ether1 gateway-status=ether1 reachable distance=0
scope=10 
[admin@MikroTik] > ping 8.8.8.8
HOST SIZE TTL TIME STATUS
8.8.8.8 56 45 23ms
8.8.8.8 56 45 23ms
8.8.8.8 56 45 23ms
sent=3 received=3 packet-loss=0% min-rtt=23ms avg-rtt=23ms max-rtt=23ms
Rolar para cima