Forum Discussion

bigipjr28_13978's avatar
bigipjr28_13978
Icon for Nimbostratus rankNimbostratus
May 04, 2016

tmsh and apm adding profile

Hey,

 

I was wondering while creating VIP via tmsh, I noticed that when creating the VIP the apm profile is not readly aviable when issue the following cmds

 

modify ltm virtual { profiles add { ?

 

What is the best way to create/add an apm profile on bigip 11.6 HF6?

 

Thanks

 

1 Reply

  • You can add it if you know the profile name. The auto complete will not fill in the name for you.

    modify ltm virtual vs_152_192_https_vs { profiles add { empty_var_ap } }
    

    -Seth