Skip to content

Instantly share code, notes, and snippets.

@rtomaszewski
Created March 2, 2014 16:47
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/9309386 to your computer and use it in GitHub Desktop.
Save rtomaszewski/9309386 to your computer and use it in GitHub Desktop.
create a default http vip
# 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