User's Manual

Table Of Contents
Net Mode Configuration Commands
66
ProSafe Wireless-N 8-Port Gigabit VPN Firewall FVS318N
IPv4 Routing Commands
net routing static ipv4 configure <route name>
This command configures an IPv4 static route. After you have issued the net routing
static ipv4 configure command to specify the name of the new route, you enter the
net-config [static-routing-ipv4] mode, and then you can configure one keyword and
associated parameter or associated keyword at a time in the order that you prefer.
Command example:
FVS318N>
net routing static ipv4 configure Orly
net-config[static-routing-ipv4]>
active_flag Y
net-config[static-routing-ipv4]>
private_flag Y
net-config[static-routing-ipv4]>
destination_address 10.118.215.178
Step 1 Format net routing static ipv4 configure <route name>
Mode net
Step 2 Format active_flag {Y | N}
private_flag {Y | N}
destination_address <ipaddress>
subnet_mask <subnet mask>
interface {custom_vlan <VLAN name> | dmz | lan | wan}
gateway_address <ipaddress>
metric <number>
Mode net-config [static-routing-ipv4]
Keyword Associated Keyword to
Select or Parameter to Type
Description
active_flag Y or N Specifies whether or not the route is an active
route.
private_flag Y or N Specifies whether or not the route can be shared
with other gateways when RIP is enabled.
destination_address ipaddress The destination IP address.
subnet_mask subnet mask The destination subnet mask.
interface custom_vlan <VLAN
name>, dmz, lan, or wan
The interface for which the route is applied. The
DMZ, LAN, and WAN interfaces are
self-explanatory. If you select the custom_vlan
keyword, you also need to specify the VLAN
name.
gateway_address ipaddress The gateway IP address.
metric number The metric (integer) for this route. The number can
be from 2 to 15.