For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

fubarSUSHI's avatar
fubarSUSHI
Icon for Altocumulus rankAltocumulus
Nov 02, 2014

Cisco CSS "application ftp-control" F5 equivalent

content ftp-test 
application ftp-control 
advanced-balance sticky-srcip 
arrowpoint-cookie expiration 00:00:30:00 
sticky-inact-timeout 32 
add service ftp1 
add service ftp2 
add service ftp3 
add service ftp4 
port 21 
protocol tcp 
vip address x.x.x.x 
active 

Trying to find what the equivalent F5 virtual server creation would be for application ftp-control? Is it just adding an FTP profile on it?

1 Reply

  • create ltm node ftp1 address x.x.x.d create ltm node ftp2 address x.x.x.c create ltm node ftp3 address x.x.x.b create ltm node ftp4 address x.x.x.a create ltm pool b2b-21_pool monitor tcp members add { ftp1:21 ftp2:21 ftp3:21 ftp4:21 } create ltm virtual ftp-21_vs destination x.x.x.x:21 pool ftp-21_pool profiles add { tcp } source-address-translation { type automap } persist replace-all-with { source_addr-32m } disabled Should I add ftp into the profiles?