Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

How to apply a OneConnect profile to a Virtual Server via TMSH?

johnramzf5
Altocumulus
Altocumulus

When using "bigip_virtual_server's" Ansible module I cannot find a parameter to apply OneConnect profile to a server. I am thinking that the way to do it is via TMSH command.

What are the TMSH commands to apply an existing OneConnect profile to a virtual server?

Thank you 

Juan

1 ACCEPTED SOLUTION

Paulius
MVP
MVP

@johnramzf5 It should be the following.

modify ltm virtual <virtual_server_name> profiles add { <one-connect_profile_name> }

View solution in original post

2 REPLIES 2

Paulius
MVP
MVP

@johnramzf5 It should be the following.

modify ltm virtual <virtual_server_name> profiles add { <one-connect_profile_name> }

Thank you so much for your quick and accurate reply!