You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
966 B
19 lines
966 B
# Restore Failover Fase 1 setelah Fase 2 (Hybrid) gagal |
|
# Hapus sisa hybrid, kembalikan route failover Phase 1 |
|
# Import: /import file=restore-failover-phase1.rsc |
|
|
|
/tool netwatch remove [find comment~"hybrid"] |
|
/system scheduler remove [find comment~"hybrid"] |
|
/system script remove [find name~"hybrid"] |
|
/ip firewall mangle remove [find comment~"hybrid"] |
|
/routing rule remove [find comment~"hybrid"] |
|
/ip route remove [find comment~"hybrid"] |
|
|
|
/interface ethernet set sfp-sfpplus1 disabled=no |
|
/ip dhcp-client set [find interface=sfp-sfpplus1] add-default-route=no use-peer-dns=no disabled=no |
|
|
|
/ip route remove [find comment~"failover ISP2"] |
|
/ip route set [find dst-address=0.0.0.0/0 gateway=117.102.73.97 routing-table=main] distance=1 check-gateway=ping comment="failover ISP1 primary" |
|
/ip route add dst-address=0.0.0.0/0 gateway=192.168.1.1 routing-table=main distance=2 check-gateway=ping comment="failover ISP2 backup" disabled=no |
|
|
|
/ip firewall nat set 2 disabled=no
|
|
|