Forum Discussion

Quardy's avatar
Quardy
Icon for Nimbostratus rankNimbostratus
Apr 07, 2021
Solved

Replace VIP profile in TMSH

We would like to replace a VIP profile from current "tcp" to "tcp-legacy" in TMSH. The VIP have many other profiles as well and we could like to keep those intact - we just need tcp to tcp-legacy. I...
  • Quardy's avatar
    Apr 13, 2021

    Here is what I ended up doing and it appears to have worked. The other profile remained intact and only it modified tcp to tcp-legacy

    modify /ltm virtual test_vip { profiles delete { tcp }  profiles add {tcp-legacy}}