Add a static route for a routing domain on the ProxySG/ASG
search cancel

Add a static route for a routing domain on the ProxySG/ASG

book

Article ID: 175295

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

You would like to add a static route for a routing domain on the ProxySG or Advanced Secure Gateway appliance.

Resolution

This can be done through the command line interface by issuing the following commands:

CLI

  1. en
  2. conf t
  3. routing-domains
  4. edit routing_domain_name
  5. inline static-route-table EOF
  6. Enter all the static routes for the domain, except for the default route. (You can view the current entries from the URL https://:8082/TCP/Static-routes). The format is destination_address/mask_bits gateway. Enter one route per line and type EOF when you are ready to install.

    10.0.0.0/8 10.1.1.1
    172.16.0.0/16 172.16.1.1EOF