Create objects in CLI
From Tech-Wiki
Revision as of 16:34, 21 March 2019 by Fabricio.Lima (Talk | contribs) (Created page with "Category:F5 Networks '''Back to Local Traffic Mananger''' In order to create one object, you have two options. List one similar ob...")
Back to Local Traffic Mananger
In order to create one object, you have two options.
List one similar object using:
list ltm profile client-ssl sslprofile
Then adjust it and load it into f5:
load sys config merge from-terminal
Once you're done, hit Control-D to finish.
Or you can use the create command and type everything in one single line:
create ltm profile client-ssl my_clientssl_profile {...... }