Create LTM Pool Members
Problem this snippet solves: This example shows how to automate pool member creation with tmsh scripting. Code : modify script create_pool.tcl {
proc script::help { } {
tmsh::add_help "Create...
Published Mar 10, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
Prakash_Jayaram
Dec 05, 2017Nimbostratus
May be the first line should be "create cli script create_pool.tcl", which will prompt with editor, add the sections "proc script::run" and "proc script::help" accordingly. And to run the script (tmos)run cli script /Common/create_pool.tcl