Forum Discussion

Thiyagu's avatar
Thiyagu
Icon for Cirrus rankCirrus
Aug 12, 2019

F5 LTM command to create VIP and associate SNAT and pool

Hello ALL,

Could you please help me to know F5 LTM command to create VIP and associate SNAT and pool to the VIP?

 

Regards,

Thiyagu

1 Reply

  • This link has the commands you are seeking.

    Command example for creating pool:
    create ltm pool <pool name> members add { <ip:port> <ip:port> <etc> } monitor http
     
    Command example for creating a standard virtual server:
    create ltm virtual <vs name> destination <ip:port> pool <pool name> ip-protocol tcp source-address-translation { type automap }
     
    Write your configuration to disk and create an archive:
    save sys config
    save sys ucs lab1-base-config