Forum Discussion

chethan_181144's avatar
chethan_181144
Icon for Nimbostratus rankNimbostratus
Dec 14, 2016

Need tmsh command to create new VIP and POOL .

Hi Team ,

 

I need help in creating a script for configuring below VIP and Pool in CLI mode . I have got 30+ new ports to be created for the existing VIP . So please help me for below one , so that I can follow the same script with little modification for the others .

 

 

I tried from my side but missing profile parts . Please help further ,

 

tmsh create ltm pool APOLLO3_APOLLO4_32266 monitor tcp_9042 members add { 10.146.22.23:32266 { } 10.146.22.24:32266 { } }

 

tmsh create ltm virtual AFS_STERNE_32266 pool APOLLO3_APOLLO4_32266 destination 100.100.100.11:32266 ip-protocol tcp

 

Regards , Chethan

 

2 Replies

  • Try this :

     

    create ltm virtual AFS_STERNE_32266 pool APOLLO3_APOLLO4_32266 destination 100.100.100.11:32266 ip-protocol tcp profiles add { tcp-lan-optimized { context clientside } tcp-wan-optimized { context serverside } } source-address-translation { type automap }

     

    Regards