VFB
Dec 03, 2021Cirrus
CLI for LTM forwarding policy
Hi all, would someone be able to assist with the CLI for the policy output?
ltm policy test {
controls { forwarding }
requires { client-ssl }
rules {
test.me.com {
actions {
0 {
forward
ssl-client-hello
select
virtual /Common/pl_test.me.com
}
}
conditions {
0 {
ssl-extension
ssl-client-hello
server-name
values { test.me.com }
}
}
description test.me.com
ordinal 41
}