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

CLI for LTM forwarding policy

VFB
Cirrus
Cirrus

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

    }

0 REPLIES 0