Lantronix Network Router 900 607 User Manual

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

Lance Industries Stereo System ADX 2400D User Manual
Lanier Printer Accessories FX 071 User Manual
Lexicon Stereo Amplifier 284 User Manual
Lincoln Electric Welder DC 1000 User Manual
Lopi Indoor Fireplace Clean Face Gas Fireplace User Manual
Lucent Technologies Power Supply 20DS User Manual
Lux Products Thermostat PSPLV512 User Manual
Lux Products Thermostat T10 1141 User Manual
Marmitek Home Security System DOORGUARD300TM User Manual
McCulloch Chainsaw 41BY66AR077 User Manual