Forum Discussion
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 {
...
PeteWhite
Dec 16, 2015Employee
You can see here that there are 2 rules but rule 2 has 2 conditions/actions:
ltm policy Test {
controls { forwarding }
requires { http }
rules {
1 {
actions {
0 {
forward
select
pool dns
}
}
conditions {
0 {
http-uri
values { /1 }
}
}
ordinal 1
}
2 {
actions {
0 {
forward
select
pool syslog
}
1 {
forward
select
pool dns
}
}
conditions {
0 {
http-uri
values { 2 }
}
1 {
http-uri
values { 3 }
}
}
ordinal 2
}
}
strategy first-match
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects