Forum Discussion
atoot_283592
Jul 24, 2018Nimbostratus
Run multiple TMSH commands remotley
Hello,
F5 user =
name- admin1 ;
rights- admin rights ;
shell- TMSH only
Id like to run the follow in one remote script without having to enter password 2 times and without u...
- Jul 24, 2018
You can write something like this. It's basic Unix separator
.;
ssh admin1@192.168.0.3
; tmsh modify ltm virtual rule { rule1 }; tmsh delete sys connection cs-server-addr 10.3.3.111; echo FINISHEDrun /util bash
--> Just for Information.echo FINISHED
cheers...
Samir_Jha_52506
Jul 24, 2018Noctilucent
You can write something like this. It's basic Unix separator
;
.
ssh admin1@192.168.0.3
run /util bash
; tmsh modify ltm virtual rule { rule1 }; tmsh delete sys connection cs-server-addr 10.3.3.111; echo FINISHED
echo FINISHED
--> Just for Information.
cheers...
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