User's Manual
Table Of Contents
- ProSafe Wireless-N 8-Port Gigabit VPN Firewall FVS318N
- Contents
- 1. Introduction
- 2. Overview of the Configuration Commands
- 3. Net Mode Configuration Commands
- 4. Security Mode Configuration Commands
- Security Services Commands
- Security Schedules Commands
- IPv4 Add Firewall Rule and Edit Firewall Rule Commands
- IPv4 General Firewall Commands
- IPv6 Firewall Commands
- Attack Check Commands
- Session Limit, Time-Out, and Advanced Commands
- Address Filter and IP/MAC Binding Commands
- Port Triggering Commands
- UPnP Command
- Bandwidth Profile Commands
- Content Filtering Commands
- 5. System Mode Configuration Commands
- 6. Dot11 Mode Configuration Commands
- 7. VPN Mode Configuration Commands
- IPSec VPN Wizard Command
- IPSec IKE Policy Commands
- IPSec VPN Policy Commands
- IPSec VPN Mode Config Commands
- SSL VPN Portal Layout Commands
- SSL VPN Authentication Domain Commands
- SSL VPN Authentication Group Commands
- SSL VPN User Commands
- SSL VPN Port Forwarding Commands
- SSL VPN Client Commands
- SSL VPN Resource Commands
- SSL VPN Policy Commands
- RADIUS Server Command
- L2TP Server Commands
- 8. Overview of the Show Commands
- 9. Show Commands
- 10. Utility Commands
- CLI Command Index
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.










