Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. serverfarm host SF-WIKI-80
  2. description Serverfarm for XWiki via http/80
  3. predictor response syn-to-close
  4. rserver QWPRLX77
  5. inservice
  6. rserver QWPRLX78
  7. inservice
  8. rserver QWPRLX79
  9. inservice
  10.  
  11. class-map type http loadbalance match-all CM-LB-WIKI
  12. match http header Host header-value "wiki\.franklin\.edu"
  13.  
  14. class-map match-all CM-MA-WIKI-80
  15. match virtual-address 10.0.16.193 tcp eq 80
  16.  
  17. policy-map type loadbalance first-match PM-LB-WIKI-80
  18. class CM-LB-WIKI
  19. serverfarm SF-WIKI-80 backup SF-MAINT-WWW
  20.  
  21. policy-map multi-match PM-MM-WIKI
  22. class CM-MA-WIKI-80
  23. appl-parameter http advanced-options PARAM-CASE-INSENSITIVE
  24. loadbalance vip inservice
  25. loadbalance vip icmp-reply active
  26. loadbalance policy PM-LB-WIKI-80
  27. nat dynamic 10 vlan 300
  28.  
  29. interface vlan 801
  30. service-policy input PM-MM-WIKI
  31.  
  32. interface vlan 300
  33. nat-pool 10 10.0.1.193 10.0.1.193 netmask 255.255.255.0 pat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement