Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. block name {
  2. .....
  3. sub block name1 {
  4. .........
  5. sub block name2 {
  6. ....
  7. }
  8. }
  9. .....
  10. }
  11.  
  12. ltm pool PROD_VAS_START_STOP1_1234 {
  13. allow-nat yes
  14. allow-snat yes
  15. app-service none
  16. autoscale-group-id none
  17. description PROD_VAS_START_STOP1_1234
  18. gateway-failsafe-device none
  19. ignore-persisted-weight disabled
  20. ip-tos-to-client pass-through
  21. ip-tos-to-server pass-through
  22. link-qos-to-client pass-through
  23. link-qos-to-server pass-through
  24. load-balancing-mode round-robin
  25. members {
  26. PROD_10.10.10.10:8560 {
  27. address 10.20.30.40%4
  28. app-service none
  29. connection-limit 0
  30. description none
  31. dynamic-ratio 1
  32. ephemeral false
  33. inherit-profile enabled
  34. logging disabled
  35. monitor default
  36. priority-group 0
  37. rate-limit disabled
  38. ratio 1
  39. session user-disabled
  40. state user-down
  41. fqdn {
  42. autopopulate disabled
  43. name none // For ex this line is different b/w two files
  44. }
  45. metadata none
  46. profiles none
  47. }
  48. PROD_10.10.10.30:1260 {
  49. address 10.10.22.30%4
  50.  
  51. Output (LHS):
  52.  
  53. ltm pool PROD_VAS_START_STOP1_1234 {
  54. members {
  55. PROD_10.10.10.10:8560 {
  56. fqdn {
  57. name none // For ex this line is different b/w two files
  58.  
  59. vimdiff out1.txt out2.txt -C 6 -c TOhtml -c 'w! diff1.html' -c 'qa!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement