Forum Discussion
Tham_T__330907
Nimbostratus
Jan 25, 2018How to create virtual_server by converting from list ... one-line?
I would like to convert the virtual server configuration using command
list ltm virtual all-properties one-line | grep "destination x.x.x.x"
and also
show running-config /ltm virtual x...
PeteWhite
Employee
Jan 25, 2018There are a couple of things - remove the read-only attributes such as partition and vs-index and in some places you also have to add the
add {
keyword.
For instance if you have
ltm virtual test profiles { tcp http }
then you need to add the keyword add
eg create ltm virtual test profiles add { tcp http }
You can also use replace-all-with, delete, modify or none as keywords.Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects