Lantronix PremierWave XC Command Reference Manual

Lantronix PremierWave XC Command Reference Manual

Intelligent gateway
Hide thumbs Also See for PremierWave XC:

Advertisement

Quick Links

PremierWave XC
Intelligent Gateway
Command Reference
Part Number 900-599
Revision B May 2014

Advertisement

Table of Contents
loading

Summary of Contents for Lantronix PremierWave XC

  • Page 1 PremierWave XC Intelligent Gateway Command Reference Part Number 900-599 Revision B May 2014...
  • Page 2: Intellectual Property

    Intellectual Property © 2014 Lantronix, Inc. All rights reserved. No part of the contents of this book may be transmitted or reproduced in any form or by any means without the written permission of Lantronix. Lantronix and PremierWave are registered trademarks of Lantronix, Inc. in the United States and other countries.
  • Page 3: Table Of Contents

    Table of Contents Intellectual Property ________________________________________________________ 2 Contacts _________________________________________________________________ 2 Disclaimer ________________________________________________________________ 2 Revision History ___________________________________________________________ 2 List of Figures _____________________________________________________________ 4 List of Tables ______________________________________________________________ 5 1: About This Guide Chapter Summaries ________________________________________________________ 6 Conventions ______________________________________________________________ 6 Additional Documentation ____________________________________________________ 7 2: Overview XML Architecture and Device Control ___________________________________________ 8 Command Line Interface _____________________________________________________ 8...
  • Page 4: List Of Figures

    List of Figures Figure 3-2 CLI Level Hierarchy ______________________________________________________ 12 Figure 3-3 Login Level Commands ___________________________________________________ 13 Figure 3-4 Enable Level Commands__________________________________________________ 13 Figure 4-1 DTD for XCRs __________________________________________________________ 14 Figure 4-2 XML Example __________________________________________________________ 15 Figure 4-3 XML Example __________________________________________________________ 16 Figure 4-4 XML Example of Multiple Named Values _____________________________________ 16 Figure 4-5 XML Example of Multiple Items _____________________________________________ 17 Figure 4-6 XML Example with Multiple Groups__________________________________________ 17...
  • Page 5: List Of Tables

    List of Tables Table 3-1 Keyboard Shortcuts ______________________________________________________ 11 Table 4-7 XCR Groups ____________________________________________________________ 20 Table 4-8 XSR Group and Items ____________________________________________________ 35 Table 5-1 Commands and Levels ____________________________________________________ 52 PremierWave® XC Intelligent Gateway Command Reference...
  • Page 6: 1: About This Guide

    About This Guide This guide describes how to configure the PremierWave XC intelligent gateway using the Command Line Interface (CLI) and/or Extensible Markup Language (XML). CLI provides an interactive mode for accessing the device configuration and management interface. It is most suited for system and network administrators comfortable with using similar interfaces on Enterprise IT and Networking products.
  • Page 7: Additional Documentation

    Document Description PremierWave XC Intelligent Describes how to configure and use the PremierWave XC device. Gateway User Guide PremierWave XC Quick Start Instructions for getting the PremierWave XC up and running. Guide...
  • Page 8: 2: Overview

    Making the edge-to-enterprise vision a reality, the PremierWave XC intelligent gateway uses industry-standard tools for configuration, communication, and control. For example, the PremierWave XC device uses a command line interface (CLI) whose syntax is very similar to that used by data center equipment such as routers and hubs.
  • Page 9: 3: Command Line Interface

    2. Type cmd in the dialog box and press OK. 3. Type telnet x.x.x.x (x.x.x.x is the IP address) in a Windows/Linux command prompt. The PremierWave XC device is online when the command prompt (>) displays. You are at the root level of the CLI.
  • Page 10: Navigating The Cli Hierarchy

    3: Command Line Interface To configure the Lantronix locally using a serial port: 1. Connect a terminal or a PC running a terminal emulation program to one of the 's serial ports. 2. Configure the terminal to the following settings: 9600 baud ...
  • Page 11: Using Keyboard Shortcuts And Cli

    3: Command Line Interface Using Keyboard Shortcuts and CLI One useful shortcut built into PremierWave XC intelligent gateway 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.
  • Page 12: Figure 3-2 Cli Level Hierarchy

    3: Command Line Interface An overview of the levels in the PremierWave XC intelligent gateway is presented in Figure 3-2 CLI Level Hierarchy below. Figure 3-2 CLI Level Hierarchy digital input <number> (login) enable configure action state change eth0 link state change...
  • Page 13: Figure 3-4 Enable Level Commands

    <host> trace route <host> <protocol> enable > Note: To configure the PremierWave XC intelligent gateway, you must be in the enable level and any of its sub-levels. Figure 3-4 below shows the enable level commands. Figure 3-4 Enable Level Commands >enable...
  • Page 14: 4: Configuration Using Xml

    The PremierWave XC intelligent gateway provides an Extensible Markup Language (XML) interface that you can use to configure PremierWave XC devices. Every configuration setting that can be issued from the intelligent gateway Web Manager and CLI can be specified using XML.
  • Page 15: Quick Tour Of Xml Syntax

    <configgroup name = “serial command mode” instance = “1”> <configitem name = “mode serial string”> <value>disable</value> </configitem> </configgroup> </configrecord> The PremierWave XC device uses the attributes in the following subsections to label the group configuration settings. PremierWave® XC Intelligent Gateway Command Reference...
  • Page 16: Record, Group, Item, And Value Tags

    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.
  • Page 17: Figure 4-5 Xml Example Of Multiple Items

    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>...
  • Page 18: Importing And Exporting An Xml Configuration File

    On export (FTP get of pwxc.xcr), the FTP server obtains the current XCR from the PremierWave XC device and sends it as a file. On import (FTP put of pwxc_import.xcr), the FTP server processes the file by sending it directly to the XML engine.
  • Page 19: Exporting

    "tunnel accept:1" The following example exports only the connectmode tunneling settings for all ports to the file "tunnel_all.xcr" on the PremierWave XC filesystem: xcr export tunnel_all.xcr "tunnel connect" The following example imports only the settings for line2 from an XCR named "factory_config.xcr"...
  • Page 20: Xml Configuration Groups

    4: Configuration Using XML XML Configuration Groups Table 4-7 lists the PremierWave XC intelligent gateway 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".
  • Page 21 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information action http post connection <number> host (continued) connection <number> password connection <number> Default: 80 port connection <number> http, https Default: http protocol connection <number> connection <number> username mode sequential,...
  • Page 22 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information cellular interface state enable, disable default: enable ("Instance" attribute priority is “wwan0”) connection mode always on, on default: enable demand, shoulder tap idle timeout default: 5 minutes primary dns &#60;None&#62;, ...
  • Page 23 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information dhcp server state enable, disable default: disable start ip address default:192.168.0.20 end ip address default:192.168.0.254 lease time default: 24 hours static leases mac address ("Instance" attribute is ip address a number) diagnostics...
  • Page 24 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information gateway operating mode mac address filter firewall wan interface router ip address primary dns &#60;None&#62;, ... secondary dns &#60;None&#62;, ... port forwarding state &#60;None&#62;, ... ("Instance"...
  • Page 25 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information http server state enable, disable Default: enable port &#60;None&#62;, ... Default: 80 secure port &#60;None&#62;, ... Default: 443 secure protocols ssl3, tls1.0, tls1.1 May contain zero, one, or more of the values, separated by commas.
  • Page 26 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information interface bootp enable, disable Default: disable ("Instance" attribute dhcp enable, disable Default: enable is “eth0”) 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...
  • Page 27 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information line name ("Instance" attribute interface rs232, rs485 half- Default: is a number.) duplex, rs485 full- duplex, usb-cdc-acm termination enable, disable Default: disable state enable, disable Default: depends on instance protocol...
  • Page 28 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information relay (“Instance” latch enable, disable Default: disable attribute is a title number.) feed enable, disable Default: disable persist enable, disable Default: disable max entries Default: 100 serial command mode always, serial string,...
  • Page 29 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information snmp snmpd state version read community write community username security authentication protocol authentication password privacy protocol privacy password system contact system name system description system location traps community Default: public...
  • Page 30 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information ssh client delete known hosts enable, disable If enabled, deletes any existing hosts before adding "known host". known host delete name Specify the known host to delete.
  • Page 31 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information ssl (continued) credentials dsa private key Value is SECRET, (continued) hidden from user view. dsa private key type dsa private key pfx password trusted authority certificate ("Instance"...
  • Page 32 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information tunnel accept accept mode disable, always Default: always ("Instance" attribute start character Accepts a control is a number.) character, for example, &#60;control&#62;A represents control-A Default: <control>B flush start character enable, disable Default: enable...
  • Page 33 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information tunnel connect host address ("Instance" attribute is ("Instance" attribute port &#60;None&#62;, ... Default: <None> a number) is a number.) protocol tcp, udp, ssh, telnet, Default: tcp (continued) tcp aes, udp aes, ssl ssh username...
  • Page 34 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information tunnel packing packing mode disable, timeout, send Default: disable ("Instance" attribute character is a number.) timeout Default: 1000 milliseconds threshold Default: 512 bytes send character Accepts a control character, for example, &#60;control&#62;A...
  • Page 35: Xml Status Record Groups And Items

    Lantronix serial number 12 hex digits firmware version string in version format like 7.3.0.1R7 uptime elapsed time in format d days hh:mm:ss...
  • Page 36 4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values digital input state ("Instance" attribute is a number) email ("Instance" attribute success sent decimal number is "<decimal>") sent with retries decimal number failed decimal number queued decimal number email log ("Instance"...
  • Page 37 4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values icmp snmp InMsgs decimal number InErrors decimal number InDestUnreachs decimal number InTimeExcds decimal number InParmProbs decimal number InSrcQuenchs decimal number InRedirects decimal number InEchos decimal number InEchoReps decimal number InTimestamps decimal number...
  • Page 38 4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values interface ("Instance" default gateway status dotted notation attribute is "eth0") ip address dotted notation generic status linkup network mask dotted notation receive bytes decimal number packets decimal number errs decimal number drop...
  • Page 39 4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values ip (continued) netstat InNoRoutes decimal number InTruncatedPkts decimal number InMcastPkts decimal number OutMcastPkts decimal number InBcastPkts decimal number OutBcastPkts decimal number InOctets decimal number OutOctets decimal number InMcastOctets decimal number OutMcastOctets...
  • Page 40 4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values line (group nested within state enable or disable line above) protocol Tunnel or None. baud rate <decimal> bits per second parity None, Odd, or Even data bits 7 or 8 stop bits 1 or 2...
  • Page 41 4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values snmp RtoAlgorithm decimal number RtoMin decimal number RtoMax decimal number MaxConn decimal number ActiveOpens decimal number PassiveOpens decimal number AttemptFails decimal number EstabResets decimal number CurrEstab decimal number InSegs decimal number OutSegs...
  • Page 42 4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values tcp (continued) netstat (continued) TCPHPHitsToUser decimal number TCPPureAcks decimal number TCPHPAcks decimal number TCPRenoRecovery decimal number TCPSackRecovery decimal number TCPSACKReneging decimal number TCPFACKReorder decimal number TCPSACKReorder decimal number TCPRenoReorder decimal number TCPTSReorder...
  • Page 43 4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values tcp (continued) netstat (continued) TCPSpuriousRTOs decimal number TCPMD5NotFound decimal number TCPMD5Unexpected decimal number TCPSackShifted decimal number TCPSackMerged decimal number TCPSackShiftFallback decimal number TCPBacklogDrop decimal number TCPMinTTLDrop decimal number TCPDeferAcceptDrop decimal number IPReversePathFilter...
  • Page 44 4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values tunnel aggregate (continued) connect 13 connection time elapsed time in format d days hh:mm:ss ("Instance" attribute is a number.) (continued) connect 14 connection time elapsed time in format d days hh:mm:ss connect 15 connection time elapsed time in format d...
  • Page 45: 5: Commands And Levels

    5: Commands and Levels Commands and Levels Click the level in the tree structure and it will take you to the command list for that level. root · enable (enable) · configure (config) · action (config-action-select) · digital input 1 state change (config-action:digital input 1 state change) ·...
  • Page 46 5: Commands and Levels · gprs roaming (config-action-gprs_roaming:eth0 link state change) · http post (config-action-http_post:eth0 link state change) · connection 1 (config-action-http_post- connection:eth0 link state change:1) · connection 2 (config-action-http_post- connection:eth0 link state change:2) · relay (config-action-relay:eth0 link state change) ·...
  • Page 47 5: Commands and Levels · mac address filter 1 (config-mac_filter:1) · mac address filter 2 (config-mac_filter:2) · mac address filter 3 (config-mac_filter:3) · mac address filter 4 (config-mac_filter:4) · mac address filter 5 (config-mac_filter:5) · mac address filter 6 (config-mac_filter:6) ·...
  • Page 48 5: Commands and Levels · host 30 (config-host:30) · host 31 (config-host:31) · host 32 (config-host:32) · http (config-http) · icmp (config-icmp) · if 1 (config-if:eth0) · failover (config-ethernet-failover:eth0) · link (config-ethernet:eth0) · qos (config-ethernet-qos:eth0) · filter 1 (config-ethernet-qos-filter:eth0:1) · filter 2 (config-ethernet-qos-filter:eth0:2) ·...
  • Page 49 5: Commands and Levels · filter 10 (config-wwan-qos-filter:wwan0:10) · filter 11 (config-wwan-qos-filter:wwan0:11) · filter 12 (config-wwan-qos-filter:wwan0:12) · filter 13 (config-wwan-qos-filter:wwan0:13) · filter 14 (config-wwan-qos-filter:wwan0:14) · filter 15 (config-wwan-qos-filter:wwan0:15) · filter 16 (config-wwan-qos-filter:wwan0:16) · filter 17 (config-wwan-qos-filter:wwan0:17) · filter 18 (config-wwan-qos-filter:wwan0:18) ·...
  • Page 50 5: Commands and Levels · sms inbound sender 13 (config-sms-inbound- sms_inbound_senders:13) · sms inbound sender 14 (config-sms-inbound- sms_inbound_senders:14) · sms inbound sender 15 (config-sms-inbound- sms_inbound_senders:15) · sms inbound sender 16 (config-sms-inbound- sms_inbound_senders:16) · sms inbound sender 17 (config-sms-inbound- sms_inbound_senders:17) · sms inbound sender 18 (config-sms-inbound- sms_inbound_senders:18) ·...
  • Page 51 5: Commands and Levels · filesystem (filesystem) · line 1 (line:1) · line 2 (line:2) · ssh (ssh) · client (ssh-client) · server (ssh-server) · ssl (ssl) · credentials (ssl-credentials) · trusted authorities (ssl-auth) · tunnel 1 (tunnel:1) · accept (tunnel-accept:1) ·...
  • Page 52: Table 5-1 Commands And Levels

    5: Commands and Levels · disconnect (tunnel-disconnect:2) · modem (tunnel-modem:2) · packing (tunnel-packing:2) · serial (tunnel-serial:2) · xml (xml) 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 corre-...
  • Page 53 5: Commands and Levels credentials <text> Selects the RSA/DSA certificates by name for the SSL server. default accept mode Restores the default accept mode as "always". default local port Uses the default port number as the local port for accept mode tunneling.
  • Page 54 5: Commands and Levels start character <control> Sets the accept mode start character. The character may be input as text, control, decimal, or hex. A control charac- ter has the form <control>C. A decimal value character has the form \99. A hex value character has the form 0xFF.
  • Page 55 5: Commands and Levels default accept mode Restores the default accept mode as "always". 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.
  • Page 56 5: Commands and Levels 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 millisec- onds. write Stores the current configuration in permanent memory.
  • Page 57 5: Commands and Levels no pin Clears the PIN. no puk Clears the PUK. pin <text> Sets the PIN. <text> = PIN. pin lock disable Disables PIN lock. pin lock enable Enables PIN lock. puk <text> Sets the PUK. <text> = PUK. show Displays the current configuration.
  • Page 58 5: Commands and Levels delete user <username> Delete the named user exit Exits to the ssh level. known host <server> Set known host RSA or DSA key no known host <server> dsa Remove known host DSA key no known host <server> rsa Remove known host RSA key no user <username>...
  • Page 59 5: Commands and Levels status. cellular Enters the cellular level. Change to menu level for CLI configuration and status clock Change to menu level for Clock configuration and status clrscrn Clears the screen. ddns Enters the ddns level. diagnostics Enters the diagnostics level. digital inputs Enters the Digital Input level.
  • Page 60 5: Commands and Levels 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 correspond- ing line (serial port). connect mode disable Disables connect mode tunneling.
  • Page 61 5: Commands and Levels 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.
  • Page 62 5: Commands and Levels 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 Enables forwarding of the connect start character into the network.
  • Page 63 5: Commands and Levels port <number> Sets the Port number which HTTP server is listening to. protocol http Selects HTTP Protocol. protocol https Selects HTTPS Protocol. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session.
  • Page 64 5: Commands and Levels protocol https Selects HTTPS Protocol. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. url <text> Sets HTTP request URL following IP address or host- name. username <text> Sets the Username used to logon to HTTP server.
  • Page 65 5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. url <text> Sets HTTP request URL following IP address or host- name. username <text> Sets the Username used to logon to HTTP server. write Stores the current configuration in permanent memory.
  • Page 66 5: Commands and Levels url <text> Sets HTTP request URL following IP address or host- name. username <text> Sets the Username used to logon to HTTP server. write Stores the current configuration in permanent memory. connection 1 (config-action-ftp_put-connection:digital input 1 state change:1) level commands clrscrn Clears the screen.
  • Page 67 5: Commands and Levels username <text> Sets the Username used to logon to HTTP server. write Stores the current configuration in permanent memory. connection 2 (config-action-ftp_put-connection:wwan0 link state change:2) level commands clrscrn Clears the screen. default filename Sets default FTP remote Filename. default port Sets default Port number.
  • Page 68 5: Commands and Levels connection 2 (config-action-ftp_put-connection:eth0 link state change:2) level commands clrscrn Clears the screen. default filename Sets default FTP remote Filename. default port Sets default Port number. default protocol Sets default FTP Protocol. default username Sets default Username. exit Exits to the next higher level.
  • Page 69 5: Commands and Levels default filename Sets default FTP remote Filename. default port Sets default Port number. default protocol Sets default FTP Protocol. default username Sets default Username. exit Exits to the next higher level. filename <text> Sets FTP remote Filename. host <text>...
  • Page 70 5: Commands and Levels default protocol Sets default FTP Protocol. default username Sets default Username. exit Exits to the next higher level. filename <text> Sets FTP remote Filename. host <text> Sets FTP server IP address or hostname to be connected no host Clears FTP server IP address or hostname.
  • Page 71 5: Commands and Levels username <text> Sets the DDNS account user name. write Stores the current configuration in permanent memory. device (device) level commands auto show tlog Continuously displays the internal trouble log. clrscrn Clears the screen. exit Exit to the enable level. show Show system information show hardware information...
  • Page 72 5: Commands and Levels default normal state Restores the default value to normal state of digital input (Low). digital input <number> Change to config digital input instance level exit Exits to the config-digital-input level. no title Restores the default title of Digital Input N, where N is the digital input number.
  • Page 73 5: Commands and Levels show status Displays status. title <text> Customize how the digital input status will appear in the CLI, Web Manager, and XML status. write Stores the current configuration in permanent memory. digital input 2 state change (config-action:digital input 2 state change) level commands clrscrn Clears the screen.
  • Page 74 5: Commands and Levels 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.
  • Page 75 5: Commands and Levels state disable Disables the Query Port server. state enable Enables the Query Port server. upnp port <number> Sets the port number the UPnP server will use. <number> = port number. upnp state disable Disables the UPnP server. upnp state enable Enables the UPnP server.
  • Page 76 5: Commands and Levels alarm message <text> Sets the email message to be sent when the alarm turns alarm reminder interval <minutes> Sets the time interval that messages will be sent while the alarm remains on. clrscrn Clears the screen. default alarm email Specifies no email when the alarm turns on.
  • Page 77 5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. write Stores the current configuration in permanent memory. email (config-action-email:digital input 1 state change) level commands alarm email email <number> Specifies the email number to send when the alarm turns alarm email none Specifies no email when the alarm turns on.
  • Page 78 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. priority high Sets X-Priority for email alerts to 2 (high). priority low Sets X-Priority for email alerts to 4 (low).
  • Page 79 5: Commands and Levels priority very low Sets X-Priority for email alerts to 5 (very low). reply to <text> Sets the Reply To address for email alerts. <text> = email address to place in the Reply To field of the email alert. send Sends an email using the current settings.
  • Page 80 5: Commands and Levels show statistics Displays email statistics. subject <text> Sets the Subject for email alerts. <text> = text to placed as the subject. to <text> Sets To addresses for email alerts. <text> = a quoted, semicolon separated list of email addresses. write Stores the current configuration in permanent memory.
  • Page 81 5: Commands and Levels cc <text> Sets Cc addresses for email alerts. <text> = a quoted, semicolon separated list of email addresses. clear log Clears all entries from the mail log. clear mail counters Sets the email counters to zero. clrscrn Clears the screen.
  • Page 82 5: Commands and Levels 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. no clear mail counters Restores the email counters to the aggregate values.
  • Page 83 5: Commands and Levels no subject Removes subject used for email alerts. no to Removes the To addresses for email alerts. priority high Sets X-Priority for email alerts to 2 (high). priority low Sets X-Priority for email alerts to 4 (low). priority normal Sets X-Priority for email alerts to 3 (normal).
  • Page 84 5: Commands and Levels reply to <text> Sets the Reply To address for email alerts. <text> = email address to place in the Reply To field of the email alert. send Sends an email using the current settings. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session.
  • Page 85 5: Commands and Levels subject <text> Sets the Subject for email alerts. <text> = text to placed as the subject. to <text> Sets To addresses for email alerts. <text> = a quoted, semicolon separated list of email addresses. write Stores the current configuration in permanent memory. email 3 (email:3) level commands auto show statistics Continuously displays email statistics.
  • Page 86 5: Commands and Levels semicolon separated list of email addresses. clear log Clears all entries from the mail log. clear mail counters Sets the email counters to zero. clrscrn Clears the screen. default priority Sets X-Priority for email alerts to 3 (normal). email <number>...
  • Page 87 5: Commands and Levels 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. no clear mail counters Restores the email counters to the aggregate values.
  • Page 88 5: Commands and Levels no subject Removes subject used for email alerts. no to Removes the To addresses for email alerts. priority high Sets X-Priority for email alerts to 2 (high). priority low Sets X-Priority for email alerts to 4 (low). priority normal Sets X-Priority for email alerts to 3 (normal).
  • Page 89 5: Commands and Levels reply to <text> Sets the Reply To address for email alerts. <text> = email address to place in the Reply To field of the email alert. send Sends an email using the current settings. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session.
  • Page 90 5: Commands and Levels subject <text> Sets the Subject for email alerts. <text> = text to placed as the subject. to <text> Sets To addresses for email alerts. <text> = a quoted, semicolon separated list of email addresses. write Stores the current configuration in permanent memory. email 9 (email:9) level commands auto show statistics Continuously displays email statistics.
  • Page 91 5: Commands and Levels clrscrn Clears the screen. configure Enters the configuration level. connect Show name and number for lines. connect line <line> Begin session on serial port. device Enters the device level. disable Exits the enable level. Enters the DNS level. email <number>...
  • Page 92 5: Commands and Levels eth0 link state change (config-action:eth0 link state change) level commands clrscrn Clears the screen. default delay Resets alarm processing delay to its default value. delay <seconds> Sets the delay in processing the alarm. Alarm actions will not be executed if the cause is corrected within this time.
  • Page 93 5: Commands and Levels write Stores the current configuration in permanent memory. filesystem (filesystem) level commands cat <file> Show the contents of a file cd <directory> Change the current directory to the specified directory clrscrn Clears the screen. cp <source file> <destination file> Copy an existing file dump <file>...
  • Page 94 5: Commands and Levels priority excellent effort Sets the priority to Excellent Effort. Bandwidth allocated is 10%-100%. priority internetwork control Sets the priority to Internetwork Control. Bandwidth allo- cated is 5%-100%. priority network control Sets the priority to Network Control. Bandwidth allocated is 5%-100%.
  • Page 95 5: Commands and Levels clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort). exit Exits to the next higher level. mac address <hexadecimal> Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC"...
  • Page 96 5: Commands and Levels 5%-100%. priority best effort Sets the priority to Best Effort. Bandwidth allocated is 10%-100%. priority critical applications Sets the priority to Critical Applications. Bandwidth allo- cated is 15%-100%. priority excellent effort Sets the priority to Excellent Effort. Bandwidth allocated is 10%-100%.
  • Page 97 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. filter 11 (config-ethernet-qos-filter:eth0:11) level commands clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort).
  • Page 98 5: Commands and Levels no mac address Removes the filter MAC Address. no network Removes the filter Network. no ports Removes the filter Port. ports <text> Sets the filter Port. priority background Sets the priority to Background. Bandwidth allocated is 5%-100%.
  • Page 99 5: Commands and Levels priority network control Sets the priority to Network Control. Bandwidth allocated is 5%-100%. priority video Sets the priority to Video. Bandwidth allocated is 20%- 100%. priority voice Sets the priority to Voice. Bandwidth allocated is 30%- 100%.
  • Page 100 5: Commands and Levels mac address <hexadecimal> Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must en- close the value if it contains spaces.
  • Page 101 5: Commands and Levels cated is 15%-100%. priority excellent effort Sets the priority to Excellent Effort. Bandwidth allocated is 10%-100%. priority internetwork control Sets the priority to Internetwork Control. Bandwidth allo- cated is 5%-100%. priority network control Sets the priority to Network Control. Bandwidth allocated is 5%-100%.
  • Page 102 5: Commands and Levels filter 15 (config-wwan-qos-filter:wwan0:15) level commands clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort). exit Exits to the next higher level. mac address <hexadecimal> Sets the filter MAC Address. Each byte is represented by two adjacent hex digits.
  • Page 103 5: Commands and Levels priority background Sets the priority to Background. Bandwidth allocated is 5%-100%. priority best effort Sets the priority to Best Effort. Bandwidth allocated is 10%-100%. priority critical applications Sets the priority to Critical Applications. Bandwidth allo- cated is 15%-100%. priority excellent effort Sets the priority to Excellent Effort.
  • Page 104 5: Commands and Levels 100%. 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. filter 16 (config-ethernet-qos-filter:eth0:16) level commands clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort).
  • Page 105 5: Commands and Levels network <text> Sets the filter Network. no mac address Removes the filter MAC Address. no network Removes the filter Network. no ports Removes the filter Port. ports <text> Sets the filter Port. priority background Sets the priority to Background. Bandwidth allocated is 5%-100%.
  • Page 106 5: Commands and Levels cated is 5%-100%. priority network control Sets the priority to Network Control. Bandwidth allocated is 5%-100%. priority video Sets the priority to Video. Bandwidth allocated is 20%- 100%. priority voice Sets the priority to Voice. Bandwidth allocated is 30%- 100%.
  • Page 107 5: Commands and Levels exit Exits to the next higher level. mac address <hexadecimal> Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must en- close the value if it contains spaces.
  • Page 108 5: Commands and Levels priority critical applications Sets the priority to Critical Applications. Bandwidth allo- cated is 15%-100%. priority excellent effort Sets the priority to Excellent Effort. Bandwidth allocated is 10%-100%. priority internetwork control Sets the priority to Internetwork Control. Bandwidth allo- cated is 5%-100%.
  • Page 109 5: Commands and Levels write Stores the current configuration in permanent memory. filter 2 (config-wwan-qos-filter:wwan0:2) level commands clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort). exit Exits to the next higher level. mac address <hexadecimal> Sets the filter MAC Address.
  • Page 110 5: Commands and Levels ports <text> Sets the filter Port. priority background Sets the priority to Background. Bandwidth allocated is 5%-100%. priority best effort Sets the priority to Best Effort. Bandwidth allocated is 10%-100%. priority critical applications Sets the priority to Critical Applications. Bandwidth allo- cated is 15%-100%.
  • Page 111 5: Commands and Levels priority voice Sets the priority to Voice. Bandwidth allocated is 30%- 100%. 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. filter 20 (config-ethernet-qos-filter:eth0:20) level commands clrscrn Clears the screen.
  • Page 112 5: Commands and Levels network <text> Sets the filter Network. no mac address Removes the filter MAC Address. no network Removes the filter Network. no ports Removes the filter Port. ports <text> Sets the filter Port. priority background Sets the priority to Background. Bandwidth allocated is 5%-100%.
  • Page 113 5: Commands and Levels cated is 5%-100%. priority network control Sets the priority to Network Control. Bandwidth allocated is 5%-100%. priority video Sets the priority to Video. Bandwidth allocated is 20%- 100%. priority voice Sets the priority to Voice. Bandwidth allocated is 30%- 100%.
  • Page 114 5: Commands and Levels exit Exits to the next higher level. mac address <hexadecimal> Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must en- close the value if it contains spaces.
  • Page 115 5: Commands and Levels priority critical applications Sets the priority to Critical Applications. Bandwidth allo- cated is 15%-100%. priority excellent effort Sets the priority to Excellent Effort. Bandwidth allocated is 10%-100%. priority internetwork control Sets the priority to Internetwork Control. Bandwidth allo- cated is 5%-100%.
  • Page 116 5: Commands and Levels write Stores the current configuration in permanent memory. filter 24 (config-wwan-qos-filter:wwan0:24) level commands clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort). exit Exits to the next higher level. mac address <hexadecimal> Sets the filter MAC Address.
  • Page 117 5: Commands and Levels ports <text> Sets the filter Port. priority background Sets the priority to Background. Bandwidth allocated is 5%-100%. priority best effort Sets the priority to Best Effort. Bandwidth allocated is 10%-100%. priority critical applications Sets the priority to Critical Applications. Bandwidth allo- cated is 15%-100%.
  • Page 118 5: Commands and Levels priority voice Sets the priority to Voice. Bandwidth allocated is 30%- 100%. 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. filter 25 (config-ethernet-qos-filter:eth0:25) level commands clrscrn Clears the screen.
  • Page 119 5: Commands and Levels network <text> Sets the filter Network. no mac address Removes the filter MAC Address. no network Removes the filter Network. no ports Removes the filter Port. ports <text> Sets the filter Port. priority background Sets the priority to Background. Bandwidth allocated is 5%-100%.
  • Page 120 5: Commands and Levels cated is 5%-100%. priority network control Sets the priority to Network Control. Bandwidth allocated is 5%-100%. priority video Sets the priority to Video. Bandwidth allocated is 20%- 100%. priority voice Sets the priority to Voice. Bandwidth allocated is 30%- 100%.
  • Page 121 5: Commands and Levels exit Exits to the next higher level. mac address <hexadecimal> Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must en- close the value if it contains spaces.
  • Page 122 5: Commands and Levels priority critical applications Sets the priority to Critical Applications. Bandwidth allo- cated is 15%-100%. priority excellent effort Sets the priority to Excellent Effort. Bandwidth allocated is 10%-100%. priority internetwork control Sets the priority to Internetwork Control. Bandwidth allo- cated is 5%-100%.
  • Page 123 5: Commands and Levels write Stores the current configuration in permanent memory. filter 29 (config-wwan-qos-filter:wwan0:29) level commands clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort). exit Exits to the next higher level. mac address <hexadecimal> Sets the filter MAC Address.
  • Page 124 5: Commands and Levels ports <text> Sets the filter Port. priority background Sets the priority to Background. Bandwidth allocated is 5%-100%. priority best effort Sets the priority to Best Effort. Bandwidth allocated is 10%-100%. priority critical applications Sets the priority to Critical Applications. Bandwidth allo- cated is 15%-100%.
  • Page 125 5: Commands and Levels priority voice Sets the priority to Voice. Bandwidth allocated is 30%- 100%. 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. filter 3 (config-ethernet-qos-filter:eth0:3) level commands clrscrn Clears the screen.
  • Page 126 5: Commands and Levels network <text> Sets the filter Network. no mac address Removes the filter MAC Address. no network Removes the filter Network. no ports Removes the filter Port. ports <text> Sets the filter Port. priority background Sets the priority to Background. Bandwidth allocated is 5%-100%.
  • Page 127 5: Commands and Levels cated is 5%-100%. priority network control Sets the priority to Network Control. Bandwidth allocated is 5%-100%. priority video Sets the priority to Video. Bandwidth allocated is 20%- 100%. priority voice Sets the priority to Voice. Bandwidth allocated is 30%- 100%.
  • Page 128 5: Commands and Levels exit Exits to the next higher level. mac address <hexadecimal> Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must en- close the value if it contains spaces.
  • Page 129 5: Commands and Levels priority critical applications Sets the priority to Critical Applications. Bandwidth allo- cated is 15%-100%. priority excellent effort Sets the priority to Excellent Effort. Bandwidth allocated is 10%-100%. priority internetwork control Sets the priority to Internetwork Control. Bandwidth allo- cated is 5%-100%.
  • Page 130 5: Commands and Levels write Stores the current configuration in permanent memory. filter 4 (config-wwan-qos-filter:wwan0:4) level commands clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort). exit Exits to the next higher level. mac address <hexadecimal> Sets the filter MAC Address.
  • Page 131 5: Commands and Levels ports <text> Sets the filter Port. priority background Sets the priority to Background. Bandwidth allocated is 5%-100%. priority best effort Sets the priority to Best Effort. Bandwidth allocated is 10%-100%. priority critical applications Sets the priority to Critical Applications. Bandwidth allo- cated is 15%-100%.
  • Page 132 5: Commands and Levels priority voice Sets the priority to Voice. Bandwidth allocated is 30%- 100%. 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. filter 5 (config-ethernet-qos-filter:eth0:5) level commands clrscrn Clears the screen.
  • Page 133 5: Commands and Levels network <text> Sets the filter Network. no mac address Removes the filter MAC Address. no network Removes the filter Network. no ports Removes the filter Port. ports <text> Sets the filter Port. priority background Sets the priority to Background. Bandwidth allocated is 5%-100%.
  • Page 134 5: Commands and Levels cated is 5%-100%. priority network control Sets the priority to Network Control. Bandwidth allocated is 5%-100%. priority video Sets the priority to Video. Bandwidth allocated is 20%- 100%. priority voice Sets the priority to Voice. Bandwidth allocated is 30%- 100%.
  • Page 135 5: Commands and Levels exit Exits to the next higher level. mac address <hexadecimal> Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must en- close the value if it contains spaces.
  • Page 136 5: Commands and Levels priority critical applications Sets the priority to Critical Applications. Bandwidth allo- cated is 15%-100%. priority excellent effort Sets the priority to Excellent Effort. Bandwidth allocated is 10%-100%. priority internetwork control Sets the priority to Internetwork Control. Bandwidth allo- cated is 5%-100%.
  • Page 137 5: Commands and Levels write Stores the current configuration in permanent memory. filter 9 (config-wwan-qos-filter:wwan0:9) level commands clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort). exit Exits to the next higher level. mac address <hexadecimal> Sets the filter MAC Address.
  • Page 138 5: Commands and Levels ports <text> Sets the filter Port. priority background Sets the priority to Background. Bandwidth allocated is 5%-100%. priority best effort Sets the priority to Best Effort. Bandwidth allocated is 10%-100%. priority critical applications Sets the priority to Critical Applications. Bandwidth allo- cated is 15%-100%.
  • Page 139 5: Commands and Levels ftp put (config-action-ftp_put:eth0 link state change) level commands clrscrn Clears the screen. connection <instance> Enters the next lower level. Specify the instance for the next lower level. default mode Sets default of simultaneous connection mode. exit Exits to the next higher level.
  • Page 140 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. gateway (config-gateway) level commands add forwarding rule <start port> <end port> <protocol> Add a forwarding rule without a name.
  • Page 141 5: Commands and Levels "192.168.1.1 255.255.255.0" (explicit mask) secondary dns <IP address> Sets the IP address of the secondary DNS server. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. show routing table Show current routing table.
  • Page 142 5: Commands and Levels clrscrn Clears the screen. default state Sets default GPRS roaming state. exit Exits to the next higher level. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. state disabled Disables GPRS roaming.
  • Page 143 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 Uses SSH protocol for connect mode tunneling. protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling.
  • Page 144 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.
  • Page 145 5: Commands and Levels host <number> Change to config host level name <text> Sets the name of the host. <text> = name of the host. no name Clears the name of the host. no remote address Clears the remote address of the host. no ssh username Clears the SSH username associated with the host.
  • Page 146 5: Commands and Levels no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection. no port Removes the remote port used to establish tunnel con- nections.
  • Page 147 5: Commands and Levels punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it con- tains spaces. aes encrypt key text <text> Sets the connect tunnel AES encrypt key with up to 16 bytes.
  • Page 148 5: Commands and Levels necting. 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, which depends on the selected protocol.
  • Page 149 5: Commands and Levels clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout.
  • Page 150 5: Commands and Levels its. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it con- tains spaces. aes decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes.
  • Page 151 5: Commands and Levels show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tun- neling connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer.
  • Page 152 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 dig- its. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it con- tains spaces.
  • Page 153 5: Commands and Levels validate certificate disable Skips verification of the server certificate when connect- ing. validate certificate enable Requires verification of the server certificate when con- necting. write Stores the current configuration in permanent memory. host 12 (tunnel-connect-host:1:12) level commands address <text>...
  • Page 154 5: Commands and Levels protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunnel- ing. protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling.
  • Page 155 5: Commands and Levels 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 dig- its.
  • Page 156 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 tun- neling connections with other devices.
  • Page 157 5: Commands and Levels no port Removes the remote port used to establish tunnel con- nections. no ssh username Removes the SSH user name. no tcp keep alive Disables the connect mode TCP keep alive timeout. port <number> Sets the remote port to use for connect mode tunneling. <number>...
  • Page 158 5: Commands and Levels ber> = 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>...
  • Page 159 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 tunnel- ing.
  • Page 160 5: Commands and Levels default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout. exit Exits to the next higher level. no address Removes the remote host address used to establish tun- neling connections. no aes decrypt key Removes the connect tunnel AES decrypt key.
  • Page 161 5: Commands and Levels no remote address Clears the remote address of the host. no ssh username Clears the SSH username associated with the host. protocol ssh Sets the protocol to SSH. protocol telnet Sets the protocol to Telnet. remote address <text> Sets the IP address of the remote host to connect to when this host is selected on the login connect menu.
  • Page 162 5: Commands and Levels no port Removes the remote port used to establish tunnel con- nections. no ssh username Removes the SSH user name. no tcp keep alive Disables the connect mode TCP keep alive timeout. port <number> Sets the remote port to use for connect mode tunneling. <number>...
  • Page 163 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 show connection statistics clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL client.
  • Page 164 5: Commands and Levels 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.
  • Page 165 5: Commands and Levels default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout. exit Exits to the next higher level. no address Removes the remote host address used to establish tun- neling connections.
  • Page 166 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>...
  • Page 167 5: Commands and Levels tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = timer value, in millisec- onds. validate certificate disable Skips verification of the server certificate when connect- ing. validate certificate enable Requires verification of the server certificate when con- necting.
  • Page 168 5: Commands and Levels IP address. remote port <number> Sets the remote port used to connect to the host. <num- ber> = port to be used. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session.
  • Page 169 5: Commands and Levels 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. <num- ber>...
  • Page 170 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 Uses SSH protocol for connect mode tunneling. protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling.
  • Page 171 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.
  • Page 172 5: Commands and Levels host <number> Change to config host level name <text> Sets the name of the host. <text> = name of the host. no name Clears the name of the host. no remote address Clears the remote address of the host. no ssh username Clears the SSH username associated with the host.
  • Page 173 5: Commands and Levels exit Exits to the configuration level. host <number> Change to config host level name <text> Sets the name of the host. <text> = name of the host. no name Clears the name of the host. no remote address Clears the remote address of the host.
  • Page 174 5: Commands and Levels default remote port Sets the remote port (used to connect to the host) to the default value, which depends on the selected protocol. exit Exits to the configuration level. host <number> Change to config host level name <text>...
  • Page 175 5: Commands and Levels default protocol Restores the default value of the protocol (Telnet). default remote port Sets the remote port (used to connect to the host) to the default value, which depends on the selected protocol. exit Exits to the configuration level. host <number>...
  • Page 176 5: Commands and Levels 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.
  • Page 177 5: Commands and Levels 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.
  • Page 178 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 tun- neling connections.
  • Page 179 5: Commands and Levels tains 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.
  • Page 180 5: Commands and Levels neling 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 millisec- onds. validate certificate disable Skips verification of the server certificate when connect- ing.
  • Page 181 5: Commands and Levels 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. <num- ber>...
  • Page 182 5: Commands and Levels 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.
  • Page 183 5: Commands and Levels no tcp keep alive Disables the connect mode TCP keep alive timeout. port <number> Sets the remote port to use for connect mode tunneling. <number> = number of the port to use. protocol ssh Uses SSH protocol for connect mode tunneling. protocol ssl Uses SSL protocol for connect mode tunneling.
  • Page 184 5: Commands and Levels clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout.
  • Page 185 5: Commands and Levels exit Exits to the configuration level. host <number> Change to config host level name <text> Sets the name of the host. <text> = name of the host. no name Clears the name of the host. no remote address Clears the remote address of the host.
  • Page 186 5: Commands and Levels no address Removes the remote host address used to establish tun- neling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
  • Page 187 5: Commands and Levels bytes. Each byte is represented by two adjacent hex dig- its. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it con- tains spaces.
  • Page 188 5: Commands and Levels ing. validate certificate enable Requires verification of the server certificate when con- necting. 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.
  • Page 189 5: Commands and Levels spaces. auto show statistics show connection statistics clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout.
  • Page 190 5: Commands and Levels aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex dig- its. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it con- tains spaces.
  • Page 191 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 tun- neling connections with other devices. <text> = SSH user name.
  • Page 192 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 dig- its.
  • Page 193 5: Commands and Levels sets the timer. <milliseconds> = timer value, in millisec- onds. validate certificate disable Skips verification of the server certificate when connect- ing. validate certificate enable Requires verification of the server certificate when con- necting. write Stores the current configuration in permanent memory. host 7 (tunnel-connect-host:1:7) level commands address <text>...
  • Page 194 5: Commands and Levels 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 tunnel- ing. protocol udp Uses UDP protocol for connect mode tunneling.
  • Page 195 5: Commands and Levels address <text> Sets the remote host to establish tunneling connections with. <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes.
  • Page 196 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 tun- neling connections with other devices.
  • Page 197 5: Commands and Levels no port Removes the remote port used to establish tunnel con- nections. no ssh username Removes the SSH user name. no tcp keep alive Disables the connect mode TCP keep alive timeout. port <number> Sets the remote port to use for connect mode tunneling. <number>...
  • Page 198 5: Commands and Levels ber> = 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>...
  • Page 199 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 tunnel- ing.
  • Page 200 5: Commands and Levels default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout. exit Exits to the next higher level. no address Removes the remote host address used to establish tun- neling connections. no aes decrypt key Removes the connect tunnel AES decrypt key.
  • Page 201 5: Commands and Levels no remote address Clears the remote address of the host. no ssh username Clears the SSH username associated with the host. protocol ssh Sets the protocol to SSH. protocol telnet Sets the protocol to Telnet. remote address <text> Sets the IP address of the remote host to connect to when this host is selected on the login connect menu.
  • Page 202 5: Commands and Levels 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...
  • Page 203 5: Commands and Levels exit Exits to the next higher level. mode sequential Sets sequential mode; will stop after first connection that goes through. mode simultaneous Sets simultaneous mode; will make all possible connec- tions. no reminder interval Clears the HTTP Post reminder interval. HTTP Post is sent once only.
  • Page 204 5: Commands and Levels clrscrn Clears the screen. connection <instance> Enters the next lower level. Specify the instance for the next lower level. default mode Sets default of simultaneous connection mode. exit Exits to the next higher level. mode sequential Sets sequential mode;...
  • Page 205 5: Commands and Levels mtu <bytes> Sets the Maximum Transmission Unit (MTU) size. no default gateway Clears the default gateway. no dhcp client id Clears the DHCP client ID. no domain Clears the domain name. no hostname Clears the host name. no ip address Clears the IP address.
  • Page 206 5: Commands and Levels state enable Enables the interface. write Stores the current configuration in permanent memory. inbound (config-sms-inbound) level commands clrscrn Clears the screen. delete all sms inbound senders Deletes all whitelist entries. delete sms inbound sender <instance> Deletes an entry from the whitelist table. <instance> = index of the entry being removed.
  • Page 207 5: Commands and Levels command mode signon message <string> Sets a sign-on message that is sent from the serial port when the device boots and when the line is in command mode. <string> = text with possible binary characters. Within [] use binary decimal up to 255 or hex up to 0xFF. command mode wait time <milliseconds>...
  • Page 208 5: Commands and Levels reassert Asserts line status with current configured values. show Displays the current status. show command mode Shows the command mode settings for the current line. show history Displays the last 20 commands entered during the current CLI session.
  • Page 209 5: Commands and Levels 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.
  • Page 210 5: Commands and Levels protocol none Uses no protocol on the line. protocol tunnel Applies tunnel protocol on the line. reassert Asserts line status with current configured values. show Displays the current status. show command mode Shows the command mode settings for the current line. show history Displays the last 20 commands entered during the current CLI session.
  • Page 211 5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. show status Show link status username <text> Sets the username. <text> = username. write Stores the current configuration in permanent memory. link (config-ethernet:eth0) level commands clrscrn Clears the screen.
  • Page 212 5: Commands and Levels mac address filter <number> Change to config mac filter level. no mac address Removes the filter MAC Address. 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.
  • Page 213 5: Commands and Levels mac address <hexadecimal> Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must en- close the value if it contains spaces.
  • Page 214 5: Commands and Levels clrscrn Clears the screen. default action Restores the default value of action (ACCEPT). exit Exits to the config-gateway level. mac address <hexadecimal> Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC"...
  • Page 215 5: Commands and Levels error unknown commands enable Returns an error upon unknown AT commands. exit Returns to the tunnel level. incoming connection automatic Automatically answer incoming network connections. incoming connection disabled Disable incoming network connections. incoming connection manual Wait for an ATA command before answering an incoming network connection.
  • Page 216 5: Commands and Levels response type text Uses text type responses. show 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 Does not send Modem Response Codes. verbose response enable Sends Modem Response Codes out on the Serial Line.
  • Page 217 5: Commands and Levels CLI session. write Stores the current configuration in permanent memory. packing (tunnel-packing:2) level commands clrscrn Clears the screen. default packing mode Sets to default packing mode, which is "Disable" default send character Removes the send character for packing mode. default threshold Restores the default threshold.
  • Page 218 5: Commands and Levels packing mode timeout Sets packing mode to accumulate data and transmit it after a specified amount of time (timeout). send character <control> Sets the send character for packing mode. The character may be input as text, control, decimal, or hex. A control character has the form <control>C.
  • Page 219 5: Commands and Levels write Stores the current configuration in permanent memory. port forwarding rule 1 (config-portforwarding:1) level commands clrscrn Clears the screen. default protocol Restores the default value of the protocol (Both). exit Exits to the config-gateway level. friendly name <text> Set the friendly name for port forwarding rule <text>...
  • Page 220 5: Commands and Levels port or range <text> Sets the port or range for port forwarding rule. <text> = port or range. protocol both Sets the protocol to Both (TCP and UDP). protocol tcp Sets the protocol to TCP. protocol udp Sets the protocol to UDP.
  • Page 221 5: Commands and Levels friendly name <text> Set the friendly name for port forwarding rule <text> = friendly name ingress ip address <IP address> Sets the original destination IP address for port forwarding rule. ip address <IP address> Sets the destination IP address for port forwarding rule. no friendly name Remove the friendly name.
  • Page 222 5: Commands and Levels show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. state disable Disables the port forwarding rule. state enable Enables the port forwarding rule. target port <text> Sets the destination port for port forwarding rule. <text> = port.
  • Page 223 5: Commands and Levels no friendly name Remove the friendly name. no ingress ip address Clears the original destination IP address for port forward- ing rule. no ip address Clears the destination IP address for port forwarding rule. no port or range Clears the port or range for port forwarding rule.
  • Page 224 5: Commands and Levels target port <text> Sets the destination port for port forwarding rule. <text> = port. write Stores the current configuration in permanent memory. qos (config-wwan-qos:wwan0) level commands clrscrn Clears the screen. default uplink data speed Restores the default uplink speed. exit Exit back to interface configuration level filter <instance>...
  • Page 225 5: Commands and Levels relay (config-action-relay:eth0 link state change) level commands alarm energize none No relay will be affected by the alarm. alarm energize relay <number> Selects the relay that will be on when the alarm is on. clrscrn Clears the screen. default alarm energize No relay will be affected by the alarm.
  • Page 226 5: Commands and Levels Web Manager, and XML status. write Stores the current configuration in permanent memory. relays (config-relays) level commands clrscrn Clears the screen. exit Returns to the config level. relay <number> Change to config relay instance level show history Displays the last 20 commands entered during the current CLI session.
  • Page 227 5: Commands and Levels Telnet. dtr unasserted Does not assert DTR. exit Returns to the tunnel level. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. write Stores the current configuration in permanent memory. serial (tunnel-serial:1) level commands clrscrn Clears the screen.
  • Page 228 5: Commands and Levels clrscrn Clears the screen. exit Returns to the config level. inbound Enters the inbound sms level. outbound Enters the outbound sms level. show history Displays the last 20 commands entered during the current CLI session. write Stores the current configuration in permanent memory.
  • Page 229 5: Commands and Levels 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. sms inbound sender 12 (config-sms-inbound-sms_inbound_senders:12) level commands clrscrn Clears the screen. exit Exits to the sms-inbound level.
  • Page 230 5: Commands and Levels write Stores the current configuration in permanent memory. sms inbound sender 15 (config-sms-inbound-sms_inbound_senders:15) level commands clrscrn Clears the screen. exit Exits to the sms-inbound level. no number Clears the Inbound SMS Number. number <text> Sets the Inbound SMS Number. <text> = Inbound SMS Number to be set.
  • Page 231 5: Commands and Levels exit Exits to the sms-inbound level. no number Clears the Inbound SMS Number. number <text> Sets the Inbound SMS Number. <text> = Inbound SMS Number to be set. relaycontrol disable Disables Relay Control. relaycontrol enable Enables Relay Control. shouldertap disable Disables Shoulder Tap.
  • Page 232 5: Commands and Levels Number to be set. relaycontrol disable Disables Relay Control. relaycontrol enable Enables Relay Control. shouldertap disable Disables Shoulder Tap. shouldertap enable Enables Shoulder Tap. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session.
  • Page 233 5: Commands and Levels shouldertap disable Disables Shoulder Tap. shouldertap enable Enables Shoulder Tap. 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. sms inbound sender 24 (config-sms-inbound-sms_inbound_senders:24) level commands clrscrn Clears the screen.
  • Page 234 5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. write Stores the current configuration in permanent memory. sms inbound sender 5 (config-sms-inbound-sms_inbound_senders:5) level commands clrscrn Clears the screen. exit Exits to the sms-inbound level. no number Clears the Inbound SMS Number.
  • Page 235 5: Commands and Levels sms inbound sender 8 (config-sms-inbound-sms_inbound_senders:8) level commands clrscrn Clears the screen. exit Exits to the sms-inbound level. no number Clears the Inbound SMS Number. number <text> Sets the Inbound SMS Number. <text> = Inbound SMS Number to be set. relaycontrol disable Disables Relay Control.
  • Page 236 5: Commands and Levels server port <number> Sets the SMTP server port. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. username <text> Sets the username for logging in to the mail server. write Stores the current configuration in permanent memory.
  • Page 237 5: Commands and Levels show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. state disable Does not send SNMP Trap. state enable Sends SNMP Trap when alarm condition is met. write Stores the current configuration in permanent memory.
  • Page 238 5: Commands and Levels default privacy protocol Restores to default SNMPv3 privacy encryption method: DES for agent. default read community Restores the SNMP read-only community to default: pub- default security Restores to default SNMPv3 security method: Authentica- tion, No Privacy for agent. default system description Restores the SNMP system description to its default.
  • Page 239 5: Commands and Levels exit Exits to the enable level. server Enters the SSH Server configuration level. show history 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.
  • Page 240 5: Commands and Levels static leases 2 (config-dhcpd-static_leases:2) level commands clrscrn Clears the screen. exit Exits to the config-dhcpd level. ip address <IP address> Sets the reserved IP address. mac address <hexadecimal> Sets the MAC Address. Each byte is represented by two adjacent hex digits.
  • Page 241 5: Commands and Levels static leases 5 (config-dhcpd-static_leases:5) level commands clrscrn Clears the screen. exit Exits to the config-dhcpd level. ip address <IP address> Sets the reserved IP address. mac address <hexadecimal> Sets the MAC Address. Each byte is represented by two adjacent hex digits.
  • Page 242 5: Commands and Levels static leases 8 (config-dhcpd-static_leases:8) level commands clrscrn Clears the screen. exit Exits to the config-dhcpd level. ip address <IP address> Sets the reserved IP address. mac address <hexadecimal> Sets the MAC Address. Each byte is represented by two adjacent hex digits.
  • Page 243 5: Commands and Levels gateway <IP address> Sets the gateway for static route network. interface <text> Sets the route interface <text> = interface name metric <number> Sets the metric for static route. <number> = metric network <ip address/cidr> Sets the IP address and network mask for static route network.
  • Page 244 5: Commands and Levels default metric Restores the metric to default value. exit Exits to the config-gateway level. friendly name <text> Set the friendly name for static route. <text> = friendly name gateway <IP address> Sets the gateway for static route network. interface <text>...
  • Page 245 5: Commands and Levels write Stores the current configuration in permanent memory. static route 6 (config-staticroute:6) level commands clrscrn Clears the screen. default metric Restores the metric to default value. exit Exits to the config-gateway level. friendly name <text> Set the friendly name for static route. <text> = friendly name gateway <IP address>...
  • Page 246 5: Commands and Levels state disable Disables the static route. state enable Enables the static route. static route <number> Change to config gateway static route level. write Stores the current configuration in permanent memory. static route 8 (config-staticroute:8) level commands clrscrn Clears the screen.
  • Page 247 5: Commands and Levels severity log level none No logging. severity log level notice Log only Notice and more severe events. severity log level warning Log only Warning and more severe events. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session.
  • Page 248 5: Commands and Levels 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.
  • Page 249 5: Commands and Levels character has the form 0xFF. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. terminal <line> Enters the configure-terminal level. <line> = number of the terminal line (serial port) to be configured. terminal network Enters the configure-terminal level for the network.
  • Page 250 5: Commands and Levels write Stores the current configuration in permanent memory. traps (config-snmp-traps) level commands authentication password <text> Sets password used for authentication for traps. authentication protocol md5 Uses MD5 for authentication for traps. authentication protocol sha Uses SHA for authentication for traps. clrscrn Clears the screen.
  • Page 251 5: Commands and Levels 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.
  • Page 252 5: Commands and Levels CLI session. show statistics show connection statistics terminal <line> Enters the configure-terminal level. <line> = number of the terminal line (serial port) to be configured. terminal network Enters the configure-terminal level for the network. tunnel <line> Enters the tunnel level.
  • Page 253 5: Commands and Levels xcr list List XML Configuration Record groups to the console xsr dump Dump XML Status Records to the console xsr dump <group list> Dump specified XML Status Records to the console xsr export <file> Save XML Status Record to a file xsr export <file>...

Table of Contents