Skip to content

Instantly share code, notes, and snippets.

@rtomaszewski
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtomaszewski/9309342 to your computer and use it in GitHub Desktop.
Save rtomaszewski/9309342 to your computer and use it in GitHub Desktop.
create f5 pool
# default pool
create ltm pool pool-vip-80
modify ltm pool pool-vip-80 members add { 1.1.1.1:80 { session disabled state down } }
modify ltm pool pool-vip-80 monitor http
# let' add some cloud servers manually
modify ltm pool pool-vip-80 { members add { 10.208.1.1:80 } }
# use the Rackconnect metadata feature
# http://www.rackspace.com/knowledge_center/article/using-dedicated-load-balancers-with-rackconnect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment