Ethernet is a trademark of XEROX Corporation. Windows is a trademark of the Microsoft
Corporation.
Contacts
Lantronix Corporate Headquarters
167 Technology Drive
Irvine, CA 92618, USA
Toll Free: 800-526-8766
Phone: 949-453-3990
Fax: 949-450-7249
Technical Support
Online: www.lantronix.com/support
Sales Offices
For a current list of our domestic and international sales offices, go to the Lantronix web site at
www.lantronix.com/about/contact
Disclaimer
The information in this guide may change without notice. The manufacturer assumes no
responsibility for any errors that may appear in this guide.
Revision History
DateRevisionComments
February 2012AInitial Document. Created for the 7.3.0.0 release.
.
PremierWave XN Command Reference2
Table of Contents
List of Figures _____________________________________________________________4
List of Tables ______________________________________________________________5
XML Architecture and Device Control ___________________________________________8
Command Line Interface _____________________________________________________8
3: Command Line Interface 9
Configuration Using Telnet ___________________________________________________9
Configuration Using Serial Ports _______________________________________________9
Serial Command Mode ___________________________________________________9
Serial Recovery ________________________________________________________9
Navigating the CLI Hierarchy ______________________________________ __________10
Using Keyboard Shortcuts and CLI ____________________________________________11
Understanding the CLI Level Hierarchy ________________________________________11
4: Configuration Using XML 14
XML Configuration Record Document Type Definition _____________________________14
Quick Tour of XML Syntax __________________________________________________15
Element Start and End Tags ______________________________ _______________15
Element Attributes _____________________________________________________15
Record, Group, Item, and Value Tags _________________________________________16
Importing and Exporting an XML Configuration File _______________________________17
Best Practices ____________________________________________________________18
Exporting ____________________________________________________________19
XML Configuration Groups __________________________________________________20
XML Status Record Groups and Items _________________________________________33
5: Command and Levels44
PremierWave XN Command Reference3
List of Figures
Figure 3-2 CLI Level Hierarchy______________________________________________________12
Figure 3-3 Login Level Commands___________________________________________________12
Figure 3-4 Enable Level Commands__________________________________________________13
Figure 4-1 DTD for XCRs __________________________________________________________14
Figure 4-2 XML Example __________________________________________________________15
Figure 4-3 XML Example __________________________________________________________16
Figure 4-4 XML Example of Multiple Named Values _____________________________________16
Figure 4-5 XML Example of Multiple Items_____________________________________________17
Figure 4-6 XML Example with Multiple Groups________________________________________ __17
PremierWave XN Command Reference4
List of Tables
Table 3-1 Keyboard Shortcuts ______________________________________________________11
Table 4-7 XCR Groups ____________________________________________________________20
Table 4-8 XSR Group and Items ____________________________________________________33
Table 5-1 Commands and Levels____________________________________________________47
PremierWave XN Command Reference5
1:About This Guide
This guide describes how to configure the PremierWave XN 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.
ChapterSummary
Chapter 2: OverviewGives an overview of CLI and XML.
Chapter 3: Command Line InterfaceLists commands and describes how to use CLI to
Chapter 4: Configuration Using XMLLists XCR groups and items and describes how to use
Chapter 5: Commands and LevelsProvides an index of the CLI Command Hierarchy with
Conventions
configure the PremierWave XN.
XCRs to configure the PremierWave XN.
hyperlinks to the corresponding command details.
The table below lists and describes the conventions used in this book.
Angle Brackets < > Possible values for parameters.
Pipe |Choice of parameters.
WarningWarning: 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.
NoteNote: Means take notice. Notes contain helpful suggestions, information,
or references to material not covered in the publication.
CautionCaution: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 XN Command Reference6
Additional Documentation
Visit the Lantronix website at www.lantronix.com/support/documentation for the latest
documentation and the following additional documentation.
DocumentDescription
PremierWave XN User GuideDescribes how to configure and use the PremierWave XN.
PremierWave XN Quick Start Guide Instructions for getting the PremierWave XN up and running.
Com Port Redirector
Quick Start and Online Help
DeviceInstaller Online HelpInstructions for using the Lantronix Windows-based utility to locate
1: About This Guide
Instructions for using the Lantronix Windows-based utility to create
virtual com ports.
the PremierWave XN and to view its current settings.
PremierWave XN Command Reference7
2:Overview
PremierWave XN supports three convenien t configuration methods: Web Manager, Command
Line Interface (CLI) and Extensible Markup Language (XML). For more information about the Web
Manager, see the PremierWave XN User Guide on the Lantronix website.
XML Architecture and Device Control
XML is a fundamental building block for the future gr owth of Machine-to-Machine (M2 M) 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.
For a brief overview of XML, see Chapter 4: Configuration Using XML. It provides rules on basic
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 XN uses industry-standard tools for
configuration, communication, and control. For example, the PremierWave XN 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 XN Command Reference8
3:Command Line Interface
This chapter describes accessing the PremierW av e XN by us ing Telne t, SSH, or ser ial po rts to
configure the PremierWave XN, navigating the Command Line Interface (CLI), typing keyboard
shortcuts, and moving between the levels.
It contains the following sections:
Configuration Using Telnet
Configuration Using Serial Ports
Navigating the CLI Hierarchy
Using Keyboard Shortcuts and CLI
Understanding the CLI Level Hierarchy
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 XN by using Telnet, perform the following steps.
1. Click Start > Run. The Run dialog box displays.
2. Type cmd in the dialog box and press OK.
3. Type telnet x.x.x.x (x.x.x.x is the IP address). The PremierWave XN 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 requ ire d.
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> Level command description for more
information.
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 XN Command Reference9
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:
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 re tu rn to o ne leve l hi ghe r—Type exit and pr ess 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 a vailable at the curr ent level—Type the question mar k "?". Items
within < > (e.g. <string>) are required parameters.
To view the available commands and explan ations—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>#echo? 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>#echo* displays a list of all
echo commands and descriptions at the tunnel level.
To view the last 20 commands e ntered at the CLI—Type show history.
PremierWave XN Command Reference10
Using Keyboard Shortcuts and CLI
One useful shortcut built into PremierWave XN is that the co mp le te te xt of a comma nd do es 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 CombinationDescription
Ctrl + aPlaces cursor at the beginning of a line
Ctrl + bBackspaces one character
Ctrl + dDeletes one character
Ctrl + ePlaces cursor at the end of the line
Ctrl + fMoves cursor forward one character
Ctrl + kDeletes from the current position to the end of the line
Ctrl + lRedraws the command line
Ctrl + nDisplays the next line in the history
Ctrl + pDisplays the previous line in the history
Ctrl + uDeletes entire line and places cursor at start of prompt
Ctrl + wDeletes one word back
Ctrl + zExits the current CLI level
Esc + bMoves cursor back one word
Esc + fMoves cursor forward one word
3: Command Line Interface
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 hig h lev el sta tu s, a few diag no stic commands, and the enable
level. Further device information and configuratio n 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 comma nds 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 XN Command Reference11
3: Command Line Interface
(login)enable
ssl
ethernet link
if 1
query port
syslog
line <line>
filesystem
configure
device
ssh
telnet
rss
dns
wlan link
edit <name>
email<number>
ssh
bridge <bridge>
arp
diagnostics
ftp
host <number>
http
ip
smtp
wlan profiles
vip
terminal <line>
terminal network
tunnel <line>
xml
client
server
credentials
trusted authorities
accept
connect
disconnect
modem
packing
serial
icmp
if 2
cli
log
An overview of the levels in the PremierWave XN is presented in Figure 3-2 CLI Level Hierarchy
below.
Figure 3-2 CLI Level Hierarchy
Commands at the login level (see Figure 3-3 Login Level Commands below) do not affect current
configuration settings and are not displayed initially. If you type ?, you will see the login subcommands. These commands provide diagnostic and status information only.
Note:To configure the PremierWave XN, you must be in the enable level and any of its
sub-levels. Figure 3-4 below shows the enable level commands.
Figure 3-3 Login Level Commands
PremierWave XN Command Reference12
3: Command Line Interface
Figure 3-4 Enable Level Comman ds
>enable
<enable>#?
auto show interfacesauto show processes
clrscrnconfigure
connectconnect line <line>
devicedisable
dnsemail <number>
exitfilesystem
kill ssh <session>kill telnet <session>
line <line>ping <host>
ping <host> <count>ping <host> <count> <timeout>
reloadreload factory defaults
showshow history
show interfacesshow ip sockets
show processesshow sessions
sshssh <optClientUsername> <host>
ssh <optClientUsername> <host> <port>ssl
telnet <host>telnet <host> <port>
trace route <host>trace route <host> <protocol>
tunnel <line>write
xml
<enable>#_
See the Chapter 5: Commands and Levels at the end of this document for a complete list o f levels,
commands, and descriptions.
PremierWave XN Command Reference13
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 docu ment 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 fo r 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 str uct ur e an d cont en t 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.
Figure 4-1 DTD for XCRs
<!DOCTYPE configrecord [
<!ELEMENT configrecord (configgroup+)>
<!ELEMENT configgroup (configitem+)>
<!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 XN Command Reference14
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 comma nd. Se e
the PremierWave XN User Guide for more information about the XCR groups.
An empty or missing <va lue> 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 (norm ally 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 ta g con sis ts of a na m e su rr ou nd e d by an g le br ackets, 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.
4: Configuration Using XML
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.
XML Example 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 XN uses the attributes in the following subsections to label the group
configuration settings.
PremierWave XN Command Reference15
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 na m e 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 conf igu ra tio n reco rd s an d th e us e of th e
<configrecord>, <configgroup>, <configitem>, and <value> XML elements.
<?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>
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
needed. See Best Practices on page 18 or the Filesystem Browser section in the
PremierWave XN User Guide.
PremierWave XN Command Reference17
CLI-XCRs can be imported (capture d) 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 XN 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 Manage r can be used to import and export an XCR to the device server file
system. It can also be used to import an XCR fr om an extern al source such as you r local hard
drive.
FTP-The device ser ve r FTP server can export and import XCRs when an FTP get or put
command on the filename (pwxn.xcr for export, pwxn_import.xcr for import; both are under the
pwxcr directory) is requested. On export (FTP get of pwxn.xcr), the FTP server obtains the
current XCR from the PremierWave XN and sends it as a file. On import (FTP put of
pwxn_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 pwxn.xcr and
pwxn_import.xcr are not read from or wri tten to the file system. See FTP in the PremierWave XN User Guide.
Best Practices
4: Configuration Using XML
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 provide s th e
same functionality.
Caution:Using Microsoft Word to edit and save an XCR will change the format of
the file and make it incompatible with Pre mierWave XN. 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:
The first line imports all groups specified in the XML config record named in <file>. Any fil ename 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.
Any white space requires the list of grou ps 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:
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 line 2 from a 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 tunneling settings for port 1 and serial line settings for port 2 from
an XML configuration record named "production.xcr" that contains these settings (and possibly
more), issue the following command:
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.
disable
echo serial stringenable, disableDefault: enable
serial stringSets a string that can
signon messageSets a sign-on
wait timeDefault: 5000
relay portDefault: 25
portDefault: 22
max sessionsDefault: 3
Default: disable
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.
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.
milliseconds
PremierWave XN Command Reference25
4: Configuration Using XML
Group Name
(continued)
ssh clientdelete known hostsenable, disableIf enabled, deletes any
ssh serverhost rsa keyspublic key
Group ItemValue NameValue OptionsAdditional
Information
existing hosts before
adding "known host".
known host deletenameSpecify the known host
to delete.
known hostpublic rsa key
public dsa key
delete client usersenable, disableIf enabled, deletes any
existing client users
before adding "client
user".
client user deletenameSpecify the user to
delete.
client userpassword
remote command
public rsa key
private rsa key
public dsa key
private dsa key
private key
host dsa keyspublic key
private key
delete authorized
users
authorized user
delete
authorized userpassword
name
public rsa key
public dsa key
PremierWave XN Command Reference26
4: Configuration Using XML
Group Name
(continued)
sslcredentialsrsa certificate
syslogstateenable, disableDefault: disable
telnetstateenable, disableDefault: enable
terminalterminal typeDefault: UNKNOWN
tunnel acceptaccept modedisable, always, any
Group ItemValue NameValue OptionsAdditional
Information
rsa private keyValue is SECRET,
hidden from user view.
dsa certificate
dsa private keyValue is SECRET,
hidden from user view.
trusted authoritycertificate
intermediate authority certificate
delete all credentialsenable, disableIf enabled, deletes any
existing credentials
before adding
"credentials".
delete all casenable, disableIf enabled, deletes any
or more of the values,
separated by commas.
Default: None
wpax validate
certificate
wpax credentials
nameDeletes the specified
enable, disableDefault: enable
enable, disable
enable, disableDeletes existing HTTP
authentication URIs
before importing new
ones.
HTTP authentication
URI.
importing.
PremierWave XN Command Reference32
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.
Note:The Valid Values column of Table 4-8 indicates the default value.
Table 4-8 XSR Group and Items
Group NameItem NameValue NameValid Values
arparp entryip addressip address in format
nnn.nnn.nnn.nnn
mac addressmac address in format
xx:xx:xx:xx:xx:xx
typedynamic or static
interfaceeth0 or wlan0
bridge (Attribute of
"instance" is "br0")
deviceproduct infoproduct typeLantronix
email (Attribute of
"instance" is "<decimal>")
email log (Attribute of
"instance" is "<decimal>")
hardwarecputypestring
enable stateEnabled or Disabled
active stateActive or Inactive
serial number12 hex digits
firmware versionstring in version format like
7.2.0.0R15
uptimeelapsed time in format d
days hh:mm:ss
permanent configsaved or unsaved
regionpossible values: U.S.,
European Union, Japan and
Worldwide
successsentdecimal number
sent with retriesdecimal number
faileddecimal number
queueddecimal number
entrytimetimestamp in format d days
hh:mm:ss
logstring
speedform of <decimal>
megahertz
memoryFlash sizedecimal number of bytes
ram sizedecimal numb er of bytes
PremierWave XN Command Reference33
4: Configuration Using XML
Group Name (continued) Item NameValue NameValid Values
httpstateenable or disable
loggingentriesdecimal number
bytesdecimal number
http logtotalsentriesdecimal number
bytesdecimal number
entry (Attribute of
"instance" is "<decimal>")
icmpsnmpInMsgsdecimal number
InErrorsdecimal number
InDestUnreachsdecimal number
InTimeExcdsdecimal number
InParmProbsdecimal numb er
InSrcQuenchsdecimal number
InRedirectsdecimal number
InEchosdecimal number
InEchoRepsdecimal number
InTimestampsdecimal number
InTimestampRepsdecimal number
InAddrMasksdecimal numb er
InAddrMaskRepsdecimal number
OutMsgsdecimal number
OutErrorsdecimal number
OutDestUnreachsdecimal number
OutTimeExcdsdecimal number
OutParmProbsdecimal number
OutSrcQuenchsdecimal number
OutRedirectsdecimal number
OutEchosdecimal number
OutEchoRepsdecimal numb er
OutTimestampsdecimal number
OutTimestampRepsdecimal number
OutAddrMasksdecimal number
OutAddrMaskRepsdecimal numb er
String
interface (Attribute of
"instance" is "eth0")
genericstatuslinkup
ip addressdotted notation
network maskdotted notation
default gatewaydotted notation
PremierWave XN Command Reference34
4: Configuration Using XML
Group Name (continued) Item NameValue NameValid Values
interface (Attribute of
"instance" is "eth0")
(continued)
ipsnmpForwardingdecimal number
receivebytesdecimal number
packetsdecimal number
errsdecimal number
dropdecimal number
fifodecimal number
framedecimal number
compresseddecimal number
multicastdecimal number
transmitbytesdecimal number
packetsdecimal number
errsdecimal number
dropdecimal number
fifodecimal number
collsdecimal number
carrierdecimal number
compresseddecimal number
DefaultTTLdecimal number
InReceivesdecimal number
InHdrErrorsdecimal number
InAddrErrorsdecimal number
ForwDatagramsdecimal number
InUnknownProtosdecimal number
InDiscardsdecimal number
InDeliversdecimal number
OutRequestsdecimal number
OutDiscardsdecimal number
OutNoRoutesdecimal number
ReasmTimeoutdecimal number
ReasmReqdsdecimal number
ReasmOKsdecimal number
ReasmFailsdecimal number
FragOKsdecimal number
FragFailsdecimal number
FragCreatesdecimal numb er
PremierWave XN Command Reference35
4: Configuration Using XML
Group Name (continued) Item NameValue NameValid Values
ip (continued)netstatInNoRoutesdecimal number
InTruncatedPktsdecimal number
InMcastPktsdecimal number
OutMcastPktsdecimal number
InBcastPktsdecimal number
OutBcastPktsdecimal number
ip socketsip socketprotocoltcp or udp
rx queuedecimal number
tx queuedecimal number
local addressip address in format
nnn.nnn.nnn.nnn
local portdecimal number
remote addressip address in format
nnn.nnn.nnn.nnn
remote portdecimal number or *
stateLISTEN, SYN_RECVD,
SYN_SENT,
ESTABLISHED,
CLOSE_WAIT, LAST_ACK,
FIN_WAIT_1, FIN_WAIT_2,
CLOSING, or TIME_WAIT.
line (Attribute of "instance"
is "<decimal>")
receiverbytesdecimal number
breaksdecimal number
parity errorsdecimal number
framing errorsdecimal number
overrun errorsdecimal number
no receive buffer errorsdecimal number
queued bytesdecimal number
flow controlgo, stop, or n/a
transmitterbytesdecimal numb er
breaksdecimal number
queued bytesdecimal number
flow controlgo, stop, or n/a
line levelsctsasserted or not asserted
rtsasserted or not asserted
dsrasserted or not asserted
dtrasserted or not asserted
PremierWave XN Command Reference36
4: Configuration Using XML
Group Name (continued) Item NameValue NameValid Values
line (group nested within
line above)
memorymain heaptotal memorydecimal number of bytes
processesprocess (Attribute of
query portstatusenabled or disabled
rssurlstring in the form of a web
stateenable or disable
protocolTunnel or None.
baud rate<decimal> bits per second
parityNone, Odd, or Even
data bits7 or 8
stop bits1 or 2
flow controlNone, Hardware, or
Software
xon charof form
<control>
;Q
xoff charof form
<control>
;S
available memorydecimal number of bytes
stack useddecimal number
"instance" is "<decimal>")
last connectionip addressip address in format
indiscoveriesdecimal number
outdiscovery repliesdecimal number
dataentriesdecimal number
stack sizedecimal number
cpu %d ecimal number
thread nameString
nnn.nnn.nnn.nnn
portdecimal number
unknown queriesdecimal number
erroneous packetsdecimal number
errorsdecimal number
url
bytesdecimal number
PremierWave XN Command Reference37
4: Configuration Using XML
Group Name (continued) Item NameValue NameValid Values
sessionstelnet or ssh (Attribute of
"instance" is "<decimal>")
line (Attribute of “instance”
is <decimal>)
tcpsnmpRtoAlgorithmdecimal number
netstatSyncookiesSentdecimal number
local portdecimal number
remote ip addressip address in format
nnn.nnn.nnn.nnn
remote portdecimal number
durationelapsed time in format d
days hh:mm:ss
bauddecimal number
paritydecimal number
databitsdecimal number
stop bitsdecimal number
flow control
RtoMindecimal number
RtoMaxdecimal number
MaxConndecimal number
ActiveOpensdecimal number
PassiveOpensdecimal number
AttemptFailsdecimal number
EstabResetsdecimal number
CurrEstabdecimal numb er
InSegsdecimal number
OutSegsdecimal number
RetransSegsdecimal number
InErrsdecimal number
OutRstsdecimal number
SyncookiesRecvdecimal number
SyncookiesFaileddecimal number
EmbryonicRstsdecimal number
PruneCalleddecimal number
RcvPruneddecimal number
OfoPruneddecimal number
OutOfWindowIcmpsdecimal number
LockDroppedIcmpsd ecimal number
ArpFilterdecimal number
TWdecimal number
TWRecycleddecimal number
TWKilleddecimal number
PAWSPassivedecimal number
PAWSActivedecimal number
PremierWave XN Command Reference38
4: Configuration Using XML
Group Name (continued) Item NameValue NameValid Values
tcp (continued)netstat (continued)PAWSEstabdecimal number
DelayedACKsdecimal number
DelayedACKLockeddecimal number
DelayedACKLostdecimal number
ListenOverflowsdecimal number
ListenDropsdecimal number
TCPPrequeueddecimal number
TCPDirectCopyFromBacklogdecimal number
TCPDirectCopyFromPrequeuedecimal number
TCPPrequeueDroppeddecimal number
TCPHPHitsdecimal number
TCPHPHitsToUserdecimal number
TCPPureAcksdecimal number
TCPHPAcksdecimal number
TCPRenoRecoverydecimal number
TCPSackRecoverydecimal numb er
TCPSACKRenegingdecimal number
TCPFACKReorderdecimal number
TCPSACKReorderdecimal number
TCPRenoReorderdecimal number
TCPTSReorderdecimal number
TCPFullUndod ecimal number
TCPPartialUndodecimal number
TCPDSACKUndodecimal number
TCPLossUndodecimal number
TCPLossdecimal number
TCPLostRetransmitdecimal number
TCPRenoFailuresdecimal number
TCPSackFailuresdecimal number
TCPLossFailuresdecimal number
TCPFastRetransdecimal number
TCPForwardRetransdecimal number
TCPSlowStartRetransdecimal number
TCPTimeoutsdecimal number
TCPRenoRecoveryFaildecimal number
TCPSackRecoveryFaildecimal number
TCPSchedulerFaileddecimal number
TCPRcvCollapseddecimal nu mber
PremierWave XN Command Reference39
4: Configuration Using XML
Group Name (continued) Item NameValue NameValid Values
tcp (continued)netstat (continued)TCPDSACKOld Sentdecimal number
TCPDSACKOfoSentdecimal number
TCPDSACKRecvdecimal number
TCPDSACKOfoRecvdecimal number
TCPAbortOnSyndecimal number
TCPAbortOnDatadecimal number
TCPAbortOnClosedecimal number
TCPAbortOnMemorydecimal number
TCPAbortOnTimeoutdecimal number
TCPAbortOnLingerdecimal number
TCPAbortFaileddecimal number
TCPMemoryPressuresdecimal number
TCPSACKDiscarddecimal number
TCPDSACKIgnoredOlddecimal number
TCPDSACKIgnoredNoUndo decimal number
TCPSpuriousRTOsdecimal number
TCPMD5NotFounddecimal number
TCPMD5Unexpecteddecimal number
TCPSackShifteddecimal number
TCPSackMergeddecimal number
TCPSackShiftFallbackdecimal number
tunnelaggregatecompleted connectsdecimal number
completed acceptsdecimal number
disconnectsdecimal number
dropped connectsdecimal number
dropped acceptsdecimal number
octets from serialdecimal number
octets from networkdecimal number
connect 0 connection timeelapsed time in format d
days hh:mm:ss
connect 1 connection timeelapsed time in format d
days hh:mm:ss
connect 2 connection timeelapsed time in format d
days hh:mm:ss
connect 3 connection timeelapsed time in format d
days hh:mm:ss
connect 4 connection timeelapsed time in format d
days hh:mm:ss
connect 5 connection timeelapsed time in format d
days hh:mm:ss
PremierWave XN Command Reference40
4: Configuration Using XML
Group Name (continued) Item NameValue NameValid Values
tunnel (continued)aggregate (continued)connect 6 connection timeelapsed time in format d
days hh:mm:ss
connect 7 connection timeelapsed time in format d
days hh:mm:ss
connect 8 connection timeelapsed time in format d
days hh:mm:ss
connect 9 connection timeelapsed 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
connect 13 connection time elapsed time in format d
days hh:mm:ss
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 timeelapsed time in format d
days hh:mm:ss
connect dns address
changes
connect dns address
invalids
tunnel modemecho commands
verbose response
response type
error unknown commands
incoming connection
udpsnmpInDatagramsdecimal number
NoPortsdecimal number
InErrorsdecimal number
OutDatagramsdecimal number
RcvbufErrorsdecimal number
SndbufErrorsdecimal number
decimal number
decimal number
PremierWave XN Command Reference41
4: Configuration Using XML
Group Name (continued) Item NameValue NameValid Values
vipdata bytesreceivedecimal number
transmitdecimal number
udp packet queuereceivedecimal number
transmitdecimal number
udp packetsreceivedecimal number
transmitdecimal number
dsm ip address listip address in format
nnn.nnn.nnn.nnn
For more than one, comma
will separate.
local dna id
tunnel user
tunnel port listComma separated list of
decimal numbers.
tunnel http port listComma separated list of
decimal numbers.
current dsm ip addressip address in format
nnn.nnn.nnn.nnn
current tunnel portdecimal number
tunnel proxy hostip address in format
nnn.nnn.nnn.nnn
tunnel proxy portdecimal number
conduit statusDisabled, Down, Attempting
connection, Idle,
Negotiating, Up, or Closing.
conduit uptimeelapsed time in format d
days hh:mm:ss
time of last replicationtimestamp in format d days
hh:mm:ss
config name
vip poolsdecimal number
wlan statustype
bssid
ssid
topology
active wlan profile
pairwise cipher
group cipher
authentication
security suite
channel
ip address
PremierWave XN Command Reference42
4: Configuration Using XML
Group Name (continued) Item NameValue NameValid Values
wlan status (continued)rssi
wps mode
wlan scan*network namebssid
channel
rssi
topology
xsroutbytesdecimal number
linesd ecimal number
elementsdecimal number
errorsdecimal number
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 XN Command Reference43
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.
root
• enable (enable)
• configure (config)
• arp (config-arp)
• bridge 1 (config-bridge:br0)
• cli (config-cli)
• ssh (config-cli-ssh)
• telnet (config-cli-telnet)
• diagnostics (config-diagnostics)
• log (config-diagnostics-log)
• ftp (config-ftp)
• host 1 (config-host:1)
• host 2 (config-host:2)
• host 3 (config-host:3)
• host 4 (config-host:4)
• host 5 (config-host:5)
• host 6 (config-host:6)
• host 7 (config-host:7)
• host 8 (config-host:8)
• host 9 (config-host:9)
• host 10 (config-host:10)
• host 11 (config-host:11)
• host 12 (config-host:12)
• host 13 (config-host:13)
• host 14 (config-host:14)
• host 15 (config-host:15)
• host 16 (config-host:16)
• host 17 (config-host:17)
• host 18 (config-host:18)
• host 19 (config-host:19)
• host 20 (config-host:20)
• host 21 (config-host:21)
• host 22 (config-host:22)
• host 23 (config-host:23)
• host 24 (config-host:24)
• host 25 (config-host:25)
• host 26 (config-host:26)
• host 27 (config-host:27)
• host 28 (config-host:28)
• host 29 (config-host:29)
• host 30 (config-host:30)
• host 31 (config-host:31)
• host 32 (config-host:32)
• http (config-http)
• icmp (config-icmp)
• if 1 (config-if:eth0)
• link (config-ethernet:eth0)
• if 2 (config-if:wlan0)
PremierWave XN Command Reference 44
• link (config-wlan:wlan0)
• choice 1 (config-wlan-choice:wlan0:1)
• choice 2 (config-wlan-choice:wlan0:2)
• choice 3 (config-wlan-choice:wlan0:3)
• choice 4 (config-wlan-choice:wlan0:4)
• ip (config-ip)
• query port (config-query_port)
• rss (config-rss)
• smtp (config-smtp)
• syslog (config-syslog)
• terminal 1 (config-terminal:1)
• terminal 2 (config-terminal:2)
• terminal network (config-terminal:network)
• vip (config-vip)
• wlan profiles (config-profiles)
• device (device)
• dns (dns)
• email 1 (email:1)
• email 2 (email:2)
• email 3 (email:3)
• email 4 (email:4)
• email 5 (email:5)
• email 6 (email:6)
• email 7 (email:7)
• email 8 (email:8)
• email 9 (email:9)
• email 10 (email:10)
• email 11 (email:11)
• email 12 (email:12)
• email 13 (email:13)
• email 14 (email:14)
• email 15 (email:15)
• email 16 (email:16)
• filesystem (filesystem)
• line 1 (line:1)
• line 2 (line:2)
• ssh (ssh)
• client (ssh-client)
• server (ssh-server)
• ssl (ssl)
• credentials (ssl-credentials)
• trusted authorities (ssl-auth)
• tunnel 1 (tunnel:1)
• accept (tunnel-accept:1)
• password (tunnel-accept-password:1)
• connect (tunnel-connect:1)
• host 1 (tunnel-connect-host:1:1)
• host 2 (tunnel-connect-host:1:2)
• host 3 (tunnel-connect-host:1:3)
• host 4 (tunnel-connect-host:1:4)
• host 5 (tunnel-connect-host:1:5)
• host 6 (tunnel-connect-host:1:6)
• host 7 (tunnel-connect-host:1:7)
5: Commands and Levels
PremierWave XN Command Reference 45
5: Commands and Levels
• host 8 (tunnel-connect-host:1:8)
• host 9 (tunnel-connect-host:1:9)
• host 10 (tunnel-connect-host:1:10)
• host 11 (tunnel-connect-host:1:11)
• host 12 (tunnel-connect-host:1:12)
• host 13 (tunnel-connect-host:1:13)
• host 14 (tunnel-connect-host:1:14)
• host 15 (tunnel-connect-host:1:15)
• host 16 (tunnel-connect-host:1:16)
• disconnect (tunnel-disconnect:1)
• modem (tunnel-modem:1)
• packing (tunnel-packing:1)
• serial (tunnel-serial:1)
• tunnel 2 (tunnel:2)
• accept (tunnel-accept:2)
• password (tunnel-accept-password:2)
• connect (tunnel-connect:2)
• host 1 (tunnel-connect-host:2:1)
• host 2 (tunnel-connect-host:2:2)
• host 3 (tunnel-connect-host:2:3)
• host 4 (tunnel-connect-host:2:4)
• host 5 (tunnel-connect-host:2:5)
• host 6 (tunnel-connect-host:2:6)
• host 7 (tunnel-connect-host:2:7)
• host 8 (tunnel-connect-host:2:8)
• host 9 (tunnel-connect-host:2:9)
• host 10 (tunnel-connect-host:2:10)
• host 11 (tunnel-connect-host:2:11)
• host 12 (tunnel-connect-host:2:12)
• host 13 (tunnel-connect-host:2:13)
• host 14 (tunnel-connect-host:2:14)
• host 15 (tunnel-connect-host:2:15)
• host 16 (tunnel-connect-host:2:16)
• disconnect (tunnel-disconnect:2)
• modem (tunnel-modem:2)
• packing (tunnel-packing:2)
• serial (tunnel-serial:2)
• xml (xml)
PremierWave XN Command Reference 46
5: Commands and Levels
accept (tunnel-accept:2) level commands
accept mode always
Enables the tunneling server to always accept tunneling
connections.
al port).
accept mode disable
Disables accept mode tunneling.
accept mode modem control asserted
Enables the tunneling server to accept tunneling conneccontrol pin is asserted.
accept mode modem emulation
Enables modem emulation for accept mode tunnel ing.
accept mode start character
Enables accept mode tunneling when the configured start
is received on the line.
aes decrypt key <hexadecimal>
Sets the accept tunnel AES decrypt key with up to 16
spaces.
aes decrypt key text <text>
Sets the accept tunnel AES decrypt key with up to 16
spaces.
spaces.
aes encrypt key text <text>
Sets the accept tunnel AES encrypt key with up to 16
spaces.
block network disable
Forwards (tunnels) network data in accept mode tunneling.
it to the serial interface (generally used for debugging).
block serial disable
Forwards (tunnels) serial data in accept mode tunneling.
Discards all data coming in from the serial interface before
ging).
clrscrn
Clears the screen.
credentials <text>
Selects the RSA/DSA certificates by name for the SSL
server.
default accept mode
Restores the default accept mode as "always".
Table 5-1 Commands and Levels
accept mode any character Enables the tunneling server to accept tunneling connec-
tions only when a
character is received through the corresponding line (seri-
tions when the modem
character
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
aes encrypt key <hexadecimal>
block network enable Discards all data coming in from the accept mode tunnel
block serial enable
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
before forwarding
forwarding
it to the accept mode tunnel (generally used for debug-
PremierWave XN Command Reference 47
5: Commands and Levels
for this tunnel.
default protocol
Restores the default protocol as "TCP".
default start character
Defaults the accept mode start character.
alive timeout.
email connect <number>
Sets an email profile to use to send an email alert upon
<number> = the number of the email profile to use.
email disconnect <number>
Sets an email profile to use to send an email alert upon
<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
an accept mode tunneling connection.
flush serial enable
Flushes the serial data buffer upon establish ing an acc ept
connection.
flush start character disable
Enables forwarding of the accept start character into the
network.
network.
kill connection
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
Removes the accept tunnel AES decrypt key.
no aes encrypt key
Removes the accept tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
accept mode tunnel.
no email disconnect
Discontinues sending email alerts upon closing an accept
mode tunnel.
no tcp keep alive
Disables the accept mode TCP keep alive timeout.
password
Enters the next lower level.
protocol ssh
Uses SSH protocol for accept mode tunneling.
protocol ssl
Uses SSL protocol for accept mode tunneling.
protocol tcp
Uses TCP protocol for accept mode tunneling.
protocol tcp aes
Uses TCP protocol with AES encryption for accept mode
ling.
show
Displays the current configuration.
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.
A control character has the form <control>C.
default local port Uses the default port number as the local port for accept
mode tunneling.
The default port is 10000 + #, where # is the line number
default tcp keep alive Restores the default 45 second accept mode TCP keep
establishing
an accept mode tunnel.
closing
an accept mode tunnel.
upon establishing
mode tunneling
flush start character enable Disables forwarding of the accept start character into the
no email connect Discontinues sending email alerts upon establishing an
The character may be input as text, control, decimal, or
hex.
5: Commands and Levels
A hex value character has the form 0xFF.
tcp keep alive <milliseconds>
Enables TCP keep alive for accept mode tunneling and
<milliseconds> = timer value, in milliseconds.
write
Stores the current configuration in permanen t memory.
accept (tunnel-accept:1) level commands
accept mode always
Enables the tunneling server to always accept tunneling
connections.
accept mode any character
Enables the tunneling server to accept tunneling connec-
al port).
accept mode disable
Disables accept mode tunneling.
accept mode modem control asserted
Enables the tunneling server to accept tunneling conneccontrol pin is asserted.
accept mode modem emulation
Enables modem emulation for accept mode tun nel ing.
accept mode start character
Enables accept mode tunneling when the configured start
is received on the line.
aes decrypt key <hexadecimal>
Sets the accept tunnel AES decrypt key with up to 16
spaces.
spaces.
aes encrypt key <hexadecimal>
Sets the accept tunnel AES encrypt key with up to 16
spaces.
aes encrypt key text <text>
Sets the accept tunnel AES encrypt key with up to 16
spaces.
ling.
block network enable
Discards all data coming in from the accept mode tunnel
it to the serial interface (generally used for debugging).
block serial disable
Forwards (tunnels) serial data in accept mode tunneling.
Discards all data coming in from the serial interface before
ging).
A decimal value character has the form \99.
sets the timer.
tions only when a
character is received through the corresponding line (seri-
tions when the modem
character
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
aes decrypt key text <text>
block network disable Forwards (tunnels) network data in accept mode tunne-
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
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
block serial enable
PremierWave XN Command Reference 49
before forwarding
forwarding
it to the accept mode tunnel (generally used for debug-
5: Commands and Levels
clrscrn
Clears the screen.
credentials <text>
Selects the RSA/DSA certificates by name for the SSL
server.
default accept mode
Restores the default accept mode as "always".
default local port
Uses the default port number as the local port for accept
for this tunnel.
default protocol
Restores the default protocol as "TCP".
default start character
Defaults the accept mode start character.
alive timeout.
email connect <number>
Sets an email profile to use to send an email alert upon
<number> = the number of the email profile to use.
email disconnect <number>
<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
an accept mode tunneling connection.
flush serial enable
Flushes the serial data buffer upon establish ing an acc ept
connection.
flush start character disable
Enables forwarding of the accept start character into the
network.
network.
kill connection
Disconnects the active accept mode tunneling connection.
local port <number>
<number> = number of the port to use.
no aes decrypt key
Removes the accept tunnel AES decrypt key.
no aes encrypt key
Removes the accept tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
accept mode tunnel.
no email disconnect
Discontinues sending email alerts upon closing an accept
mode tunnel.
no tcp keep alive
Disables the accept mode TCP keep alive timeout.
password
Enters the next lower level.
protocol ssh
Uses SSH protocol for accept mode tunneling.
protocol ssl
Uses SSL protocol for accept mode tunneling.
protocol tcp
Uses TCP protocol for accept mode tunneling.
protocol tcp aes
Uses TCP protocol with AES encryption for accept mode
tunneling.
ling.
show
Displays the current configuration.
Displays the last 20 commands entered during the current
CLI session.
mode tunneling.
The default port is 10000 + #, where # is the line number
default tcp keep alive Restores the default 45 second accept mode TCP keep
establishing
an accept mode tunnel.
Sets an email profile to use to send an email alert upon
closing
an accept mode tunnel.
upon establishing
mode tunneling
flush start character enable Disables forwarding of the accept start character into the
Sets the port to use for accept mode tunneling.
no email connect Discontinues sending email alerts upon establishing an
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.
sets the timer.
a MAC address.
<ip address> = IP address to be mapped.
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
show history
apply wlan Try out WLAN settings without saving them to Flash.
If the settings do not work, when you reboot the device,
profile <text>
PremierWave XN Command Reference 51
Selects a profile.
5: Commands and Levels
show
Shows the current configuration.
show history
Displays the last 20 commands entered during the current
CLI session.
write
Stores the current configuration in permanen t memory.
Try out WLAN settings without saving them to Flash.
it will still have the original settings.
clrscrn
Clears the screen.
exit
Exits to the next higher level.
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 permanen t memory.
cli (config-cli) level commands
clrscrn
Clears the screen.
default inactivity timeout
The default inactivity timeout will apply to CLI sessions.
default login password
Restores the default CLI login password.
<line>" command.
enable level password <text>
Sets the enable-level password.
exit
Exits to the configuration level.
If the settings do not work, when you reboot the device,
profile <text>
show history
apply wlan Try out WLAN settings without saving them to Flash.
Selects a profile.
If the settings do not work, when you reboot the device,
it will still have the original settings.
If the settings do not work, when you reboot the device,
default quit connect line Restores the default string used to quit the "connect line
PremierWave XN Command Reference 52
inactivity timeout <minutes>
Sets the inactivity timeout for all CLI sessions.
line authentication disable
No password required for Line CLI users.
line authentication enable
Challenges the Line CLI user with a password.
login password <text>
Sets the CLI login password.
no enable level password
Removes the enable-level password.
no inactivity timeout
No inactivity timeout will apply to CLI sessions.
quit connect line <control>
Sets the string used to quit the "connect line <line>" com-
A control character has the form <control>C.
show
Displays the current configuration.
show history D
isplays the last 20 commands entered during the current
CLI session.
ssh
Change to menu level for SSH configuration and status.
telnet
Change to menu level for Telnet configuration and stat us.
write
Stores the current configuration in permanen t memory.
client (ssh-client) level comman ds
clrscrn
Clears the screen.
default user <username> command
Restore the user command to the default login shell
delete all known hosts
Remove all hnown hosts
delete all users
Remove all users
delete known host <server>
Remove known host
delete user <username>
Delete the named user
exit
Exits to the ssh level.
known host <server>
Set known host RSA or DSA key
no known host <server> dsa
Remove known host DSA key
no known host <server> rsa
Remove known host RSA key
no user <username> dsa
Remove user DSA key
no user <username> rsa
Remove user RSA key
show
Show SSH Client settings
Displays the last 20 commands entered during the current
CLI session.
show known host <server>
Show known host RSA and DSA keys
show user <username>
Show information for a user
user <username>
Set username and RSA or DSA keys
user <username> command <command>
Customizes the user command
user <username> generate ds a 1024
Generate DSA public and private keys
user
generate dsa 512
Generate DSA public and private keys
user <username> generate ds a 768
Generate DSA public and private keys
user <username> generate rsa 1024
Generate RSA public and private keys
user <username> generate rsa 512
Generate RSA public and private keys
user <username> generate rsa 768
Generate RSA public and private keys
keys
write
Stores the current configuration in permanen t memory.
configure (config) level commands
arp
Changes to the command level for ARP configuration and
status.
bridge <instance>
Changes to the bridge configuration level.
cli
Change to menu level for CLI configuration and statu s
5: Commands and Levels
mand.
The characters may be input as text or control.
show history
<username>
user <username> password <password>
PremierWave XN Command Reference 53
Set username with password and optional RSA or DSA
5: Commands and Levels
clrscrn
Clears the screen.
diagnostics
Enters the diagnostics level.
exit
Exits to the enable level.
ftp
Enters the ftp level.
host <number>
Change to config host level
http
Enters the http level.
icmp
Changes to the command level for ICMP configuration
and status.
if <instance>
Changes to the interface configuration level.
ip
Changes to the command level for IP configuration and
status.
kill ssh <session>
Kills SSH session with index from "show sessions"
kill telnet <session>
Kills Telnet session with index from "show sessions"
query port
Enters the query port level.
rss
Change to menu level for RSS configuration and status
show
Displays system information.
show history
Displays the last 20 commands entered during the current
CLI session.
and status.
syslog
Enters the syslog level.
terminal <line>
Enters the configure-terminal level.
figured.
terminal network
Enters the configure-terminal level for the network.
vip
Change to menu level for VIP configuration and status
wlan profiles
Enters the WLAN profiles configurati on lev el.
write
Stores the current configuration in permanen t memory.
connect (tunnel-connect:2) level commands
ling.
block network enable
Discards all data coming in from the connect mode tunnel
it to the serial interface (generally used for debugging).
block serial disable
Forwards (tunnels) serial data in connect mode tunneling.
block serial enable
Discards all data coming in from the serial interface before
ging).
clrscrn
Clears the screen.
connect mode always
Enables the tunneling server to always establish tunneling
connections.
port).
connect mode disable
Disables connect mode tunneling.
connect mode modem control asserted
Enables the tunneling server to make tunneling conneccontrol pin is asserted.
connect mode modem emulation
Enables modem emulation for connect mode tunne l ing.
connect mode start character
Enables connect mode tunneling when the configured
smtp Changes to the command level for SMTP configuration
<line> = number of the terminal line (serial port) to be con-
block network disable Forwards (tunnels) network data in connect mode tunne-
before forwarding
forwarding
it to the connect mode tunnel (generally used for debug-
connect mode any character Enables the tunneling server to establish a tunneling con-
nection when a
character is received on the corresponding line (serial
PremierWave XN Command Reference 54
tions when the modem
5: Commands and Levels
is received on the line.
default connect mode
Restores the default connect mode as "disable".
nection.
default local port
Uses a random port number as the local port for establishconnections to other devices.
default reconnect time
Restores the default reconnect time value for connect
mode tunneling.
default start character
Defaults the connect mode start character.
email connect <number>
Sets an email profile to use to send an email alert upon
<number> = the number of the email profile to use.
email disconnect <number>
Sets an email profile to use to send an email alert upon
<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
a connect mode tunneling connection.
connection.
network.
flush start character enable
Disables forwarding of the connect start character into the
network.
host <instance>
Enters the next lower level.
Specify the instance for the next lower level.
nection.
host mode simultaneous
Selects simultaneous connections to all hosts on the host
list.
tion or connections.
local port <number>
Sets a specific port for use as the local port.
<number> = the number of the port to use.
no email connect
Discontinues sending email alerts upon establishing a
connect mode tunnel.
mode tunnel.
promote host <number>
Promotes the identified host, exchanging it place with the
to adjust the order of the defined hosts.
reconnect time <milliseconds>
Sets the reconnect time value for tunneling connections
<milliseconds> = timeout in milliseco nds.
show
Displays the current configuration.
Displays the last 20 commands entered during the current
CLI session.
show status
Displays tunnel connect status.
start character
default host mode Connects to the first host in the list that accepts the con-
ing tunneling
establishing
a connect mode tunnel.
closing
a connect mode tunnel.
upon establishing
flush serial enable Flushes the serial data buff er upon est abli sh ing a conne ct
mode tunneling
flush start character disable Enables forwarding of the connect start character into the
host mode sequential Connects to the first host in the list that accepts the con-
kill connection Disconnects the active connect mode tunneling connec-
no email disconnect Discontinues sending email alerts upon closing a connect
host above it,
show history
PremierWave XN Command Reference 55
established by the
device in milliseconds.
5: Commands and Levels
write
Stores the current configuration in permanen t memory.
connect (tunnel-connect:1) level commands
block network disable
Forwards (tunnels) network data in connect mode tunneling.
block network enable
Discards all data coming in from the connect mode tunnel
it to the serial interface (generally used for debugging).
block serial disable
Forwards (tunnels) serial data in connect mode tunneling.
block serial enable
Discards all data coming in from the serial interface before
ging).
clrscrn
Clears the screen.
Enables the tunneling server to always establish tunneling
connections.
connect mode any character
Enables the tunneling server to establish a tunneling con-
port).
connect mode disable
Disables connect mode tunneling.
control pin is asserted.
connect mode modem emulation
Enables modem emulation for connect mode tunne lin g.
connect mode start character
Enables connect mode tunneling when the configured
is received on the line.
default connect mode
Restores the default connect mode as "disable".
default host mode
Connects to the first host in the list that accepts the connection.
connections to other devices.
mode tunneling.
default start character
Defaults the connect mode start character.
email connect
<number> = the number of the email profile to use.
email disconnect <number>
Sets an email profile to use to send an email alert upon
<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
a connect mode tunneling con nect ion.
flush serial enable
Flushes the serial data buffer upon establish ing a conne ct
start character <control>
connect mode always
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.
before forwarding
forwarding
it to the connect mode tunnel (generally used for debug-
nection when a
character is received on the corresponding line (serial
connect mode modem control asserted Enables the tunneling server to make tunneling connec-
tions when the modem
start character
default local port Uses a random port number as the local port for establish-
ing tunneling
default reconnect time Restores the default reconnect time value for connect
<number>
Sets an email profile to use to send an email alert upon
establishing
a connect mode tunnel.
closing
a connect mode tunnel.
PremierWave XN Command Reference 56
upon establishing
mode tunneling
connection.
flush start character disable
Enables forwarding of the connect start character into the
network.
flush start character enable
Disables forwarding of the connect start character into the
network.
host
Specify the instance for the next lower level.
host mode sequential
Connects to the first host in the list that accepts the connection.
list.
kill connection
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.
connect mode tunnel.
no email disconnect
Discontinues sending email alerts upon closing a connect
to adjust the order of the defined hosts.
<milliseconds> = timeout in milliseco nds.
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.
A hex value character has the form 0xFF.
write
Stores the current configuration in permanent memory.
credentials (ssl-credent ia ls) lev el comman ds
clrscrn
Clears the screen.
create <credential name>
Create a new credential name
delete <credential name>
Delete existing credential by name
edit <credential name>
View or edit an existing profile
exit
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 permanen t memory.
device (device) level commands
auto show tlog
Continuously displays the internal trouble log.
clrscrn
Clears the screen.
exit
Exit to the enable level.
show
Show system information
5: Commands and Levels
<instance>
host mode simultaneous Selects simultaneous connections to all hosts on the host
no email connect Discontinues sending email alerts upon establishing a
promote host <number>
reconnect time <milliseconds>
Enters the next lower level.
mode tunnel.
Promotes the identified host, exchanging it place with the
host above it,
Sets the reconnect time value for tunneling connections
established by the
device in milliseconds.
PremierWave XN Command Reference 57
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.
5: Commands and Levels
show hardware information
Displays information about the hardware.
show history
Displays the last 20 commands entered during the current
CLI session.
show memory
Displays current memory usage information.
show task state
Displays current task states.
show tlog
Displays the internal trouble log.
write
Stores the current configuration in permanent memory.
diagnostics (config-diagnostics) level commands
clrscrn
Clears the screen.
exit
Returns to the config level.
log
Enters the next lower 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 permanen t 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.
flush serial enable
Flushes serial data buffer when a tunneling connection is
closed.
flush stop character disable
Forwards the stop character from the Line to the network.
flush stop character enable
Prevents the stop character from the Line from being forwarded to the network.
modem control disable
Does not watch the modem control pin to disconnect.
Watches the modem control pin and disconnects if it is not
asserted.
no stop character
Removes the stop character.
sessions.
show
Displays the current configuration.
show history
Displays the last 20 commands entered during the current
CLI session.
stop character <control>
Sets the stop character.
A hex value character has the form 0xFF.
timeout <milliseconds>
Disconnects when no data has been received on the line
<milliseconds> = timeout in milliseco nds.
write
Stores the current configuration in permanen t memory.
disconnect (tunnel-disconnect:1) 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.
flush serial enable
Flushes serial data buffer when a tunneling connection is
closed.
modem control enable
no timeout Disables disconnect after timeout feature for tunneling
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.
(serial port) for the
specified length of time.
PremierWave XN Command Reference 58
5: Commands and Levels
flush stop character disable
Forwards the stop character from the Line to the network.
flush stop character enable
Prevents the stop character from the Line from being forwarded to the network.
modem control disable
Does not watch the modem control pin to disconnect.
modem control enable
Watches the modem control pin and disconnects if it is not
asserted.
no stop character
Removes the stop character.
sessions.
show
Displays the current configuration.
Displays the last 20 commands entered during the current
CLI session.
stop character <control>
Sets the stop character.
A hex value character has the form 0xFF.
timeout <milliseconds>
Disconnects when no data has been received on the line
<milliseconds> = timeout in milliseconds.
write
Stores the current configuration in permanen t memory.
dns (dns) level commands
clrscrn
Clears the screen.
exit
Exits to the enable level.
lookup <host_or_ip>
Return a lookup on the DNS name or IP address.
show
Show DNS status.
show history
Displays the last 20 commands entered during the current
CLI session.
write
Stores the current configuration in permanen t memory.
email 1 (email:1) level commands
auto show statistics
Continuously displays email statistics.
cc <text>
Sets Cc addresses for email alerts.
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
from
email alert.
local port
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the mesof an email alert.
no timeout Disables disconnect after timeout feature for tunneling
show history
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.
(serial port) for the
specified length of time.
default server port Restores the factory default port for SMTP on the server
<text>
<number>
PremierWave XN Command Reference 59
<text> = a quoted, semicolon separated list of email ad-
Sets the From address for email alerts.
<text> = email address to place in the From field of the
Sets the local port used to send email alerts.
sage body
5: Commands and Levels
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
empty.
no overriding domain
Removes the overriding domain name option.
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
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (very low).
<text> = email address to place in the Reply To field of the
email alert.
send
Sends an email using the current settings.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
Displays the last 20 commands entered during the current
CLI session.
show log
Displays the email log.
show statistics
Displays email statistics.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
dresses.
write
Stores the current configuration in permanen t memory.
email 10 (email:10) level commands
auto show statistics
Continuously displays email statistics.
cc <text>
Sets Cc addresses for email alerts.
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
default server port
Restores the factory default port for SMTP on the server
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
no message file Removes the file name, so the message body will be
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
reply to <text>
server port <number>
show history
subject <text>
Sets the Reply To address for email alerts.
Sets the port used by the SMTP server.
Sets the Subject for email alerts.
<text> = a quoted, semicolon separated list of email ad-
<text> = a quoted, semicolon separated list of email ad-
PremierWave XN Command Reference 60
5: Commands and Levels
email alert.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the mes-
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
no message file
Removes the file name, so the message body will be
empty.
no overriding domain
Removes the overriding domain name option.
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
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (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.
show statistics
Displays email statistics.
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
dresses.
write
Stores the current configuration in permanent memory.
email 11 (email:11) level commands
auto show statistics
Continuously displays email statistics.
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
from <text>
local port <number>
Sets the From address for email alerts.
<text> = email address to place in the From field of the
Sets the local port used to send email alerts.
sage body
of an email alert.
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
cc <text>
PremierWave XN Command Reference 61
<text> = a quoted, semicolon separated list of email ad-
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email ad-
5: Commands and Levels
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
default server port
Restores the factory default port for SMTP on the server
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
email alert.
local port
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the mes-
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
no message file
Removes the file name, so the message body will be
empty.
no overriding domain
Removes the overriding domain name option.
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.
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (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
show log
Displays the email log.
show statistics
Displays email statistics.
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
dresses.
write
Stores the current configuration in permanen t memory.
from <text>
<number>
overriding domain <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the
Sets the local port used to send email alerts.
sage body
of an email alert.
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
to <text>
PremierWave XN Command Reference 62
CLI session.
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email ad-
5: Commands and Levels
email 12 (email:12) level commands
auto show statistics
Continuously displays email statistics.
cc <text>
Sets Cc addresses for email alerts.
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
default server port
Restores the factory default port for SMTP on the server
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
from <text>
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 mes-
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
no message file
Removes the file name, so the message body will be
empty.
no overriding domain
Removes the overriding domain name option.
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.
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (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.
<text> = a quoted, semicolon separated list of email ad-
Sets the From address for email alerts.
<text> = email address to place in the From field of the
sage body
of an email alert.
overriding domain <text>
PremierWave XN Command Reference 63
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
5: Commands and Levels
show log
Displays the email log.
show statistics
Displays email statistics.
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
dresses.
write
Stores the current configuration in permanen t memory.
email 13 (email:13) level commands
auto show statistics
Continuously displays email statistics.
cc
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
from <text>
Sets the From address for email alerts.
email alert.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the mes-
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
no message file
Removes the file name, so the message body will be
empty.
no overriding domain
Removes the overriding domain name option.
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
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (very low).
reply to <text>
Sets the Reply To address for email alerts.
<text> = a quoted, semicolon separated list of email ad-
<text>
default server port Restores the factory default port for SMTP on the server
local port <number>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email ad-
<text> = email address to place in the From field of the
Sets the local port used to send email alerts.
sage body
of an email alert.
PremierWave XN Command Reference 64
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
5: Commands and Levels
<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> = 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.
show statistics
Displays email statistics.
subject
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
dresses.
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.
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
default server port
Restores the factory default port for SMTP on the server
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
from <text>
Sets the From address for email alerts.
email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
empty.
no overriding domain
Removes the overriding domain name option.
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
<text> = domain name to override the current domain
<number>
<text>
Sets the port used by the SMTP server.
Sets the Subject for email alerts.
<text> = a quoted, semicolon separated list of email ad-
<text> = a quoted, semicolon separated list of email ad-
message file <text>
no message file Removes the file name, so the message body will be
PremierWave XN Command Reference 65
<text> = email address to place in the From field of the
Specifies a text file, the contents of which will be the message body
of an email alert.
an SMTP server to
send an email alert instead of the device’s domain name
in EHLO.
5: Commands and Levels
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (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.
show statistics
Displays email statistics.
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
dresses.
write
Stores the current configuration in permanen t memory.
email 15 (email:15) level commands
auto show statistics
Continuously displays email statistics.
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
default server port
Restores the factory default port for SMTP on the server
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
from <text>
Sets the From address for email alerts.
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>
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
empty.
no overriding domain
Removes the overriding domain name option.
<text> = a quoted, semicolon separated list of email ad-
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email ad-
<text> = email address to place in the From field of the
Specifies a text file, the contents of which will be the message body
of an email alert.
no message file Removes the file name, so the message body will be
PremierWave XN Command Reference 66
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
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (very low).
<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.
show statistics
Displays email statistics.
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to
dresses.
write
Stores the current configuration in permanen t memory.
email 16 (email:16) level commands
auto show statistics
Continuously displays email statistics.
cc <text>
Sets Cc addresses for email alerts.
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
default server port
Restores the factory default port for SMTP on the server
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
from <text>
Sets the From address for email alerts.
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 mesof an email alert.
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
reply to <text>
<text>
Sets the Reply To address for email alerts.
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email ad-
<text> = a quoted, semicolon separated list of email ad-
PremierWave XN Command Reference 67
<text> = email address to place in the From field of the
sage body
5: Commands and Levels
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
empty.
no overriding domain
Removes the overriding domain name option.
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
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (very low).
<text> = email address to place in the Reply To field of the
email alert.
send
Sends an email using the current settings.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
entered during the current
CLI session.
show log
Displays the email log.
show statistics
Displays email statistics.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
dresses.
write
Stores the current configuration in permanen t memory.
email 2 (email:2) level commands
auto show statistics
Continuously displays email statistics.
cc <text>
Sets Cc addresses for email alerts.
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
default server port
Restores the factory default port for SMTP on the server
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
no message file Removes the file name, so the message body will be
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
reply to <text>
server port <number>
show history Displays the last 20 commands
subject <text>
Sets the Reply To address for email alerts.
Sets the port used by the SMTP server.
Sets the Subject for email alerts.
<text> = a quoted, semicolon separated list of email ad-
<text> = a quoted, semicolon separated list of email ad-
PremierWave XN Command Reference 68
5: Commands and Levels
email alert.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the mes-
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
no message file
Removes the file name, so the message body will be
empty.
no overriding domain
Removes the overriding domain name option.
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
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (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.
show statistics
Displays email statistics.
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
dresses.
write
Stores the current configuration in permanent memory.
email 3 (email:3) level commands
auto show statistics
Continuously displays email statistics.
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
from <text>
local port <number>
Sets the From address for email alerts.
<text> = email address to place in the From field of the
Sets the local port used to send email alerts.
sage body
of an email alert.
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
cc <text>
PremierWave XN Command Reference 69
<text> = a quoted, semicolon separated list of email ad-
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email ad-
5: Commands and Levels
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
default server port
Restores the factory default port for SMTP on the server
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
email alert.
local port
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the mes-
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
no message file
Removes the file name, so the message body will be
empty.
no overriding domain
Removes the overriding domain name option.
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.
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (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
show log
Displays the email log.
show statistics
Displays email statistics.
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
dresses.
write
Stores the current configuration in permanen t memory.
from <text>
<number>
overriding domain <text>
Sets the From address for email alerts.
<text> = email address to place in the From field of the
Sets the local port used to send email alerts.
sage body
of an email alert.
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
to <text>
PremierWave XN Command Reference 70
CLI session.
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email ad-
5: Commands and Levels
email 4 (email:4) level commands
auto show statistics
Continuously displays email statistics.
cc <text>
Sets Cc addresses for email alerts.
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
default server port
Restores the factory default port for SMTP on the server
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
from <text>
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 mes-
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
no message file
Removes the file name, so the message body will be
empty.
no overriding domain
Removes the overriding domain name option.
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.
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (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.
<text> = a quoted, semicolon separated list of email ad-
Sets the From address for email alerts.
<text> = email address to place in the From field of the
sage body
of an email alert.
overriding domain <text>
PremierWave XN Command Reference 71
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
5: Commands and Levels
show log
Displays the email log.
show statistics
Displays email statistics.
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
dresses.
write
Stores the current configuration in permanen t memory.
email 5 (email:5) level commands
auto show statistics
Continuously displays email statistics.
cc
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
from <text>
Sets the From address for email alerts.
email alert.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the mes-
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
no message file
Removes the file name, so the message body will be
empty.
no overriding domain
Removes the overriding domain name option.
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
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (very low).
reply to <text>
Sets the Reply To address for email alerts.
<text> = a quoted, semicolon separated list of email ad-
<text>
default server port Restores the factory default port for SMTP on the server
local port <number>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email ad-
<text> = email address to place in the From field of the
Sets the local port used to send email alerts.
sage body
of an email alert.
PremierWave XN Command Reference 72
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
5: Commands and Levels
<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> = 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.
show statistics
Displays email statistics.
subject
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
dresses.
write
Stores the current configuration in permanen t memory.
email 6 (email:6) level commands
auto show statistics
Continuously displays email statistics.
cc <text>
Sets Cc addresses for email alerts.
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
default server port
Restores the factory default port for SMTP on the server
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
from <text>
Sets the From address for email alerts.
email alert.
local port <number>
Sets the local port used to send email alerts.
<number> local port to use for email alerts.
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
empty.
no overriding domain
Removes the overriding domain name option.
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
<text> = domain name to override the current domain
<number>
<text>
Sets the port used by the SMTP server.
Sets the Subject for email alerts.
<text> = a quoted, semicolon separated list of email ad-
<text> = a quoted, semicolon separated list of email ad-
message file <text>
no message file Removes the file name, so the message body will be
PremierWave XN Command Reference 73
<text> = email address to place in the From field of the
Specifies a text file, the contents of which will be the message body
of an email alert.
an SMTP server to
send an email alert instead of the device’s domain name
in EHLO.
5: Commands and Levels
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (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.
show statistics
Displays email statistics.
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
dresses.
write
Stores the current configuration in per manent memory.
email 7 (email:7) level commands
auto show statistics
Continuously displays email statistics.
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
default server port
Restores the factory default port for SMTP on the server
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
from <text>
Sets the From address for email alerts.
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>
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
empty.
no overriding domain
Removes the overriding domain name option.
<text> = a quoted, semicolon separated list of email ad-
cc <text>
Sets Cc addresses for email alerts.
<text> = a quoted, semicolon separated list of email ad-
<text> = email address to place in the From field of the
Specifies a text file, the contents of which will be the message body
of an email alert.
no message file Removes the file name, so the message body will be
PremierWave XN Command Reference 74
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
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (very low).
<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.
show statistics
Displays email statistics.
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to
dresses.
write
Stores the current configuration in permanen t memory.
email 8 (email:8) level commands
auto show statistics
Continuously displays email statistics.
cc <text>
Sets Cc addresses for email alerts.
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
default server port
Restores the factory default port for SMTP on the server
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
from <text>
Sets the From address for email alerts.
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 mesof an email alert.
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
reply to <text>
<text>
Sets the Reply To address for email alerts.
Sets To addresses for email alerts.
<text> = a quoted, semicolon separated list of email ad-
<text> = a quoted, semicolon separated list of email ad-
PremierWave XN Command Reference 75
<text> = email address to place in the From field of the
sage body
5: Commands and Levels
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
empty.
no overriding domain
Removes the overriding domain name option.
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
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (very low).
<text> = email address to place in the Reply To field of the
email alert.
send
Sends an email using the current settings.
<number> = port used for SMTP on the server side.
show
Displays the current configuration.
Displays the last 20 commands entered during the current
CLI session.
show log
Displays the email log.
show statistics
Displays email statistics.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
dresses.
write
Stores the current configuration in permanen t memory.
email 9 (email:9) level commands
auto show statistics
Continuously displays email statistics.
cc <text>
Sets Cc addresses for email alerts.
dresses.
clear log
Clears all entries from the mail log.
clear mail counters
Sets the email counters to zero.
clrscrn
Clears the screen.
default local port
Sets the local port (used to send email alerts) to random.
default priority
Sets X-Priority for email alerts to 3 (normal).
default server port
Restores the factory default port for SMTP on the server
side.
email <number>
Enters the configure email level.
exit
Exits to the enable level.
no message file Removes the file name, so the message body will be
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
reply to <text>
server port <number>
show history
subject <text>
Sets the Reply To address for email alerts.
Sets the port used by the SMTP server.
Sets the Subject for email alerts.
<text> = a quoted, semicolon separated list of email ad-
<text> = a quoted, semicolon separated list of email ad-
PremierWave XN Command Reference 76
5: Commands and Levels
email alert.
<number> local port to use for email alerts.
message file <text>
Specifies a text file, the contents of which will be the mes-
<text> = the name of a local file.
no cc
Removes the Cc addresses for email alerts.
no clear mail counters
Restores the email counters to the aggregate values.
no from
Removes the From address for email alerts.
no message file
Removes the file name, so the message body will be
empty.
no overriding domain
Removes the overriding domain name option.
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
name in EHLO.
priority high
Sets X-Priority for email alerts to 2 (high).
priority low
Sets X-Priority for email alerts to 4 (low).
priority normal
Sets X-Priority for email alerts to 3 (normal).
priority urgent
Sets X-Priority for email alerts to 1 (urgent).
priority very low
Sets X-Priority for email alerts to 5 (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.
show statistics
Displays email statistics.
subject <text>
Sets the Subject for email alerts.
<text> = text to placed as the subject.
to <text>
Sets To addresses for email alerts.
dresses.
write
Stores the current configuration in permanen t memory.
enable (enable) level commands
auto show interfaces
Show interface statistics
auto show processes
Continuously show thread runtime information
clrscrn
Clears the screen.
configure
Enters the configuration level.
connect
Show name and number for lines.
from <text>
local port <number>
Sets the From address for email alerts.
<text> = email address to place in the From field of the
Sets the local port used to send email alerts.
sage body
of an email alert.
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
PremierWave XN Command Reference 77
<text> = a quoted, semicolon separated list of email ad-
connect line <line>
Begin session on serial port.
device
Enters the device level.
disable
Exits the enable level.
dns
Enters the DNS level.
email <number>
Enters the configure email level.
exit
Exit from the system
filesystem
Enters the filesystem level.
kill ssh <session>
Kills SSH session with index from "show sessions"
kill telnet <session>
Kills Telnet session with index from "show sessions"
line <line>
Enters the line level.
<line> = number of the line (serial port) to be configured.
ping <host>
Ping destination continuously with 5 second timeout
ping <host><count>
Ping destination n times with 5 second timeout
ping <host><count><timeout>
Ping destination n times with x timeout (in seconds)
reload
Reboot system
reload factory defaults
Reload factory defaults to permanent storage
show
Show system information
show history
Displays the last 20 commands entered during the current
CLI session.
show interfaces
Show interface statistics
show ip sockets
Show UDP/TCP state information
show processes
Show thread runtime information
show sessions
Show active Telnet and SSH Sess ion s
ssh
Enters the SSH configuration level.
ssh <optClientUsername> <host>
Begin SSH session on network <host>.
and password.
ssh
Use "" in optClientUserName to prompt for host username
and password.
ssl
Enters the SSL configuration level.
telnet <host>
Begin telnet session on network <host>.
telnet <host><port>
Begin telnet session on network <host>:<port>.
trace route <host>
Trace route to destination
trace route <host><protocol>
Trace route to destination using TCP, ICMP, or UDP
tunnel
gured.
write
Stores the current configuration in permanen t memory.
xml
Enters the XML level.
filesystem (filesystem) level commands
cat <file>
Show the contents of a file
cd <directory>
Change the current directory to the specified directory
clrscrn
Clears the screen.
cp <source file><destination file>
Copy an existing file
dump <file>
Show contents of a file as a hex dump
exit
Exits to the enable level.
5: Commands and Levels
<optClientUsername> <host> <port>
<line>
The optClientUserName must match an SSH Client: Users configuration entry.
Use "" in optClientUserName to prompt for host username
Begin SSH session on network <host>:<port>.
The optClientUserName must match an SSH Client: Users configuration entry.
Enters the tunnel level.
<line> = number of the tunnel line (serial port) to be confi-
PremierWave XN Command Reference 78
format
Format the file system and lose all data
ls
Show all files and directories in the current directory
ls <directory>
Show all files and directories in the specified director y
mkdir <directory>
Create a directory
mv <source file><destination file>
Move a file on the file system
pwd
Print working directory
rm <file>
Remove a file
rmdir <directory>
Remove a directory
show
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
tftp get <source file><destination file> <host>
Get a file using TFTP
tftp get <source file><destination file> <host> <port>
Get a file using TFTP
tftp put <source file><destination file> <host>
Put a file using TFTP
tftp put
<source file> <destination file> <host> <port>
Put a file using TFTP
touch <file>
Create a file
ftp (config-ftp) level commands
clrscrn
Clears the screen.
exit
Returns to the config level.
show
Displays the current configuration.
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 permanen t memory.
host 1 (tunnel-connect-host:2:1) level commands
address <text>
Sets the remote host to establish tunneling connections
<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
spaces.
aes decrypt key text
spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16
5: Commands and Levels
<text>
with.
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
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
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
PremierWave XN Command Reference 79
5: Commands and Levels
spaces.
auto show statistics
show connection statistics
clrscrn
Clears the screen.
credentials
client.
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
Removes the connect tunnel AES decrypt key.
no aes encrypt key
Removes the connect tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
nections.
no ssh username
Removes the SSH user name.
no tcp keep alive
Disables the connect mode TCP keep alive timeout.
no vip name
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.
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
tunneling.
protocol telnet
Uses Telnet protocol (with IAC) for connect mode tunneling.
protocol udp
Uses UDP protocol for connect mode tunneling.
Uses UDP protocol with AES encryption for connect mode
tunneling.
show
Shows the current configuration.
commands entered during the current
CLI session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunne-
<text> = SSH user name.
ing.
validate certificate enable
Requires verification of the server certificate when connecting.
vip disable
Makes connections using the specified Address.
vip enable
Makes connections using the VIP name.
vip name <text>
Sets the VIP name.
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
<text>
no port Removes the remote port used to establish tunnel con-
Selects the RSA/DSA certificates by name for the SSL
protocol udp aes
show history Displays the last 20
tcp keep alive <milliseconds>
validate certificate disable Skips verification of the server certificate when connect-
PremierWave XN Command Reference 80
ling connections
with other devices.
Enables TCP keep alive for connect mode tunneling and
sets the timer.
<milliseconds> = timer value, in milliseconds.
5: Commands and Levels
write
Stores the current configuration in permanen t memory.
host 1 (tunnel-connect-host:1:1) level commands
address <text>
Sets the remote host to establish tunneling connections
<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
spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16
spaces.
aes encrypt key <hexadecimal>
spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
auto show statistics
show connection statistics
clrscrn
Clears the screen.
credentials <text>
Selects the RSA/DSA certificates by name for the SSL
client.
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
Removes the connect tunnel AES decrypt key.
no aes encrypt key
Removes the connect tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
no port
Removes the remote port used to establish tunnel connections.
no ssh username
Removes the SSH user name.
no tcp keep alive
Disables the connect mode TCP keep alive tim eout .
no vip name
Removes the VIP name.
<number> = number of the port to use.
protocol ssh
Uses SSH protocol for connect mode tunneling.
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
with.
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
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
port <number>
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
Sets the remote port to use for connect mode tunneling.
PremierWave XN Command Reference 81
5: Commands and Levels
tunneling.
protocol telnet
Uses Telnet protocol (with IAC) for connect mode tunneling.
protocol udp
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode
tunneling.
show
Shows the current configuration.
CLI session.
show statistics
show connection statistics
ssh username
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
validate certificate enable
Requires verification of the server certificate when connecting.
vip disable
Makes connections using the specified Address.
vip enable
Makes connections using the VIP name.
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanen t memory.
host 1 (config-host:1) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
which depends on the selected protocol.
exit
Exits to the configuration level.
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
Clears the remote address of the host.
no ssh username
Clears the SSH username associated with the host.
protocol ssh
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
<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.
<text> = username.
write
Stores the current configuration in permanen t memory.
show history Displays the last 20 commands entered during the current
<text>
default remote port Sets the remote port (used to connect to the host) to the
Sets the SSH user name for use when establishing tunneling connections
with other devices.
sets the timer.
default value,
ssh username <text>
PremierWave XN Command Reference 82
this host is
selected on the login connect menu.
Sets the username for logging into the host via SSH.
5: Commands and Levels
host 10 (tunnel-connect-host:2:10) level commands
address <text>
Sets the remote host to establish tunneling connections
<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
spaces.
spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
auto show statistics
show connection statistics
clrscrn
Clears the screen.
credentials <text>
Selects the RSA/DSA certificates by name for the SSL
client.
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.
tunneling connections.
no aes decrypt key
Removes the connect tunnel AES decrypt key.
no aes encrypt key
Removes the connect tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
no port
Removes the remote port used to establish tunnel connections.
no ssh username
Removes the SSH user name.
no tcp keep alive
Disables the connect mode TCP keep alive tim eout .
no vip name
Removes the VIP name.
port <number>
<number> = number of the port to use.
protocol ssh
Uses SSH protocol for connect mode tunneling.
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
tunneling.
with.
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
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
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
no address Removes the remote host address used to establish
PremierWave XN Command Reference 83
Sets the remote port to use for connect mode tunneling.
5: Commands and Levels
ling.
protocol udp
Uses UDP protocol for connect mode tunneling.
Uses UDP protocol with AES encryption for connect mode
tunneling.
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 tunne-
<text> = SSH user name.
<milliseconds> = timer value, in milliseconds.
ing.
validate certificate enable
Requires verification of the server certificate when convip disable
Makes connections using the specified Address.
vip enable
Makes connections using the VIP name.
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanen t memory.
host 10 (tunnel-connect-host:1:10) level commands
address <text>
Sets the remote host to establish tunneling connections
<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
spaces.
spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16
validate certificate disable Skips verification of the server certificate when connect-
aes decrypt key text <text>
Enables TCP keep alive for connect mode tunneling and
sets the timer.
necting.
with.
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
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
PremierWave XN Command Reference 84
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
5: Commands and Levels
client.
default protocol
Restores the default protocol as "TCP".
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.
no aes encrypt key
Removes the connect tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
nections.
no ssh username
Removes the SSH user name.
no tcp keep alive
Disables the connect mode TCP keep alive tim eout .
no vip name
Removes the VIP name.
port <number>
Sets the remote port to use for connect mode tunneling.
protocol ssh
Uses SSH protocol for connect mode tunneling.
protocol ssl
Uses SSL protocol for connect mode tunneling.
protocol tcp
Uses TCP protocol for connect mode tunneling.
Uses TCP protocol with AES encryption for connect mode
tunneling.
protocol telnet
Uses Telnet protocol (with IAC) for connect mode tunneling.
protocol udp
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode
tunneling.
show
Shows the current configuration.
CLI session.
show statistics
show connection statistics
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
necting.
vip disable
Makes connections using the specified Address.
vip enable
Makes connections using the VIP name.
vip name
Sets the VIP name.
write
Stores the current configuration in permanen t memory.
host 10 (config-host:10) 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,
credentials <text>
default tcp keep alive Restores the default 45 second connect mode TCP keep
no port Removes the remote port used to establish tunnel con-
protocol tcp aes
Selects the RSA/DSA certificates by name for the SSL
<number> = number of the port to use.
show history Displays the last 20 commands entered during the current
ssh username <text>
validate certificate enable Requires verification of the server certificate when con-
<text>
Sets the SSH user name for use when establishing tunneling connections
with other devices.
sets the timer.
PremierWave XN Command Reference 85
5: Commands and Levels
which depends on the selected protocol.
exit
Exits to the configuration level.
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
Clears the remote address of the host.
no ssh username
Clears the SSH username associated with the host.
protocol ssh
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
<text> = IP address.
<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.
write
Stores the current configuration in permanen t memory.
host 11 (tunnel-connect-host:2:11) level commands
address <text>
Sets the remote host to establish tunneling connections
<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
spaces.
spaces.
aes encrypt key <hexadecimal>
spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
auto show statistics
show connection statistics
clrscrn
Clears the screen.
credentials <text>
Selects the RSA/DSA certificates by name for the SSL
this host is
selected on the login connect menu.
remote port <number>
aes decrypt key text <text>
Sets the remote port used to connect to the host.
<text> = username.
with.
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
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
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
PremierWave XN Command Reference 86
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
client.
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
Removes the connect tunnel AES decrypt key.
no aes encrypt key
Removes the connect tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
no port
Removes the remote port used to establish tunnel connections.
no ssh username
Removes the SSH user name.
no tcp keep alive
Disables the connect mode TCP keep alive tim eout .
no vip name
Removes the VIP name.
<number> = number of the port to use.
protocol ssh
Uses SSH protocol for connect mode tunneling.
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
tunneling.
ling.
protocol udp
Uses UDP protocol for connect mode tunneling.
Uses UDP protocol with AES encryption for connect mode
tunneling.
show
Shows the current configuration.
CLI session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunne-
<text> = SSH user name.
<milliseconds> = timer value, in milliseconds.
ing.
validate certificate enable
Requires verification of the server certificate when connecting.
vip disable
Makes connections using the specified Address.
vip enable
Makes connections using the VIP name.
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanen t memory.
host 11 (tunnel-connect-host:1:11) level commands
address <text>
Sets the remote host to establish tunneling connections
<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.
show history Displays the last 20 commands entered during the current
tcp keep alive <milliseconds>
validate certificate disable Skips verification of the server certificate when connect-
Sets the remote port to use for connect mode tunneling.
ling connections
with other devices.
Enables TCP keep alive for connect mode tunneling and
sets the timer.
PremierWave XN Command Reference 87
with.
aes decrypt key text <text>
spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16
auto show statistics
show connection statistics
clrscrn
Clears the screen.
credentials <text>
Selects the RSA/DSA certificates by name for the SSL
client.
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
Removes the connect tunnel AES decrypt key.
no aes encrypt key
Removes the connect tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
no port
Removes the remote port used to establish tunnel connections.
no ssh username
Removes the SSH user name.
no tcp keep alive
Disables the connect mode TCP keep alive tim eout .
no vip name
Removes the VIP name.
port
<number> = number of the port to use.
protocol ssh
Uses SSH protocol for connect mode tunneling.
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
tunneling.
ling.
protocol udp
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode
tunneling.
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.
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
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
spaces.
Sets the remote port to use for connect mode tunneling.
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 tunne-
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
necting.
vip disable
Makes connections using the specified Address.
vip enable
Makes connections using the VIP name.
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanen t 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
which depends on the selected protocol.
exit
Exits to the configuration level.
host <number>
Change to config host level
name
<text> = name of the host.
no name
Clears the name of the host.
no remote address
Clears the remote address of the host.
no ssh username
Clears the SSH username associated with the host.
protocol ssh
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
<text> = IP address.
remote port
<number> = port to be used.
show
Displays the current configuration.
Displays the last 20 commands entered during the current
CLI session.
ssh username <text>
Sets the username for logging into the host via SSH.
write
Stores the current configuration in permanen t memory.
host 12 (tunnel-connect-host:2:12) level commands
address <text>
Sets the remote host to establish tunneling connections
<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
Each byte is represented by two adjacent hex digits.
ling connections
with other devices.
sets the timer.
validate certificate enable Requires verification of the server certificate when con-
<text>
show history
<number>
default value,
Sets the name of the host.
this host is
selected on the login connect menu.
Sets the remote port used to connect to the host.
<text> = username.
PremierWave XN Command Reference 89
with.
bytes.
5: Commands and Levels
spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16
spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
spaces.
auto show statistics
show connection statistics
clrscrn
Clears the screen.
credentials <text>
Selects the RSA/DSA certificates by name for the SSL
client.
default protocol
Restores the default protocol as "TCP".
alive timeout.
exit
Exits to the next higher level.
tunneling connections.
no aes decrypt key
Removes the connect tunnel AES decrypt key.
no aes encrypt key
Removes the connect tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
no port
Removes the remote port used to establish tunnel connections.
no ssh username
Removes the SSH user name.
no tcp keep alive
Disables the connect mode TCP keep alive tim eout .
no vip name
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.
protocol ssl
Uses SSL protocol for connect mode tunneling.
protocol tcp
Uses TCP protocol for connect mode tunneling.
Uses TCP protocol with AES encryption for connect mode
tunneling.
protocol telnet
Uses Telnet protocol (with IAC) for connect mode tunneling.
protocol udp
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode
tunneling.
show
Shows the current configuration.
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
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
aes encrypt key text <text>
default tcp keep alive Restores the default 45 second connect mode TCP keep
no address Removes the remote host address used to establish
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
protocol tcp aes
PremierWave XN Command Reference 90
5: Commands and Levels
CLI session.
show statistics
show connection statistics
ssh username
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
validate certificate enable
Requires verification of the server certificate when connecting.
vip disable
Makes connections using the specified Address.
vip enable
Makes connections using the VIP name.
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanen t memory.
host 12 (tunnel-connect-host:1:12) level commands
address <text>
Sets the remote host to establish tunneling connections
<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
spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16
spaces.
aes encrypt key
spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
auto show statistics
show connection statistics
clrscrn
Clears the screen.
credentials <text>
Selects the RSA/DSA certificates by name for the SSL
client.
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.
show history Displays the last 20 commands entered during the current
<text>
Sets the SSH user name for use when establishing tunneling connections
with other devices.
sets the timer.
with.
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
<hexadecimal>
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
PremierWave XN Command Reference 91
5: Commands and Levels
tunneling connections.
no aes decrypt key
Removes the connect tunnel AES decrypt key.
no aes encrypt key
Removes the connect tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
no port
Removes the remote port used to establish tunnel conno ssh username
Removes the SSH user name.
no tcp keep alive
Disables the connect mode TCP keep alive tim eout .
no vip name
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.
protocol ssl
Uses SSL protocol for connect mode tunneling.
protocol tcp
Uses TCP protocol for connect mode tunneling.
Uses TCP protocol with AES encryption for connect mode
tunneling.
protocol telnet
Uses Telnet protocol (with IAC) for connect mode tunneling.
protocol udp
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode
tunneling.
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 tunne-
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
necting.
vip disable
Makes connections using the specified Address.
vip enable
Makes connections using the VIP name.
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanen t 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
which depends on the selected protocol.
exit
Exits to the configuration level.
host <number>
Change to config host level
<text> = name of the host.
no name
Clears the name of the host.
no address Removes the remote host address used to establish
nections.
protocol tcp aes
ling connections
with other devices.
sets the timer.
validate certificate enable Requires verification of the server certificate when con-
default value,
name <text>
Sets the name of the host.
PremierWave XN Command Reference 92
no remote address
Clears the remote address of the host.
no ssh username
Clears the SSH username associated with the host.
protocol ssh
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
<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> = username.
write
Stores the current configuration in permanen t memory.
host 13 (tunnel-connect-host:2:13) level commands
address
<text> = IP address or host name of the remote host.
aes decrypt key
spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16
spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
spaces.
auto show statistics
show connection statistics
clrscrn
Clears the screen.
client.
default protocol
Restores the default protocol as "TCP".
alive timeout.
exit
Exits to the next higher level.
no address
Removes the remote host address used to establish
tunneling connections.
5: Commands and Levels
this host is
selected on the login connect menu.
<text>
<text>
<hexadecimal>
Sets the username for logging into the host via SSH.
Sets the remote host to establish tunneling connections
with.
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
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
aes encrypt key text <text>
credentials <text>
default tcp keep alive Restores the default 45 second connect mode TCP keep
PremierWave XN Command Reference 93
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
Selects the RSA/DSA certificates by name for the SSL
5: Commands and Levels
no aes decrypt key
Removes the connect tunnel AES decrypt key.
no aes encrypt key
Removes the connect tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
no port
Removes the remote port used to establish tunnel connections.
no ssh username
Removes the SSH user name.
no tcp keep alive
Disables the connect mode TCP keep alive tim eout .
no vip name
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.
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
tunneling.
ling.
protocol udp
Uses UDP protocol for connect mode tunneling.
Uses UDP protocol with AES encryption for connect mode
tunneling.
show
Shows the current configuration.
CLI session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunne-
<text> = SSH user name.
<milliseconds> = timer value, in milliseconds.
ing.
validate certificate enable
Requires verification of the server certificate when connecting.
vip disable
Makes connections using the specified Address.
vip enable
Makes connections using the VIP name.
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanen t memory.
host 13 (tunnel-connect-host:1:13) level commands
address <text>
Sets the remote host to establish tunneling connections
<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
show history Displays the last 20 commands entered during the current
ling connections
with other devices.
tcp keep alive <milliseconds>
validate certificate disable Skips verification of the server certificate when connect-
Enables TCP keep alive for connect mode tunneling and
sets the timer.
with.
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
aes decrypt key text <text>
PremierWave XN Command Reference 94
Sets the connect tunnel AES decrypt key with up to 16
bytes.
5: Commands and Levels
spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
auto show statistics
show connection statistics
clrscrn
Clears the screen.
credentials <text>
Selects the RSA/DSA certificates by name for the SSL
client.
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
Removes the connect tunnel AES decrypt key.
no aes encrypt key
Removes the connect tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
no port
Removes the remote port used to establish tunnel connections.
no ssh username
Removes the SSH user name.
no tcp keep alive
Disables the connect mode TCP keep alive tim eout .
no vip name
Removes the VIP name.
port
<number> = number of the port to use.
protocol ssh
Uses SSH protocol for connect mode tunneling.
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
tunneling.
ling.
protocol udp
Uses UDP protocol for connect mode tunneling.
protocol udp aes
Uses UDP protocol with AES encryption for connect mode
tunneling.
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 tunne-
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and
Note that quotes must enclose the value if it contains
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
Sets the remote port to use for connect mode tunneling.
ling connections
with other devices.
sets the timer.
<milliseconds> = timer value, in milliseconds.
validate certificate disable
Skips verification of the server certificate when connecting.
validate certificate enable
Requires verification of the server certificate when connecting.
vip disable
Makes connections using the specified Address.
vip enable
Makes connections using the VIP name.
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanen t 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
which depends on the selected protocol.
exit
Exits to the configuration level.
host <number>
Change to config host level
<text> = name of the host.
no name
Clears the name of the host.
no remote address
Clears the remote address of the host.
no ssh username
Clears the SSH username associated with the host.
protocol ssh
Sets the protocol to SSH.
protocol telnet
Sets the protocol to Telnet.
remote address
Sets the IP address of the remote host to connect to when
<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.
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 permanen t memory.
host 14 (tunnel-connect-host:2:14) level commands
address <text>
Sets the remote host to establish tunneling connections
<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
spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16
spaces.
default value,
5: Commands and Levels
name <text>
show history
Sets the name of the host.
<text>
this host is
selected on the login connect menu.
with.
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
PremierWave XN Command Reference 96
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
5: Commands and Levels
spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
auto show statistics
show connection statistics
clrscrn
Clears the screen.
client.
default protocol
Restores the default protocol as "TCP".
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.
no aes encrypt key
Removes the connect tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
nections.
no ssh username
Removes the SSH user name.
no tcp keep alive
Disables the connect mode TCP keep alive tim eout .
no vip name
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.
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
tunneling.
protocol telnet
Uses Telnet protocol (with IAC) for connect mode tunneling.
protocol udp
Uses UDP protocol for connect mode tunneling.
Uses UDP protocol with AES encryption for connect mode
tunneling.
show
Shows the current configuration.
CLI session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunne-
<text> = SSH user name.
<milliseconds> = timer value, in milliseconds.
aes encrypt key <hexadecimal>
credentials <text>
default tcp keep alive Restores the default 45 second connect mode TCP keep
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
Selects the RSA/DSA certificates by name for the SSL
no port Removes the remote port used to establish tunnel con-
protocol udp aes
show history Displays the last 20 commands entered during the current
ling connections
with other devices.
tcp keep alive <milliseconds>
PremierWave XN Command Reference 97
Enables TCP keep alive for connect mode tunneling and
sets the timer.
5: Commands and Levels
ing.
validate certificate enable
Requires verification of the server certificate when connecting.
vip disable
Makes connections using the specified Address.
vip enable
Makes connections using the VIP name.
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanen t memory.
host 14 (tunnel-connect-host:1:14) level commands
address <text>
Sets the remote host to establish tunneling connections
<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
spaces.
aes decrypt key text <text>
Sets the connect tunnel AES decrypt key with up to 16
spaces.
aes encrypt key <hexadecimal>
spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
auto show statistics
show connection statistics
clrscrn
Clears the screen.
credentials <text>
Selects the RSA/DSA certificates by name for the SSL
client.
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
Removes the connect tunnel AES decrypt key.
no aes encrypt key
Removes the connect tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
no port
Removes the remote port used to establish tunnel connections.
no ssh username
Removes the SSH user name.
no tcp keep alive
Disables the connect mode TCP keep alive tim eout .
validate certificate disable Skips verification of the server certificate when connect-
with.
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
PremierWave XN Command Reference 98
5: Commands and Levels
no vip name
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.
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
tunneling.
protocol telnet
Uses Telnet protocol (with IAC) for connect mode tunneling.
protocol udp
Uses UDP protocol for connect mode tunneling.
Uses UDP protocol with AES encryption for connect mode
tunneling.
show
Shows the current configuration.
CLI session.
show statistics
show connection statistics
ssh username <text>
Sets the SSH user name for use when establishing tunne-
<text> = SSH user name.
tcp keep alive <milliseconds>
Enables TCP keep alive for connect mode tunneling and
<milliseconds> = timer value, in milliseconds.
ing.
validate certificate enable
Requires verification of the server certificate when connecting.
vip disable
Makes connections using the specified Address.
vip enable
Makes connections using the VIP name.
vip name <text>
Sets the VIP name.
write
Stores the current configuration in permanen t memory.
host 14 (config-host:14) level commands
clrscrn
Clears the screen.
default protocol
Restores the default value of the protocol (Telnet).
which depends on the selected protocol.
exit
Exits to the configuration level.
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
Clears the remote address of the host.
no ssh username
Clears the SSH username associated with the host.
protocol ssh
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
<text> = IP address.
remote port <number>
Sets the remote port used to connect to the host.
protocol udp aes
show history Displays the last 20 commands entered during the current
ling connections
with other devices.
sets the timer.
validate certificate disable Skips verification of the server certificate when connect-
default remote port Sets the remote port (used to connect to the host) to the
default value,
PremierWave XN Command Reference 99
this host is
selected on the login connect menu.
5: Commands and Levels
<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 permanen t memory.
host 15 (tunnel-connect-host:2:15) level commands
address <text>
Sets the remote host to establish tunneling connections
<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
spaces.
aes decrypt key text
spaces.
aes encrypt key <hexadecimal>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
aes encrypt key text <text>
Sets the connect tunnel AES encrypt key with up to 16
spaces.
auto show statistics
show connection statistics
clrscrn
Clears the screen.
credentials <text>
Selects the RSA/DSA certificates by name for the SSL
client.
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.
tunneling connections.
no aes decrypt key
Removes the connect tunnel AES decrypt key.
no aes encrypt key
Removes the connect tunnel AES encrypt key.
no credentials
Clears the RSA/DSA certificate selec tion .
no port
Removes the remote port used to establish tunnel connections.
no ssh username
Removes the SSH user name.
no tcp keep alive
Disables the connect mode TCP keep alive tim eout .
no vip name
Removes the VIP name.
with.
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
<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
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
bytes.
Each byte is represented by a single character.
Note that quotes must enclose the value if it contains
no address Removes the remote host address used to establish
PremierWave XN Command Reference 100
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.