Install Policy from Remote URL through Command Line Interface on ProxySG
search cancel

Install Policy from Remote URL through Command Line Interface on ProxySG

book

Article ID: 176445

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

  • Install Local Policy from Remote URL through Command Line Interface on ProxySG
  • Install Forward Policy from Remote URL through Command Line Interface on ProxySG
  • Install Central Policy from Remote URL through Command Line Interface on ProxySG

Resolution

The solution is two steps:

  • Specify the network path to download to the policy file from
  • Load the policy file

For the local file, from the command line:

> enable
# configure terminal
#(config) policy local-path <url>
#(config) load policy local

For the forward file, from the command line:

> enable
# configure terminal
#(config) policy forward-path <url>
#(config) load policy forward

For the central file, from the command line:

> enable
# configure terminal
#(config) policy central-path <url>
#(config) load policy central