Guest User

Untitled

a guest
Jun 22nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. set load-balancing wan interface-health eth2 failure-count 1
  2. set load-balancing wan interface-health eth2 nexthop 192.168.2.1
  3. set load-balancing wan interface-health eth2 test 10
  4. set load-balancing wan interface-health eth2 test 10 type ping
  5. set load-balancing wan interface-health eth2 test 10 target 8.8.8.8
  6. set load-balancing wan rule 10 interface eth2
  7.  
  8. set load-balancing wan interface-health eth1 failure-count 1
  9. set load-balancing wan interface-health eth1 nexthop 192.168.1.1
  10. set load-balancing wan interface-health eth1 test 10
  11. set load-balancing wan interface-health eth1 test 10 type ping
  12. set load-balancing wan interface-health eth1 test 10 target 8.8.8.8
  13. set load-balancing wan rule 10 interface eth1
  14.  
  15. set protocols static route 0.0.0.0/0 next-hop 192.168.2.1
  16. set protocols static route 0.0.0.0/0 next-hop 192.168.1.1
Add Comment
Please, Sign In to add comment