Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Component routes
Although the appliance management interface (C) is typically reserved for management traffic, in some deployments it is necessary or desirable to route some web or email traffic through the C interface rather than P1/P2 or E1/E2.
The component route table has a maximum limit of 5000 entries.
show component_route
Display the list of configured component routes.
show component_route
Command modes
All products.
Usage guidelines
Outputs a table displaying route destination, netmask, module name, and active status.
Examples
 
Related commands
 
set component_route
Configure traffic between components for routing through the appliance.
set component_route --dest <ipv4_address> --mask <ipv4_netmask> --module <proxy|email>
 
Command modes
All products.
Examples
(config)# set component_route --dest 11.0.0.0 --mask 255.0.0.0 --module email
Related commands
 
delete component_route
Delete routing between components.
delete component_route --dest <ipv4_address> --mask <ipv3_netmask> --module <proxy|email>
 
Command modes
All products.
Examples
(config)# delete component_route --dest 11.0.0.0 --mask 255.0.0.0 --module email
Related commands
 
show route
Display the list of configured static IPv4 routes.
show route
Command modes
All products.
Usage guidelines
Outputs a table displaying route destination, netmask, next hop, device, and active status.
Related commands
 
show route6
Display the list of configured static IPv6 routes.
show route6
Command modes
Forcepoint Web Security.
Usage guidelines
Outputs a table displaying route destination, netmask, next hop, device, and active status.
Related commands
 
set route
Add a static route in IPv4 format.
set route --dest <ipv4_address> --interface <c|p1|p2|e1|e2> --mask <ipv4_netmask> --gateway <ipv4_address>
Command modes
All products.
Examples
(config)# set route --dest 11.0.0.0 --mask 255.0.0.0 --gateway 10.206.7.254 --interface c
Related commands
 
set route6
Add a static route in IPv6 format.
set route6 --dest <ipv6_address> --interface <c|p1|p2|e1|e2> --prefixlen <integer> --gateway <ipv6_address>
 
Command modes
Forcepoint Web Security.
Examples
(config)# set route6 --dest 2222:3333:4444:5555::0 --interface p1 --prefixlen 64 --gateway 1234:5678::8765:4321
Related commands
 
delete route
Delete a single IPv4 static route.
delete route --dest <ip_address> --mask <ipv4_netmask> --interface <c|p1|p2|e1|e2> --gateway <ipv4_address>
 
Command modes
All products.
Usage guidelines
To delete multiple IPv4 routes in a batch, use the command load route.
Examples
(config)# delete route --dest 1.0.0.0 --mask 255.0.0.0 --gateway 10.0.0.1 --interface c
Related commands
 
delete route6
Delete a single IPv6 static route.
delete route6 --dest <ipv6_address> --prefixlen <integer> [--interface <c|p1|p2|e1|e2>] [--gateway <ipv6_address>]
 
Command modes
Forcepoint Web Security.
Usage guidelines
To delete multiple IPv6 routes in a batch, use the command load route6.
Examples
(config)# delete route6 --dest 8765:4321::0 --gateway 1234:5678::8765:4321 --interface p1 --prefixlen 64
Related commands
 
save route
Export IPv4 static routes to a remote storage location defined by the command set filestore.
save route --location <filestore_alias> [--url <url>] [--save-path <filepath>] [--auth-required]
 
Usage guidelines
All products.
URL components:
*
*
*
*
Examples
(config)# save route --location samba-fs5
Related commands
 
save route6
Export IPv6 static routes to a remote storage location defined by the command set filestore.
save route6 --location <filestore_alias> [--save-path <filepath>] [--url <url>] [--auth-required]
 
Usage guidelines
Forcepoint Web Security.
URL components:
*
*
*
*
Examples
(config)# save route6 --location samba-fs5
Related commands
 
load route
Add or delete one or more IPv4 static route definitions via text file.
load route --file <file_name> --location <filestore_alias> [--url <ipv4_route_url>] [<--auth-required] [--no-cert-verification>] --action <add|del>
 
(Optional) Use with the --url parameter to specify whether a password is needed.
(Optional) Use with the --url parameter to ignore SSL certificate checks. Only valid with HTTPS.
Command modes
All products.
Examples
(config)# load route --file add_ipv4.txt --location myfilestore --action add
Related commands
 
load route6
Add or delete one or more IPv6 static route definitions via a text file.
load route6 --file <file_name> --location <filestore_alias> [--url <ipv6_route_url>] [<--auth-required>] [<--no-cert-verification>] --action <add|del>
 
(Optional) Use with the --url parameter to specify whether a password is needed.
(Optional) Use with the --url parameter to ignore SSL certificate checks. Only valid with HTTPS.
Command modes
Forcepoint Web Security.
Examples
(config)# load route6 --file add_ipv6.txt --location myfilestore --action add
Related commands
 

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Copyright 2020 Forcepoint. All rights reserved.