Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Rename LTM policy rule

gregsiew
Nimbostratus
Nimbostratus

Is there anyway API/CLI/GUI on renaming rule in LTM policy?

2 REPLIES 2

Hi,

Yes, you have to edit the file /config/bigip.conf, but first make a backup with the command:

cp /config/bigip.cong /config/bigip.conf.bk

And after renaming the policy and all the references that call this policy, you have to reload the config with the command

tmsh load sys config

and if the modifications are correct run the command:

tmsh save sys config

hope it´s works.

Alexandre
Altocumulus
Altocumulus

It is advised to validate config on first try using : tmsh load sys config verify