Advertisement
smithy1208

bis3011-recursion-fail2

Apr 24th, 2020
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. /ip route
  2. add check-gateway=ping distance=10 gateway=77.88.8.8 routing-mark=ISP1-out scope=29
  3. add distance=1 gateway=ZZ.ZZZ.15.254%ether1 routing-mark=ISP2-out
  4. add distance=1 gateway=ZZ.ZZZ.15.254%vlan21 routing-mark=ISP3-out
  5. add distance=1 dst-address=ZZ.ZZZ.0.0/20 gateway=vlan21 pref-src=ZZ.ZZZ.3.24 routing-mark=ISP3-out scope=10
  6. add check-gateway=ping distance=6 gateway=77.88.8.8
  7. add check-gateway=ping distance=8 gateway=77.88.8.1
  8. add check-gateway=ping comment=ISP3 distance=10 gateway=4.2.2.3
  9. add comment="for resursive ISP3" distance=1 dst-address=4.2.2.3/32 gateway=ZZ.ZZZ.15.254%vlan21 pref-src=ZZ.ZZZ.3.24 scope=10
  10. add comment="for resursive ISP2" distance=1 dst-address=77.88.8.1/32 gateway=ZZ.ZZZ.15.254%ether1 pref-src=ZZ.ZZZ.12.95 scope=10
  11. add comment="for resursive ISP1" distance=1 dst-address=77.88.8.8/32 gateway=XX.XXX.217.1 pref-src=XX.XXX.217.187 scope=10
  12.  
  13.  
  14. [smithy@bis-3011] /ip route> pri detail where static
  15. 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
  16. 0 A S dst-address=0.0.0.0/0 gateway=77.88.8.8 gateway-status=77.88.8.8 recursive via XX.XXX.217.1 vlan20 check-gateway=ping distance=10 scope=29 target-scope=10
  17. routing-mark=ISP1-out
  18.  
  19. 1 A S dst-address=0.0.0.0/0 gateway=ZZ.ZZZ.15.254%ether1 gateway-status=ZZ.ZZZ.15.254 reachable ether1 distance=1 scope=30 target-scope=10 routing-mark=ISP2-out
  20.  
  21. 2 A S dst-address=0.0.0.0/0 gateway=ZZ.ZZZ.15.254%vlan21 gateway-status=ZZ.ZZZ.15.254 reachable vlan21 distance=1 scope=30 target-scope=10 routing-mark=ISP3-out
  22.  
  23. 3 A S dst-address=ZZ.ZZZ.0.0/20 pref-src=ZZ.ZZZ.3.24 gateway=vlan21 gateway-status=vlan21 reachable distance=1 scope=10 target-scope=10 routing-mark=ISP3-out
  24.  
  25. 4 A S dst-address=0.0.0.0/0 gateway=77.88.8.8 gateway-status=77.88.8.8 recursive via XX.XXX.217.1 vlan20 check-gateway=ping distance=6 scope=30 target-scope=10
  26.  
  27. 5 S dst-address=0.0.0.0/0 gateway=77.88.8.1 gateway-status=77.88.8.1 unreachable check-gateway=ping distance=8 scope=30 target-scope=10
  28.  
  29. 6 S ;;; ISP3
  30. dst-address=0.0.0.0/0 gateway=4.2.2.3 gateway-status=4.2.2.3 unreachable check-gateway=ping distance=10 scope=30 target-scope=10
  31.  
  32. 7 A S ;;; for resursive ISP3
  33. dst-address=4.2.2.3/32 pref-src=ZZ.ZZZ.3.24 gateway=ZZ.ZZZ.15.254%vlan21 gateway-status=ZZ.ZZZ.15.254 reachable vlan21 distance=1 scope=10
  34. target-scope=10
  35.  
  36. 8 A S ;;; for resursive ISP2
  37. dst-address=77.88.8.1/32 pref-src=ZZ.ZZZ.12.95 gateway=ZZ.ZZZ.15.254%ether1 gateway-status=ZZ.ZZZ.15.254 reachable ether1 distance=1 scope=10
  38. target-scope=10
  39.  
  40. 9 A S ;;; for resursive ISP1
  41. dst-address=77.88.8.8/32 pref-src=XX.XXX.217.187 gateway=XX.XXX.217.1 gateway-status=XX.XXX.217.1 reachable via vlan20 distance=1 scope=10 target-scope=10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement