Humair_167681
Dec 16, 2015Nimbostratus
How to remove config from LTM policy using CLI?
Hi all,
We have following policy on one of our LTMs.
ltm policy /Common/Test { controls { forwarding } requires { http } rules { Test-Client1 { actions { 0 { forward select pool /Common/CLient1_Pool } } conditions { 0 { http-uri contains values { 0099/ } } } ordinal 1 }
We need to remove the "ordinal 1" part of the config from this policy. We can't find any option in GUI. How do we remove this using the CLI?
Thanks,