Created
March 2, 2014 16:47
-
-
Save rtomaszewski/9309386 to your computer and use it in GitHub Desktop.
create a default http vip
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
# http vip | |
create ltm virtual vs-vip-80 destination 192.168.199.111:http | |
modify ltm virtual vs-vip-80 { profiles replace-all-with { tcp { } } } | |
modify lmt virtual vs-vip-80 { profiles add { http } } | |
modify ltm virtual vs-vip-80 { pool pool-vip-80 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment