PremierWave
EN
Command Reference
Part Number 900-581
Revision C March 2013
Download from Www.Somanuals.com. All Manuals Search And Download.
Table of Contents
PremierWave EN Command Reference
3
Download from Www.Somanuals.com. All Manuals Search And Download.
1: About This Guide
This guide describes how to configure the PremierWave EN using the Command Line Interface
(CLI) and/or Extensible Markup Language (XML). It is written for software developers and system
integrators.
Chapter Summaries
This table lists and summarizes content of each chapter.
Chapter
Summary
Gives an overview of CLI and XML.
Lists commands and describes how to use CLI to configure the
PremierWave EN.
Chapter 5: Commands and Levels
Lists XCR groups and items and describes how to use XCRs to
configure the PremierWave EN.
Provides an index of the CLI Command Hierarchy with hyperlinks
to the corresponding command details.
Conventions
The table below lists and describes the conventions used in this book.
Convention
Description
Bold text
Italic text
Brackets [ ]
Default parameters.
Required values for parameters
Optional parameters.
Angle Brackets < >
Pipe |
Possible values for parameters.
Choice of parameters.
Warning
Warning:
Means that you are in a situation that could cause
equipment damage or bodily injury. Before you work on any
equipment, you must be aware of the hazards involved with electrical
circuitry and familiar with standard practices for preventing accidents.
Note
Note: Means take notice. Notes contain helpful suggestions, information,
or references to material not covered in the publication.
Caution
Caution: Means you might do something that could result in faulty
equipment operation, or loss of data.
Screen Font
(Courier New)
CLI terminal sessions and examples of CLI input.
PremierWave EN Command Reference
6
Download from Www.Somanuals.com. All Manuals Search And Download.
1: About This Guide
Additional Documentation
Visit the Lantronix website at www.lantronix.com/support/documentation for the latest
documentation and the following additional documentation.
Document
Description
PremierWave EN User Guide
Describes how to configure and use the PremierWave EN.
PremierWave EN Integration Guide Contains information about the PremierWave hardware, the
PremierWave evaluation board, and integrating the PremierWave
EN into your product.
PremierWave Evaluation Board
Quick Start Guide
Instructions for getting the PremierWave EN evaluation board up
and running.
PremierWave Evaluation Board
User Guide
Information for using the PremierWave EN module on the evaluation
board.
Com Port Redirector
Quick Start and Online Help
Instructions for using the Lantronix Windows-based utility to create
virtual com ports.
DeviceInstaller Online Help
Instructions for using the Lantronix Windows-based utility to locate
the PremierWave EN and to view its current settings.
PremierWave EN Command Reference
7
Download from Www.Somanuals.com. All Manuals Search And Download.
2: Overview
PremierWave EN support three convenient configuration methods: Web Manager, Command Line
Interface (CLI) and Extensible Markup Language (XML). For more information about the Web
Manager, see the PremierWave EN User Guide on the Lantronix website.
XML Architecture and Device Control
XML is a fundamental building block for the future growth of Machine-to-Machine (M2M) networks.
PremierWave supports XML configuration records that make configuring the device server easy
for users and administrators. XML configuration records are easy to edit with a a standard text
editor or an XML editor.
XML syntax, a guide to the specific XML tags used, and a guide to using XML configuration
records.
Command Line Interface
Making the edge-to-enterprise vision a reality, PremierWave EN uses industry-standard tools for
configuration, communication, and control. For example, the PremierWave EN uses a command
line interface (CLI) whose syntax is very similar to that used by data center equipment such as
routers and hubs.
For details of the CLI, see Chapter 5: Commands and Levels. It provides an index of the CLI
Command Hierarchy with links to the corresponding command details. The CLI provides
commands for configuring, monitoring, and controlling the device server.
PremierWave EN Command Reference
8
Download from Www.Somanuals.com. All Manuals Search And Download.
3: Command Line Interface
This chapter describes accessing the PremierWave EN by using Telnet, SSH, or serial ports to
configure the PremierWave EN, navigating the Command Line Interface (CLI), typing keyboard
shortcuts, and moving between the levels.
It contains the following sections:
Refer to Chapter 5: Commands and Levels for a complete list of levels, commands, and
descriptions.
Configuration Using Telnet
To access and configure the device server by using a Telnet session over the network, you must
first establish a Telnet connection. You can also establish a Telnet connection by clicking the
Telnet Configuration tab in DeviceInstaller. See the DeviceInstaller Online Help for more
information, available on our website www.lantronix.com/support/downloads.
To access the PremierWave EN by using Telnet, perform the following steps.
1. Click Start > Run. The Run dialog box displays.
2. Type cmdin the dialog box and press OK.
3. Type telnet x.x.x.x(x.x.x.x is the IP address). The PremierWave EN is online when the
command prompt (>) displays. You are at the root level of the CLI.
Note: Depending on the level of security, a password may be required.
Configuration Using Serial Ports
Serial Command Mode
The serial port can be configured to operate in command mode permanently or to be triggered
under specified conditions. See the line <line> Levelcommand description for more
information.
See the PremierWave EN User Guide for directions on connecting the USB port prior to
configuration.
Serial Recovery
Serial Recovery mode will temporarily override the line and tunnel settings for the serial line to
allow configuration changes to be made. The line and tunnel settings will be restored once the
user exits the Serial Recovery mode CLI.
PremierWave EN Command Reference
9
Download from Www.Somanuals.com. All Manuals Search And Download.
3: Command Line Interface
To configure the Lantronix device server locally using a serial port:
1. Connect a terminal or a PC running a terminal emulation program to one of the device server's
serial ports.
2. Configure the terminal to the following settings:
9600 baud
8-bit
No parity
1 stop bit
No flow control.
3. Power off the device.
4. Press and hold down the exclamation point (!) key.
5. Power on the device. After about 10 seconds, the exclamation point will display on the
terminal or PC screen.
6. Type xyz within 5 seconds to display the CLI prompt.
Navigating the CLI Hierarchy
The CLI is organized into a hierarchy of levels. Each level has a group of commands for a specific
purpose. For example, to configure a setting for the FTP server, one would navigate to the FTP
level, which is under the configuration level.
To move to a different level—Enter the name of the level from within its parent level. For
example, to enter the tunnel level, type tunnel <number>at the enable prompt. This
displays: <enable> tunnel <number>#.
To exit and return to one level higher—Type exitand press the Enter key. Typing exit at the
login level or the enable level will close the CLI session. If Line - Command Mode is specified
as Always, a new session starts immediately.
To view the current configuration at any level—Type show.
To view the list of commands available at the current level—Type the question mark "?". Items
within < >(e.g. <string>) are required parameters.
To view the available commands and explanations—Type the asterisk ( *).
To view the list of commands available for a partial command—Type the partial command
followed by the question mark "?". For example: <tunnel-1>#show? displays a list of all
echo commands at the tunnel level.
To view available commands and their explanations for a partial command—Type the partial
command followed by the asterisk (*). For example: <tunnel-1>#show*displays a list of all
echo commands and descriptions at the tunnel level.
To view the last 20 commands entered at the CLI—Type show history.
PremierWave EN Command Reference
10
Download from Www.Somanuals.com. All Manuals Search And Download.
3: Command Line Interface
Using Keyboard Shortcuts and CLI
One useful shortcut built into PremierWave EN is that the complete text of a command does not
have to be entered to issue a command. Typing just enough characters to uniquely identify a
command, then hitting enter, can be used as a short cut for a command. For example, at the
enable level, "sh" can be used for the "show" command.
Tab Completion is also available using the Tab and Enter keys on the keyboard. Typing the first
few characters of a command, then hitting the Tab key displays the first command that begins with
those characters. Hitting the Tab key again displays the next command that begins with the
original characters typed. You can press Enter to execute the command or you can backspace to
edit any parameters.
The following key combinations are allowed when configuring the device server using the CLI:
Table 3-1 Keyboard Shortcuts
Key Combination
Ctrl + a
Ctrl + b
Ctrl + d
Ctrl + e
Ctrl + f
Description
Places cursor at the beginning of a line
Backspaces one character
Deletes one character
Places cursor at the end of the line
Moves cursor forward one character
Deletes from the current position to the end of the line
Redraws the command line
Ctrl + k
Ctrl + l
Ctrl + n
Ctrl + p
Ctrl + u
Ctrl + w
Ctrl + z
Displays the next line in the history
Displays the previous line in the history
Deletes entire line and places cursor at start of prompt
Deletes one word back
Exits the current CLI level
Esc + b
Esc + f
Moves cursor back one word
Moves cursor forward one word
Understanding the CLI Level Hierarchy
The CLI hierarchy is a series of levels. Arranging commands in a hierarchy of levels provides a
way to organize and group similar commands, provide different levels of security, and reduce the
complexity and number commands and options presented to a user at one time.
When you start a command line session, you begin at the login level. This level can be password
protected and provides access to high level status, a few diagnostic commands, and the enable
level. Further device information and configuration are accessed via the enable level.
The enable level can also be password protected and is the gateway to full configuration and
management of the device server. There are commands for gathering and effecting all elements of
device status and configuration, as well as commands that take you to additional levels. For
instance, tunnel specific status and configuration is found under the "tunnel" level, and network
specific status and configuration commands are found under the "configuration" level.
PremierWave EN Command Reference
11
Download from Www.Somanuals.com. All Manuals Search And Download.
3: Command Line Interface
An overview of the levels in the PremierWave EN is presented in Figure 3-2 CLI Level Hierarchy
below.
Figure 3-2 CLI Level Hierarchy
(login)
enable
configure
cpm
arp
bridge
<bridge>
device
cli
ssh
dns
email <number>
filesystem
line <line>
ssh
telnet
diagnostics
ftp
cp
host
<number>
client
http
icmp
If 1
server
ethernet
link
ssl
credentials
trusted
authorities
If 2
ip
wlan link
tunnel <line>
accept
cp output
password
cp output
query port
rss
connect
host
smtp
<number>
disconnect
modem
packing
serial
syslog
terminal
<line>
terminal
network
vip
xml
wlan
edit
profiles
<bumber>
configuration settings and are not displayed initially. If you type ?, you will see the login sub-
commands. These commands provide diagnostic and status information only.
Figure 3-3 Login Level Commands
>?
clrscrn
exit
ping <host>
ping <host> <count> <timeout>
show history
ping <host> <count>
show
show lines
trace route <host> trace route <host> <method>
enable
PremierWave EN Command Reference
12
Download from Www.Somanuals.com. All Manuals Search And Download.
3: Command Line Interface
Note: >To configure the PremierWave EN, you must be in the enable level and any of its
Figure 3-4 Enable Level Commands
>enable
(enable)#?
auto show interfaces
clrscrn
auto show processes
configure
connect
cpm
connect line <line>
device
disable
dns
email <number>
filesystem
kill telnet <session>
ping <host>
ping <host> <count> <timeout>
reload factory defaults
show history
show ip sockets
show processes
ssh
exit
kill ssh <session>
line <line>
ping <host> <count>
reload
show
show interfaces
show lines
show sessions
ssh <optClientUsername> <host>
ssl
telnet <host> <port>
tunnel <line>
xml
ssh <optClientUsername> <host> <port>
telnet <host>
trace route <host>
write
<enable>#
See the Chapter 5: Commands and Levels at the end of this document for a complete list of levels,
commands, and descriptions.
PremierWave EN Command Reference
13
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
The device server provides an Extensible Markup Language (XML) interface that you can use to
configure device server devices. Every configuration setting that can be issued from the device
server Web Manager and CLI can be specified using XML.
The device server can import and export configuration settings as an XML document known as an
XML Configuration Record (XCR). An XCR can be imported or exported via the CLI, a Web
browser, FTP, or the device server filesystem. An XCR can contain many configuration settings or
just a few. For example, it might change all of the configurable parameters for a device server, or it
may only change the baud rate for a single serial line. Using XCRs is a straightforward and flexible
way to manage the configuration of multiple device server devices.
XML Configuration Record Document Type Definition
An XML document type definition (DTD) is a description of the structure and content of an XML
document. It verifies that a document is valid. XCRs are exported using the DTD as shown in
Figure 4-1 DTD for XCRs
<!DOCTYPE configrecord [
<!ELEMENT configrecord (configgroup+)>
<!ELEMENT configgroup (configitem+,configgroup*)>
<!ELEMENT configitem (value+)>
<!ELEMENT value (#PCDATA)>
<!ATTLIST configrecord version CDATA #IMPLIED>
<!ATTLIST configgroup name CDATA #IMPLIED>
<!ATTLIST configgroup instance CDATA #IMPLIED>
<!ATTLIST configitem name CDATA #IMPLIED>
<!ATTLIST value name CDATA #IMPLIED>
]>
The device server DTD rules state the following:
The XML document element is a <configrecord>element. This is the root element.
A <configrecord>must have one or more <configgroup>elements and can have a
version attribute.
A <configgroup>must have one or more <configitem>elements and can have name
and instance attributes.
A <configitem>element must have one or more <value> elements and can have a name
attribute.
A <value>element can have only data and can have a name attribute.
The name attribute identifies a group, item, or value. It is always a quoted string.
The instance attribute identifies the specific option, like the serial port number. The "instance"
attribute is always a quoted string.
PremierWave EN Command Reference
14
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Note:
The name for each <configgroup> (specified with the name attribute) is the group
name listed in the Web Manager XCR groups or with the "xcr list" CLI command. See
the PremierWave EN User Guide for more information about the XCR groups.
An empty or missing <value> element in each present <configgroup> clears the
setting to its default.
Quick Tour of XML Syntax
Declaration
The first line, <?xml version="1.0" standalone="yes"?>, is called the XML declaration.
It is required and indicates the XML version in use (normally version 1.0). The remainder of the file
consists of nested XML elements, some of which have attributes and content.
Element Start and End Tags
An element typically consists of two tags: start tag and an end tag that surrounds text and other
elements (element content). The start tag consists of a name surrounded by angle brackets, for
example <configrecord>. The end tag consists of the same name surrounded by angle
brackets, but with a forward slash preceding the name, for example </configrecord>. The
element content can also contain other "child" elements.
Element Attributes
The XML element attributes that are name-value pairs included in the start tag after the element
name. The values must always be quoted, using single or double quotes. Each attribute name
should appear only once in an element.
Figure 4-2 shows an XML example which consists of a declaration (first line), nested elements with
attributes and content.
Figure 4-2 XML Example
<?xml version=”1.0” standalone=”yes”?>
<configrecord>
<configgroup name = “serial command mode” instance = “1”>
<configitem name = “mode serial string”>
<value>disable</value>
</configitem>
</configgroup>
</configrecord>
The PremierWave EN uses the attributes in the following subsections to label the group
configuration settings.
PremierWave EN Command Reference
15
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Record, Group, Item, and Value Tags
A <configgroup> is a logical grouping of configuration parameters and must contain one or
more <configitem> elements. It must have a name attribute and may have an instance
attribute.
A <configitem>is a specific grouping of configuration parameters relevant to its parent group.
An item takes the name attribute and must contain one or more value elements. For example, the
line group might have parameters such as baud rate, data bits, and parity.
A value may specify the value of a configuration parameter. It may contain the name attribute. In
this example, a value of 9600 might be specified for baud rate; 7 may be specified for data bits,
and even may be specified for parity.
A name attribute identifies the group, item, or value. It is always quoted (as are all XML attributes).
For example, a group that contains serial port parameters has the name "line".
An instance attribute identifies which of several instances is being addressed. It is always quoted.
For example, the serial port name (in the line configgroup) has the instance "1" to indicate serial
port 1 or "2" to specify serial port 2.
The following figures show examples of XML configuration records and the use of the
<configrecord>, <configgroup>, <configitem>, and <value>XML elements.
Figure 4-3 XML Example
<?xml version=”1.0” standalone=”yes”?>
<configrecord>
<configgroup name = “serial command mode” instance = “1”>
<configitem name = “mode”>
<value>disable</value>
</configitem>
</configgroup>
</configrecord>
Figure 4-4 XML Example of Multiple Named Values
<?xml version="1.0" standalone="yes"?>
<configgroup name = "ethernet" instance = "eth0">
<configitem name = "speed">
<value>Auto</value>
</configitem>
<configitem name = "duplex">
<value>Auto</value>
</configitem>
</configgroup>
PremierWave EN Command Reference
16
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Figure 4-5 XML Example of Multiple Items
<configgroup name="ssh server">
<configitem name="host rsa keys">
<value name="public key"/>
<value name="private key"/>
</configitem>
<configitem name="host dsa keys">
<value name="public key"/>
<value name="private key"/>
</configitem>
<configitem name="delete authorized users">
<value>disable</value>
</configitem>
<configitem name="authorized user delete">
<value name="name"/>
</configitem>
<configitem name="authorized user" instance="">
<value name="password"/>
<value name="public rsa key"/>
<value name="public dsa key"/>
</configitem>
</configgroup>
Figure 4-6 XML Example with Multiple Groups
<?xml version="1.0" standalone="yes"?>
<configgroup name = "telnet">
<configitem name = "state">
<value>enable</value>
</configitem>
<configitem name = "authentication">
<value>disable</value>
</configitem>
</configgroup>
<configgroup name = "ssh">
<configitem name = "state">
<value>enable</value>
</configitem>
</configgroup>
PremierWave EN Command Reference
17
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Importing and Exporting an XML Configuration File
An XCR can be imported or exported using the following methods:
Filesystem-XCRs can be saved to the device server file system and imported or accessed as
PremierWave EN User Guide.
CLI-XCRs can be imported (captured) or exported (dumped) directly to a Telnet, SSH, or
serial line CLI session. Capturing an XCR can be started by pasting a valid XCR directly into
the CLI prompt. PremierWave EN immediately processes the configuration record, changing
any settings specified. This can be done on any level, including the root. Special tags in the
XML allow for providing root and enable level passwords so that this can also be done at the
password prompt.
Web browser-Web Manager can be used to import and export an XCR to the device server file
system. It can also be used to import an XCR from an external source such as your local hard
drive.
FTP-The device server FTP server can export and import XCRs when an FTP get or put
command on the filename (pwen.xcr for export, pwen_import.xcr for import; both are under the
pwxcr directory) is requested. On export (FTP get of pwen.xcr), the FTP server obtains the
current XCR from the PremierWave EN and sends it as a file. On import (FTP put of
pwen_import.xcr), the FTP server processes the file by sending it directly to the XML engine.
In both cases the device server filesystem is not accessed. The files pwen.xcr and
pwen_import.xcr are not read from or written to the file system. See FTP in the PremierWave
EN User Guide.
Best Practices
You can import or export an entire XCR, or just a portion of it, by specifying the group name and/or
group instances. In the examples below, import and export operations are performed from the CLI
on the local filesystem and require a XCR on the local filesystem. The Web Manager provides the
same functionality.
Caution: Using Microsoft Word to edit and save an XCR will change the format of
the file and make it incompatible with PremierWave EN. This is true even
if the file is saved as Plain Text (.txt) or an XML Document (.xml).
Notepad, a third party text editor, or a specialized XML editor should be
used instead.
Importing
The following syntax can be used to import configurations from a file:
xcr import <file>
xcr import <file> <groups and/or group:instances>
The first line imports all groups specified in the XML config record named in <file>. Any filename is
valid, and the file name and extension are not important.
In the second line:
Instance follows group with a colon (see the third example on the next page).
Multiple groups are separated with a comma.
PremierWave EN Command Reference
18
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Any white space requires the list of groups to be quoted.
Only the named groups get imported, even if the XCR contains additional XCR groups.
The following syntax can be used to export configurations to a file on the device server's file
system:
xcr export <file>
xcr export <file> <groups and/or group:instances>
The same guidelines above regarding importing configurations also apply to exporting
configurations. If no groups are specified, then the export command will export all configuration
settings to the file. If instances are specified after the groups, only those group instances are
written. If no instance is specified, all instances of that group are written.
Exporting
The following example exports only the accept mode tunneling settings for line 1 to the file
"tunnel_1.xcr" on the device server filesystem:
xcr export tunnel_1.xcr "tunnel accept:1"
The following example exports only the connect mode tunneling settings for all ports to the file
"tunnel_all.xcr" on the device server filesystem:
xcr export tunnel_all.xcr "tunnel connect"
The following example imports only the settings for line2 from an XCR named "factory_config.xcr"
on the device server filesystem. If "factory_config.xcr" has other configuration settings, they are
ignored:
xcr import factory_config.xcr "line:2"
The following example imports only line settings for all ports from a configuration record on the
device server filesystem named "foobar.xcr":
xcr import foobar.xcr "line"
To import only disconnect mode tunnel settings for port 1 and all serial line tunnel settings for port
2 from an XML configuration record named "production.xcr" that contains these settings (and
possibly more), issue the following command:
xcr import production.xcr "tunnel disconnect:1"
The following example imports all tunneling settings and line settings for all serial ports from a file
named xcr_file:
xcr import xcr_file "tunnel accept, tunnel connect, tunnel
disconnect, tunnel modem, tunnel packing, tunnel serial, tunnel
start, tunnel stop, line"
The following example exports only accept mode tunneling settings on serial port 1, and line
settings on serial port 2 to a file named tunnel_config_t1_l2.xcr on the device server filesystem.
xcr export tunnel_config_t1_l2.xcr "tunnel accept:1, line:2"
The following example exports connect mode tunneling and line settings for all ports to the file
tunnel_config.xcr on the device server filesystem:
xcr export tunnel_config.xcr "tunnel, line"
PremierWave EN Command Reference
19
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
XML Configuration Groups
Table 4-7 lists the PremierWave EN XCR groups in alphabetical order. This table indicates the
various group items, as well as some possible value names and options.
Note: Any instance of < in the table may be read as "less than" and any instance of
> may be read as "greater than".
Table 4-7 XCR Groups
Group Name
Group Item
Value Name
Value Options
Additional
Information
alarm
barrel connector
power
connect (Attribute of
“instance” is a
number.)
email
input <instance>
connect <instance>
email
terminal block power connect reminder
interval
connect <instance>
email
analog input
(Attribute of
“instance” is a
number.)
adjustment
simple offset, scale
and offset
Default: simple offset
alarm high
alarm low
alarm type
Default: 0.0
Default: 0.0
none, high, low, high Default: none
and low
decimal point
delay
Default: 5
Default: 0 seconds
Default: enable
display
enable, disable
input high
input low
offset
Default: +1.0
Default: 0.0
range
100mv, 1v, 10v,
20ma
Default: 10v
reading high
reading low
title
Default: +1.0
Default: 0.0
units
Default: V
PremierWave EN Command Reference
20
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name
(continued)
Group Item
Value Name
Value Options
Additional
Information
arp
arp delete
ip address
Remove an entry from
the ARP table. Specify
the entry by its IP
address.
arp entry
ip address
mac address
bridge
cli
state
enable, disable
enable, disable
Default: disable
bridging mac address
enable level
password
Value is SECRET,
hidden from user view.
inactivity timeout
line authentication
login password
Default: 15 minutes
Default: disable
Value is SECRET,
hidden from user view.
Default: PASS
quit connect line
Accepts text containing
control characters, for
example,
<control>A
represents control-A
Default: <control>L
cp group
cp (Attribute of an
bit
instance is a number)
(Attribute of an
instance is
“line1_modem_ctl_i
n”,
type
assert low
state
“line1_modem_ctrl_
out”,
“line2_modem_ctl_i
n”,
“line2_modem_ctrl_
out”,
“line2_rs485_hdpx””
,
“line2_rs485_select”
device
firmware version
long name
serial number
short name
log
Read only.
Read only.
diagnostics
max length
output
Default: 50 KB
disable, filesystem,
line <number>
Default: disable
PremierWave EN Command Reference
21
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name
(continued)
Group Item
Value Name
Value Options
Additional
Information
diagnostics
(continued)
managelinx network
interface
device.dna.system.ne
twork.iface.ipaddres
device.dna.system.ne
twork.iface.name
device.dna.system.ne
twork.iface.vip.pool
device.viproute.target
.name
email (Attribute
of“instance” is a
number.)
cc
message file
priority
urgent, high, normal, Default: normal
low, very low
reply to
subject
to
from
overriding domain
server port
local port
Default: 25
<Random>, Default: <Random>
...
cp
group
trigger value
Default: 0
ethernet
duplex
auto, half, full
auto, 10, 100
Default: auto
Default: auto
speed
ftp server
state
host
name
(Attribute of
“instance” is a
number.)
protocol
ssh username
remote address
remote port
realm
telnet, ssh
Default: telnet
Default: 0
http authentication
uri
type
user (instance is
“admin”)
password
name
user delete
Deletes an HTTP
Authentication URI
user. The value
element is used to
specify the user for
deletion.
PremierWave EN Command Reference
22
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name
(continued)
Group Item
Value Name
Value Options
Additional
Information
http server
state
enable, disable
Default: enable
port
<None>, ... Default: 80
<None>, ... Default: 443
secure port
secure protocols
ssl3, tls1.0, tls1.1
May contain zero, one,
or more of the values,
separated by commas.
Default: ssl3, tls1.0,
tls1.1
secure credentials
max timeout
max bytes
Default: 10 seconds
Default: 40960
Default: enable
Default: 50
logging state
max log entries
log format
enable, disable
Default: %h %t "%r"
%s %B "%{Referer}i"
"%{User-Agent}i"
authentication
timeout
Default: 30 minutes
icmp
state
enable, disable
enable, disable
enable, disable
Default: enable
Default: disable
Default: enable
interface
bootp
(Attribute of an
“instance” is “eth0”,
and “wlan0”)
dhcp
ip address
<None>, ... Accepts an IP address
and mask as either: (1)
IP address only
(192.168.1.1) gets a
default mask, (2) CIDR
(192.168.1.1/24), or (3)
Explicit mask
(192.168.1.1
255.255.255.0).
default gateway
<None>, ... Accepts in IP address
in dotted notation, like
192.168.1.1.
hostname
domain
dhcp client id
primary dns
<None>, ... Accepts in IP address
in dotted notation, like
192.168.1.1.
secondary dns
<None>, ... Accepts in IP address
in dotted notation, like
192.168.1.1.
mtu
Default: 1500 bytes
state
PremierWave EN Command Reference
23
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name
(continued)
Group Item
Value Name
Value Options
Additional
Information
ip
ip time to live
multicast time to live
name
Default: 64 hops
Default: 1 hops
line
(Attribute of
“instance” is a
number.)
interface
rs232, rs485 half-
duplex, rs485 full-
duplex, usb-cdc-acm
Default:
termination
state
enable, disable
enable, disable
Default: disable
Default: depends on
instance
protocol
none, tunnel
Default:
baud rate
Default: 9600 bits per
second
parity
even, none, odd
Default: none
Default: 8
data bits
stop bits
flow control
7, 8
1, 2
Default: 1
none, hardware,
software
Default: none
xon char
Accepts a control
character, for example,
<control>A
represents control-A
Default: <control>Q
xoff char
Accepts a control
character, for example,
<control>A
represents control-A
Default: <control>S
gap timer
threshold
<None>, ... Default: <None>
Default: 56 bytes
PremierWave EN Command Reference
24
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name
(continued)
Group Item
Value Name
Value Options
Additional
Information
managelinx
plaintext dsm
credentials
dna.xml.replication.pr
otocol.version
dna.capabilities.tcp.c enable, disable
onnect.fail
Default: disable
encrypted dsm
credentials
dna.dsc.auth.tunnel.u
sername
dna.dsc.auth.ssh.pub
dna.dsc.auth.ssh.priv
device.dna.dsc.tunnel
.portlist.list
device.dna.dsc.tunnel
.ip.addr
device.dna.dsc.tunnel
.ip.list
device.dna.dsc.tunnel
.ssh.public
device.dnaid
device.dna.dsc.tunnel
.portlist.httpconnect
device.dna.dsc.tunnel
.proxy.host
device.dna.dsc.tunnel
.proxy.port
device.dna.dsc.tunnel
.proxy.enable
managelinx common device.dna.system.ch
ange.number
device.config.name
device.dna.system.ch
ange.timestamp
device.dna.dsc.replic
ation.period
Default: 1800 seconds
managelinx network
device.dna.system.ne
interface (Attribute of twork.iface.name
an “instance” is a
device.dna.system.ne
number).
twork.iface.ipaddress
device.dna.system.ne
twork.iface.vip.pool
Default: 0
device.viproute.target
.name
query port
state
enable, disable
Default: enable
PremierWave EN Command Reference
25
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name
(continued)
Group Item
Value Name
Value Options
Additional
Information
rss
feed
enable, disable
enable, disable
Default: disable
Default: disable
Default: 100
persist
max entries
serial command
mode (Attribute of
mode
always, serial string, Default: disable
disable
“instance” is a
number.)
echo serial string
serial string
enable, disable
Default: enable
Sets a string that can
be entered at boot time
to enter command
mode. This text may
specify binary
characters. Within []
use binary decimal up
to 255 or hex up to
0xFF. Within {} specify
decimal milliseconds
time delay.
signon message
Sets a sign-on
message that is sent
from the serial port
when the device boots
and when the line is in
command mode. This
text may specify binary
characters. Within []
use binary decimal up
to 255 or hex up to
0xFF.
wait time
Default: 5000
milliseconds
smtp
ssh
relay address
relay port
state
Default: 25
Default: enable
Default: 22
Default: 3
enable, disable
port
max sessions
PremierWave EN Command Reference
26
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name
(continued)
Group Item
Value Name
Value Options
Additional
Information
ssh client
delete known hosts
enable, disable
If enabled, deletes any
existing hosts before
adding "known host".
known host delete
known host
name
Specify the known host
to delete.
public rsa key
public dsa key
delete client users
enable, disable
If enabled, deletes any
existing client users
before adding "client
user".
client user delete
client user
name
Specify the user to
delete.
password
remote command
public rsa key
private rsa key
public dsa key
private dsa key
public key
ssh server
host rsa keys
host dsa keys
private key
public key
private key
delete authorized
users
authorized user
delete
name
authorized user
password
public rsa key
public dsa key
PremierWave EN Command Reference
27
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name
(continued)
Group Item
Value Name
Value Options
Additional
Information
ssl
credentials
rsa certificate
rsa private key
Value is SECRET,
hidden from user view.
dsa certificate
dsa private key
Value is SECRET,
hidden from user view.
trusted authority
(attribute of an
“instance” is a
number)
certificate
intermediate authority certificate
(attribute of an
“instance” is a
number)
delete all credentials
enable, disable
enable, disable
enable, disable
If enabled, deletes any
existing credentials
before adding
"credentials".
delete all cas
If enabled, deletes any
existing trusted cas
before adding "trusted
ca".
syslog
state
Default: disable
host
remote port
severity log level
Default: 514
none, emergency,
alert, critical, error,
warning, notice,
Default: none
information, debug
telnet
state
enable, disable
Default: enable
Default: 23
port
max sessions
authentication
terminal type
login connect menu
exit connect menu
send break
Default: 3
enable, disable
Default: disable
Default: UNKNOWN
Default: disable
Default: disable
terminal
(Attribute of
“instance” is a
enable, disable
enable, disable
number or
“network”)
Accepts a control
character, for example,
<control>A
represents control-A
break duration
echo
Default: 500
milliseconds
enable, disable
Default: enable
PremierWave EN Command Reference
28
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name
(continued)
Group Item
Value Name
Value Options
Additional
Information
tunnel accept
(Attribute of
“instance” is a
number.)
accept mode
disable, always
Default: always
start character
Accepts a control
character, for example,
<control>A
represents control-A
Default: <control>B
flush start character
local port
enable, disable
Default: enable
Default: 0
protocol
tcp, ssh, telnet, tcp
aes, ssl
Default: tcp
credentials
tcp keep alive
<None>, ... Default: 45000
milliseconds
aes encrypt key
aes decrypt key
Value is SECRET,
hidden from user view.
Value is SECRET,
hidden from user view.
flush serial
block serial
block network
password
enable, disable
enable, disable
enable, disable
Default: disable
Default: disable
Default: disable
password
prompt
Value is SECRET,
hidden from user view.
enable, disable
Default: disable
email connect
email disconnect
cp output
<None>, ... Default: <None>
<None>, ... Default: <None>
group
connection value
disconnection value
Default: 0
Default: 0
tunnel connect
(Attribute of
“instance” is a
number.)
connect mode
start character
disable, always, any Default: disable
character, start
character, modem
control asserted,
modem emulation
Accepts a control
character, for example,
<control>A
represents control-A
Default: <control>B
flush start character
local port
enable, disable
Default: enable
<Random>, Default: <Random>
...
PremierWave EN Command Reference
29
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name
(continued)
Group Item
Value Name
Value Options
Additional
Information
tunnel connect
(Attribute of
host
address
port
(Attribute of an
“stance”s a number)
<None>, ... Default: <None>
“instance” is a
protocol
tcp, udp, ssh, telnet, Default: tcp
tcp aes, udp aes, ssl
number.)
(continued)
ssh username
credentials
validate certificate
tcp keep alive
enable, disable
Default: enable
<None>, ... Default: 45000
milliseconds
aes encrypt key
aes decrypt key
Value is SECRET,
hidden from user view.
Value is SECRET,
hidden from user view.
host mode
sequential,
Default: sequential
simultaneous
reconnect time
Default: 15000
milliseconds
flush serial
enable, disable
enable, disable
enable, disable
Default: disable
Default: disable
Default: disable
block serial
block network
email connect
email disconnect
cp output
<None>, ... Default: <None>
<None>, ... Default: <None>
group
connection value
disconnection value
Default: 0
Default: 0
tunnel disconnect
(Attribute of
stop character
Accepts a control
character, for example,
<control>A
represents control-A
“instance” is a
number.)
flush stop character
modem control
timeout
enable, disable
enable, disable
Default: enable
Default: disable
Default: 0 milliseconds
Default: disable
flush serial
enable, disable
PremierWave EN Command Reference
30
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name
(continued)
Group Item
Value Name
Value Options
Additional
Information
tunnel modem
(Attribute of
“instance” is a
number.)
echo pluses
enable, disable
enable, disable
enable, disable
text, numeric
Default: disable
Default: enable
Default: enable
Default: text
echo commands
verbose response
response type
error unknown
commands
enable, disable
Default: disable
incoming connection
disabled, automatic,
manual
Default: disabled
Default: disable
connect string
display remote ip
packing mode
enable, disable
tunnel packing
disable, timeout, send Default: disable
character
timeout
Default: 1000
milliseconds
threshold
Default: 512 bytes
send character
Accepts a control
character, for example,
<control>A
represents control-A
Default: <control> M
trailing character
Accepts a control
character, for example,
<control>A
represents control-A
tunnel serial
(Attribute of
“instance” is a
number.)
dtr
asserted while
connected,
continuously
asserted, unasserted,
truport
Default: asserted while
connected
vip
state
enable, disable
Default: disable
Default: info
wlan
choice
(Attribute of an
“instance”s a number)
profile
debugging level
dump, debug, info,
warning, error
active channel scan
time
Default: 100
milliseconds
passive channel scan
time
Default: 400
milliseconds
radio band selection
2.4 ghz only, 5 ghz
only, dual
Default: dual
passive channel scan
time
roaming
rssi delta
PremierWave EN Command Reference
31
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name
(continued)
Group Item
Value Name
Value Options
Additional
Information
wlan
wlan watchdog
(continued)
out of range scan
interval
wlan profile
basic
network name
topology
infrastructure, adhoc Default: infrastructure
scan 2.4 ghz band
scan 5 ghz band
scan dfs channels
channel
enable, disable
enable, disable
enable, disable
Default: enable
Default: enable
Default: enable
Default: 1
state
enable, disable
Default: disable
advanced
tx data rate maximum 1 Mbps, 2 Mbps, 5.5 Default: 54 Mbps
Mbps, 6 Mbps, 9
Mbps, 11 Mbps, 12
Mbps, 18 Mbps, 24
Mbps, 36 Mbps, 48
Mbps, 54 Mbps,
mcs0, mcs1, mcs2,
mcs3, mcs4, mcs5,
mcs6, mcs7
tx data rate
fixed, auto-reduction Default: auto-reduction
Default: 17 dBm
tx power maximum
antenna diversity
enabled, antenna 1,
antenna 2
Default: enabled
power management
enable, disable
Default: disable
power management
interval
Default: 1 beacons
(100 msec each)
bssid
interface
priority
profile type
security
suite
none, wep, wpa,
wpa2
Default: none
key type
passphrase, hex
Default: passphrase
passphrase
Value is SECRET,
hidden from user view.
wep authentication
wep key size
open, shared
40, 104
Default: open
Default: 40
Default: 1
wep tx key index
wep key 1
1, 2, 3, 4
Value is SECRET,
hidden from user view.
wep key 2
Value is SECRET,
hidden from user view.
PremierWave EN Command Reference
32
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name
(continued)
Group Item
Value Name
wep key 3
wep key 4
Value Options
Additional
Information
wlan profile
(continued)
security
(continued)
Value is SECRET,
hidden from user view.
Value is SECRET,
hidden from user view.
wpax authentication
wpax key
psk, 802.1x
Default: psk
Value is SECRET,
hidden from user view.
wpax ieee 802.1x
leap, eap-tls, eap-ttls, Default: eap-ttls
peap
wpax eap-ttls option
eap-mschapv2,
Default: eap-mschapv2
mschapv2, mschap,
chap, pap, eap-md5
wpax peap option
eap-mschapv2, eap- Default: eap-mschapv2
md5
wpax username
wpax password
Value is SECRET,
hidden from user view.
wpax encryption
ccmp, tkip, wep
enable, disable
May contain zero, one,
or more of the values,
separated by commas.
Default: None
wpax validate
certificate
Default: enable
wpax credentials
xml import control
restore factory
configuration
enable, disable
enable, disable
delete cpm groups
Deletes existing CPM
groups before
importing new ones.
cpm group delete
name
Deletes the specified
CPM group.
delete http
authentication uris
enable, disable
Deletes existing HTTP
authentication URIs
before importing new
ones.
http authentication uri name
delete
Deletes the specified
HTTP authentication
URI.
reboot
enable, disable
Reboots after
importing.
PremierWave EN Command Reference
33
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
XML Status Record Groups and Items
Table 4-8 lists the supported XML Status Record (XSR) groups and items. These groups and
items show the status of the device in XML form and can only be exported. The XSR schema
differs slightly from the XCR groups and items in that the XSR allows groups within groups.
Table 4-8 XSR Group and Items
Group Name
Item Name
Value Name
Valid Values
arp
arp entry
ip address
ip address in format
nnn.nnn.nnn.nnn
mac address
mac address in format
xx:xx:xx:xx:xx:xx
type
dynamic or static
eth0 or wlan0
interface
bridge (Attribute of
"instance" is "br0")
enable state
active state
product info
Enabled or Disabled
Active or Inactive
Lantronix PremierWave EN
12 hex digits
device
product type
serial number
firmware version
string in version
format like 7.3.0.1R7
uptime
elapsed time in format d
days hh:mm:ss
permanent config
sent
saved or unsaved
decimal number
decimal number
decimal number
decimal number
email (Attribute of
"instance" is "<decimal>")
success
sent with retries
failed
queued
entry
email log (Attribute of
"instance" is "<decimal>")
time
timestamp in format d days
hh:mm:ss
log
string
string
hardware
cpu
type
speed
form of <decimal>
megahertz
memory
flash size
ram size
decimal number of bytes
decimal number of bytes
enable or disable
http
state
logging
entries
bytes
decimal number
decimal number
PremierWave EN Command Reference
34
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name (continued) Item Name
Value Name
entries
Valid Values
decimal number
decimal number
String
http log
totals
bytes
entry (Attribute of "instance"
is "<decimal>")
icmp
snmp
InMsgs
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
InErrors
InDestUnreachs
InTimeExcds
InParmProbs
InSrcQuenchs
InRedirects
InEchos
InEchoReps
InTimestamps
InTimestampReps
InAddrMasks
InAddrMaskReps
OutMsgs
OutErrors
OutDestUnreachs
OutTimeExcds
OutParmProbs
OutSrcQuenchs
OutRedirects
OutEchos
OutEchoReps
OutTimestamps
OutTimestampReps
OutAddrMasks
OutAddrMaskReps
PremierWave EN Command Reference
35
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name (continued) Item Name
Value Name
Valid Values
interface (Attribute of
"instance" is "eth0" or
"wlan0")
default gateway
dotted notation
dotted notation
disabled, enabledlinkup
dotted notation
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
ip address
generic
status
network mask
receive
bytes
packets
errs
drop
fifo
frame
compressed
multicast
bytes
transmit
packets
errs
drop
fifo
colls
carrier
compressed
Forwarding
DefaultTTL
InReceives
InHdrErrors
InAddrErrors
ForwDatagrams
InUnknownProtos
InDiscards
InDelivers
OutRequests
OutDiscards
OutNoRoutes
ReasmTimeout
ReasmReqds
ReasmOKs
ReasmFails
FragOKs
FragFails
FragCreates
ip
snmp
PremierWave EN Command Reference
36
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name (continued) Item Name
Value Name
InNoRoutes
InTruncatedPkts
InMcastPkts
OutMcastPkts
InBcastPkts
OutBcastPkts
protocol
Valid Values
ip (continued)
netstat
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
tcp or udp
ip sockets
ip socket
rx queue
decimal number
tx queue
decimal number
local address
ip address in format
nnn.nnn.nnn.nnn
local port
decimal number
remote address
ip address in format
nnn.nnn.nnn.nnn
remote port
state
decimal number or *
LISTEN, SYN_RECVD,
SYN_SENT,
ESTABLISHED,
CLOSE_WAIT, LAST_ACK,
FIN_WAIT_1, FIN_WAIT_2,
CLOSING, or TIME_WAIT.
line (Attribute of "instance" receiver
is "<decimal>")
bytes
decimal number
breaks
decimal number
parity errors
framing errors
overrun errors
no receive buffer errors
queued bytes
flow control
bytes
decimal number
decimal number
decimal number
decimal number
decimal number
go, stop, or n/a
transmitter
line levels
decimal number
breaks
decimal number
queued bytes
flow control
cts
decimal number
go, stop, or n/a
asserted or not asserted
asserted or not asserted
asserted or not asserted
asserted or not asserted
rts
dsr
dtr
PremierWave EN Command Reference
37
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name (continued) Item Name
Value Name
Valid Values
line (group nested within
line above)
state
enable or disable
Tunnel or None.
<decimal> bits per second
None, Odd, or Even
7 or 8
protocol
baud rate
parity
data bits
stop bits
flow control
1 or 2
None, Hardware, or
Software
xon char
xoff char
main heap
of form
&#60;control&#62
;Q
of form
&#60;control&#62
;S
memory
total memory
available memory
stack used
stack size
decimal number of bytes
decimal number of bytes
decimal number
decimal number
decimal number
String
processes
process (Attribute of
"instance" is "<decimal>")
cpu %
thread name
ip address
last connection
ip address in format
nnn.nnn.nnn.nnn
query port
port
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
in
discoveries
unknown queries
erroneous packets
discovery replies
errors
out
rss
url
string in the form of a web
url
data
entries
bytes
decimal number
decimal number
decimal number
line (Attribute of “instance” baud
is <decimal>)
sessions
parity
decimal number
decimal number
decimal number
databits
stop bits
flow control
tcp
snmp
RtoAlgorithm
RtoMin
decimal number
decimal number
decimal number
decimal number
RtoMax
MaxConn
PremierWave EN Command Reference
38
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name (continued) Item Name
tcp (continued) snmp (continued)
Value Name
ActiveOpens
PassiveOpens
AttemptFails
EstabResets
CurrEstab
Valid Values
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
InSegs
OutSegs
RetransSegs
InErrs
OutRsts
netstat
SyncookiesSent
SyncookiesRecv
SyncookiesFailed
EmbryonicRsts
PruneCalled
RcvPruned
OfoPruned
OutOfWindowIcmps
LockDroppedIcmps
ArpFilter
TW
TWRecycled
TWKilled
PAWSPassive
PAWSActive
PAWSEstab
DelayedACKs
DelayedACKLocked
DelayedACKLost
ListenOverflows
ListenDrops
TCPPrequeued
tcp (continued)
netstat (continued)
TCPDirectCopyFromBacklo decimal number
g
TCPDirectCopyFromPreque decimal number
ue
TCPPrequeueDropped
TCPHPHits
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
TCPHPHitsToUser
TCPPureAcks
TCPHPAcks
TCPRenoRecovery
PremierWave EN Command Reference
39
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name (continued) Item Name
Value Name
Valid Values
tcp (continued)
netstat (continued)
TCPSackRecovery
TCPSACKReneging
TCPFACKReorder
TCPSACKReorder
TCPRenoReorder
TCPTSReorder
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
TCPFullUndo
TCPPartialUndo
TCPDSACKUndo
TCPLossUndo
TCPLoss
TCPLostRetransmit
TCPRenoFailures
TCPSackFailures
TCPLossFailures
TCPFastRetrans
TCPForwardRetrans
TCPSlowStartRetrans
TCPTimeouts
TCPRenoRecoveryFail
TCPSackRecoveryFail
TCPSchedulerFailed
TCPRcvCollapsed
TCPDSACKOldSent
TCPDSACKOfoSent
TCPDSACKRecv
TCPDSACKOfoRecv
TCPAbortOnSyn
TCPAbortOnData
TCPAbortOnClose
TCPAbortOnMemory
TCPAbortOnTimeout
TCPAbortOnLinger
TCPAbortFailed
TCPMemoryPressures
TCPSACKDiscard
TCPDSACKIgnoredOld
TCPDSACKIgnoredNoUndo decimal number
TCPSpuriousRTOs
TCPMD5NotFound
TCPMD5Unexpected
TCPSackShifted
decimal number
decimal number
decimal number
decimal number
PremierWave EN Command Reference
40
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name (continued) Item Name
tcp (continued) netstat (continued)
Value Name
Valid Values
TCPSackMerged
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
TCPSackShiftFallback
TCPBacklogDrop
TCPMinTTLDrop
TCPDeferAcceptDrop
IPReversePathFilter
TCPTimeWaitOverflow
completed connects
tunnel
aggregate
(Attribute of an “instance”
is a number.)
completed accepts
disconnects
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
dropped connects
dropped accepts
octets from serial
octets from network
connect 0 connection time
elapsed time in format d
days hh:mm:ss
connect 1 connection time
connect 2 connection time
connect 3 connection time
connect 4 connection time
connect 5 connection time
connect 6 connection time
connect 7 connection time
connect 8 connection time
connect 9 connection time
elapsed time in format d
days hh:mm:ss
elapsed time in format d
days hh:mm:ss
elapsed time in format d
days hh:mm:ss
elapsed time in format d
days hh:mm:ss
elapsed time in format d
days hh:mm:ss
elapsed time in format d
days hh:mm:ss
elapsed time in format d
days hh:mm:ss
elapsed time in format d
days hh:mm:ss
elapsed time in format d
days hh:mm:ss
connect 10 connection time elapsed time in format d
days hh:mm:ss
connect 11 connection time elapsed time in format d
days hh:mm:ss
connect 12 connection time elapsed time in format d
days hh:mm:ss
PremierWave EN Command Reference
41
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name (continued) Item Name
Value Name
Valid Values
tunnel
aggregate (continued)
connect 13 connection time elapsed time in format d
days hh:mm:ss
(Attribute of an “instance”
is a number.)
(continued)
connect 14 connection time elapsed time in format d
days hh:mm:ss
connect 15 connection time elapsed time in format d
days hh:mm:ss
accept connection time
elapsed time in format d
days hh:mm:ss
connect dns address
changes
decimal number
connect dns address
invalids
decimal number
echo commands
verbose response
response type
error unknown commands
incoming connection
snmp
udp
InDatagrams
NoPorts
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
InErrors
OutDatagrams
RcvbufErrors
SndbufErrors
PremierWave EN Command Reference
42
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name (continued) Item Name
Value Name
receive
Valid Values
vip
data bytes
decimal number
decimal number
decimal number
decimal number
decimal number
decimal number
transmit
receive
udp packet queue
udp packets
transmit
receive
transmit
dsm ip address list
ip address in format
nnn.nnn.nnn.nnn
For more than one, comma
will separate.
local dna id
tunnel user
tunnel port list
Comma separated list of
decimal numbers.
tunnel http port list
Comma separated list of
decimal numbers.
current dsm ip address
ip address in format
nnn.nnn.nnn.nnn
current tunnel port
tunnel proxy host
decimal number
ip address in format
nnn.nnn.nnn.nnn
tunnel proxy port
conduit status
decimal number
Disabled, Down, Attempting
connection, Idle,
Negotiating, Up, or Closing.
conduit uptime
elapsed time in format d
days hh:mm:ss
time of last replication
timestamp in format d days
hh:mm:ss
config name
vip pools
decimal number
wlan status
bssid
pairwise cipher
group cipher
key management
network name
profile
radio firmware version
rssi
state
wlan scan*
PremierWave EN Command Reference
43
Download from Www.Somanuals.com. All Manuals Search And Download.
4: Configuration Using XML
Group Name (continued) Item Name
Value Name
bytes
Valid Values
xsr
out
decimal number
decimal number
decimal number
decimal number
lines
elements
errors
Note: *If a scan is run while the unit is associated with an access point, only the
channels belonging to the band on which the device is currently operating will be scanned.
PremierWave EN Command Reference
44
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
5: Commands and Levels
Click the level in the tree structure and it will take you to the command list for that level.
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
PremierWave EN Command Reference
45
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
PremierWave EN Command Reference
46
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
PremierWave EN Command Reference
47
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
PremierWave EN Command Reference
48
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
•
•
•
•
•
•
•
•
•
•
•
Table 5-1 Commands and Levels
accept (tunnel-accept:3) level commands
accept mode always
Enables the tunneling server to always accept tunneling connec-
tions.
accept mode any character
Enables the tunneling server to accept tunneling connections only
when a
character is received through the corresponding line (serial port).
accept mode disable
Disables accept mode tunneling.
accept mode modem control asserted
Enables the tunneling server to accept tunneling connections
when the modem
control pin is asserted.
accept mode modem emulation
accept mode start character
Enables modem emulation for accept mode tunneling.
Enables accept mode tunneling when the configured start charac-
ter
is received on the line.
aes decrypt key <hexadecimal>
Sets the accept tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the accept tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the accept tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the accept tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
block network disable
block network enable
Forwards (tunnels) network data in accept mode tunneling.
Discards all data coming in from the accept mode tunnel before
forwarding
it to the serial interface (generally used for debugging).
block serial disable
block serial enable
Forwards (tunnels) serial data in accept mode tunneling.
Discards all data coming in from the serial interface before for-
PremierWave EN Command Reference
49
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
warding
it to the accept mode tunnel (generally used for debugging).
clrscrn
Clears the screen.
cp output
Enters the next lower level.
credentials <text>
default accept mode
default local port
Selects the RSA/DSA certificates by name for the SSL server.
Restores the default accept mode as "always".
Uses the default port number as the local port for accept mode
tunneling.
The default port is 10000 + #, where # is the line number for this
tunnel.
default protocol
Restores the default protocol as "TCP".
Defaults the accept mode start character.
default start character
default tcp keep alive
Restores the default 45 second accept mode TCP keep alive
timeout.
email connect <number>
Sets an email profile to use to send an email alert upon establish-
ing
an accept mode tunnel.
<number> = the number of the email profile to use.
email disconnect <number>
Sets an email profile to use to send an email alert upon closing
an accept mode tunnel.
<number> = the number of the email profile to use.
exit
Returns to the tunnel level.
flush serial disable
Characters already in the serial data buffer are retained upon es-
tablishing
an accept mode tunneling connection.
flush serial enable
Flushes the serial data buffer upon establishing an accept mode
tunneling
connection.
flush start character disable
flush start character enable
kill connection
Enables forwarding of the accept start character into the network.
Disables forwarding of the accept start character into the network.
Disconnects the active accept mode tunneling connection.
local port <number>
Sets the port to use for accept mode tunneling.
<number> = number of the port to use.
no aes decrypt key
no aes encrypt key
no credentials
Removes the accept tunnel AES decrypt key.
Removes the accept tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
no email connect
Discontinues sending email alerts upon establishing an accept
mode tunnel.
no email disconnect
Discontinues sending email alerts upon closing an accept mode
tunnel.
no tcp keep alive
password
Disables the accept mode TCP keep alive timeout.
Enters the next lower level.
protocol ssh
protocol ssl
Uses SSH protocol for accept mode tunneling.
Uses SSL protocol for accept mode tunneling.
Uses TCP protocol for accept mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for accept mode tunnel-
ing.
protocol telnet
show
Uses Telnet protocol (with IAC) for accept mode tunneling.
Displays the current configuration.
PremierWave EN Command Reference
50
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
show history
Displays the last 20 commands entered during the current CLI
session.
show status
Displays tunnel accept status.
start character <control>
Sets the accept mode start character.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
tcp keep alive <milliseconds>
Enables TCP keep alive for accept mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
write
Stores the current configuration in permanent memory.
accept (tunnel-accept:2) level commands
accept mode always
Enables the tunneling server to always accept tunneling connec-
tions.
accept mode any character
Enables the tunneling server to accept tunneling connections only
when a
character is received through the corresponding line (serial port).
accept mode disable
Disables accept mode tunneling.
accept mode modem control asserted
Enables the tunneling server to accept tunneling connections
when the modem
control pin is asserted.
accept mode modem emulation
accept mode start character
Enables modem emulation for accept mode tunneling.
Enables accept mode tunneling when the configured start charac-
ter
is received on the line.
aes decrypt key <hexadecimal>
Sets the accept tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the accept tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the accept tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the accept tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
block network disable
block network enable
Forwards (tunnels) network data in accept mode tunneling.
Discards all data coming in from the accept mode tunnel before
forwarding
it to the serial interface (generally used for debugging).
block serial disable
block serial enable
Forwards (tunnels) serial data in accept mode tunneling.
Discards all data coming in from the serial interface before for-
warding
it to the accept mode tunnel (generally used for debugging).
clrscrn
Clears the screen.
cp output
Enters the next lower level.
credentials <text>
Selects the RSA/DSA certificates by name for the SSL server.
PremierWave EN Command Reference
51
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
default accept mode
default local port
Restores the default accept mode as "always".
Uses the default port number as the local port for accept mode
tunneling.
The default port is 10000 + #, where # is the line number for this
tunnel.
default protocol
Restores the default protocol as "TCP".
Defaults the accept mode start character.
default start character
default tcp keep alive
Restores the default 45 second accept mode TCP keep alive
timeout.
email connect <number>
Sets an email profile to use to send an email alert upon establish-
ing
an accept mode tunnel.
<number> = the number of the email profile to use.
email disconnect <number>
Sets an email profile to use to send an email alert upon closing
an accept mode tunnel.
<number> = the number of the email profile to use.
exit
Returns to the tunnel level.
flush serial disable
Characters already in the serial data buffer are retained upon es-
tablishing
an accept mode tunneling connection.
flush serial enable
Flushes the serial data buffer upon establishing an accept mode
tunneling
connection.
flush start character disable
flush start character enable
kill connection
Enables forwarding of the accept start character into the network.
Disables forwarding of the accept start character into the network.
Disconnects the active accept mode tunneling connection.
local port <number>
Sets the port to use for accept mode tunneling.
<number> = number of the port to use.
no aes decrypt key
no aes encrypt key
no credentials
Removes the accept tunnel AES decrypt key.
Removes the accept tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
no email connect
Discontinues sending email alerts upon establishing an accept
mode tunnel.
no email disconnect
Discontinues sending email alerts upon closing an accept mode
tunnel.
no tcp keep alive
password
Disables the accept mode TCP keep alive timeout.
Enters the next lower level.
protocol ssh
protocol ssl
Uses SSH protocol for accept mode tunneling.
Uses SSL protocol for accept mode tunneling.
Uses TCP protocol for accept mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for accept mode tunnel-
ing.
protocol telnet
show
Uses Telnet protocol (with IAC) for accept mode tunneling.
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show status
Displays tunnel accept status.
start character <control>
Sets the accept mode start character.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
PremierWave EN Command Reference
52
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
A decimal value character has the form \99.
A hex value character has the form 0xFF.
tcp keep alive <milliseconds>
Enables TCP keep alive for accept mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
write
Stores the current configuration in permanent memory.
accept (tunnel-accept:1) level commands
accept mode always
Enables the tunneling server to always accept tunneling connec-
tions.
accept mode any character
Enables the tunneling server to accept tunneling connections only
when a
character is received through the corresponding line (serial port).
accept mode disable
Disables accept mode tunneling.
accept mode modem control asserted
Enables the tunneling server to accept tunneling connections
when the modem
control pin is asserted.
accept mode modem emulation
accept mode start character
Enables modem emulation for accept mode tunneling.
Enables accept mode tunneling when the configured start charac-
ter
is received on the line.
aes decrypt key <hexadecimal>
Sets the accept tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the accept tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the accept tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the accept tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
block network disable
block network enable
Forwards (tunnels) network data in accept mode tunneling.
Discards all data coming in from the accept mode tunnel before
forwarding
it to the serial interface (generally used for debugging).
block serial disable
block serial enable
Forwards (tunnels) serial data in accept mode tunneling.
Discards all data coming in from the serial interface before for-
warding
it to the accept mode tunnel (generally used for debugging).
clrscrn
Clears the screen.
cp output
Enters the next lower level.
credentials <text>
default accept mode
default local port
Selects the RSA/DSA certificates by name for the SSL server.
Restores the default accept mode as "always".
Uses the default port number as the local port for accept mode
tunneling.
The default port is 10000 + #, where # is the line number for this
tunnel.
PremierWave EN Command Reference
53
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
default protocol
Restores the default protocol as "TCP".
default start character
default tcp keep alive
Defaults the accept mode start character.
Restores the default 45 second accept mode TCP keep alive
timeout.
email connect <number>
Sets an email profile to use to send an email alert upon establish-
ing
an accept mode tunnel.
<number> = the number of the email profile to use.
email disconnect <number>
Sets an email profile to use to send an email alert upon closing
an accept mode tunnel.
<number> = the number of the email profile to use.
exit
Returns to the tunnel level.
flush serial disable
Characters already in the serial data buffer are retained upon es-
tablishing
an accept mode tunneling connection.
flush serial enable
Flushes the serial data buffer upon establishing an accept mode
tunneling
connection.
flush start character disable
flush start character enable
kill connection
Enables forwarding of the accept start character into the network.
Disables forwarding of the accept start character into the network.
Disconnects the active accept mode tunneling connection.
local port <number>
Sets the port to use for accept mode tunneling.
<number> = number of the port to use.
no aes decrypt key
no aes encrypt key
no credentials
Removes the accept tunnel AES decrypt key.
Removes the accept tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
no email connect
Discontinues sending email alerts upon establishing an accept
mode tunnel.
no email disconnect
Discontinues sending email alerts upon closing an accept mode
tunnel.
no tcp keep alive
password
Disables the accept mode TCP keep alive timeout.
Enters the next lower level.
protocol ssh
protocol ssl
Uses SSH protocol for accept mode tunneling.
Uses SSL protocol for accept mode tunneling.
Uses TCP protocol for accept mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for accept mode tunnel-
ing.
protocol telnet
show
Uses Telnet protocol (with IAC) for accept mode tunneling.
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show status
Displays tunnel accept status.
start character <control>
Sets the accept mode start character.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
tcp keep alive <milliseconds>
Enables TCP keep alive for accept mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
PremierWave EN Command Reference
54
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
write
Stores the current configuration in permanent memory.
advanced (config-profile-advanced:test1) level commands
antenna diversity antenna 1
antenna diversity antenna 2
antenna diversity enabled
apply wlan
Set antenna selection to 1
Set antenna selection to 2
Set antenna diversity to enabled.
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
basic
Switch to basic level
clrscrn
Clears the screen.
default antenna diversity
default power management interval
Restore the default value for antenna diversity.
Restores the power management interval to the default value (1
beacon).
default tx data rate
Restores the TX data rate to the default value (auto-reduction).
default tx data rate maximum
Restores the maximum TX data rate to the default value (54
Mbps).
default tx power maximum
exit
Restores the maximum TX power to the default value (14 dBm).
Exit to the profiles level
power management disable
power management enable
Disables power management.
Enables power management.
power management interval <beacons (100 ms
each)>
Sets the power management time interval in beacons. (A beacon
is 100 msec.)
security
show
Switch to security level
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
tx data rate auto-reduction
tx data rate fixed
Enables TX data rate auto-reduction.
Enables a fixed data rate.
tx data rate maximum 1 mbps
tx data rate maximum 11 mbps
tx data rate maximum 12 mbps
tx data rate maximum 18 mbps
tx data rate maximum 2 mbps
tx data rate maximum 24 mbps
tx data rate maximum 36 mbps
tx data rate maximum 48 mbps
tx data rate maximum 5.5 mbps
tx data rate maximum 54 mbps
tx data rate maximum 6 mbps
tx data rate maximum 9 mbps
tx data rate maximum mcs0
tx data rate maximum mcs1
tx data rate maximum mcs2
tx data rate maximum mcs3
tx data rate maximum mcs4
tx data rate maximum mcs5
Sets the data rate maximum to 1 Mbps.
Sets the data rate maximum to 11 Mbps.
Sets the data rate maximum to 12 Mbps.
Sets the data rate maximum to 18 Mbps.
Sets the data rate maximum to 2 Mbps.
Sets the data rate maximum to 24 Mbps.
Sets the data rate maximum to 36 Mbps.
Sets the data rate maximum to 48 Mbps.
Sets the data rate maximum to 5.5 Mbps.
Sets the data rate maximum to 54 Mbps.
Sets the data rate maximum to 6 Mbps.
Sets the data rate maximum to 9 Mbps.
Sets the data rate maximum to MCS0.
Sets the data rate maximum to MCS1.
Sets the data rate maximum to MCS2.
Sets the data rate maximum to MCS3.
Sets the data rate maximum to MCS4.
Sets the data rate maximum to MCS5.
PremierWave EN Command Reference
55
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
tx data rate maximum mcs6
tx data rate maximum mcs7
tx power maximum <dBm>
Sets the data rate maximum to MCS6.
Sets the data rate maximum to MCS7.
Sets the TX power maximum in dBm.
<dBm> = measure of power in decibels with respect to one
milliwatt.
write
Stores the current configuration in permanent memory.
advanced (config-profile-advanced:default_adhoc_profile) level commands
antenna diversity antenna 1
antenna diversity antenna 2
antenna diversity enabled
apply wlan
Set antenna selection to 1
Set antenna selection to 2
Set antenna diversity to enabled.
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
basic
Switch to basic level
clrscrn
Clears the screen.
default antenna diversity
default power management interval
Restore the default value for antenna diversity.
Restores the power management interval to the default value (1
beacon).
default tx data rate
Restores the TX data rate to the default value (auto-reduction).
default tx data rate maximum
Restores the maximum TX data rate to the default value (54
Mbps).
default tx power maximum
exit
Restores the maximum TX power to the default value (14 dBm).
Exit to the profiles level
power management disable
power management enable
Disables power management.
Enables power management.
power management interval <beacons (100 ms
each)>
Sets the power management time interval in beacons. (A beacon
is 100 msec.)
security
show
Switch to security level
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
tx data rate auto-reduction
Enables TX data rate auto-reduction.
Enables a fixed data rate.
tx data rate fixed
tx data rate maximum 1 mbps
tx data rate maximum 11 mbps
tx data rate maximum 12 mbps
tx data rate maximum 18 mbps
tx data rate maximum 2 mbps
tx data rate maximum 24 mbps
tx data rate maximum 36 mbps
tx data rate maximum 48 mbps
tx data rate maximum 5.5 mbps
tx data rate maximum 54 mbps
tx data rate maximum 6 mbps
tx data rate maximum 9 mbps
tx data rate maximum mcs0
Sets the data rate maximum to 1 Mbps.
Sets the data rate maximum to 11 Mbps.
Sets the data rate maximum to 12 Mbps.
Sets the data rate maximum to 18 Mbps.
Sets the data rate maximum to 2 Mbps.
Sets the data rate maximum to 24 Mbps.
Sets the data rate maximum to 36 Mbps.
Sets the data rate maximum to 48 Mbps.
Sets the data rate maximum to 5.5 Mbps.
Sets the data rate maximum to 54 Mbps.
Sets the data rate maximum to 6 Mbps.
Sets the data rate maximum to 9 Mbps.
Sets the data rate maximum to MCS0.
PremierWave EN Command Reference
56
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
tx data rate maximum mcs1
tx data rate maximum mcs2
tx data rate maximum mcs3
tx data rate maximum mcs4
tx data rate maximum mcs5
tx data rate maximum mcs6
tx data rate maximum mcs7
tx power maximum <dBm>
Sets the data rate maximum to MCS1.
Sets the data rate maximum to MCS2.
Sets the data rate maximum to MCS3.
Sets the data rate maximum to MCS4.
Sets the data rate maximum to MCS5.
Sets the data rate maximum to MCS6.
Sets the data rate maximum to MCS7.
Sets the TX power maximum in dBm.
<dBm> = measure of power in decibels with respect to one
milliwatt.
write
Stores the current configuration in permanent memory.
arp (config-arp) level commands
add <IP address> <MAC address>
Adds an entry to the ARP table, mapping an IP address to a MAC
address.
<ip address> = IP address to be mapped.
<mac address> = MAC address in colon-separated form.
clrscrn
Clears the screen.
exit
Exits to the configuration level.
Removes all entries from the ARP cache.
remove all
remove ip <IP address>
Removes an entry from the ARP cache.
<ip address> = address of the entry being removed.
show cache
show history
Displays the ARP cache table.
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
bridge 1 (config-bridge:br0) level commands
bridging mac address <hexadecimal>
Sets the Bridging MAC Address.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
clrscrn
Clears the screen.
exit
Exits to the config level.
no bridging mac address
show
Removes the Bridging MAC Address.
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show status
state disable
state enable
write
Show bridge statistics
Show bridge status
Disables bridging.
Enables bridging.
Stores the current configuration in permanent memory.
choice 1 (config-wlan-choice:wlan0:1) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
clrscrn
exit
Clears the screen.
Exits to the next higher level.
PremierWave EN Command Reference
57
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no profile
Removes reference to the profile.
profile <text>
Selects a profile.
<text> = name of the profile.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
choice 2 (config-wlan-choice:wlan0:2) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
clrscrn
Clears the screen.
exit
Exits to the next higher level.
Removes reference to the profile.
no profile
profile <text>
Selects a profile.
<text> = name of the profile.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
choice 3 (config-wlan-choice:wlan0:3) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
clrscrn
Clears the screen.
exit
Exits to the next higher level.
Removes reference to the profile.
no profile
profile <text>
Selects a profile.
<text> = name of the profile.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
choice 4 (config-wlan-choice:wlan0:4) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
clrscrn
Clears the screen.
exit
Exits to the next higher level.
Removes reference to the profile.
no profile
profile <text>
Selects a profile.
<text> = name of the profile.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
cli (config-cli) level commands
clrscrn
Clears the screen.
PremierWave EN Command Reference
58
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
default inactivity timeout
default login password
default quit connect line
The default inactivity timeout will apply to CLI sessions.
Restores the default CLI login password.
Restores the default string used to quit the "connect line <line>"
command.
enable level password <text>
exit
Sets the enable-level password.
Exits to the configuration level.
inactivity timeout <minutes>
line authentication disable
line authentication enable
login password <text>
no enable level password
no inactivity timeout
Sets the inactivity timeout for all CLI sessions.
No password required for Line CLI users.
Challenges the Line CLI user with a password.
Sets the CLI login password.
Removes the enable-level password.
No inactivity timeout will apply to CLI sessions.
quit connect line <control>
Sets the string used to quit the "connect line <line>" command.
The characters may be input as text or control.
A control character has the form <control>C.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh
Change to menu level for SSH configuration and status.
Change to menu level for Telnet configuration and status.
Stores the current configuration in permanent memory.
telnet
write
client (ssh-client) level commands
clrscrn
Clears the screen.
default user <username> command
delete all known hosts
delete all users
Restore the user command to the default login shell
Remove all hnown hosts
Remove all users
delete known host <server>
delete user <username>
exit
Remove known host
Delete the named user
Exits to the ssh level.
known host <server>
no known host <server> dsa
no known host <server> rsa
no user <username> dsa
no user <username> rsa
show
Set known host RSA or DSA key
Remove known host DSA key
Remove known host RSA key
Remove user DSA key
Remove user RSA key
Show SSH Client settings
show history
Displays the last 20 commands entered during the current CLI
session.
show known host <server>
Show known host RSA and DSA keys
Show information for a user
show user <username>
user <username>
Set username and RSA or DSA keys
Customizes the user command
user <username> command <command>
user <username> generate dsa 1024
user <username> generate dsa 512
user <username> generate dsa 768
user <username> generate rsa 1024
Generate DSA public and private keys
Generate DSA public and private keys
Generate DSA public and private keys
Generate RSA public and private keys
PremierWave EN Command Reference
59
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
user <username> generate rsa 512
Generate RSA public and private keys
Generate RSA public and private keys
user <username> generate rsa 768
user <username> password <password>
Set username with password and optional RSA or DSA keys
Stores the current configuration in permanent memory.
write
configure (config) level commands
arp
Changes to the command level for ARP configuration and status.
Changes to the bridge configuration level.
Change to menu level for CLI configuration and status
Clears the screen.
bridge <instance>
cli
clrscrn
diagnostics
Enters the diagnostics level.
exit
Exits to the enable level.
ftp
Enters the ftp level.
host <number>
http
Change to config host level
Enters the http level.
icmp
Changes to the command level for ICMP configuration and status.
Changes to the interface configuration level.
Changes to the command level for IP configuration and status.
Kills SSH session with index from "show sessions"
Kills Telnet session with index from "show sessions"
Enters the query port level.
if <instance>
ip
kill ssh <session>
kill telnet <session>
query port
rss
Change to menu level for RSS configuration and status
Displays system information.
show
show history
Displays the last 20 commands entered during the current CLI
session.
show lines
smtp
Displays line information.
Changes to the command level for SMTP configuration and sta-
tus.
syslog
Enters the syslog level.
terminal <line>
Enters the configure-terminal level.
<line> = number of the terminal line (serial port) to be configured.
terminal network
Enters the configure-terminal level for the network.
Change to menu level for VIP configuration and status
Enters the WLAN profiles configuration level.
vip
wlan profiles
write
Stores the current configuration in permanent memory.
connect (tunnel-connect:3) level commands
block network disable
block network enable
Forwards (tunnels) network data in connect mode tunneling.
Discards all data coming in from the connect mode tunnel before
forwarding
it to the serial interface (generally used for debugging).
block serial disable
block serial enable
Forwards (tunnels) serial data in connect mode tunneling.
Discards all data coming in from the serial interface before for-
warding
it to the connect mode tunnel (generally used for debugging).
clrscrn
Clears the screen.
connect mode always
Enables the tunneling server to always establish tunneling con-
nections.
PremierWave EN Command Reference
60
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
connect mode any character
Enables the tunneling server to establish a tunneling connection
when a
character is received on the corresponding line (serial port).
connect mode disable
Disables connect mode tunneling.
connect mode modem control asserted
Enables the tunneling server to make tunneling connections when
the modem
control pin is asserted.
connect mode modem emulation
connect mode start character
Enables modem emulation for connect mode tunneling.
Enables connect mode tunneling when the configured start char-
acter
is received on the line.
cp output
Enters the next lower level.
default connect mode
default host mode
default local port
Restores the default connect mode as "disable".
Connects to the first host in the list that accepts the connection.
Uses a random port number as the local port for establishing tun-
neling
connections to other devices.
default reconnect time
Restores the default reconnect time value for connect mode tun-
neling.
default start character
Defaults the connect mode start character.
email connect <number>
Sets an email profile to use to send an email alert upon establish-
ing
a connect mode tunnel.
<number> = the number of the email profile to use.
email disconnect <number>
Sets an email profile to use to send an email alert upon closing
a connect mode tunnel.
<number> = the number of the email profile to use.
exit
Returns to the tunnel level.
flush serial disable
Characters already in the serial data buffer are retained upon es-
tablishing
a connect mode tunneling connection.
flush serial enable
Flushes the serial data buffer upon establishing a connect mode
tunneling
connection.
flush start character disable
flush start character enable
host <instance>
Enables forwarding of the connect start character into the net-
work.
Disables forwarding of the connect start character into the net-
work.
Enters the next lower level.
Specify the instance for the next lower level.
host mode sequential
host mode simultaneous
kill connection
Connects to the first host in the list that accepts the connection.
Selects simultaneous connections to all hosts on the host list.
Disconnects the active connect mode tunneling connection or
connections.
local port <number>
no email connect
Sets a specific port for use as the local port.
<number> = the number of the port to use.
Discontinues sending email alerts upon establishing a connect
mode tunnel.
no email disconnect
promote host <number>
Discontinues sending email alerts upon closing a connect mode
tunnel.
Promotes the identified host, exchanging it place with the host
PremierWave EN Command Reference
61
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
above it,
to adjust the order of the defined hosts.
reconnect time <milliseconds>
Sets the reconnect time value for tunneling connections estab-
lished by the
device in milliseconds.
<milliseconds> = timeout in milliseconds.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show status
Displays tunnel connect status.
start character <control>
Sets the connect mode start character.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
write
Stores the current configuration in permanent memory.
connect (tunnel-connect:2) level commands
block network disable
block network enable
Forwards (tunnels) network data in connect mode tunneling.
Discards all data coming in from the connect mode tunnel before
forwarding
it to the serial interface (generally used for debugging).
block serial disable
block serial enable
Forwards (tunnels) serial data in connect mode tunneling.
Discards all data coming in from the serial interface before for-
warding
it to the connect mode tunnel (generally used for debugging).
clrscrn
Clears the screen.
connect mode always
Enables the tunneling server to always establish tunneling con-
nections.
connect mode any character
Enables the tunneling server to establish a tunneling connection
when a
character is received on the corresponding line (serial port).
connect mode disable
Disables connect mode tunneling.
connect mode modem control asserted
Enables the tunneling server to make tunneling connections when
the modem
control pin is asserted.
connect mode modem emulation
connect mode start character
Enables modem emulation for connect mode tunneling.
Enables connect mode tunneling when the configured start char-
acter
is received on the line.
cp output
Enters the next lower level.
default connect mode
default host mode
default local port
Restores the default connect mode as "disable".
Connects to the first host in the list that accepts the connection.
Uses a random port number as the local port for establishing tun-
neling
connections to other devices.
default reconnect time
Restores the default reconnect time value for connect mode tun-
neling.
default start character
Defaults the connect mode start character.
email connect <number>
Sets an email profile to use to send an email alert upon establish-
ing
a connect mode tunnel.
PremierWave EN Command Reference
62
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
<number> = the number of the email profile to use.
email disconnect <number>
Sets an email profile to use to send an email alert upon closing
a connect mode tunnel.
<number> = the number of the email profile to use.
exit
Returns to the tunnel level.
flush serial disable
Characters already in the serial data buffer are retained upon es-
tablishing
a connect mode tunneling connection.
flush serial enable
Flushes the serial data buffer upon establishing a connect mode
tunneling
connection.
flush start character disable
flush start character enable
host <instance>
Enables forwarding of the connect start character into the net-
work.
Disables forwarding of the connect start character into the net-
work.
Enters the next lower level.
Specify the instance for the next lower level.
host mode sequential
host mode simultaneous
kill connection
Connects to the first host in the list that accepts the connection.
Selects simultaneous connections to all hosts on the host list.
Disconnects the active connect mode tunneling connection or
connections.
local port <number>
no email connect
Sets a specific port for use as the local port.
<number> = the number of the port to use.
Discontinues sending email alerts upon establishing a connect
mode tunnel.
no email disconnect
promote host <number>
Discontinues sending email alerts upon closing a connect mode
tunnel.
Promotes the identified host, exchanging it place with the host
above it,
to adjust the order of the defined hosts.
reconnect time <milliseconds>
Sets the reconnect time value for tunneling connections estab-
lished by the
device in milliseconds.
<milliseconds> = timeout in milliseconds.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show status
Displays tunnel connect status.
start character <control>
Sets the connect mode start character.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
write
Stores the current configuration in permanent memory.
connect (tunnel-connect:1) level commands
block network disable
block network enable
Forwards (tunnels) network data in connect mode tunneling.
Discards all data coming in from the connect mode tunnel before
forwarding
it to the serial interface (generally used for debugging).
block serial disable
block serial enable
Forwards (tunnels) serial data in connect mode tunneling.
Discards all data coming in from the serial interface before for-
PremierWave EN Command Reference
63
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
warding
it to the connect mode tunnel (generally used for debugging).
clrscrn
Clears the screen.
connect mode always
Enables the tunneling server to always establish tunneling con-
nections.
connect mode any character
Enables the tunneling server to establish a tunneling connection
when a
character is received on the corresponding line (serial port).
connect mode disable
Disables connect mode tunneling.
connect mode modem control asserted
Enables the tunneling server to make tunneling connections when
the modem
control pin is asserted.
connect mode modem emulation
connect mode start character
Enables modem emulation for connect mode tunneling.
Enables connect mode tunneling when the configured start char-
acter
is received on the line.
cp output
Enters the next lower level.
default connect mode
default host mode
default local port
Restores the default connect mode as "disable".
Connects to the first host in the list that accepts the connection.
Uses a random port number as the local port for establishing tun-
neling
connections to other devices.
default reconnect time
Restores the default reconnect time value for connect mode tun-
neling.
default start character
Defaults the connect mode start character.
email connect <number>
Sets an email profile to use to send an email alert upon establish-
ing
a connect mode tunnel.
<number> = the number of the email profile to use.
email disconnect <number>
Sets an email profile to use to send an email alert upon closing
a connect mode tunnel.
<number> = the number of the email profile to use.
exit
Returns to the tunnel level.
flush serial disable
Characters already in the serial data buffer are retained upon es-
tablishing
a connect mode tunneling connection.
flush serial enable
Flushes the serial data buffer upon establishing a connect mode
tunneling
connection.
flush start character disable
flush start character enable
host <instance>
Enables forwarding of the connect start character into the net-
work.
Disables forwarding of the connect start character into the net-
work.
Enters the next lower level.
Specify the instance for the next lower level.
host mode sequential
host mode simultaneous
kill connection
Connects to the first host in the list that accepts the connection.
Selects simultaneous connections to all hosts on the host list.
Disconnects the active connect mode tunneling connection or
connections.
local port <number>
Sets a specific port for use as the local port.
<number> = the number of the port to use.
PremierWave EN Command Reference
64
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no email connect
Discontinues sending email alerts upon establishing a connect
mode tunnel.
no email disconnect
promote host <number>
Discontinues sending email alerts upon closing a connect mode
tunnel.
Promotes the identified host, exchanging it place with the host
above it,
to adjust the order of the defined hosts.
reconnect time <milliseconds>
Sets the reconnect time value for tunneling connections estab-
lished by the
device in milliseconds.
<milliseconds> = timeout in milliseconds.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show status
Displays tunnel connect status.
start character <control>
Sets the connect mode start character.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
write
Stores the current configuration in permanent memory.
cp (email-cp:16) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
write
Stores the current configuration in permanent memory.
cp (email-cp:15) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
PremierWave EN Command Reference
65
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
write
Stores the current configuration in permanent memory.
cp (email-cp:14) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
write
Stores the current configuration in permanent memory.
cp (email-cp:13) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
write
Stores the current configuration in permanent memory.
cp (email-cp:12) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
write
Stores the current configuration in permanent memory.
Clears the screen.
cp (email-cp:11) level commands
clrscrn
PremierWave EN Command Reference
66
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
write
Stores the current configuration in permanent memory.
cp (email-cp:10) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
write
Stores the current configuration in permanent memory.
cp (email-cp:9) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
write
Stores the current configuration in permanent memory.
cp (email-cp:8) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
PremierWave EN Command Reference
67
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no trigger value
show
Clears the value that shall trigger an email.
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
write
Stores the current configuration in permanent memory.
cp (email-cp:7) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
write
Stores the current configuration in permanent memory.
cp (email-cp:6) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
write
Stores the current configuration in permanent memory.
cp (email-cp:5) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
PremierWave EN Command Reference
68
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
write
Stores the current configuration in permanent memory.
cp (email-cp:4) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
write
Stores the current configuration in permanent memory.
cp (email-cp:3) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
write
Stores the current configuration in permanent memory.
cp (email-cp:2) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
PremierWave EN Command Reference
69
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
write
Stores the current configuration in permanent memory.
cp (email-cp:1) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
group <text>
Specify a CP group that shall trigger an email.
<text> = configurable pin group.
no group
Disables the trigger to send an email.
Clears the value that shall trigger an email.
Shows the current configuration.
no trigger value
show
show history
Displays the last 20 commands entered during the current CLI
session.
trigger value <number>
Specify a value of the CP group that shall trigger an email.
<number> = numeric value to watch for from the CP group. Can
be specified as
hex if prepended with “0x”.
write
Stores the current configuration in permanent memory.
cp output (tunnel-connect-cp_output:3) level commands
clrscrn
Clears the screen.
connection value <number>
Sets the value to output to the CP Group upon connect mode
connection.
<number> = binary to output (typically 1 or 0).
default connection value
Restores the default value for connect mode connection.
Restores the default value for connect mode disconnection.
default disconnection value
disconnection value <number>
Sets the value to output to the CP Group upon connect mode
disconnection.
<number> = binary to output (typically 1 or 0).
exit
Exits to the next higher level.
group <text>
Configures the CP Group to set upon making or breaking a con-
nect
mode connection.
<text> = CP Group.
no group
show
Removes the CP Set Group for connect mode.
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
cp output (tunnel-accept-cp_output:3) level commands
clrscrn
Clears the screen.
connection value <number>
Sets the value to output to the CP Group upon accept mode con-
nection.
<number> = binary to output (typically 1 or 0).
default connection value
Restores the default value for accept mode connection.
Restores the default value for accept mode disconnection.
default disconnection value
disconnection value <number>
Sets the value to output to the CP Group upon accept mode dis-
connection.
<number> = binary to output (typically 1 or 0).
exit
Exits to the next higher level.
group <text>
Configures the CP Group to set upon making or breaking an ac-
cept
PremierWave EN Command Reference
70
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
mode connection.
<text> = CP Group.
no group
show
Removes the CP Set Group for accept mode.
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
cp output (tunnel-connect-cp_output:2) level commands
clrscrn
Clears the screen.
connection value <number>
Sets the value to output to the CP Group upon connect mode
connection.
<number> = binary to output (typically 1 or 0).
default connection value
Restores the default value for connect mode connection.
Restores the default value for connect mode disconnection.
default disconnection value
disconnection value <number>
Sets the value to output to the CP Group upon connect mode
disconnection.
<number> = binary to output (typically 1 or 0).
exit
Exits to the next higher level.
group <text>
Configures the CP Group to set upon making or breaking a con-
nect
mode connection.
<text> = CP Group.
no group
show
Removes the CP Set Group for connect mode.
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
cp output (tunnel-accept-cp_output:2) level commands
clrscrn
Clears the screen.
connection value <number>
Sets the value to output to the CP Group upon accept mode con-
nection.
<number> = binary to output (typically 1 or 0).
default connection value
Restores the default value for accept mode connection.
Restores the default value for accept mode disconnection.
default disconnection value
disconnection value <number>
Sets the value to output to the CP Group upon accept mode dis-
connection.
<number> = binary to output (typically 1 or 0).
exit
Exits to the next higher level.
group <text>
Configures the CP Group to set upon making or breaking an ac-
cept
mode connection.
<text> = CP Group.
no group
show
Removes the CP Set Group for accept mode.
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
cp output (tunnel-connect-cp_output:1) level commands
clrscrn
Clears the screen.
PremierWave EN Command Reference
71
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
connection value <number>
Sets the value to output to the CP Group upon connect mode
connection.
<number> = binary to output (typically 1 or 0).
default connection value
Restores the default value for connect mode connection.
Restores the default value for connect mode disconnection.
default disconnection value
disconnection value <number>
Sets the value to output to the CP Group upon connect mode
disconnection.
<number> = binary to output (typically 1 or 0).
exit
Exits to the next higher level.
group <text>
Configures the CP Group to set upon making or breaking a con-
nect
mode connection.
<text> = CP Group.
no group
show
Removes the CP Set Group for connect mode.
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
cp output (tunnel-accept-cp_output:1) level commands
clrscrn
Clears the screen.
connection value <number>
Sets the value to output to the CP Group upon accept mode con-
nection.
<number> = binary to output (typically 1 or 0).
default connection value
Restores the default value for accept mode connection.
Restores the default value for accept mode disconnection.
default disconnection value
disconnection value <number>
Sets the value to output to the CP Group upon accept mode dis-
connection.
<number> = binary to output (typically 1 or 0).
exit
Exits to the next higher level.
group <text>
Configures the CP Group to set upon making or breaking an ac-
cept
mode connection.
<text> = CP Group.
no group
show
Removes the CP Set Group for accept mode.
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
cpm (cpm) level commands
add <cp> to <group>
Adds the specified CP to the specified group.
<cp> = configurable pin.
<group> = the name of the group to which you want to add the
CP.
add <cp> to <group> <bit>
Adds a specified CP to a specified group at a specified bit posi-
tion.
<cp> = configurable pin.
<group> = the name of the group to which you want to add the
CP.
<bit> = bit position.
clrscrn
Clears the screen.
create <group>
Creates a configurable pin (CP) group.
PremierWave EN Command Reference
72
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
<group> = the name for the new group.
delete <cp> from <group>
Removes a CP from a specified group and sets the CP to its de-
fault
configuration of input.
<cp> = configurable pin.
<group> = the name of the group.
delete <group>
Removes a group and resets all CPs in that group to the default
configuration of input.
<group> = the name of the group.
disable <group>
Disables the specified group.
<group> = the name of the group.
enable <group>
Enables a disabled group.
<group> = the name of the group.
exit
Exits to the enable level.
get <group>
Displays the value of the specified group.
<group> = the name of the group.
set <cp> as input
Configures a CP as an asserted high input.
<cp> = configurable pin.
set <cp> as input assert low
set <cp> as output
Configures a CP as an asserted low input.
<cp> = configurable pin.
Configures a CP as an asserted high output.
<cp> = configurable pin.
set <cp> as output assert low
set <group> <value>
Configures a CP as an asserted low output.
<cp> = configurable pin.
Assigns a value to the specified group.
<group> = the name of the group.
<value> = numeric value to assign to the CP group. Can be speci-
fied as hex
if prepended with “0x”.
show <group>
Displays group information for specified group.
<group> = the name of the group.
show cp
Displays configuration and group information for all CPs.
Displays all groups defined and their state.
show groups
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
credentials (ssl-credentials) level commands
clrscrn
Clears the screen.
create <credential name>
delete <credential name>
edit <credential name>
exit
Create a new credential name
Delete existing credential by name
View or edit an existing profile
Exits to the ssl level.
show
Show existing credential names
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
device (device) level commands
auto show tlog
clrscrn
Continuously displays the internal trouble log.
Clears the screen.
exit
Exit to the enable level.
PremierWave EN Command Reference
73
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
show
Show system information
show hardware information
show history
Displays information about the hardware.
Displays the last 20 commands entered during the current CLI
session.
show lines
Show line information
show memory
Displays current memory usage information.
Displays current task states.
show task state
show tlog
Displays the internal trouble log.
write
Stores the current configuration in permanent memory.
diagnostics (config-diagnostics) level commands
clrscrn
exit
Clears the screen.
Returns to the config level.
Enters the next lower level.
Displays the current configuration.
log
show
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
disconnect (tunnel-disconnect:3) level commands
clrscrn
Clears the screen.
exit
Returns to the tunnel level.
flush serial disable
flush serial enable
flush stop character disable
flush stop character enable
Does not flush serial data upon closing a tunneling connection.
Flushes serial data buffer when a tunneling connection is closed.
Forwards the stop character from the Line to the network.
Prevents the stop character from the Line from being forwarded to
the network.
modem control disable
modem control enable
Does not watch the modem control pin to disconnect.
Watches the modem control pin and disconnects if it is not as-
serted.
no stop character
no timeout
show
Removes the stop character.
Disables disconnect after timeout feature for tunneling sessions.
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
stop character <control>
Sets the stop character.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
timeout <milliseconds>
Disconnects when no data has been received on the line (serial
port) for the
specified length of time.
<milliseconds> = timeout in milliseconds.
write
Stores the current configuration in permanent memory.
disconnect (tunnel-disconnect:2) level commands
clrscrn
Clears the screen.
exit
Returns to the tunnel level.
flush serial disable
Does not flush serial data upon closing a tunneling connection.
PremierWave EN Command Reference
74
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
flush serial enable
Flushes serial data buffer when a tunneling connection is closed.
Forwards the stop character from the Line to the network.
flush stop character disable
flush stop character enable
Prevents the stop character from the Line from being forwarded to
the network.
modem control disable
modem control enable
Does not watch the modem control pin to disconnect.
Watches the modem control pin and disconnects if it is not as-
serted.
no stop character
no timeout
show
Removes the stop character.
Disables disconnect after timeout feature for tunneling sessions.
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
stop character <control>
Sets the stop character.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
timeout <milliseconds>
Disconnects when no data has been received on the line (serial
port) for the
specified length of time.
<milliseconds> = timeout in milliseconds.
write
Stores the current configuration in permanent memory.
disconnect (tunnel-disconnect:1) level commands
clrscrn
Clears the screen.
exit
Returns to the tunnel level.
flush serial disable
flush serial enable
flush stop character disable
flush stop character enable
Does not flush serial data upon closing a tunneling connection.
Flushes serial data buffer when a tunneling connection is closed.
Forwards the stop character from the Line to the network.
Prevents the stop character from the Line from being forwarded to
the network.
modem control disable
modem control enable
Does not watch the modem control pin to disconnect.
Watches the modem control pin and disconnects if it is not as-
serted.
no stop character
no timeout
show
Removes the stop character.
Disables disconnect after timeout feature for tunneling sessions.
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
stop character <control>
Sets the stop character.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
timeout <milliseconds>
Disconnects when no data has been received on the line (serial
port) for the
specified length of time.
<milliseconds> = timeout in milliseconds.
write
Stores the current configuration in permanent memory.
Clears the screen.
dns (dns) level commands
clrscrn
PremierWave EN Command Reference
75
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
exit
Exits to the enable level.
lookup <host_or_ip>
show
Return a lookup on the DNS name or IP address.
Show DNS status.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
edit 1 (config-profile-basic:default_adhoc_profile) level commands
advanced
apply wlan
Switch to advanced level
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
channel <number>
Sets the radio channel for AdHoc.
<number> = number of the radio channel.
clrscrn
Clears the screen.
default channel
Restores the default value to the radio channel.
Restores the default topology, which is Infrastructure.
Exit to the profiles level
default topology
exit
network name <text>
no network name
scan 2.4 ghz band disable
scan 2.4 ghz band enable
scan 5 ghz band disable
scan 5 ghz band enable
scan dfs channels disable
Sets the network name.
Clears the network name.
Disables scanning of the 2.4 GHz band for this profile.
Enables scanning of the 2.4 GHz band for this profile.
Disables scanning of the 5 GHz band for this profile.
Enables scanning of the 5 GHz band for this profile.
Disables scanning of the DFS channels (5 GHz band) for this pro-
file.
scan dfs channels enable
Enables scanning of the DFS channels (5 GHz band) for this pro-
file.
security
show
Switch to security level
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
state disable
Disables this profile.
state enable
Enables this profile.
topology adhoc
Sets topology to Adhoc.
topology infrastructure
Sets topology to Infrastructure.
Stores the current configuration in permanent memory.
write
edit 2 (config-profile-basic:test1) level commands
advanced
apply wlan
Switch to advanced level
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
channel <number>
Sets the radio channel for AdHoc.
<number> = number of the radio channel.
clrscrn
Clears the screen.
default channel
default topology
exit
Restores the default value to the radio channel.
Restores the default topology, which is Infrastructure.
Exit to the profiles level
PremierWave EN Command Reference
76
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
network name <text>
Sets the network name.
Clears the network name.
no network name
scan 2.4 ghz band disable
scan 2.4 ghz band enable
scan 5 ghz band disable
scan 5 ghz band enable
scan dfs channels disable
Disables scanning of the 2.4 GHz band for this profile.
Enables scanning of the 2.4 GHz band for this profile.
Disables scanning of the 5 GHz band for this profile.
Enables scanning of the 5 GHz band for this profile.
Disables scanning of the DFS channels (5 GHz band) for this pro-
file.
scan dfs channels enable
Enables scanning of the DFS channels (5 GHz band) for this pro-
file.
security
show
Switch to security level
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
state disable
Disables this profile.
state enable
Enables this profile.
topology adhoc
topology infrastructure
write
Sets topology to Adhoc.
Sets topology to Infrastructure.
Stores the current configuration in permanent memory.
email 1 (email:1) level commands
auto show statistics
cc <text>
Continuously displays email statistics.
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
Sets the email counters to zero.
clear mail counters
clrscrn
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no clear mail counters
no from
no message file
no overriding domain
no reply to
no subject
PremierWave EN Command Reference
77
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
Continuously displays email statistics.
email 10 (email:10) level commands
auto show statistics
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
Sets the email counters to zero.
clear mail counters
clrscrn
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
PremierWave EN Command Reference
78
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no clear mail counters
no from
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no message file
no overriding domain
no reply to
no subject
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
Continuously displays email statistics.
email 11 (email:11) level commands
auto show statistics
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
Sets the email counters to zero.
clear mail counters
clrscrn
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
PremierWave EN Command Reference
79
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no clear mail counters
no from
no message file
no overriding domain
no reply to
no subject
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
Continuously displays email statistics.
email 12 (email:12) level commands
auto show statistics
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
Sets the email counters to zero.
Clears the screen.
clear mail counters
clrscrn
PremierWave EN Command Reference
80
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no clear mail counters
no from
no message file
no overriding domain
no reply to
no subject
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
PremierWave EN Command Reference
81
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
email 13 (email:13) level commands
auto show statistics
Continuously displays email statistics.
Sets Cc addresses for email alerts.
cc <text>
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
clear mail counters
clrscrn
Sets the email counters to zero.
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no clear mail counters
no from
no message file
no overriding domain
no reply to
no subject
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
PremierWave EN Command Reference
82
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
email 14 (email:14) level commands
auto show statistics
Continuously displays email statistics.
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
Sets the email counters to zero.
clear mail counters
clrscrn
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no clear mail counters
no from
no message file
no overriding domain
no reply to
no subject
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
PremierWave EN Command Reference
83
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
Continuously displays email statistics.
email 15 (email:15) level commands
auto show statistics
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
Sets the email counters to zero.
clear mail counters
clrscrn
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no clear mail counters
no from
no message file
no overriding domain
no reply to
no subject
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
PremierWave EN Command Reference
84
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
Continuously displays email statistics.
email 16 (email:16) level commands
auto show statistics
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
Sets the email counters to zero.
clear mail counters
clrscrn
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
no from
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
no message file
no overriding domain
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
PremierWave EN Command Reference
85
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no reply to
Removes the Reply To address for email alerts.
no subject
Removes subject used for email alerts.
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
Continuously displays email statistics.
email 2 (email:2) level commands
auto show statistics
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
Sets the email counters to zero.
clear mail counters
clrscrn
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
PremierWave EN Command Reference
86
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no clear mail counters
no from
no message file
no overriding domain
no reply to
no subject
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
Continuously displays email statistics.
email 3 (email:3) level commands
auto show statistics
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
clear mail counters
clrscrn
Sets the email counters to zero.
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
PremierWave EN Command Reference
87
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
email <number>
exit
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no clear mail counters
no from
no message file
no overriding domain
no reply to
no subject
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
Continuously displays email statistics.
email 4 (email:4) level commands
auto show statistics
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
PremierWave EN Command Reference
88
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
clear mail counters
clrscrn
Sets the email counters to zero.
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no clear mail counters
no from
no message file
no overriding domain
no reply to
no subject
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
PremierWave EN Command Reference
89
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
<text> = a quoted, semicolon separated list of email addresses.
Stores the current configuration in permanent memory.
write
email 5 (email:5) level commands
auto show statistics
cc <text>
Continuously displays email statistics.
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
Sets the email counters to zero.
clear mail counters
clrscrn
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no clear mail counters
no from
no message file
no overriding domain
no reply to
no subject
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
PremierWave EN Command Reference
90
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
Continuously displays email statistics.
email 6 (email:6) level commands
auto show statistics
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
Sets the email counters to zero.
clear mail counters
clrscrn
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no clear mail counters
no from
no message file
no overriding domain
no reply to
no subject
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
PremierWave EN Command Reference
91
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
Continuously displays email statistics.
email 7 (email:7) level commands
auto show statistics
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
Sets the email counters to zero.
clear mail counters
clrscrn
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no clear mail counters
no from
no message file
no overriding domain
no reply to
no subject
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
PremierWave EN Command Reference
92
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
Continuously displays email statistics.
email 8 (email:8) level commands
auto show statistics
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
Sets the email counters to zero.
clear mail counters
clrscrn
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
no from
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
no message file
Removes the file name, so the message body will be empty.
PremierWave EN Command Reference
93
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no overriding domain
no reply to
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no subject
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
Continuously displays email statistics.
email 9 (email:9) level commands
auto show statistics
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
clear log
Clears all entries from the mail log.
Sets the email counters to zero.
clear mail counters
clrscrn
Clears the screen.
cp
Enters the next lower level.
default local port
default priority
default server port
email <number>
exit
Sets the local port (used to send email alerts) to random.
Sets X-Priority for email alerts to 3 (normal).
Restores the factory default port for SMTP on the server side.
Enters the configure email level.
Exits to the enable level.
from <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the message
PremierWave EN Command Reference
94
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
body
of an email alert.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
Restores the email counters to the aggregate values.
Removes the From address for email alerts.
Removes the file name, so the message body will be empty.
Removes the overriding domain name option.
Removes the Reply To address for email alerts.
Removes subject used for email alerts.
no clear mail counters
no from
no message file
no overriding domain
no reply to
no subject
no to
Removes the To addresses for email alerts.
overriding domain <text>
Sets a domain name that will be used when connecting to an
SMTP server to
send an email alert instead of the device’s domain name in EHLO.
<text> = domain name to override the current domain name in
EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
Sets X-Priority for email alerts to 4 (low).
Sets X-Priority for email alerts to 3 (normal).
Sets X-Priority for email alerts to 1 (urgent).
Sets X-Priority for email alerts to 5 (very low).
priority low
priority normal
priority urgent
priority very low
reply to <text>
Sets the Reply To address for email alerts.
<text> = email address to place in the Reply To field of the email
alert.
send
Sends an email using the current settings.
server port <number>
Sets the port used by the SMTP server.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the email log.
Displays email statistics.
show statistics
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email addresses.
write
Stores the current configuration in permanent memory.
enable (enable) level commands
auto show interfaces
auto show processes
clrscrn
Show interface statistics
Continuously show thread runtime information
Clears the screen.
configure
Enters the configuration level.
Show name and number for lines.
Begin session on serial port.
Enters the CP Manager level.
Enters the device level.
connect
connect line <line>
cpm
device
disable
Exits the enable level.
PremierWave EN Command Reference
95
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
dns
Enters the DNS level.
email <number>
exit
Enters the configure email level.
Exit from the system
filesystem
Enters the filesystem level.
iperf <params>
kill ssh <session>
kill telnet <session>
line <line>
Run iperf with command line parameters passed in quoted string.
Kills SSH session with index from "show sessions"
Kills Telnet session with index from "show sessions"
Enters the line level.
<line> = number of the line (serial port) to be configured.
ping <host>
Ping destination continuously with 5 second timeout
Ping destination n times with 5 second timeout
Ping destination n times with x timeout (in seconds)
Reboot system
ping <host> <count>
ping <host> <count> <timeout>
reload
reload factory defaults
show
Reload factory defaults to permanent storage
Show system information
show history
Displays the last 20 commands entered during the current CLI
session.
show interfaces
show ip sockets
show lines
Show interface statistics
Show UDP/TCP state information
Show line information
show processes
show sessions
ssh
Show thread runtime information
Show active Telnet and SSH Sessions
Enters the SSH configuration level.
ssh <optClientUsername> <host>
Begin SSH session on network <host>.
The optClientUserName must match an SSH Client: Users con-
figuration entry.
Use "" in optClientUserName to prompt for host username and
password.
ssh <optClientUsername> <host> <port>
Begin SSH session on network <host>:<port>.
The optClientUserName must match an SSH Client: Users con-
figuration entry.
Use "" in optClientUserName to prompt for host username and
password.
ssl
Enters the SSL configuration level.
telnet <host>
Begin telnet session on network <host>.
Begin telnet session on network <host>:<port>.
Trace route to destination
telnet <host> <port>
trace route <host>
trace route <host> <protocol>
tunnel <line>
Trace route to destination using TCP, ICMP, or UDP
Enters the tunnel level.
<line> = number of the tunnel line (serial port) to be configured.
write
Stores the current configuration in permanent memory.
Enters the XML level.
xml
filesystem (filesystem) level commands
cat <file>
Show the contents of a file
cd <directory>
Change the current directory to the specified directory
Clears the screen.
clrscrn
cp <source file> <destination file>
Copy an existing file
PremierWave EN Command Reference
96
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
dump <file>
Show contents of a file as a hex dump
Exits to the enable level.
exit
format
Format the file system and lose all data
Show all files and directories in the current directory
Show all files and directories in the specified directory
Create a directory
ls
ls <directory>
mkdir <directory>
mv <source file> <destination file>
pwd
Move a file on the file system
Print working directory
rm <file>
Remove a file
rmdir <directory>
show
Remove a directory
Show file system statistics
show history
Displays the last 20 commands entered during the current CLI
session.
show tree
Show all files and directories from current directory
Get a file using TFTP
tftp get <source file> <destination file> <host>
tftp get <source file> <destination file> <host>
Get a file using TFTP
<port>
tftp put <source file> <destination file> <host>
Put a file using TFTP
Put a file using TFTP
tftp put <source file> <destination file> <host>
<port>
touch <file>
Create a file
ftp (config-ftp) level commands
clrscrn
exit
Clears the screen.
Returns to the config level.
Displays the current configuration.
show
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
Displays the FTP statistics.
state disable
Disables the FTP server.
state enable
Enables the FTP server.
write
Stores the current configuration in permanent memory.
host 1 (tunnel-connect-host:3:1) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
PremierWave EN Command Reference
97
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
Note that quotes must enclose the value if it contains spaces.
show connection statistics
auto show statistics
clrscrn
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 1 (tunnel-connect-host:2:1) level commands
address <text>
Sets the remote host to establish tunneling connections with.
PremierWave EN Command Reference
98
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
PremierWave EN Command Reference
99
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 1 (tunnel-connect-host:1:1) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
Uses SSH protocol for connect mode tunneling.
PremierWave EN Command Reference
100
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
protocol ssl
Uses SSL protocol for connect mode tunneling.
protocol tcp
Uses TCP protocol for connect mode tunneling.
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 1 (config-host:1) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
PremierWave EN Command Reference
101
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 10 (tunnel-connect-host:3:10) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
PremierWave EN Command Reference
102
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 10 (tunnel-connect-host:2:10) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
PremierWave EN Command Reference
103
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 10 (tunnel-connect-host:1:10) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
show connection statistics
PremierWave EN Command Reference
104
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
clrscrn
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 10 (config-host:10) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
Sets the remote port (used to connect to the host) to the default
default remote port
PremierWave EN Command Reference
105
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
value,
which depends on the selected protocol.
Exits to the configuration level.
Change to config host level
exit
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 11 (tunnel-connect-host:3:11) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
PremierWave EN Command Reference
106
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 11 (tunnel-connect-host:2:11) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
PremierWave EN Command Reference
107
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
Sets the VIP name.
PremierWave EN Command Reference
108
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
write
Stores the current configuration in permanent memory.
host 11 (tunnel-connect-host:1:11) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
PremierWave EN Command Reference
109
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 11 (config-host:11) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 12 (tunnel-connect-host:3:12) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
PremierWave EN Command Reference
110
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
PremierWave EN Command Reference
111
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 12 (tunnel-connect-host:2:12) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
PremierWave EN Command Reference
112
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 12 (tunnel-connect-host:1:12) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
Removes the connect tunnel AES decrypt key.
PremierWave EN Command Reference
113
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 12 (config-host:12) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
Clears the remote address of the host.
Clears the SSH username associated with the host.
PremierWave EN Command Reference
114
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
protocol ssh
Sets the protocol to SSH.
Sets the protocol to Telnet.
protocol telnet
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 13 (tunnel-connect-host:3:13) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
PremierWave EN Command Reference
115
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 13 (tunnel-connect-host:2:13) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
PremierWave EN Command Reference
116
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
default tcp keep alive
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 13 (tunnel-connect-host:1:13) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
PremierWave EN Command Reference
117
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
PremierWave EN Command Reference
118
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
validate certificate enable
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 13 (config-host:13) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 14 (tunnel-connect-host:3:14) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
PremierWave EN Command Reference
119
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
Note that quotes must enclose the value if it contains spaces.
show connection statistics
auto show statistics
clrscrn
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 14 (tunnel-connect-host:2:14) level commands
address <text>
Sets the remote host to establish tunneling connections with.
PremierWave EN Command Reference
120
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
PremierWave EN Command Reference
121
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 14 (tunnel-connect-host:1:14) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
Uses SSH protocol for connect mode tunneling.
PremierWave EN Command Reference
122
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
protocol ssl
Uses SSL protocol for connect mode tunneling.
protocol tcp
Uses TCP protocol for connect mode tunneling.
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 14 (config-host:14) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
PremierWave EN Command Reference
123
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 15 (tunnel-connect-host:3:15) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
PremierWave EN Command Reference
124
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 15 (tunnel-connect-host:2:15) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
PremierWave EN Command Reference
125
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 15 (tunnel-connect-host:1:15) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
show connection statistics
PremierWave EN Command Reference
126
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
clrscrn
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 15 (config-host:15) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
Sets the remote port (used to connect to the host) to the default
default remote port
PremierWave EN Command Reference
127
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
value,
which depends on the selected protocol.
Exits to the configuration level.
Change to config host level
exit
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 16 (tunnel-connect-host:3:16) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
PremierWave EN Command Reference
128
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 16 (tunnel-connect-host:2:16) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
PremierWave EN Command Reference
129
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
Sets the VIP name.
PremierWave EN Command Reference
130
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
write
Stores the current configuration in permanent memory.
host 16 (tunnel-connect-host:1:16) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
PremierWave EN Command Reference
131
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 16 (config-host:16) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 17 (config-host:17) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
PremierWave EN Command Reference
132
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
host <number>
Change to config host level
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 18 (config-host:18) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 19 (config-host:19) level commands
clrscrn
Clears the screen.
PremierWave EN Command Reference
133
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 2 (tunnel-connect-host:3:2) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
PremierWave EN Command Reference
134
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 2 (tunnel-connect-host:2:2) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
PremierWave EN Command Reference
135
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
PremierWave EN Command Reference
136
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 2 (tunnel-connect-host:1:2) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
PremierWave EN Command Reference
137
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 2 (config-host:2) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 20 (config-host:20) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
PremierWave EN Command Reference
138
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 21 (config-host:21) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 22 (config-host:22) level commands
PremierWave EN Command Reference
139
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
clrscrn
Clears the screen.
default protocol
default remote port
Restores the default value of the protocol (Telnet).
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 23 (config-host:23) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
PremierWave EN Command Reference
140
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 24 (config-host:24) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 25 (config-host:25) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
PremierWave EN Command Reference
141
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 26 (config-host:26) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 27 (config-host:27) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
Clears the remote address of the host.
PremierWave EN Command Reference
142
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no ssh username
protocol ssh
Clears the SSH username associated with the host.
Sets the protocol to SSH.
Sets the protocol to Telnet.
protocol telnet
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 28 (config-host:28) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 29 (config-host:29) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
PremierWave EN Command Reference
143
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
host <number>
Change to config host level
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 3 (tunnel-connect-host:3:3) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
PremierWave EN Command Reference
144
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no credentials
no port
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 3 (tunnel-connect-host:2:3) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
PremierWave EN Command Reference
145
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 3 (tunnel-connect-host:1:3) level commands
PremierWave EN Command Reference
146
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
PremierWave EN Command Reference
147
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 3 (config-host:3) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 30 (config-host:30) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
Sets the name of the host.
host <number>
name <text>
PremierWave EN Command Reference
148
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
<text> = name of the host.
no name
Clears the name of the host.
Clears the remote address of the host.
no remote address
no ssh username
protocol ssh
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 31 (config-host:31) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 32 (config-host:32) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
PremierWave EN Command Reference
149
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 4 (tunnel-connect-host:3:4) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
PremierWave EN Command Reference
150
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 4 (tunnel-connect-host:2:4) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
PremierWave EN Command Reference
151
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
PremierWave EN Command Reference
152
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 4 (tunnel-connect-host:1:4) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
PremierWave EN Command Reference
153
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 4 (config-host:4) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 5 (tunnel-connect-host:3:5) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
PremierWave EN Command Reference
154
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
PremierWave EN Command Reference
155
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
timer.
<milliseconds> = timer value, in milliseconds.
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate disable
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 5 (tunnel-connect-host:2:5) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
Uses TCP protocol with AES encryption for connect mode tunnel-
protocol tcp
protocol tcp aes
PremierWave EN Command Reference
156
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 5 (tunnel-connect-host:1:5) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
PremierWave EN Command Reference
157
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 5 (config-host:5) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
Clears the remote address of the host.
PremierWave EN Command Reference
158
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no ssh username
protocol ssh
Clears the SSH username associated with the host.
Sets the protocol to SSH.
Sets the protocol to Telnet.
protocol telnet
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 6 (tunnel-connect-host:3:6) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
PremierWave EN Command Reference
159
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 6 (tunnel-connect-host:2:6) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
Selects the RSA/DSA certificates by name for the SSL client.
PremierWave EN Command Reference
160
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
default protocol
Restores the default protocol as "TCP".
default tcp keep alive
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 6 (tunnel-connect-host:1:6) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
PremierWave EN Command Reference
161
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
PremierWave EN Command Reference
162
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 6 (config-host:6) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 7 (tunnel-connect-host:3:7) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
PremierWave EN Command Reference
163
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 7 (tunnel-connect-host:2:7) level commands
PremierWave EN Command Reference
164
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
PremierWave EN Command Reference
165
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 7 (tunnel-connect-host:1:7) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
PremierWave EN Command Reference
166
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 7 (config-host:7) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
PremierWave EN Command Reference
167
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 8 (tunnel-connect-host:3:8) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
PremierWave EN Command Reference
168
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 8 (tunnel-connect-host:2:8) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
PremierWave EN Command Reference
169
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no port
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 8 (tunnel-connect-host:1:8) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
PremierWave EN Command Reference
170
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
Note that quotes must enclose the value if it contains spaces.
show connection statistics
auto show statistics
clrscrn
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 8 (config-host:8) level commands
clrscrn
Clears the screen.
PremierWave EN Command Reference
171
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
host 9 (tunnel-connect-host:3:9) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
PremierWave EN Command Reference
172
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
validate certificate enable
vip disable
vip enable
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 9 (tunnel-connect-host:2:9) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
PremierWave EN Command Reference
173
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
PremierWave EN Command Reference
174
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanent memory.
host 9 (tunnel-connect-host:1:9) level commands
address <text>
Sets the remote host to establish tunneling connections with.
<text> = IP address or host name of the remote host.
aes decrypt key <hexadecimal>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16 bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
auto show statistics
clrscrn
show connection statistics
Clears the screen.
credentials <text>
default protocol
default tcp keep alive
Selects the RSA/DSA certificates by name for the SSL client.
Restores the default protocol as "TCP".
Restores the default 45 second connect mode TCP keep alive
timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish tunneling
connections.
no aes decrypt key
no aes encrypt key
no credentials
no port
Removes the connect tunnel AES decrypt key.
Removes the connect tunnel AES encrypt key.
Clears the RSA/DSA certificate selection.
Removes the remote port used to establish tunnel connections.
Removes the SSH user name.
no ssh username
no tcp keep alive
no vip name
Disables the connect mode TCP keep alive timeout.
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
<number> = number of the port to use.
protocol ssh
protocol ssl
Uses SSH protocol for connect mode tunneling.
Uses SSL protocol for connect mode tunneling.
Uses TCP protocol for connect mode tunneling.
protocol tcp
protocol tcp aes
Uses TCP protocol with AES encryption for connect mode tunnel-
ing.
protocol telnet
protocol udp
Uses Telnet protocol (with IAC) for connect mode tunneling.
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode tunnel-
ing.
show
Shows the current configuration.
PremierWave EN Command Reference
175
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunneling
connections
with other devices.
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and sets the
timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
validate certificate enable
vip disable
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Makes connections using the specified Address.
Makes connections using the VIP name.
vip enable
vip name <text>
write
Sets the VIP name.
Stores the current configuration in permanent memory.
host 9 (config-host:9) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
default remote port
Sets the remote port (used to connect to the host) to the default
value,
which depends on the selected protocol.
exit
Exits to the configuration level.
Change to config host level
host <number>
name <text>
Sets the name of the host.
<text> = name of the host.
no name
Clears the name of the host.
no remote address
no ssh username
protocol ssh
Clears the remote address of the host.
Clears the SSH username associated with the host.
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address <text>
Sets the IP address of the remote host to connect to when this
host is
selected on the login connect menu.
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
<number> = port to be used.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
ssh username <text>
Sets the username for logging into the host via SSH.
<text> = username.
write
Stores the current configuration in permanent memory.
http (config-http) level commands
auth <uri>
Creates a new HTTP server authentication directive.
<uri> = URI of the server.
auth type <uri> digest
Sets an HTTP server authentication directive to the Digest Access
Authentication scheme.
<uri> = URI of the server.
PremierWave EN Command Reference
176
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
auth type <uri> none
Sets the authentication type for an HTTP server authentication
directive to
none.
<uri> = URI of the server.
auth type <uri> ssl
Sets the authentication type for an HTTP server authentication
directive to SSL.
<uri> = URI of the server.
auth type <uri> ssl-basic
Sets the authentication type for an HTTP server authentication
directive
to SSL-Basic.
<uri> = URI of the server.
auth type <uri> ssl-digest
Sets the authentication type for an HTTP server authentication
directive
to SSL-Digest.
<uri> = URI of the server.
authentication timeout <minutes>
For any Digest AuthType, sets the timeout for authentication.
<minutes> = authentication timeout value.
clear counters
Sets the HTTP counters to zero.
clear log
Clears the HTTP server log.
clrscrn
Clears the screen.
default authentication timeout
default log format
default max bytes
default max log entries
Resets the authentication timeout to its default value.
Restores the HTTP Server log format string to its default value.
Resets the maximum bytes to its default value.
Restores the default maximum number of HTTP Server log en-
tries.
default max timeout
default port
Resets the timeout to its default value.
Resets the HTTP Server port to its default value.
Resets the HTTP Server SSL port to its default value.
Restores the default secure protocol selections.
default secure port
default secure protocols
delete auth <uri>
Deletes an existing HTTP Server authentication directive.
<uri> = URI of the server.
exit
Returns to the config level.
log format <text>
Sets the log format string for the HTTP server, using the following
directives:
%a remote ip address (could be a proxy)
%b bytes sent excluding headers
%B bytes sent excluding headers (0 = '-')
%h remote host (same as %a)
%{h}i header contents from request (h = header string)
%m request method
%p ephemeral local port value used for request
%q query string (prepend with '?' or empty '-')
%t timestamp HH:MM:SS (same as Apache '%(%H:%M:%S)t')
%u remote user (could be bogus for 401 status)
%U URL path info
%r first line of request (same as '%m %U%q <version>')
%s return status
logging state disable
logging state enable
max bytes <number>
Disables HTTP server logging.
Enables HTTP server logging.
Sets the maximum number of bytes the HTTP server accepts
when receiving
a request.
max log entries <number>
Sets the maximum number of HTTP server log entries.
PremierWave EN Command Reference
177
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
<number> = maximum number of HTTP server log entries.
max timeout <seconds>
Sets the maximum time the HTTP server waits when receiving a
request.
<seconds> = maximum timeout value.
no clear counters
no port
Restores the HTTP counters to the aggregate values.
Disables the HTTP Server port.
no secure credentials
no secure port
port <number>
Clears the RSA/DSA certificate selection.
Disables the HTTP Server SSL port.
Sets the port number the HTTP server will use.
<number> = port number.
secure credentials <text>
Selects the RSA/DSA certificates by name for the HTTP server.
secure port <number>
Sets the port number the HTTP server will use over SSL.
<number> = port number.
secure protocols ssl3 disable
secure protocols ssl3 enable
secure protocols tls1.0 disable
secure protocols tls1.0 enable
secure protocols tls1.1 disable
secure protocols tls1.1 enable
show
Disables the protocol.
Enables the protocol.
Disables the protocol.
Enables the protocol.
Disables the protocol.
Enables the protocol.
Displays the current configuration.
Displays the HTTP server authentication settings.
show auth
show history
Displays the last 20 commands entered during the current CLI
session.
show log
Displays the HTTP server log.
show statistics
Displays the HTTP statistics.
state disable
Disables the HTTP server.
state enable
Enables the HTTP server.
write
Stores the current configuration in permanent memory.
icmp (config-icmp) level commands
clrscrn
exit
Clears the screen.
Exits to the configuration level.
Displays the current configuration.
show
show history
Displays the last 20 commands entered during the current CLI
session.
state disable
Prevents ICMP packets from being sent or received.
Allows ICMP packets to be sent and received.
state enable
write
Stores the current configuration in permanent memory.
if 1 (config-if:eth0) level commands
bootp disable
Disables BOOTP.
bootp enable
Enables BOOTP.
clrscrn
Clears the screen.
default gateway <IP address>
default mtu
Sets the configurable gateway IP address to the default value.
Restores the default Maximum Transmission Unit (MTU) size.
Sets the DHCP client id.
dhcp client id <text>
dhcp disable
Disables DHCP.
dhcp enable
Enables DHCP.
PremierWave EN Command Reference
178
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
domain <text>
Sets the domain name.
<text> = name of the domain.
exit
Exits to the config level.
hostname <text>
Sets the host name.
<text> = name of the host.
if <instance>
Changes to the interface configuration level.
ip address <ip address/cidr>
Sets the IP address and network mask.
Formats accepted:
192.168.1.1 (default mask)
192.168.1.1/24 (CIDR)
"192.168.1.1 255.255.255.0" (explicit mask)
link
Enter link configuration level
mtu <bytes>
Sets the Maximum Transmission Unit (MTU) size.
Clears the default gateway.
no default gateway
no dhcp client id
no domain
Clears the DHCP client ID.
Clears the domain name.
no hostname
Clears the host name.
no ip address
no primary dns
no secondary dns
primary dns <IP address>
secondary dns <IP address>
show
Clears the IP address.
Clears the name of the primary DNS server.
Clears the name of the secondary DNS server.
Sets the IP address of the primary DNS server.
Sets the IP address of the secondary DNS server.
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show status
Show interface status
state disable
Disables the interface.
state enable
Enables the interface.
write
Stores the current configuration in permanent memory.
if 2 (config-if:wlan0) level commands
bootp disable
Disables BOOTP.
bootp enable
Enables BOOTP.
clrscrn
Clears the screen.
default gateway <IP address>
default mtu
Sets the configurable gateway IP address to the default value.
Restores the default Maximum Transmission Unit (MTU) size.
Sets the DHCP client id.
dhcp client id <text>
dhcp disable
Disables DHCP.
dhcp enable
Enables DHCP.
domain <text>
Sets the domain name.
<text> = name of the domain.
exit
Exits to the config level.
hostname <text>
Sets the host name.
<text> = name of the host.
if <instance>
Changes to the interface configuration level.
ip address <ip address/cidr>
Sets the IP address and network mask.
Formats accepted:
192.168.1.1 (default mask)
PremierWave EN Command Reference
179
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
192.168.1.1/24 (CIDR)
"192.168.1.1 255.255.255.0" (explicit mask)
link
Enter link configuration level
mtu <bytes>
Sets the Maximum Transmission Unit (MTU) size.
Clears the default gateway.
no default gateway
no dhcp client id
no domain
Clears the DHCP client ID.
Clears the domain name.
no hostname
Clears the host name.
no ip address
no primary dns
no secondary dns
primary dns <IP address>
secondary dns <IP address>
show
Clears the IP address.
Clears the name of the primary DNS server.
Clears the name of the secondary DNS server.
Sets the IP address of the primary DNS server.
Sets the IP address of the secondary DNS server.
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show status
Show interface status
state disable
Disables the interface.
state enable
Enables the interface.
write
Stores the current configuration in permanent memory.
ip (config-ip) level commands
clrscrn
Clears the screen.
default ip time to live
default multicast time to live
exit
Restores the default IP time to live.
Restores the default IP multicast time to live, which is one hop.
Exits to the configuration level.
ip time to live <hops>
Sets the IP time to live, known by SNMP as "ipDefaultTTL".
<hops> = number of hops that a typical IP packet is allowed to
live.
multicast time to live <hops>
Sets the IP multicast time to live.
<hops> = number of hops that a multicast IP packet is allowed to
live.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
key 1 (config-profile-security-wep-key:test1:1) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
clrscrn
Clears the screen.
exit
Exits to the next higher level.
key <hexadecimal>
Sets key.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
key text <text>
Sets key.
Each byte is represented by a single character.
PremierWave EN Command Reference
180
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
Note that quotes must enclose the value if it contains spaces.
Removes key.
no key
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
key 1 (config-profile-security-wep-key:default_adhoc_profile:1) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
clrscrn
Clears the screen.
exit
Exits to the next higher level.
key <hexadecimal>
Sets key.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
key text <text>
Sets key.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
no key
Removes key.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
key 2 (config-profile-security-wep-key:test1:2) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
clrscrn
Clears the screen.
exit
Exits to the next higher level.
key <hexadecimal>
Sets key.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
key text <text>
Sets key.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
no key
Removes key.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
key 2 (config-profile-security-wep-key:default_adhoc_profile:2) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
clrscrn
exit
Clears the screen.
Exits to the next higher level.
PremierWave EN Command Reference
181
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
key <hexadecimal>
Sets key.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
key text <text>
Sets key.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
no key
Removes key.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
key 3 (config-profile-security-wep-key:test1:3) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
clrscrn
Clears the screen.
exit
Exits to the next higher level.
key <hexadecimal>
Sets key.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
key text <text>
Sets key.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
no key
Removes key.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
key 3 (config-profile-security-wep-key:default_adhoc_profile:3) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
clrscrn
Clears the screen.
exit
Exits to the next higher level.
key <hexadecimal>
Sets key.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
key text <text>
Sets key.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
no key
Removes key.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
PremierWave EN Command Reference
182
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
key 4 (config-profile-security-wep-key:test1:4) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
clrscrn
Clears the screen.
exit
Exits to the next higher level.
key <hexadecimal>
Sets key.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
key text <text>
Sets key.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
no key
Removes key.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
key 4 (config-profile-security-wep-key:default_adhoc_profile:4) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
clrscrn
Clears the screen.
exit
Exits to the next higher level.
key <hexadecimal>
Sets key.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
key text <text>
Sets key.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
no key
Removes key.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
line 1 (line:1) level commands
auto show statistics
baud rate <bits per second>
Continuously displays line statistics.
Sets the line speed.
<bits per second> = the speed.
Standard speeds include 1200, 2400, 4800, 9600, 19200, and so
on.
clear line counters
Sets the serial counters to zero.
clrscrn
Clears the screen.
command mode always
Sets the current line to always be in command mode.
Disables user-defined serial boot string to be echoed in the CLI.
Enables user-defined serial boot string to be echoed in the CLI.
Enables user to enter a custom string at boot time to enter com-
command mode echo serial string disable
command mode echo serial string enable
command mode serial string
PremierWave EN Command Reference
183
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
mand mode.
command mode serial string <string>
Sets a string that can be entered at boot time to enter command
mode.
<string> = text with possible binary characters.
Within [] use binary decimal up to 255 or hex up to 0xFF.
Within {} specify decimal milliseconds time delay.
command mode signon message <string>
Sets a sign-on message that is sent from the serial port when the
device boots and when the line is in command mode.
<string> = text with possible binary characters.
Within [] use binary decimal up to 255 or hex up to 0xFF.
command mode wait time <milliseconds>
Sets boot-up wait time for command mode serial string.
<milliseconds> = wait time.
configure current settings
data bits 7
Configures line with the current value of settings.
Uses seven bits for data on the line.
data bits 8
Uses eight bits for data on the line.
default baud rate
default data bits
default flow control
default interface
default parity
Restores the default speed of 9600 bits per second.
Restores the default of eight data bits.
Restores the default of no flow control.
Restores the default interface type to this line.
Restores the default of no parity.
default protocol
default stop bits
default threshold
default xoff char
default xon char
exit
Restores the default protocol on the line.
Restores the default of one stop bit.
Restores the factory default threshold.
Restores the default xoff character on this line.
Restores the default xon character on this line.
Exits to the enable level
flow control hardware
flow control none
flow control software
gap timer <milliseconds>
Uses hardware (RTS/CTS) flow control on the line.
Does not provide flow control on the line.
Uses software (xon/xoff characters) flow control on the line.
Sets the gap timer in milliseconds. If some data has been re-
ceived, it will
be forwarded after this time since the last character.
interface rs232
Sets the line interface to RS232.
interface rs485 full-duplex
interface rs485 half-duplex
interface usb-cdc-acm
kill session
Sets the line interface to RS485 in full-duplex mode.
Sets the line interface to RS485 in half-duplex mode.
Sets the line interface to USB-CDC-ACM mode.
Kills command mode session on the Line
line <line>
Enters the line level.
<line> = number of the line (serial port) to be configured.
name <text>
Sets the name for this line.
no clear line counters
no command mode
Restores the serial counters to the aggregate values.
Disables command mode for the current line.
no command mode signon message
Clears the signon message displayed at boot time and when en-
tering
command mode.
no gap timer
no name
Removes the gap timer, so forwarding depends on the line speed.
Removes the name of this line.
parity even
Uses a parity bit on the line for even parity.
PremierWave EN Command Reference
184
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
parity none
parity odd
Does not use a parity bit on the line.
Uses a parity bit on the line for odd parity.
Uses no protocol on the line.
protocol none
protocol tunnel
reassert
Applies tunnel protocol on the line.
Asserts line status with current configured values.
Displays the current status.
show
show command mode
show history
Shows the command mode settings for the current line.
Displays the last 20 commands entered during the current CLI
session.
show line
Displays the current configuration.
show statistics
state disable
state enable
stop bits 1
Shows the line statistics.
Disables the line so data cannot be sent/received.
Enables the line so data can be sent/received.
Uses one stop bit after data on the line.
Uses two stop bits after data on the line.
stop bits 2
terminal <line>
Enters the configure-terminal level.
<line> = number of the terminal line (serial port) to be configured.
terminal network
termination disable
termination enable
threshold <bytes>
Enters the configure-terminal level for the network.
Refrains from terminating the line.
Enables 120 ohm line termination in RS485 half-duplex mode.
Sets the threshold in bytes. After this many bytes are received,
they are
forwarded without delay.
tunnel <line>
Enters the tunnel level.
<line> = number of the tunnel line (serial port) to be configured.
write
Stores the current configuration in permanent memory.
xoff char <control>
Sets the xoff character for use with software flow control on this
line.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
xon char <control>
Sets the xon character for use with software flow control on this
line.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
line 2 (line:2) level commands
auto show statistics
Continuously displays line statistics.
baud rate <bits per second>
Sets the line speed.
<bits per second> = the speed.
Standard speeds include 1200, 2400, 4800, 9600, 19200, and so
on.
clear line counters
Sets the serial counters to zero.
clrscrn
Clears the screen.
command mode always
Sets the current line to always be in command mode.
Disables user-defined serial boot string to be echoed in the CLI.
Enables user-defined serial boot string to be echoed in the CLI.
command mode echo serial string disable
command mode echo serial string enable
PremierWave EN Command Reference
185
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
command mode serial string
Enables user to enter a custom string at boot time to enter com-
mand mode.
command mode serial string <string>
Sets a string that can be entered at boot time to enter command
mode.
<string> = text with possible binary characters.
Within [] use binary decimal up to 255 or hex up to 0xFF.
Within {} specify decimal milliseconds time delay.
command mode signon message <string>
Sets a sign-on message that is sent from the serial port when the
device boots and when the line is in command mode.
<string> = text with possible binary characters.
Within [] use binary decimal up to 255 or hex up to 0xFF.
command mode wait time <milliseconds>
Sets boot-up wait time for command mode serial string.
<milliseconds> = wait time.
configure current settings
data bits 7
Configures line with the current value of settings.
Uses seven bits for data on the line.
data bits 8
Uses eight bits for data on the line.
default baud rate
default data bits
default flow control
default interface
default parity
Restores the default speed of 9600 bits per second.
Restores the default of eight data bits.
Restores the default of no flow control.
Restores the default interface type to this line.
Restores the default of no parity.
default protocol
default stop bits
default threshold
default xoff char
default xon char
exit
Restores the default protocol on the line.
Restores the default of one stop bit.
Restores the factory default threshold.
Restores the default xoff character on this line.
Restores the default xon character on this line.
Exits to the enable level
flow control hardware
flow control none
flow control software
gap timer <milliseconds>
Uses hardware (RTS/CTS) flow control on the line.
Does not provide flow control on the line.
Uses software (xon/xoff characters) flow control on the line.
Sets the gap timer in milliseconds. If some data has been re-
ceived, it will
be forwarded after this time since the last character.
interface rs232
Sets the line interface to RS232.
interface rs485 full-duplex
interface rs485 half-duplex
interface usb-cdc-acm
kill session
Sets the line interface to RS485 in full-duplex mode.
Sets the line interface to RS485 in half-duplex mode.
Sets the line interface to USB-CDC-ACM mode.
Kills command mode session on the Line
line <line>
Enters the line level.
<line> = number of the line (serial port) to be configured.
name <text>
Sets the name for this line.
no clear line counters
no command mode
Restores the serial counters to the aggregate values.
Disables command mode for the current line.
no command mode signon message
Clears the signon message displayed at boot time and when en-
tering
command mode.
no gap timer
no name
Removes the gap timer, so forwarding depends on the line speed.
Removes the name of this line.
PremierWave EN Command Reference
186
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
parity even
parity none
parity odd
Uses a parity bit on the line for even parity.
Does not use a parity bit on the line.
Uses a parity bit on the line for odd parity.
Uses no protocol on the line.
protocol none
protocol tunnel
reassert
Applies tunnel protocol on the line.
Asserts line status with current configured values.
Displays the current status.
show
show command mode
show history
Shows the command mode settings for the current line.
Displays the last 20 commands entered during the current CLI
session.
show line
Displays the current configuration.
show statistics
state disable
state enable
stop bits 1
Shows the line statistics.
Disables the line so data cannot be sent/received.
Enables the line so data can be sent/received.
Uses one stop bit after data on the line.
Uses two stop bits after data on the line.
stop bits 2
terminal <line>
Enters the configure-terminal level.
<line> = number of the terminal line (serial port) to be configured.
terminal network
termination disable
termination enable
threshold <bytes>
Enters the configure-terminal level for the network.
Refrains from terminating the line.
Enables 120 ohm line termination in RS485 half-duplex mode.
Sets the threshold in bytes. After this many bytes are received,
they are
forwarded without delay.
tunnel <line>
Enters the tunnel level.
<line> = number of the tunnel line (serial port) to be configured.
write
Stores the current configuration in permanent memory.
xoff char <control>
Sets the xoff character for use with software flow control on this
line.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
xon char <control>
Sets the xon character for use with software flow control on this
line.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
line 3 (line:3) level commands
auto show statistics
Continuously displays line statistics.
baud rate <bits per second>
Sets the line speed.
<bits per second> = the speed.
Standard speeds include 1200, 2400, 4800, 9600, 19200, and so
on.
clear line counters
Sets the serial counters to zero.
clrscrn
Clears the screen.
command mode always
command mode echo serial string disable
Sets the current line to always be in command mode.
Disables user-defined serial boot string to be echoed in the CLI.
PremierWave EN Command Reference
187
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
command mode echo serial string enable
command mode serial string
Enables user-defined serial boot string to be echoed in the CLI.
Enables user to enter a custom string at boot time to enter com-
mand mode.
command mode serial string <string>
Sets a string that can be entered at boot time to enter command
mode.
<string> = text with possible binary characters.
Within [] use binary decimal up to 255 or hex up to 0xFF.
Within {} specify decimal milliseconds time delay.
command mode signon message <string>
Sets a sign-on message that is sent from the serial port when the
device boots and when the line is in command mode.
<string> = text with possible binary characters.
Within [] use binary decimal up to 255 or hex up to 0xFF.
command mode wait time <milliseconds>
Sets boot-up wait time for command mode serial string.
<milliseconds> = wait time.
configure current settings
data bits 7
Configures line with the current value of settings.
Uses seven bits for data on the line.
data bits 8
Uses eight bits for data on the line.
default baud rate
default data bits
default flow control
default interface
default parity
Restores the default speed of 9600 bits per second.
Restores the default of eight data bits.
Restores the default of no flow control.
Restores the default interface type to this line.
Restores the default of no parity.
default protocol
default stop bits
default threshold
default xoff char
default xon char
exit
Restores the default protocol on the line.
Restores the default of one stop bit.
Restores the factory default threshold.
Restores the default xoff character on this line.
Restores the default xon character on this line.
Exits to the enable level
flow control hardware
flow control none
flow control software
gap timer <milliseconds>
Uses hardware (RTS/CTS) flow control on the line.
Does not provide flow control on the line.
Uses software (xon/xoff characters) flow control on the line.
Sets the gap timer in milliseconds. If some data has been re-
ceived, it will
be forwarded after this time since the last character.
interface rs232
Sets the line interface to RS232.
interface rs485 full-duplex
interface rs485 half-duplex
interface usb-cdc-acm
kill session
Sets the line interface to RS485 in full-duplex mode.
Sets the line interface to RS485 in half-duplex mode.
Sets the line interface to USB-CDC-ACM mode.
Kills command mode session on the Line
line <line>
Enters the line level.
<line> = number of the line (serial port) to be configured.
name <text>
Sets the name for this line.
no clear line counters
no command mode
Restores the serial counters to the aggregate values.
Disables command mode for the current line.
no command mode signon message
Clears the signon message displayed at boot time and when en-
tering
command mode.
no gap timer
Removes the gap timer, so forwarding depends on the line speed.
PremierWave EN Command Reference
188
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no name
Removes the name of this line.
parity even
parity none
parity odd
Uses a parity bit on the line for even parity.
Does not use a parity bit on the line.
Uses a parity bit on the line for odd parity.
Uses no protocol on the line.
protocol none
protocol tunnel
reassert
Applies tunnel protocol on the line.
Asserts line status with current configured values.
Displays the current status.
show
show command mode
show history
Shows the command mode settings for the current line.
Displays the last 20 commands entered during the current CLI
session.
show line
Displays the current configuration.
show statistics
state disable
state enable
stop bits 1
Shows the line statistics.
Disables the line so data cannot be sent/received.
Enables the line so data can be sent/received.
Uses one stop bit after data on the line.
Uses two stop bits after data on the line.
stop bits 2
terminal <line>
Enters the configure-terminal level.
<line> = number of the terminal line (serial port) to be configured.
terminal network
termination disable
termination enable
threshold <bytes>
Enters the configure-terminal level for the network.
Refrains from terminating the line.
Enables 120 ohm line termination in RS485 half-duplex mode.
Sets the threshold in bytes. After this many bytes are received,
they are
forwarded without delay.
tunnel <line>
Enters the tunnel level.
<line> = number of the tunnel line (serial port) to be configured.
write
Stores the current configuration in permanent memory.
xoff char <control>
Sets the xoff character for use with software flow control on this
line.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
xon char <control>
Sets the xon character for use with software flow control on this
line.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
link (config-wlan:wlan0) level commands
active channel scan time <milliseconds>
apply wlan
Sets the active channel scan time in milliseconds.
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
cancel wps
Cancels wi-fi protected setup operation.
choice <instance>
Enters the next lower level.
Specify the instance for the next lower level.
clrscrn
Clears the screen.
PremierWave EN Command Reference
189
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
debugging level debug
debugging level dump
Sets the WLAN debugging level to Debug.
Sets the WLAN debugging level to Dump, the most verbose op-
tion.
debugging level error
Sets the WLAN debugging level to Error, which shows only errors.
Sets the WLAN debugging level to Info.
debugging level info
debugging level warning
default active channel scan time
default debugging level
Sets the WLAN debugging level to Warning.
Restores the default active channel scan time.
Sets the WLAN debugging level to its default value, Info.
default out of range scan interval
Restores the default value to the out-of-range scan interval (30
sec).
default passive channel scan time
default radio band selection
default rssi delta
Restores the default passive channel scan time.
Sets the radio band selection to its default value, Dual.
Restores the RSSI delta value to the default value (24 dBm).
Exit back to interface configuration level
exit
out of range scan interval <seconds>
This setting determines the interval (in seconds)
between scans for access points to which the unit might roam.
This setting only applies when roaming is enabled.
NOTE: The more frequent the scans, the greater the impact on
data throughput.
passive channel scan time <milliseconds>
radio band selection 2.4 ghz only
radio band selection 5 ghz only
radio band selection dual
roam status
Sets the passive channel scan time in milliseconds.
Sets the radio band selection to 2.4 GHz Only.
Sets the radio band selection to 5 GHz Only.
Sets the radio band selection to Dual.
Show roaming status
roaming disable
Disables roaming.
roaming enable
Enables roaming to other Access Points with the same SSID.
Sets the RSSI delta value.
rssi delta <dBm>
scan <ssid>
Scan the radio environment for networks.
Displays the current configuration.
show
show history
Displays the last 20 commands entered during the current CLI
session.
show wps information
Show the configuration received by wi-fi protected setup.
show wps information with secrets
Show the configuration received by wi-fi protected setup with se-
crets.
show wps status
Show status of WPS operation.
Starts wi-fi protected setup operation.
Show link status
start wps
status
wlan watchdog disable
Disables the WLAN Watchdog.
Enables the WLAN Watchdog.
Stores the current configuration in permanent memory.
wlan watchdog enable
write
link (config-ethernet:eth0) level commands
clrscrn
Clears the screen.
default duplex
default speed
duplex auto
duplex full
Restores the default duplex setting, which is auto.
Restores the default speed setting, which is auto-negotiate.
Sets duplex mode to auto.
Sets duplex mode to full.
PremierWave EN Command Reference
190
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
duplex half
exit
Sets duplex mode to half.
Exit back to interface configuration level
Displays the current configuration.
show
show history
Displays the last 20 commands entered during the current CLI
session.
speed 10
Sets the speed of the Ethernet link to 10 Mbps.
Sets the speed of the Ethernet link to 100 Mbps.
Sets the speed of the Ethernet link to auto-negotiate.
Stores the current configuration in permanent memory.
speed 100
speed auto
write
log (config-diagnostics-log) level commands
clrscrn
Clears the screen.
default max length
default output
exit
Restores the factory default maximum Log file size.
Restores the default log output, which is disable.
Exits to the next higher level.
max length <Kbytes>
output disable
output filesystem
output line <number>
show
Sets the maximum size in Kbytes for the Log file.
Disables log output.
Enables log to filesystem.
Enables log to serial line.
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
modem (tunnel-modem:3) level commands
clrscrn
Clears the screen.
connect string <text>
Sets the CONNECT string used in modem emulation.
<string> = connect string.
default incoming connection
default response type
Default disables incoming network connections.
Default uses text type responses.
display remote ip disable
display remote ip enable
echo commands disable
echo commands enable
echo pluses disable
The incoming RING has nothing following it.
The incoming RING is followed by the IP address of the caller.
Does not echo modem commands.
Echoes modem commands.
Does not echo the +++ characters when entering modem com-
mand mode.
echo pluses enable
Echoes the +++ characters when entering modem command
mode.
error unknown commands disable
error unknown commands enable
exit
Returns OK on unknown AT commands.
Returns an error upon unknown AT commands.
Returns to the tunnel level.
incoming connection automatic
incoming connection disabled
incoming connection manual
Automatically answer incoming network connections.
Disable incoming network connections.
Wait for an ATA command before answering an incoming network
connection.
no connect string
reassert
Removes optional CONNECT string information for modem emu-
lation.
Asserts tunnel modem status with current configured values.
PremierWave EN Command Reference
191
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
response type numeric
response type text
show
Uses numeric type responses.
Uses text type responses.
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show status
Displays tunnel modem status.
verbose response disable
verbose response enable
write
Does not send Modem Response Codes.
Sends Modem Response Codes out on the Serial Line.
Stores the current configuration in permanent memory.
modem (tunnel-modem:2) level commands
clrscrn
Clears the screen.
connect string <text>
Sets the CONNECT string used in modem emulation.
<string> = connect string.
default incoming connection
default response type
Default disables incoming network connections.
Default uses text type responses.
display remote ip disable
display remote ip enable
echo commands disable
echo commands enable
echo pluses disable
The incoming RING has nothing following it.
The incoming RING is followed by the IP address of the caller.
Does not echo modem commands.
Echoes modem commands.
Does not echo the +++ characters when entering modem com-
mand mode.
echo pluses enable
Echoes the +++ characters when entering modem command
mode.
error unknown commands disable
error unknown commands enable
exit
Returns OK on unknown AT commands.
Returns an error upon unknown AT commands.
Returns to the tunnel level.
incoming connection automatic
incoming connection disabled
incoming connection manual
Automatically answer incoming network connections.
Disable incoming network connections.
Wait for an ATA command before answering an incoming network
connection.
no connect string
Removes optional CONNECT string information for modem emu-
lation.
reassert
Asserts tunnel modem status with current configured values.
Uses numeric type responses.
response type numeric
response type text
show
Uses text type responses.
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show status
Displays tunnel modem status.
verbose response disable
verbose response enable
write
Does not send Modem Response Codes.
Sends Modem Response Codes out on the Serial Line.
Stores the current configuration in permanent memory.
modem (tunnel-modem:1) level commands
clrscrn
Clears the screen.
connect string <text>
Sets the CONNECT string used in modem emulation.
<string> = connect string.
PremierWave EN Command Reference
192
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
default incoming connection
default response type
Default disables incoming network connections.
Default uses text type responses.
display remote ip disable
display remote ip enable
echo commands disable
echo commands enable
echo pluses disable
The incoming RING has nothing following it.
The incoming RING is followed by the IP address of the caller.
Does not echo modem commands.
Echoes modem commands.
Does not echo the +++ characters when entering modem com-
mand mode.
echo pluses enable
Echoes the +++ characters when entering modem command
mode.
error unknown commands disable
error unknown commands enable
exit
Returns OK on unknown AT commands.
Returns an error upon unknown AT commands.
Returns to the tunnel level.
incoming connection automatic
incoming connection disabled
incoming connection manual
Automatically answer incoming network connections.
Disable incoming network connections.
Wait for an ATA command before answering an incoming network
connection.
no connect string
Removes optional CONNECT string information for modem emu-
lation.
reassert
Asserts tunnel modem status with current configured values.
Uses numeric type responses.
response type numeric
response type text
show
Uses text type responses.
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show status
Displays tunnel modem status.
verbose response disable
verbose response enable
write
Does not send Modem Response Codes.
Sends Modem Response Codes out on the Serial Line.
Stores the current configuration in permanent memory.
packing (tunnel-packing:3) level commands
clrscrn
Clears the screen.
default packing mode
default send character
default threshold
Sets to default packing mode, which is "Disable"
Removes the send character for packing mode.
Restores the default threshold.
default timeout
Restores the default packing mode timeout.
Returns to the tunnel level.
exit
no trailing character
packing mode disable
packing mode send character
Removes the trailing character for packing mode.
Disables packing. Data is sent to the network when received.
Sets packing mode to accumulate data and transmit it upon re-
ceiving the
configured send character on the line (serial port).
packing mode timeout
Sets packing mode to accumulate data and transmit it after a
specified
amount of time (timeout).
send character <control>
Sets the send character for packing mode.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
PremierWave EN Command Reference
193
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
A decimal value character has the form \99.
A hex value character has the form 0xFF.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
threshold <bytes>
Sets the threshold (byte count). If the queued data reaches this
threshold
then the data will be sent.
<bytes> = number of bytes in the threshold.
timeout <milliseconds>
Sets the timeout value for packing mode in milliseconds.
<milliseconds> = timeout value, in milliseconds.
trailing character <control>
Sets the trailing character for packing mode.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
write
Stores the current configuration in permanent memory.
packing (tunnel-packing:2) level commands
clrscrn
Clears the screen.
default packing mode
default send character
default threshold
Sets to default packing mode, which is "Disable"
Removes the send character for packing mode.
Restores the default threshold.
default timeout
Restores the default packing mode timeout.
Returns to the tunnel level.
exit
no trailing character
packing mode disable
packing mode send character
Removes the trailing character for packing mode.
Disables packing. Data is sent to the network when received.
Sets packing mode to accumulate data and transmit it upon re-
ceiving the
configured send character on the line (serial port).
packing mode timeout
Sets packing mode to accumulate data and transmit it after a
specified
amount of time (timeout).
send character <control>
Sets the send character for packing mode.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
threshold <bytes>
Sets the threshold (byte count). If the queued data reaches this
threshold
then the data will be sent.
<bytes> = number of bytes in the threshold.
timeout <milliseconds>
Sets the timeout value for packing mode in milliseconds.
<milliseconds> = timeout value, in milliseconds.
trailing character <control>
Sets the trailing character for packing mode.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
write
Stores the current configuration in permanent memory.
PremierWave EN Command Reference
194
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
packing (tunnel-packing:1) level commands
clrscrn
Clears the screen.
default packing mode
default send character
default threshold
Sets to default packing mode, which is "Disable"
Removes the send character for packing mode.
Restores the default threshold.
default timeout
Restores the default packing mode timeout.
Returns to the tunnel level.
exit
no trailing character
packing mode disable
packing mode send character
Removes the trailing character for packing mode.
Disables packing. Data is sent to the network when received.
Sets packing mode to accumulate data and transmit it upon re-
ceiving the
configured send character on the line (serial port).
packing mode timeout
Sets packing mode to accumulate data and transmit it after a
specified
amount of time (timeout).
send character <control>
Sets the send character for packing mode.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
threshold <bytes>
Sets the threshold (byte count). If the queued data reaches this
threshold
then the data will be sent.
<bytes> = number of bytes in the threshold.
timeout <milliseconds>
Sets the timeout value for packing mode in milliseconds.
<milliseconds> = timeout value, in milliseconds.
trailing character <control>
Sets the trailing character for packing mode.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
write
Stores the current configuration in permanent memory.
password (tunnel-accept-password:3) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
no password
Removes the password so connections will be accepted unchal-
lenged.
password <text>
Sets the password required on the network side of the tunnel to
begin
a connection.
prompt disable
prompt enable
Inhibits any prompting for password on the network side of the
tunnel.
Sets up so a user on the network side of the tunnel will be
prompted for
a password.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
PremierWave EN Command Reference
195
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
write
Stores the current configuration in permanent memory.
password (tunnel-accept-password:2) level commands
clrscrn
Clears the screen.
Exits to the next higher level.
exit
no password
Removes the password so connections will be accepted unchal-
lenged.
password <text>
Sets the password required on the network side of the tunnel to
begin
a connection.
prompt disable
prompt enable
Inhibits any prompting for password on the network side of the
tunnel.
Sets up so a user on the network side of the tunnel will be
prompted for
a password.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
password (tunnel-accept-password:1) level commands
clrscrn
Clears the screen.
exit
Exits to the next higher level.
no password
Removes the password so connections will be accepted unchal-
lenged.
password <text>
Sets the password required on the network side of the tunnel to
begin
a connection.
prompt disable
prompt enable
Inhibits any prompting for password on the network side of the
tunnel.
Sets up so a user on the network side of the tunnel will be
prompted for
a password.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
query port (config-query_port) level commands
clear counters
clrscrn
Zeros Query Port counters
Clears the screen.
exit
Returns to the config level.
no clear counters
show
Unzeros Query Port counters
Displays statistics and information about the query port.
show history
Displays the last 20 commands entered during the current CLI
session.
state disable
state enable
write
Disables response to 77FE requests.
Permits response to 77FE requests.
Stores the current configuration in permanent memory.
root level commands
clrscrn
Clears the screen.
PremierWave EN Command Reference
196
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
enable
Enters the enable level.
Exit from the system
exit
iperf <params>
ping <host>
Run iperf with command line parameters passed in quoted string.
Ping destination continuously with 5 second timeout
Ping destination n times with 5 second timeout
Ping destination n times with x timeout (in seconds)
Show system information
ping <host> <count>
ping <host> <count> <timeout>
show
show history
Displays the last 20 commands entered during the current CLI
session.
show lines
Show line information
trace route <host>
trace route <host> <protocol>
rss (config-rss) level commands
clear rss
Trace route to destination
Trace route to destination using TCP, ICMP, or UDP
Clear the RSS Feed data
clrscrn
Clears the screen.
default max entries
exit
Restores the default number of RSS feed entries.
Exits to the configuration level.
Disables RSS feed.
feed disable
feed enable
Enables RSS feed.
max entries <number>
persist disable
persist enable
show
Sets the maximum number of RSS feed entries.
Disables RSS feed data persistence.
Enables RSS feed data persistence.
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show status
write
Display the RSS Feed status
Stores the current configuration in permanent memory.
security (config-profile-security:test1) level commands
advanced
apply wlan
Switch to advanced level
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
basic
Switch to basic level
clrscrn
Clears the screen.
default key type
default suite
exit
Restores the key type to the default value (passphrase).
Restores the security method (suite) to the default value (None).
Exit to the profiles level
key type hex
key type passphrase
no passphrase
passphrase <text>
Sets the key type to hex.
Sets the key type to passphrase.
Removes the passphrase.
Sets the passphrase. Maximum 63 characters.
<text> = put quotes around characters that make up the pass-
phrase.
Please refer to the other equipment’s manual to determine the
passphrase
input style recommended.
NOTE: Lantronix recommends using a passphrase of 20 charac-
PremierWave EN Command Reference
197
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
ters or more for
maximum security. Spaces and punctuation characters are per-
mitted.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
suite none
suite wep
suite wpa
suite wpa2
wep
Sets the security suite to None.
Sets the security suite to WEP.
Sets the security suite to WPA.
Sets the security suite to WPA2.
Enters the next lower level.
wpax
Enters the next lower level.
write
Stores the current configuration in permanent memory.
security (config-profile-security:default_adhoc_profile) level commands
advanced
apply wlan
Switch to advanced level
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
basic
Switch to basic level
clrscrn
Clears the screen.
default key type
default suite
exit
Restores the key type to the default value (passphrase).
Restores the security method (suite) to the default value (None).
Exit to the profiles level
key type hex
key type passphrase
no passphrase
passphrase <text>
Sets the key type to hex.
Sets the key type to passphrase.
Removes the passphrase.
Sets the passphrase. Maximum 63 characters.
<text> = put quotes around characters that make up the pass-
phrase.
Please refer to the other equipment’s manual to determine the
passphrase
input style recommended.
NOTE: Lantronix recommends using a passphrase of 20 charac-
ters or more for
maximum security. Spaces and punctuation characters are per-
mitted.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
suite none
Sets the security suite to None.
Sets the security suite to WEP.
Sets the security suite to WPA.
Sets the security suite to WPA2.
Enters the next lower level.
suite wep
suite wpa
suite wpa2
wep
wpax
Enters the next lower level.
write
Stores the current configuration in permanent memory.
serial (tunnel-serial:3) level commands
clrscrn
Clears the screen.
PremierWave EN Command Reference
198
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
default dtr
Restores default DTR control, asserted while connected.
dtr asserted while connected
Asserts DTR whenever a connect or accept mode tunnel connec-
tion is active.
dtr continuously asserted
dtr truport
Asserts DTR regardless of any connections.
Asserts DTR to match remote DSR when connected via Telnet.
Does not assert DTR.
dtr unasserted
exit
Returns to the tunnel level.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
serial (tunnel-serial:2) level commands
clrscrn
Clears the screen.
default dtr
Restores default DTR control, asserted while connected.
dtr asserted while connected
Asserts DTR whenever a connect or accept mode tunnel connec-
tion is active.
dtr continuously asserted
dtr truport
Asserts DTR regardless of any connections.
Asserts DTR to match remote DSR when connected via Telnet.
Does not assert DTR.
dtr unasserted
exit
Returns to the tunnel level.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
serial (tunnel-serial:1) level commands
clrscrn
Clears the screen.
default dtr
Restores default DTR control, asserted while connected.
dtr asserted while connected
Asserts DTR whenever a connect or accept mode tunnel connec-
tion is active.
dtr continuously asserted
dtr truport
Asserts DTR regardless of any connections.
Asserts DTR to match remote DSR when connected via Telnet.
Does not assert DTR.
dtr unasserted
exit
Returns to the tunnel level.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
server (ssh-server) level commands
authorized user <username> <password>
Sets authorized username, password, and optionally RSA and/or
DSA public keys
clrscrn
Clears the screen.
delete all authorized users
delete authorized user <username>
exit
Removes all authorized users
Remove an authorized user
Exits to the ssh level.
host generate dsa 1024
host generate dsa 512
Generate DSA public and private keys
Generate DSA public and private keys
PremierWave EN Command Reference
199
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
host generate dsa 768
host generate rsa 1024
host generate rsa 512
host generate rsa 768
host keys
Generate DSA public and private keys
Generate RSA public and private keys
Generate RSA public and private keys
Generate RSA public and private keys
Sets RSA or DSA public and/or private keys
Removes DSA public and private keys
Removes RSA public and private keys
Show SSH Server settings
no host dsa
no host rsa
show
show authorized user <username>
show history
Show information for an authorized user
Displays the last 20 commands entered during the current CLI
session.
show host dsa
Show full DSA public key
show host rsa
Show full RSA public key
write
Stores the current configuration in permanent memory.
smtp (config-smtp) level commands
clrscrn
Clears the screen.
default relay port
exit
Restores the SMTP relay port to its default.
Exits to the configuration level.
Removes the SMTP relay address.
no relay address
relay address <text>
Sets an SMTP relay address to direct all outbound email messag-
es through
a mail server.
relay port <number>
show
Sets the SMTP relay port.
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
ssh (ssh) level commands
client
Enters the SSH Client configuration level.
Clears the screen.
clrscrn
exit
Exits to the enable level.
server
show history
Enters the SSH Server configuration level.
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
ssh (config-cli-ssh) level commands
clrscrn
Clears the screen.
default max sessions
Restores the default maximum allowed concurrent incoming SSH
sessions.
default port
Restores the default local port to the SSH server.
Exits to the CLI level.
exit
max sessions <number>
Sets the maximum allowed concurrent incoming SSH sessions.
<number> = number of sessions.
port <number>
Sets the local port that the SSH server uses.
<number> = local port number.
show
Displays the current configuration.
PremierWave EN Command Reference
200
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
state disable
state enable
write
Displays the SSH server statistics.
Disables the SSH Server.
Enables the SSH Server.
Stores the current configuration in permanent memory.
ssl (ssl) level commands
clrscrn
Clears the screen.
credentials
exit
Enters the SSL credentials configuration level.
Exits to the enable level.
show history
Displays the last 20 commands entered during the current CLI
session.
trusted authorities
Enters the SSL configuration level.
write
Stores the current configuration in permanent memory.
syslog (config-syslog) level commands
clrscrn
Clears the screen.
default remote port
default severity log level
exit
Restores the default syslog remote port.
No logging.
Returns to the config level.
host <text>
Sets the address of the syslog recipient.
<text> = IP address or name of the host.
no host
Removes the address of the syslog recipient.
remote port <number>
Sets the syslog remote port.
<number> = number of the remote port used when making a sys-
log connection.
severity log level alert
severity log level critical
severity log level debug
severity log level emergency
severity log level error
severity log level information
severity log level none
severity log level notice
severity log level warning
show
Log only Alert and more severe events.
Log only Critical and more severe events.
Log all events.
Log only Emergency events.
Log only Error and more severe events.
Log only Information and more severe events.
No logging.
Log only Notice and more severe events.
Log only Warning and more severe events.
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
Displays the syslog statistics.
state disable
Disables syslog logging.
state enable
Enables syslog logging.
write
Stores the current configuration in permanent memory.
telnet (config-cli-telnet) level commands
authentication disable
authentication enable
clrscrn
No password required for Telnet users.
Challenges the Telnet user with a password.
Clears the screen.
default max sessions
Restores the default maximum allowed concurrent incoming
PremierWave EN Command Reference
201
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
Telnet sessions.
default port
Restores the default local port to the Telnet server.
Exits to the CLI level.
exit
max sessions <number>
Sets the maximum allowed concurrent incoming Telnet sessions.
<number> = number of sessions.
port <number>
Sets the local port that the Telnet server uses.
<number> = local port number.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
Displays the Telnet statistics.
state disable
Disables the Telnet Server.
state enable
Enables the Telnet Server.
write
Stores the current configuration in permanent memory.
terminal 1 (config-terminal:1) level commands
break duration <milliseconds>
Sets how long a break should last when it is being sent to the line.
<milliseconds> = number of milliseconds.
clrscrn
Clears the screen.
default break duration
default terminal type
echo disable
Restores the break duration to the default value (500 ms).
Sets the default terminal type, "UNKNOWN".
Disables echoing of characters received on the line back to the
line.
echo enable
Enables echoing of characters received on the line back to the
line.
exit
Exits to the configuration level.
exit connect menu disable
On the login connect menu, removes the menu item allowing the
user to exit
to the CLI.
exit connect menu enable
On the login connect menu, inserts the menu item allowing the
user to exit
to the CLI.
line <line>
Enters the line level.
<line> = number of the line (serial port) to be configured.
login connect menu disable
Disables the login connect menu, so a user will get the CLI imme-
diately
after logging in.
login connect menu enable
Enables the login connect menu, so a user will get the menu ra-
ther than the
CLI immediately after logging in.
no send break
Removes the configured send break character.
preview connect menu
send break <control>
Shows the layout of the connect menu with current settings.
Sets the optional send break character.
<text> = the character.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
PremierWave EN Command Reference
202
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
terminal <line>
Enters the configure-terminal level.
<line> = number of the terminal line (serial port) to be configured.
Enters the configure-terminal level for the network.
Sets the terminal type.
terminal network
terminal type <text>
tunnel <line>
Enters the tunnel level.
<line> = number of the tunnel line (serial port) to be configured.
write
Stores the current configuration in permanent memory.
terminal 2 (config-terminal:2) level commands
break duration <milliseconds>
Sets how long a break should last when it is being sent to the line.
<milliseconds> = number of milliseconds.
clrscrn
Clears the screen.
default break duration
default terminal type
echo disable
Restores the break duration to the default value (500 ms).
Sets the default terminal type, "UNKNOWN".
Disables echoing of characters received on the line back to the
line.
echo enable
Enables echoing of characters received on the line back to the
line.
exit
Exits to the configuration level.
exit connect menu disable
On the login connect menu, removes the menu item allowing the
user to exit
to the CLI.
exit connect menu enable
On the login connect menu, inserts the menu item allowing the
user to exit
to the CLI.
line <line>
Enters the line level.
<line> = number of the line (serial port) to be configured.
login connect menu disable
Disables the login connect menu, so a user will get the CLI imme-
diately
after logging in.
login connect menu enable
Enables the login connect menu, so a user will get the menu ra-
ther than the
CLI immediately after logging in.
no send break
Removes the configured send break character.
preview connect menu
send break <control>
Shows the layout of the connect menu with current settings.
Sets the optional send break character.
<text> = the character.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
terminal <line>
Enters the configure-terminal level.
<line> = number of the terminal line (serial port) to be configured.
terminal network
terminal type <text>
tunnel <line>
Enters the configure-terminal level for the network.
Sets the terminal type.
Enters the tunnel level.
<line> = number of the tunnel line (serial port) to be configured.
write
Stores the current configuration in permanent memory.
PremierWave EN Command Reference
203
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
terminal 3 (config-terminal:3) level commands
break duration <milliseconds>
Sets how long a break should last when it is being sent to the line.
<milliseconds> = number of milliseconds.
clrscrn
Clears the screen.
default break duration
default terminal type
echo disable
Restores the break duration to the default value (500 ms).
Sets the default terminal type, "UNKNOWN".
Disables echoing of characters received on the line back to the
line.
echo enable
Enables echoing of characters received on the line back to the
line.
exit
Exits to the configuration level.
exit connect menu disable
On the login connect menu, removes the menu item allowing the
user to exit
to the CLI.
exit connect menu enable
On the login connect menu, inserts the menu item allowing the
user to exit
to the CLI.
line <line>
Enters the line level.
<line> = number of the line (serial port) to be configured.
login connect menu disable
Disables the login connect menu, so a user will get the CLI imme-
diately
after logging in.
login connect menu enable
Enables the login connect menu, so a user will get the menu ra-
ther than the
CLI immediately after logging in.
no send break
Removes the configured send break character.
preview connect menu
send break <control>
Shows the layout of the connect menu with current settings.
Sets the optional send break character.
<text> = the character.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
terminal <line>
Enters the configure-terminal level.
<line> = number of the terminal line (serial port) to be configured.
terminal network
terminal type <text>
tunnel <line>
Enters the configure-terminal level for the network.
Sets the terminal type.
Enters the tunnel level.
<line> = number of the tunnel line (serial port) to be configured.
write
Stores the current configuration in permanent memory.
terminal network (config-terminal:network) level commands
break duration <milliseconds>
Sets how long a break should last when it is being sent to the line.
<milliseconds> = number of milliseconds.
clrscrn
Clears the screen.
default break duration
default terminal type
echo disable
Restores the break duration to the default value (500 ms).
Sets the default terminal type, "UNKNOWN".
Disables echoing of characters received on the line back to the
PremierWave EN Command Reference
204
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
line.
echo enable
Enables echoing of characters received on the line back to the
line.
exit
Exits to the configuration level.
exit connect menu disable
On the login connect menu, removes the menu item allowing the
user to exit
to the CLI.
exit connect menu enable
On the login connect menu, inserts the menu item allowing the
user to exit
to the CLI.
line <line>
Enters the line level.
<line> = number of the line (serial port) to be configured.
login connect menu disable
Disables the login connect menu, so a user will get the CLI imme-
diately
after logging in.
login connect menu enable
Enables the login connect menu, so a user will get the menu ra-
ther than the
CLI immediately after logging in.
no send break
Removes the configured send break character.
preview connect menu
send break <control>
Shows the layout of the connect menu with current settings.
Sets the optional send break character.
<text> = the character.
The character may be input as text, control, decimal, or hex.
A control character has the form <control>C.
A decimal value character has the form \99.
A hex value character has the form 0xFF.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
terminal <line>
Enters the configure-terminal level.
<line> = number of the terminal line (serial port) to be configured.
terminal network
terminal type <text>
tunnel <line>
Enters the configure-terminal level for the network.
Sets the terminal type.
Enters the tunnel level.
<line> = number of the tunnel line (serial port) to be configured.
write
Stores the current configuration in permanent memory.
trusted authorities (ssl-auth) level commands
add
Adds an Authority Certificate.
Clears the screen.
clrscrn
exit
Exits to the ssl level.
no intermediate authority <cert>
Removes an Intermediate Authority Certificate.
<cert> = index displayed by "show authority" command.
no trusted authority <cert>
Removes a Trusted Authority Certificate.
<cert> = index displayed by "show authority" command.
show
Displays Authority Certificate Information.
show history
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
tunnel 1 (tunnel:1) level commands
accept
Enters the accept level for this tunnel.
PremierWave EN Command Reference
205
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
auto show statistics
clear counters
clrscrn
show connection statistics
Zeros all tunnel counters
Clears the screen.
connect
Enters the connect level for this tunnel.
disconnect
exit
Enters the disconnect level for this tunnel.
Exits to the enable level.
line <line>
Enters the line level.
<line> = number of the line (serial port) to be configured.
modem
Enters the modem level for this tunnel.
Unzeros all tunnel counters
no clear counters
packing
Enters the packing level for this tunnel.
Enters the serial level for this tunnel.
serial
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
terminal <line>
Enters the configure-terminal level.
<line> = number of the terminal line (serial port) to be configured.
terminal network
Enters the configure-terminal level for the network.
tunnel <line>
Enters the tunnel level.
<line> = number of the tunnel line (serial port) to be configured.
write
Stores the current configuration in permanent memory.
tunnel 2 (tunnel:2) level commands
accept
Enters the accept level for this tunnel.
show connection statistics
auto show statistics
clear counters
clrscrn
Zeros all tunnel counters
Clears the screen.
connect
Enters the connect level for this tunnel.
Enters the disconnect level for this tunnel.
Exits to the enable level.
disconnect
exit
line <line>
Enters the line level.
<line> = number of the line (serial port) to be configured.
modem
Enters the modem level for this tunnel.
Unzeros all tunnel counters
no clear counters
packing
Enters the packing level for this tunnel.
Enters the serial level for this tunnel.
serial
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
terminal <line>
Enters the configure-terminal level.
<line> = number of the terminal line (serial port) to be configured.
terminal network
Enters the configure-terminal level for the network.
tunnel <line>
Enters the tunnel level.
<line> = number of the tunnel line (serial port) to be configured.
write
Stores the current configuration in permanent memory.
Enters the accept level for this tunnel.
tunnel 3 (tunnel:3) level commands
accept
PremierWave EN Command Reference
206
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
auto show statistics
clear counters
clrscrn
show connection statistics
Zeros all tunnel counters
Clears the screen.
connect
Enters the connect level for this tunnel.
disconnect
exit
Enters the disconnect level for this tunnel.
Exits to the enable level.
line <line>
Enters the line level.
<line> = number of the line (serial port) to be configured.
modem
Enters the modem level for this tunnel.
Unzeros all tunnel counters
no clear counters
packing
Enters the packing level for this tunnel.
Enters the serial level for this tunnel.
serial
show history
Displays the last 20 commands entered during the current CLI
session.
show statistics
show connection statistics
terminal <line>
Enters the configure-terminal level.
<line> = number of the terminal line (serial port) to be configured.
terminal network
Enters the configure-terminal level for the network.
tunnel <line>
Enters the tunnel level.
<line> = number of the tunnel line (serial port) to be configured.
write
Stores the current configuration in permanent memory.
vip (config-vip) level commands
auto show counters
auto show status
clear counters
clrscrn
Displays VIP counters continuously.
Displays VIP status continuously.
Sets the VIP counters to zero.
Clears the screen.
exit
Exits to the configuration level.
Restores the VIP counters to the aggregate values.
Displays the current configuration.
Displays the VIP counters.
no clear counters
show
show counters
show history
Displays the last 20 commands entered during the current CLI
session.
show status
state disable
state enable
write
Displays the VIP status.
Disables use of Virtual IP (VIP) addresses.
Enables use of Virtual IP (VIP) addresses.
Stores the current configuration in permanent memory.
wep (config-profile-security-wep:test1) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
authentication open
authentication shared
clrscrn
Sets the type of authentication to open.
Sets the type of authentication to shared.
Clears the screen.
default authentication
default key size
Restores the authentication type to the default value (open).
Restores the key size to the default value (40 bits).
Restores the tx key index to the default value (1).
default tx key index
PremierWave EN Command Reference
207
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
exit
Exits to the next higher level.
Enters the next lower level.
key <instance>
Specify the instance for the next lower level.
key size 104
key size 40
show
Sets the key size to 104 bits.
Sets the key size to 40 bits.
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
tx key index 1
tx key index 2
tx key index 3
tx key index 4
write
Selects key 1 for transmission encryption.
Selects key 2 for transmission encryption.
Selects key 3 for transmission encryption.
Selects key 4 for transmission encryption.
Stores the current configuration in permanent memory.
wep (config-profile-security-wep:default_adhoc_profile) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
authentication open
authentication shared
clrscrn
Sets the type of authentication to open.
Sets the type of authentication to shared.
Clears the screen.
default authentication
default key size
default tx key index
exit
Restores the authentication type to the default value (open).
Restores the key size to the default value (40 bits).
Restores the tx key index to the default value (1).
Exits to the next higher level.
key <instance>
Enters the next lower level.
Specify the instance for the next lower level.
key size 104
key size 40
show
Sets the key size to 104 bits.
Sets the key size to 40 bits.
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
tx key index 1
Selects key 1 for transmission encryption.
Selects key 2 for transmission encryption.
Selects key 3 for transmission encryption.
Selects key 4 for transmission encryption.
Stores the current configuration in permanent memory.
tx key index 2
tx key index 3
tx key index 4
write
wlan profiles (config-profiles) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
clrscrn
Clears the screen.
create <profile name>
delete <profile name>
edit <profile name>
exit
Create a new profile name
Delete existing profile by name
View or edit an existing profile
Exits to the config level.
show
Show existing profile names
PremierWave EN Command Reference
208
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
show history
write
Displays the last 20 commands entered during the current CLI
session.
Stores the current configuration in permanent memory.
wpax (config-profile-security-wpax:test1) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
authentication 802.1x
authentication psk
clrscrn
Sets the authentication method to IEEE 802.1x.
Sets the authentication method to PSK.
Clears the screen.
credentials <text>
default authentication
default eap-ttls option
Selects the RSA certificate by configured name.
Restores the authentication method to the default value (PSK).
Restores the eap-ttls protocol options to the default (EAP-
MSCHAP V2).
default encryption
default ieee 802.1x
default peap option
Restores the encryption type to the default value (none enabled).
Restores the default IEEE 802.1x protocol, EAP-TTLS.
Restores the PEAP authentication protocol options to the default
(EAP-MSCHAP V2).
eap-ttls option chap
Sets the EAP-TTLS authentication protocol option to CHAP.
Sets the EAP-TTLS authentication protocol option to EAP-MD5.
eap-ttls option eap-md5
eap-ttls option eap-mschapv2
Sets the EAP-TTLS authentication protocol option to EAP-
MSCHAP V2.
eap-ttls option mschap
Sets the EAP-TTLS authentication protocol option to MSCHAP.
eap-ttls option mschapv2
Sets the EAP-TTLS authentication protocol option to MSCHAP
V2.
eap-ttls option pap
encryption ccmp disable
encryption ccmp enable
encryption tkip disable
encryption tkip enable
encryption wep disable
encryption wep enable
exit
Sets the EAP-TTLS authentication protocol option to PAP.
Disables this encryption method.
Enables this encryption method.
Disables this encryption method.
Enables this encryption method.
Disables this encryption method.
Enables this encryption method.
Exits to the next higher level.
ieee 802.1x eap-tls
ieee 802.1x eap-ttls
ieee 802.1x leap
Sets the IEEE 802.1x protocol to EAP-TLS.
Sets the IEEE 802.1x protocol to EAP-TTLS.
Sets the IEEE 802.1x protocol to LEAP.
Sets the IEEE 802.1x protocol to PEAP.
ieee 802.1x peap
key <hexadecimal>
Sets key.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
key text <text>
Sets key.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
no credentials
no key
Clears the RSA certificate name.
Removes key.
no password
Clears the password.
PremierWave EN Command Reference
209
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
no username
Clears the user name.
password <text>
Sets the value for the password.
<text> = put quotes around the characters (max 63).
peap option eap-md5
Sets the PEAP authentication protocol option to EAP-MD5.
peap option eap-mschapv2
Sets the PEAP authentication protocol option to EAP-MSCHAP
V2.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
username <text>
Sets the value of the username.
<text> = value in characters (max 63).
validate certificate disable
validate certificate enable
write
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Stores the current configuration in permanent memory.
wpax (config-profile-security-wpax:default_adhoc_profile) level commands
apply wlan
Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
it will still have the original settings.
authentication 802.1x
authentication psk
clrscrn
Sets the authentication method to IEEE 802.1x.
Sets the authentication method to PSK.
Clears the screen.
credentials <text>
default authentication
default eap-ttls option
Selects the RSA certificate by configured name.
Restores the authentication method to the default value (PSK).
Restores the eap-ttls protocol options to the default (EAP-
MSCHAP V2).
default encryption
default ieee 802.1x
default peap option
Restores the encryption type to the default value (none enabled).
Restores the default IEEE 802.1x protocol, EAP-TTLS.
Restores the PEAP authentication protocol options to the default
(EAP-MSCHAP V2).
eap-ttls option chap
Sets the EAP-TTLS authentication protocol option to CHAP.
Sets the EAP-TTLS authentication protocol option to EAP-MD5.
eap-ttls option eap-md5
eap-ttls option eap-mschapv2
Sets the EAP-TTLS authentication protocol option to EAP-
MSCHAP V2.
eap-ttls option mschap
Sets the EAP-TTLS authentication protocol option to MSCHAP.
eap-ttls option mschapv2
Sets the EAP-TTLS authentication protocol option to MSCHAP
V2.
eap-ttls option pap
encryption ccmp disable
encryption ccmp enable
encryption tkip disable
encryption tkip enable
encryption wep disable
encryption wep enable
exit
Sets the EAP-TTLS authentication protocol option to PAP.
Disables this encryption method.
Enables this encryption method.
Disables this encryption method.
Enables this encryption method.
Disables this encryption method.
Enables this encryption method.
Exits to the next higher level.
ieee 802.1x eap-tls
ieee 802.1x eap-ttls
ieee 802.1x leap
Sets the IEEE 802.1x protocol to EAP-TLS.
Sets the IEEE 802.1x protocol to EAP-TTLS.
Sets the IEEE 802.1x protocol to LEAP.
PremierWave EN Command Reference
210
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
ieee 802.1x peap
Sets the IEEE 802.1x protocol to PEAP.
key <hexadecimal>
Sets key.
Each byte is represented by two adjacent hex digits.
Bytes may run together or be separated by optional punctuation:
123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc
Note that quotes must enclose the value if it contains spaces.
key text <text>
Sets key.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains spaces.
no credentials
no key
Clears the RSA certificate name.
Removes key.
no password
no username
password <text>
Clears the password.
Clears the user name.
Sets the value for the password.
<text> = put quotes around the characters (max 63).
peap option eap-md5
Sets the PEAP authentication protocol option to EAP-MD5.
peap option eap-mschapv2
Sets the PEAP authentication protocol option to EAP-MSCHAP
V2.
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current CLI
session.
username <text>
Sets the value of the username.
<text> = value in characters (max 63).
validate certificate disable
validate certificate enable
write
Skips verification of the server certificate when connecting.
Requires verification of the server certificate when connecting.
Stores the current configuration in permanent memory.
xml (xml) level commands
clrscrn
Clears the screen.
exit
Exits to the enable level.
secret xcr dump
secret xcr dump <group list>
Dump XML configuration containing secrets to the console
Dump specified XML configuration containing secrets to the con-
sole
secret xcr export <file>
secret xcr export <file> <group list>
show history
Save XML configuration containing secrets to a file
Save specified XML configuration containing secrets to a local file
Displays the last 20 commands entered during the current CLI
session.
write
Stores the current configuration in permanent memory.
Dump XML configuration to the console
xcr dump
xcr dump <group list>
xcr export <file>
xcr export <file> <group list>
xcr import <file>
xcr import <file> <group list>
xcr list
Dump specified XML configuration to the console
Save XML configuration to a file
Save specified XML configuration to a local file
Load XML configuration from a local file
Load specified XML configuration from a local file
List XML Configuration Record groups to the console
Dump XML Status Records to the console
Dump specified XML Status Records to the console
Save XML Status Record to a file
xsr dump
xsr dump <group list>
xsr export <file>
PremierWave EN Command Reference
211
Download from Www.Somanuals.com. All Manuals Search And Download.
5: Commands and Levels
xsr export <file> <group list>
Save specified XML Status Record to a local file
List XML Status Record groups to the console
xsr list
PremierWave EN Command Reference
212
Download from Www.Somanuals.com. All Manuals Search And Download.
|