How to write a forward rule using the CLI commands ?
search cancel

How to write a forward rule using the CLI commands ?

book

Article ID: 166543

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

 

The following CLI command will be used to create a forward rule in the forward policy file by using CLI console:
SG(config)# inline policy forward eof
<forward>        
forward("testserver") forward.fail_open(yes)
eof
 
The “testserver” is the forwarded host or proxy.