into any language in any form or by any means without the written permission of NETGEAR, Inc.
NETGEAR, the NETGEAR logo, and Connect with Innovation are trademarks and/or registered trademarks of
Thank you for choosing NETGEAR. To register your product, get the latest product updates, get support online, or
for more information about the topics covered in this manual, visit the Support website at
http://support.netgear.com.
Phone (US & Canada only): 1-888-NETGEAR
Phone (Other Countries): Check the list of phone numbers at
To improve internal design, operational function, and/or reliability, NETGEAR reserves the right to make changes
to the products described in this document without notice. NETGEAR does not assume any liability that may occur
due to the use, or application of, the product(s) or circuit layout(s) described herein.
Revision History
Publication Part NumberVersionPublish DateComments
202-10827-013.0August 2012Many commands changed and some commands
A command is one or more words that can be followed by one or more keywords and
parameters. Keywords and parameters can be required or optional:
• A keyword is a predefined string (word) that narrows down the scope of a command. A
keyword can be followed by an associated parameter or by associated keywords. In
many cases, these associated keywords are mutually exclusive, so you need to select
one of them. In some cases, this manual refers to a group of words as a keyword.
• A parameter is a variable for which you need to type a value. You need to replace the
parameter name with the appropriate value, which might be a name or number. A
parameter can be associated with a command or with a keyword.
This manual lists each command by its full command name and provides a brief description
of the command. In addition, for each command, the following information is provided:
• Format. Shows the command keywords and the required and optional parameters.
• Mode. Identifies the command mode you need to be in to access the command. (With
some minor exceptions, the mode is always described using lowercase letters.)
• Related show command or commands. Identifies and links to the show command or
commands that can display the configured information.
For more complicated commands, in addition to the format, mode, and related show
command or commands, the following information is provided:
• Table. Explains the keywords and parameters that you can use for the command.
• Example. Shows a CLI example for the command.
Command Conventions
In this manual, the following type font conventions are used:
• A command name is stated in bold font.
• A keyword name is stated in bold font.
• A parameter name is stated in italic font.
The keywords and parameters for a command might include mandatory values, optional
values, or choices. The following table describes the conventions that this manual uses to
distinguish between value types:
Table 1. Command conventions
SymbolExampleDescription
< > angle brackets <value>Indicate that you need to enter a value in place of the
brackets and text inside them. (value is the parameter.)
[ ] square brackets [value]Indicate an optional parameter that you can enter in place of
the brackets and text inside them. (value is the parameter.)
Parameter values might be names (strings) or numbers. To use spaces as part of a name
parameter, enclose the name value in double quotes. For example, the expression “System
Name with Spaces” forces the system to accept the spaces. Empty strings (“”) are not valid
user-defined strings. The following table describes common parameter values and value
formatting:
Table 2. Common parameters
ParameterDescription
ipaddrThis parameter is a valid IPv4 address. You need to enter the IP address in the a.b.c.d
format, in which each octet is a number in the range from 0 to 255 (both inclusive), for
example, 10.12.140.218.
The CLI accepts decimal, hexadecimal, and octal formats through the following input
formats (where n is any valid decimal, hexadecimal, or octal number):
• 0xn (CLI assumes hexadecimal format)
• 0n (CLI assumes octal format with leading zeros)
• n (CLI assumes decimal format)
ipv6-addressThis parameter is a valid IPv6 address. You can enter the IPv6 address in the following
formats:
• FE80:0000:0000:0000:020F:24FF:FEBF:DBCB, or
• FE80:0:0:0:20F:24FF:FEBF:DBCB, or
• FE80::20F:24FF:FEBF:DBCB, or
• FE80:0:0:0:20F:24FF:128:141:49:32
For additional information, see RFC 3513.
Character stringsUse double quotation marks to identify character strings, for example, “System Name with
Spaces”. An empty string (“”) is not valid.
The Four Categories of Commands
There are four CLI command categories:
• Configuration commands with five main configuration modes. For more information, see
the following section, The Five Main Modes for Configuration Commands). Save
commands also fall into this category (see Save Commands on page 13).
• Show commands that are available for the five main configuration modes (see Chapter 8,
Overview of the Show Commands and Chapter 9, Show Commands).
• Utility commands (see Chapter 10, Utility Commands).
• Global commands (see Global Commands on page 14).
For the configuration commands, there are five main modes in the CLI: net, security, system,
dot11, and vpn.
these modes, and each of these modes is described in detail in a separate chapter (see
Chapter 3 through Chapter 7).
The following table lists the main configuration modes, the configuration modes, the features
that you can configure in each configuration mode, and, for orientation, the basic web
management interface (GUI) path to the feature.
Table 3. Main configuration modes
__________________________CLI________________________ ___Web Management Interface (GUI)___
Main ModeSubmodeFeature That You Can ConfigureBasic Path
Network configuration commands
netddnsDynamic DNSNetwork Configuration > Dynamic DNS
Chapter 2, Overview of the Configuration Commands lists all commands in
dmzDMZ for IPv4
DMZ for IPv6
ethernetVLAN assignment to LAN interface Network Configuration > LAN Setup
ipv6IPv4 or IPv4/IPv6 modeNetwork Configuration > WAN Settings
ipv6_tunnelIPv6 tunnelsNetwork Configuration > WAN Settings
lanIPv4 LAN settings and VLANs
LAN groups for IPv4
Secondary IPv4 addresses
Advanced IPv4 LAN settings
IPv6 LAN settings
Secondary IPv6 addresses
IPv6 LAN DHCP address pools
IPv6 prefix delegation for the LAN
radvdIPv6 RADVD and pools for the LAN
IPv6 RADVD and pools for the DMZ
routingDynamic IPv4 routes
Static IPv4 routes
Static IPv6 routes
wanIPv4 WAN (Internet) settings
IPv6 WAN (Internet) settings
MTU, port speed, and MAC
address
Network Configuration > DMZ Setup
Network Configuration > LAN Setup
Network Configuration > LAN Setup
Network Configuration > DMZ Setup
Network Configuration > Routing
Network Configuration > WAN Settings
wan_settings NAT or Classical RoutingNetwork Configuration > WAN Settings
__________________________CLI________________________ ___Web Management Interface (GUI)___
Main ModeSubmodeFeature That You Can ConfigureBasic Path
Security configuration commands
securityaddress_filter Source MAC filters
IP/MAC bindings for IPv4
IP MAC bindings for IPv6
bandwidthBandwidth profilesSecurity > Bandwidth Profile
content_filter Group filtering
__________________________CLI________________________ ___Web Management Interface (GUI)___
Main ModeSubmodeFeature That You Can ConfigureBasic Path
VPN configuration commands
vpnipsecIKE policies
VPN policies
VPN IPSec Wizard
Mode Config records
l2tpL2TP serverVPN > L2TP Server
radiusRADIUS servers for VPNVPN > IPSec VPN > RADIUS Client
sslvpnSSL policies
Resources
Portal layouts
SSL VPN clients
Client routes
Port forwarding
Domains
Groups
User accounts
User login and IP policies
VPN > IPSec VPN
VPN > SSL VPN
Users
Save Commands
The following table describes the configuration commands that let you save or cancel
configuration changes in the CLI. You can use these commands in any of the five main
configuration modes. These commands are not preceded by a period.
Table 4. Save commands
CommandDescription
saveSave the configuration changes.
exitSave the configuration changes and exit the current configuration mode.
cancelRoll back the configuration changes.
Commands That Require Saving
After you have issued a command that includes the word configure, add, or edit, you
enter a configuration mode from which you can issue keywords and associated parameters.
These are examples of commands for which you need to save your changes:
• net lan ipv4 configure <vlan id> lets you enter the net-config [lan-ipv4]
configuration mode. After you made your changes, issue save or exit to save your
changes.
• security content_filter trusted_domain add lets you enter the
security-config [approved-urls] configuration mode. After you made your changes, issue
save or exit to save your changes.
• dot11 profile configure <profile name> lets you enter the dot11-config
[profile] configuration mode. After you made your changes, issue save or exit to save
your changes.
Commands That Do Not Require Saving
You do not need to save your changes after you have issued a command that deletes,
disables, or enables a row ID, name, IP address, or MAC address, or that lets you make a
configuration change without entering another configuration mode.
These are examples of commands that you do not need to save:
The following table describes the global commands that you can use anywhere in the CLI.
These commands need to be preceded by a period.
Table 5. Global CLI commands
CommandDescription
.exitExit the current session.
.helpDisplay an overview of the CLI syntax.
.topReturn to the default command mode or root.
.rebootReboot the system.
.historyDisplay the command-line history of the current session.
You can encounter the following three basic types of commands in the CLI:
• Entry commands to enter a configuration mode. Commands that let you enter a
configuration mode from which you can configure various keywords and associated
parameters and keywords. For example, the net wan wan1 ipv4 configure
command lets you enter the net-config [wan1-ipv4] mode, from which you can configure
the IPv4 WAN settings.
This type of command is the most common in the CLI and is always indicated by two
steps in this manual, each one showing the format and mode:
Step 1Format
Modenet
Step 2FormatThis section shows the keywords and associated parameters, for example:
Sometimes, you need to enter a parameter to enter a configuration mode. For example,
security schedules edit<row id> requires you to enter the row ID parameter to
enter the security-config [schedules] mode, from which you can modify various keywords
and associated parameters and keywords.
• Commands with a single parameter. Commands that require you to supply one or more
parameters and that do not let you enter another configuration mode. The parameter is
usually a row ID or a name. For example, security firewall ipv4 delete<row id> requires you to enter the row ID parameter to delete the firewall rule.
For this type of command, the format and mode are shown in this manual:
Format
Modesecurity
security firewall ipv4 delete <row id>
• Commands without parameters. Commands that do not require you to supply a
parameter after the command and that do not let you enter another configuration mode.
For example, util restore_factory_defaults does not require parameters.
For this type of command also, the format and mode are shown in this manual:
Command autocompletion finishes spelling the command when you type enough letters of a
command to uniquely identify the command keyword. You need to type all of the required
keywords and parameters before you can use autocompletion.
The following keys both perform autocompletion for the current command. If the command
prefix is not unique, a subsequent repeat of the key displays possible completions.
• Enter or Return key. Autocompletes, syntax-checks, and then executes the command. If
there is a syntax error, the offending part of the command is highlighted and explained.
• Spacebar. Autocompletes, or if the command is already resolved, inserts a space.
CLI Line-Editing Conventions
The following table describes the key combinations that you can use to edit commands or
increase the speed of command entry. Access this list from the CLI by issuing .help.
Table 6. CLI editing conventions
Key or Key Sequence Description
Invoking context-sensitive help
?Displays context-sensitive help. The information that displays consists either of a list of
possible command completions with summaries or of the full syntax of the current
command. When a command has been resolved, a subsequent repeat of the help key
displays a detailed reference.
Autocompleting
Note: Command autocompletion finishes spelling the command when you type enough letters of a command
to uniquely identify the command keyword. However, you need to type all of the required keywords and
parameters before you use autocompletion.
Enter (or Return)Autocompletes, syntax-checks, and then executes a command. If there is a syntax
error, the offending part of the command line is highlighted and explained. If the
command prefix is not unique, a subsequent repeat of the key displays possible
completions.
SpacebarAutocompletes, or if the command is already resolved, inserts a space. If the command
prefix is not unique, a subsequent repeat of the key displays possible completions.
Moving around
Ctrl-AGo to the beginning of the line.
Ctrl-EGo to the end of the line.
Up arrowGo to the previous line in the history buffer.
Down arrowGo to the next line in the history buffer.
Left arrowGo backward one character.
Ctrl-CDelete the entire line.
Ctrl-DDelete the next character.
Ctrl-KDelete all characters to the end of the line from where the cursor is located.
BackspaceDelete the previous character.
Invoking escape sequences
!!Substitute the previous line.
!NSubstitute the Nth line, in which N is the absolute line number as displayed in the
output of the history command.
!-NSubstitute the line that is located N lines before the current line, in which N is a relative
number in relation to the current lint.
Access the CLI
You can access the CLI by logging in with the same user credentials (user name and
password) that you use to access the web management interface. FVS318N> is the CLI
prompt.
FVS318N login: admin
Password:
************************************************
Welcome to FVS318N Command Line Interface
************************************************
FVS318N>
Introduction
17
2. Overview of the Configuration
Commands
This chapter provides an overview of all configuration commands in the five configuration
command modes. The keywords and associated parameters that are available for these
commands are explained in the following chapters. The chapter includes the following sections:
Enter the net ? command at the CLI prompt to display the submodes in the net mode. The
following table lists the submodes and their commands in alphabetical order:
Table 7. Net mode configuration commands
SubmodeCommand NamePurpose
ddnsnet ddns configureEnable, configure, or disable Dynamic
DNS (DDNS) service.
net dmz ipv4 configureEnable, configure, or disable the IPv4
DMZ.
net dmz ipv6 configureEnable, configure, or disable the IPv6
dmz
net dmz ipv6 pool configure <ipv6 address>Configure a new or existing IPv6 DMZ
net dmz pool ipv6 delete < ipv6 address>Delete an IPv6 DMZ DHCP address pool.
ethernetnet ethernet configure <interface name or number> Configure a VLAN for a LAN interface.
ipv6net ipv6 ipmode configureConfigure the IP mode (IPv4 only or
18
DMZ.
DHCP address pool.
IPv4/IPv6).
ipv6_tunnel
net ipv6_tunnel isatap delete <row id>Delete an IPv6 ISATAP tunnel.
net ipv6_tunnel isatap edit <row id>Configure an existing IPv6 ISATAP tunnel.
net ipv6_tunnel six_to_four configureEnable or disable automatic (6to4)
tunneling.
net lan dhcp reserved_ip configure <mac address> Bind a MAC address to an IP address for
DHCP reservation or change an existing
binding, and assign a LAN group.
net lan dhcp reserved_ip delete <mac address>Delete the binding of a MAC address to
an IP address.
net lan ipv4 advanced configureConfigure advanced LAN settings such as
the MAC address for VLANs and ARP
broadcast.
net lan ipv4 configure <vlan id>Configure a new or existing VLAN.
net lan ipv4 default_vlanConfigure the default VLAN for each port.
net lan ipv4 delete <vlan id>Delete a VLAN.
net lan ipv4 disable <vlan id>Disable a VLAN.
net lan ipv4 enable <vlan id>Enable a VLAN.
lan
net lan ipv4 multi_homing addConfigure a new secondary IPv4 address.
net lan ipv4 multi_homing delete <row id>Delete a secondary IPv4 address.
net lan ipv4 multi_homing edit <row id>Configure an existing secondary IPv4
address.
net lan ipv6 configureConfigure the IPv6 LAN address settings
and DHCPv6.
net lan ipv6 multi_homing addConfigure a new secondary IPv6 address.
net lan ipv6 multi_homing delete <row id>Delete a secondary IPv6 address.
net lan ipv6 multi_homing edit <row id>Configure an existing secondary IPv6
address.
net lan ipv6 pool configureConfigure a new IPv6 LAN DHCP address
pool.
net lan ipv6 pool delete <row id>Delete an IPv6 LAN DHCP address pool.
net lan ipv6 pool edit <row id>Configure an existing IPv6 LAN DHCP
address pool.
Overview of the Configuration Commands
19
lan
(continued)
delegation.
net lan ipv6 prefix_delegation delete <row id>Delete a prefix for IPv6 LAN prefix
delegation.
net lan ipv6 prefix_delegation edit <row id>Configure an existing prefix for IPv6 LAN
prefix delegation.
net lan lan_groups edit <row id> <new group name> Change an existing LAN default group
name.
net radvd configure dmzConfigure the IPv6 RADVD for the DMZ.
net radvd configure lanConfigure the IPv6 RADVD for the LAN.
net radvd pool dmz addConfigure a new IPv6 RADVD pool for the
DMZ.
net radvd pool dmz delete <row id>Delete an IPv6 RADVD pool from the
DMZ.
radvd
routing
net radvd pool dmz edit <row id>Configure an existing IPv6 RADVD pool
for the DMZ.
net radvd pool lan addConfigure a new IPv6 RADVD pool for the
LAN.
net radvd pool lan delete <row id>Delete an IPv6 RADVD pool from the
LAN.
net radvd pool lan edit <row id>Configure an existing IPv6 RADVD pool
for the LAN.
net routing dynamic configureConfigure RIP and the associated MD5
key information.
net routing static ipv4 configure <route name>Configure a new or existing IPv4 static
route.
net routing static ipv4 delete <route name>Delete an IPv4 static route.
net routing static ipv4 delete_allDelete all IPv4 routes.
net routing static ipv6 configure <route name>Configure a new or existing IPv6 static
route.
net routing static ipv6 delete <route name>Delete an IPv6 static route.
net routing static ipv6 delete_allDelete all IPv6 routes.
siit
net siit configureConfigure Stateless IP/ICMP Translation
Overview of the Configuration Commands
20
wan
wan_settings net wan_settings wanmode configureConfigure the mode of IPv4 routing (NAT
net wan wan1 ipv4 configureConfigure the IPv4 settings of the WAN
interface.
net wan wan1 ipv6 configureConfigure the IPv6 settings of the WAN
interface.
or classical routing) between the WAN
interface and LAN interfaces.
Enter the security ? command at the CLI prompt to display the submodes in the security
mode. The following table lists the submodes and their commands in alphabetical order:
Table 8. Security mode configuration commands
SubmodeCommand NamePurpose
security address_filter ip_or_mac_binding addConfigure a new IP/MAC
binding rule.
security address_filter ip_or_mac_binding delete <row id> Delete an IP/MAC binding
rule.
address_filter
bandwidth
security address_filter ip_or_mac_binding edit <row id>Configure an existing IP/MAC
security firewall ipv6 delete <row id>Delete an IPv6 firewall rule.
security firewall ipv6 disable <row id>Disable an IPv6 firewall rule.
security firewall ipv6 edit <row id>Configure an existing IPv6
security firewall ipv6 enable <row id>Enable an IPv6 firewall rule.
Configure the default
outbound policy for IPv6
traffic.
firewall rule.
Overview of the Configuration Commands
23
firewall
(continued)
porttriggering_rules security porttriggering_rules addConfigure a new port
security firewall session_settings configureConfigure global session
security porttriggering_rules delete <row id>Delete a port triggering rule.
security porttriggering_rules edit <row id>Configure an existing port
limits.
time-outs.
triggering rule.
triggering rule.
schedules
services
upnpsecurity upnp configureConfigure UPnP.
security schedules edit {1 | 2 | 3}Configure one of the three
security schedules.
security services addConfigure a new custom
service.
security services delete <row id>Delete a custom service.
security services edit <row id>Configure an existing custom
service.
Administrative and Monitoring Settings (System Mode)
Configuration Commands
Enter the system ? command at the CLI prompt to display the submodes in the system
mode. The following table lists the submodes and their commands in alphabetical order:
Table 9. System mode configuration commands
SubmodeCommand NamePurpose
system logging configureConfigure routing logs for accepted and
dropped IPv4 and IPv6 packets.
logging
system logging remote configureConfigure email logs and alerts,
schedule email logs and alerts, and
configure a syslog server.
remote_management
system remote_management https configure Configure remote management over
HTTPS.
system remote_management telnet configure Configure remote management over
Telnet.
Overview of the Configuration Commands
24
snmp
timesystem time configureConfigure the system time, date, and
traffic_metersystem traffic_meter configureConfigure the WAN traffic meter.
system snmp trap configure <ip address>Configure an SNMP agent and
community.
system snmp trap delete <ipaddress>Delete an SNMP agent.
Enter the dot11 ? command at the CLI prompt to display the submodes in the dot11 mode.
The following table lists the submodes and their commands in alphabetical order:
Table 10. Dot11 mode configuration commands
SubmodeCommand NamePurpose
dot11 profile acl configure <row id >Configure an ACL for a specific profile.
dot11 profile addConfigure a new wireless profile.
dot11 profile delete <row id>Delete a wireless profile.
profile
radio
dot11 profile disable <row id>Disable a wireless profile.
dot11 profile enable <row id>Enable a wireless profile.
dot11 profile edit <row id>Configure an existing wireless profile.
dot11 profile wps configureConfigure Wi-Fi Protected Setup™ (WPS).
dot11 radio advanced configureConfigure advanced radio settings.
dot11 radio configureConfigure basic radio settings.
Overview of the Configuration Commands
25
Table 11. Configuration commands: vpn mode
SubmodeCommand NamePurpose
vpn ipsec ikepolicy configure <ike policy name>Configure a new or existing manual IPSec
IKE policy.
vpn ipsec ikepolicy delete <ike policy name>Delete an IPSec policy.
vpn ipsec mode_config configure <record name>Configure a new or existing Mode Config
record.
vpn ipsec mode_config delete <record name>Delete a Mode Config record.
vpn ipsec radius configure Configure the RADIUS servers.
vpn ipsec vpnpolicy configure <vpn policy name>Configure a new or existing auto IPSec
ipsec
vpn ipsec vpnpolicy connect <vpn policy name>Establish a VPN connection.
vpn ipsec vpnpolicy delete <vpn policy name>Delete an IPSec VPN policy.
vpn ipsec vpnpolicy disable <vpn policy name>Disable an IPSec VPN policy.
vpn ipsec vpnpolicy drop <vpn policy name>Terminate an IPSec VPN connection.
vpn ipsec vpnpolicy enable <vpn policy name>Enable an IPSec VPN policy.
VPN policy or manual IPSec VPN policy.
vpn ipsec wizard configure <Gateway | VPN_Client> Configure the IPSec VPN wizard for a
gateway-to-gateway or gateway-to-VPN
client connection.
l2tpvpn l2tp server configure Configure the L2TP server.
vpn sslvpn client ipv4Configure the SSL client IPv4 address
range.
vpn sslvpn client ipv6Configure the SSL client IPv6 address
range.
vpn sslvpn policy addConfigure a new SSL VPN policy.
sslvpn
vpn sslvpn policy delete <row id>Delete an SSL VPN policy.
vpn sslvpn policy edit <row id>Configure an existing SSL VPN policy.
vpn sslvpn portal_layouts add Configure a new SSL VPN portal layout.
vpn sslvpn portal_layouts delete <row id>Delete an SSL VPN portal layout.
vpn sslvpn portal_layouts edit <row id>Configure an existing SSL VPN portal
layout.
Overview of the Configuration Commands
26
vpn sslvpn portforwarding appconfig addConfigure a new SSL port forwarding
application.
vpn sslvpn portforwarding appconfig delete <row id>Delete an SSL VPN port forwarding
application.
vpn sslvpn portforwarding hostconfig addConfigure a new host name for an SSL
port forwarding application.
vpn sslvpn portforwarding hostconfig delete <row id> Delete a host name for an SSL port
forwarding application.
vpn sslvpn resource addAdd a new SSL VPN resource.
vpn sslvpn resource configure add <resource name> Configure an SSL VPN resource object.
vpn sslvpn resource configure delete <row id>Delete an SSL VPN resource object.
vpn sslvpn resource delete <row id>Delete an SSL VPN resource.
vpn sslvpn route addAdd an SSL VPN client route.
vpn sslvpn route delete <row id>Delete an SSL VPN client route.
sslvpn
(continued)
vpn sslvpn users domains addConfigure a new authentication domain.
vpn sslvpn users domains delete <row id>Delete an authentication domain.
vpn sslvpn users domains
vpn sslvpn users groups addConfigure a new authentication group.
vpn sslvpn users groups delete <row id>Delete an authentication group.
vpn sslvpn users groups edit <row id>Configure an existing authentication
vpn sslvpn users users addAdd a new user account.
vpn sslvpn users users browser_policies <row id>Configure the client browsers from which
vpn sslvpn users users delete <row id>Delete a user account.
vpn sslvpn users users edit <row id>Configure an existing user account.
vpn sslvpn users users ip_policies configure <row id> Configure source IP addresses from
Enable or disable local authentication for
users.
domain.
group.
a user is either allowed or denied access.
which a user is either allowed or denied
access.
Overview of the Configuration Commands
27
(continued)
vpn sslvpn users users login_policies <row id>Configure the login policy for a user.
Overview of the Configuration Commands
28
3. Net Mode Configuration Commands
This chapter explains the configuration commands, keywords, and associated parameters in the
net mode. The chapter includes the following sections:
• General WAN Commands
• IPv4 WAN Commands
• IPv6 WAN Commands
• IPv6 Tunnel Commands
• Dynamic DNS Commands
• IPv4 LAN Commands
• IPv6 LAN Commands
• IPv4 DMZ Setup Commands
• IPv6 DMZ Setup Commands
• IPv4 Routing Commands
• IPv6 Routing Commands
3
IMPORTANT:
After you have issued a command that includes the word
configure, add, or edit, you need to save (or cancel) your
changes. For more information, see
29
Save Commands on page 13.
This command configures the MTU, port speed, and MAC address of the wireless VPN
firewall. After you have issued the net wan port_setup configure command, you
enter the net-config [port_setup] mode, and then you can configure the MTU, port speed, and
MAC address.
Step 1Format
Modenet
Step 2Format
Modenet-config [port_setup]
KeywordAssociated Keyword to
def_mtuDefault or CustomSpecifies whether the default MTU or a custom MTU is
mtu_sizenumberThe size of the default MTU in bytes for the WAN port: