Forum Discussion
Sajan_Network_3
Aug 16, 2017Nimbostratus
tmsh command to configure pool and node in one line ?
Hi All ,
Can you please help me with tmsh command to configure nodes and pool in single line .
pool name - Sajan-8000
Node ip : 10.10.10.50
monitor tcp
Regards ,
Sajan ...
jaikumar_f5
Aug 16, 2017MVP
Here, Use the ; to separate your commands.
create ltm node 10.10.10.50 ; create ltm pool Sajan-8000 members add { 10.10.10.50:80 } monitor tcp
ltm pool Sajan-8900 {
members {
10.10.10.50:80 {
address 10.10.10.50
session monitor-enabled
state down
}
}
monitor tcp
}
Just in case you want to create 2 commands. But you can just go and create it with the pool itself. The node will auto-created.
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