Create objects in CLI

From Tech-Wiki
Jump to: navigation, search

Back to Local Traffic Mananger

In order to create one object, you have two options.

List one similar object using:

(tmos)# list ltm pool Pool1
(tmos)# list ltm virtual VS1

Then adjust the output and paste it into f5:

(tmos)# 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:

(tmos)# create ltm profile client-ssl my_clientssl_profile {...... }