Last active
August 29, 2015 13:56
-
-
Save rtomaszewski/9309342 to your computer and use it in GitHub Desktop.
create f5 pool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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