Lantronix PremierWave 2050 Command Reference Manual
Lantronix PremierWave 2050 Command Reference Manual

Lantronix PremierWave 2050 Command Reference Manual

Enterprise wi-fi iot module
Hide thumbs Also See for PremierWave 2050:

Advertisement

Quick Links

PremierWave® 2050
Enterprise Wi-Fi® IoT Module
Command Reference
Part Number 900-767-R
Revision G August 2019

Advertisement

Table of Contents
loading

Summary of Contents for Lantronix PremierWave 2050

  • Page 1 PremierWave® 2050 Enterprise Wi-Fi® IoT Module Command Reference Part Number 900-767-R Revision G August 2019...
  • Page 2: Intellectual Property

    949-453-3995 Technical Support Online: www.lantronix.com/support Sales Offices For a current list of our domestic and international sales offices, go to the Lantronix web site at www.lantronix.com/about/contact. Disclaimer All information contained herein is provided “AS IS.” Lantronix undertakes no obligation to update the information in this publication.
  • Page 3: Open Source Software

    Foundation (FSF), and the Python Software Foundation (PSF) License Agreement for Python 2.7.6 (Python License). Lantronix grants you no right to receive source code to the Open Source software. Your use of each Open Source component or software is subject to the terms of the applicable license.
  • Page 4: Revision History

    Revision History Date Rev. Comments February 2016 Initial Document. July 2016 Updated for firmware revision 1.0.0.1. Changes include the following: Group item additions to the “access point” group include: “mode”, “first  client connect timeout”, “last client disconnect timeout”, “channel selection”...
  • Page 5: Table Of Contents

    Table of Contents Intellectual Property ________________________________________________________ 2 Warranty _________________________________________________________________ 2 Contacts _________________________________________________________________ 2 Disclaimer ________________________________________________________________ 2 Open Source Software ______________________________________________________ 3 Revision History ___________________________________________________________ 4 1: About This Guide Chapter Summaries ________________________________________________________ 8 Conventions ______________________________________________________________ 8 Additional Documentation ____________________________________________________ 9 2: Overview XML Architecture and Control ________________________________________________ 10 Command Line Interface ____________________________________________________ 10...
  • Page 6 List of Figures Figure 3-1 CLI Level Hierarchy ______________________________________________________ 14 Figure 3-2 Login Level Commands ___________________________________________________ 15 Figure 3-3 Enable Level Commands__________________________________________________ 15 Figure 4-4 DTD for XCRs __________________________________________________________ 16 Figure 4-5 XML Example __________________________________________________________ 17 Figure 4-6 XML Example __________________________________________________________ 18 Figure 4-7 XML Example of Multiple Named Values _____________________________________ 18 Figure 4-8 XML Example of Multiple Items _____________________________________________ 19 Figure 4-9 XML Example with Multiple Groups__________________________________________ 19...
  • Page 7: Premierwave® 2050 Enterprise Wi-Fi® Iot Module Command Reference

    List of Tables Table 3-1 Keyboard Shortcuts _____________________________________________________ 13 Table 4-2 XCR Groups __________________________________________________________ 21 Table 4-3 XSR Group and Items___________________________________________________ 44 Table 5-4 Commands and Levels __________________________________________________ 69 PremierWave® 2050 Enterprise Wi-Fi® IoT Module Command Reference...
  • Page 8: 1: About This Guide

    About This Guide This document describes how to configure the Lantronix® PremierWave® 2050 enterprise Wi-Fi® IoT module using the Command Line Interface (CLI) and/or Extensible Markup Language (XML). CLI provides an interactive mode for accessing the module configuration and management interface.
  • Page 9: Additional Documentation

    1: About This Guide Additional Documentation Visit the Lantronix website at www.Lantronix.com/support/documentation for all latest Lantronix documentation which includes the latest versions of the PremierWave 2050 module-related documentation listed below. Document Description PremierWave 2050 Enterprise Wi-Fi IoT Describes how to configure and use the PremierWave 2050 Module User Guide module.
  • Page 10: 2: Overview

    Overview The PremierWave 2050 module supports three convenient configuration methods: Web Manager, CLI, and XML. For more information about Web Manager, see the PremierWave 2050 Enterprise Wi-Fi IoT Module User Guide available at www.Lantronix.com/support/documentation. XML Architecture and Control XML is a fundamental building block for Machine-to-Machine (M2M) and Internet of Things (IoT) networks.
  • Page 11: 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. 4. The PremierWave 2050 module is online when the command prompt (>) displays. You are at the root level of the CLI.
  • Page 12: Navigating The Cli Hierarchy

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

    3: Command Line Interface Using Keyboard Shortcuts and CLI One useful shortcut built into the PremierWave 2050 module 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 14: Figure 3-1 Cli Level Hierarchy

    3: Command Line Interface An overview of the levels in the PremierWave 2050 module is presented in Figure 3-1 CLI Level Hierarchy. Figure 3-1 CLI Level Hierarchy (login) enable configure access point action applications reboot schedule device bridge 1 clock email <number>...
  • Page 15: Figure 3-3 Enable Level Commands

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

    Web browser, or FTP. An XCR can contain many configuration settings or just a few. For example, it might change all of the configurable parameters for a PremierWave 2050 module, 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 PremierWave 2050 modules.
  • Page 17: Quick Tour Of Xml Syntax

    <configrecord version=”0.1.0.0T0”> <configgroup name = “diagnostics”> <configitem name = “log”> <value name=”output”>Disable</value> </configitem> </configgroup> </configrecord> The PremierWave 2050 module uses the attributes in the following subsections to label the group configuration settings. PremierWave® 2050 Enterprise Wi-Fi® IoT Module Command Reference...
  • Page 18: 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 19: Figure 4-8 Xml Example Of Multiple Items

    <configitem name="long name"> <value>Lantronix PremierWave 2050</value> </configitem> <configitem name="serial number"> <value>0080A3946149</value> </configitem> </configitem><configitem name="firmware version"> <value>8.1.0.1R16</value> </configitem><configitem name="lantronix iot gateway os version"> <value>1.0</value> </configitem> </configgroup> Figure 4-9 XML Example with Multiple Groups <configrecord version="0.1.0.0T0"> <configgroup name="diagnostics"> <configitem name="log"> <value name="output">Disable</value>...
  • Page 20: Importing And Exporting An Xml Configuration File

    On import (FTP put of PW2050_import.xcr), the FTP server processes the file by sending it directly to the XML engine. In both cases the PremierWave 2050 file system is not accessed. The files PW2050.xcr and PW2050_import.xcr are not read from or written to the file system.
  • Page 21: Xml Configuration Groups

    4: Configuration Using XML XML Configuration Groups Table 4-2 lists the supported PremierWave 2050 XML configuration record (XCR) groups, items, and possible value names and options in alphabetical order. 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 22 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info action delay attribute of an email alarm email “instance” is “eth0 alarm message link state change”, “on scheduled alarm reminder reboot”, "usb0 link interval state change”, normal email "wlan0 link state normal message...
  • Page 23 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info action ftp put connection 2 port attribute of an (continued) connection 2 “instance” is “eth0 filename link state change”, connection 2 “on scheduled protocol reboot”, "usb0 link state change”, connection 2 "wlan0 link state...
  • Page 24 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info applications reserved state port reserved port python state (Attribute of an filename instance is a parameters number.) output onstart onshutdown arp delete ip address arp entry ip address mac address bluetooth...
  • Page 25 PremierWave® 2050 Enterprise Wi-Fi® IoT Module Command Reference...
  • Page 26 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info dhcp server state ipv6 state dhcp relay enable, disable dhcp server ip address start ip address start ipv6 address end ip address end ipv6 address lease time static leases mac address (Attribute of an...
  • Page 27 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info ethernet speed (“Instance” attribute duplex is “eth0”) eapol enable, disable ieee 802 1x EAP-TTLS, EAP- TLS, PEAP, FAST eap-ttls option EAP-MSCHAPV2, MSCHAPV2, MSCHAP, CHAP, PAP, EAP-MD5 peap option EAP-MSCHAPV2, EAP-MD5, EAP-...
  • Page 28 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info gateway operating mode firewall mac address filter ip address filter enable, disable default ip address accept, drop filter policy wan interface router ip address router ipv6 address primary dns secondary dns port forwarding...
  • Page 29 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info http authentication user delete name realm type digest user password (Attribute of an instance is “admin”.) http server state enable, disable port https state enable, disable secure port secure protocols TLS1.0, TLS1.1,...
  • Page 30 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info interface state enable, disable (“Instance” ipv4 state enable, disable attributes are “eth0”, dhcp disable, enable “usb0”, and “wlan0”) priority ip address &#60;None&#62; default gateway &#60;None&#62; ipv6 state enable, disable ipv6 dhcp enable, disable...
  • Page 31 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info line (Attribute of an name instance is a interface number.) termination full duplex termination state enable, disable protocol baud rate parity data bits stop bits flow control xon char &#60;None&#62;...
  • Page 32 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info mach10 state device id device key device name device description status update interval content check interval apply firmware updates reboot after firmware update apply configuration updates reboot after update active connection connection...
  • Page 33 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info network failover state enable, disable (Attribute of an hostname instance is “eth0”, method “usb0”, and “wlan0”.) timeout interval failover threshold failback threshold failover interface state enable, disable (Attribute of an import filters enable, disable...
  • Page 34 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info smart roam roaming enable, disable (Attribute of an level Low, Medium, High, instance is “wlan0”) Custom scan interval 5 seconds to 30 seconds rssi delta 2.5ghz 5 dBm to 25 dBm rssi delta 5ghz 5 dBm to 25 dBm...
  • Page 35 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info snmp snmpd state port version read community write community username security authentication protocol authentication password privacy protocol privacy password read-only username read-only security read-only authentication protocol read-only authentication password...
  • Page 36 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info snmp (continued) traps community primary destination port primary destination secondary destination secondary destination port version username security authentication protocol authentication password privacy protocol privacy password ssh client delete known hosts enable, disable known host delete...
  • Page 37 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info state enable, disable port max sessions credentials rsa certificate rsa certificate type rsa pfx password rsa private key rsa private key type rsa private key pfx password dsa certificate dsa certificate type...
  • Page 38 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info telnet state enable, disable port max sessions authentication enable, disable terminal (“Instance” terminal type attribute is a login connect menu enable, disable number or exit connect menu enable, disable “network”) send break...
  • Page 39 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info tunnel connect connect mode enable, disable (Attribute of an start character &#60;control&#62;B instance is a flush start character enable, disable number.) local port &#60;Random&#62 host (Attribute of an address instance is a port...
  • Page 40 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info tunnel modem echo pluses enable, disable (Attribute of an echo commands enable, disable instance is a verbose response enable disable number.) response type error unknown enabled, disabled commands incoming connection...
  • Page 41 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info user management admin username admin password users username (Attribute of an password instance is a role number) roles name (Attribute of an write instance is a execute number) virtual ip...
  • Page 42 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info connection name (Attribute of an state enable, disable instance is a connection type number.) ikev2 authentication mode remote peer type mode configuration enable, disable type interface remote endpoint remote subnet remote id...
  • Page 43 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info wlan profile profile type interface priority bssid basic network name state enable, disable advanced tx power maximum power management security suite key type passphrase wep authentication wep key size wep tx key index wep key 1...
  • Page 44: Xml Status Record Groups And Items

    XML Status Record Groups and Items Table 4-3 lists the supported PremierWave 2050 XML status record (XSR) groups and items. These groups and items show the status of the module 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.
  • Page 45 (Attribute of an instance is a number.)
  • Page 46 4: Configuration Using XML Group Name Item Name Value Name Valid Values failover state (Attribute of an instance transitions includes “eth0”, “usb0”, and “wlan0”) hardware type speed memory flash size ram size connections number serial number usb number bluetooth_line number ethernet number wireless number cellular http log...
  • Page 47 4: Configuration Using XML Group Name Item Name Value Name Valid Values icmp snmp InMsgs InErrors InCsumErrors InDestUnreachs InTimeExcds InParmProbs InSrcQuenchs InRedirects InEchos InEchoReps InTimestamps InTimestampReps InAddrMasks InAddrMaskReps OutMsgs OutErrors OutDestUnreachs OutTimeExcds OutParmProbs OutSrcQuenchs OutRedirects OutEchos OutEchoReps OutTimestamps OutTimestampReps OutAddrMasks OutAddrMaskReps PremierWave®...
  • Page 48 4: Configuration Using XML Group Name Item Name Value Name Valid Values interface generic status (Attribute of an instance mac address is “eth0”, “usb0”, or ip address “wlan0”.) network mask default gateway ipv4 domain ipv4 address type ipv6 link local address ipv6 address type ipv6 domain receive...
  • Page 49 4: Configuration Using XML Group Name Item Name Value Name Valid Values snmp Forwarding DefaultTTL InReceives InHdrErrors InAddrErrors ForwDatagrams InUnknownProtos InDiscards InDelivers OutRequests OutDiscards OutNoRoutes ReasmTimeout ReasmReqds ReasmOKs ReasmFails FragOKs FragFails FragCreate netstat InNoRoutes InTruncatedPkts InMcastPkts OutMcastPkts InBcastPkts OutBcastPkts InOctets OutOctets InMcastOctets OutMcastOctets...
  • Page 50 4: Configuration Using XML Group Name Item Name Value Name Valid Values line receiver bytes (Attribute of an instance breaks is a number.) parity errors framing errors overrun errors no receive buffer errors queued bytes flow control transmitter bytes breaks queued bytes flow control line levels...
  • Page 51 4: Configuration Using XML Group Name Item Name Value Name Valid Values modbus tcp server state (Attribute of an instance local port includes, “additional” and totals uptime “permanent”.) pdus in pdus out connections last connection local ip address local port remote ip address remote port network...
  • Page 52 4: Configuration Using XML Group Name Item Name Value Name Valid Values snmp RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors PremierWave® 2050 Enterprise Wi-Fi® IoT Module Command Reference...
  • Page 53 4: Configuration Using XML Group Name Item Name Value Name Valid Values tcp (continued) netstat SyncookiesSent SyncookiesRecv SyncookiesFailed EmbryonicRsts PruneCalled RcvPruned OfoPruned OutOfWindowIcmps LockDroppedIcmps ArpFilter TWRecycled TWKilled PAWSPassive PAWSActive PAWSEstab DelayedACKs DelayedACKLocked DelayedACKLost ListenOverflows ListenDrops TCPPrequeued TCPDirectCopyFromBacklog TCPDirectCopyFromPrequeue TCPPrequeueDropped TCPHPHits TCPHPHitsToUser PremierWave®...
  • Page 54 4: Configuration Using XML Group Name Item Name Value Name Valid Values tcp (continued) netstat (continued) TCPPureAcks TCPHPAcks TCPRenoRecovery TCPSackRecovery TCPSACKReneging TCPFACKReorder TCPSACKReorder TCPRenoReorder TCPTSReorder TCPFullUndo TCPPartialUndo TCPDSACKUndo TCPLossUndo TCPLostRetransmit TCPRenoFailures TCPSackFailures TCPLossFailures TCPFastRetrans TCPForwardRetrans TCPSlowStartRetrans TCPTimeouts TCPLossProbes TCPLossProbeRecovery TCPRenoRecoveryFail TCPSackRecoveryFail TCPSchedulerFailed TCPRcvCollapsed...
  • Page 55 4: Configuration Using XML Group Name Item Name Value Name Valid Values tcp (continued) netstat (continued) TCPDSACKIgnoredOld TCPDSACKIgnoredNoUndo TCPSpuriousRTOs TCPMD5NotFound TCPMD5Unexpected TCPSackShifted TCPSackMerged TCPSackShiftFallback TCPBacklogDrop TCPMinTTLDrop TCPDeferAcceptDrop IPReversePathFilter TCPTimeWaitOverflow TCPReqQFullDoCookies TCPReqQFullDrop TCPRetransFail TCPRcvCoalesce TCPOFOQueue TCPOFODrop TCPOFOMerge TCPChallengeACK TCPSYNChallenge TCPFastOpenActive TCPFastOpenPassive TCPFastOpenPassiveFail TCPFastOpenListenOverflow TCPFastOpenCookieReqd...
  • Page 56 4: Configuration Using XML Group Name Item Name Value Name Valid Values tunnel aggregate completed connects (Attribute of an instance completed accepts is a number.) disconnects dropped connects dropped accepts octets from device octets from network connect 0 connection time connect 1 connection time connect 2 connection time connect 3 connection time...
  • Page 57 4: Configuration Using XML Group Name Item Name Value Name Valid Values usb line state enable, disable protocol baud rate parity data bits stop bits flow control xon char xoff char status ipv4 address interface wlan scan network name bssid channel rssi topology...
  • Page 58: 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) • bluetooth serial 1 (bluetooth-line:1) • configure (config) • access point (config-access-point) •...
  • Page 59 5: Commands and Levels • connection 2 (config-action-http_post- connection:usb0 link state change:2) • snmp trap (config-action-snmp_trap:usb0 link state change) • wlan0 link state change (config-action:wlan0 link state change) • email (config-action-email:wlan0 link state change) • ftp put (config-action-ftp_put:wlan0 link state change) •...
  • Page 60 5: Commands and Levels • dhcpserver (config-dhcpd) • static leases 1 (config-dhcpd-static_leases:1) • static leases 2 (config-dhcpd-static_leases:2) • static leases 3 (config-dhcpd-static_leases:3) • static leases 4 (config-dhcpd-static_leases:4) • static leases 5 (config-dhcpd-static_leases:5) • static leases 6 (config-dhcpd-static_leases:6) • static leases 7 (config-dhcpd-static_leases:7) •...
  • Page 61 5: Commands and Levels • port forwarding rule 1 (config-portforwarding:1) • port forwarding rule 2 (config-portforwarding:2) • port forwarding rule 3 (config-portforwarding:3) • port forwarding rule 4 (config-portforwarding:4) • port forwarding rule 5 (config-portforwarding:5) • port forwarding rule 6 (config-portforwarding:6) •...
  • Page 62 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 63 5: Commands and Levels • qos (config-wlan-qos:wlan0) • filter 1 (config-wlan-qos-filter:wlan0:1) • filter 2 (config-wlan-qos-filter:wlan0:2) • filter 3 (config-wlan-qos-filter:wlan0:3) • filter 4 (config-wlan-qos-filter:wlan0:4) • filter 5 (config-wlan-qos-filter:wlan0:5) • filter 6 (config-wlan-qos-filter:wlan0:6) • filter 7 (config-wlan-qos-filter:wlan0:7) • filter 8 (config-wlan-qos-filter:wlan0:8) • filter 9 (config-wlan-qos-filter:wlan0:9) •...
  • Page 64 5: Commands and Levels • filter 14 (config-ethernet-qos-filter:usb0:14) • filter 15 (config-ethernet-qos-filter:usb0:15) • filter 16 (config-ethernet-qos-filter:usb0:16) • filter 17 (config-ethernet-qos-filter:usb0:17) • filter 18 (config-ethernet-qos-filter:usb0:18) • filter 19 (config-ethernet-qos-filter:usb0:19) • filter 20 (config-ethernet-qos-filter:usb0:20) • filter 21 (config-ethernet-qos-filter:usb0:21) • filter 22 (config-ethernet-qos-filter:usb0:22) •...
  • Page 65 5: Commands and Levels • security (config-profile- security:default_infrastructure_profile) • wep (config-profile-security- wep:default_infrastructure_profile) • key 1 (config-profile-security- wep- key:default_infrastructure_profil e:1) • key 2 (config-profile-security- wep- key:default_infrastructure_profil e:2) • key 3 (config-profile-security- wep- key:default_infrastructure_profil e:3) • key 4 (config-profile-security- wep- key:default_infrastructure_profil e:4) •...
  • Page 66 5: Commands and Levels • trusted authorities (ssl-auth) • tunnel 1 (tunnel:1) • accept (tunnel-accept:1) • password (tunnel-accept-password:1) • connect (tunnel-connect:1) • host 1 (tunnel-connect-host:1:1) • host 2 (tunnel-connect-host:1:2) • host 3 (tunnel-connect-host:1:3) • host 4 (tunnel-connect-host:1:4) • host 5 (tunnel-connect-host:1:5) •...
  • Page 67 5: Commands and Levels • tunnel 3 (tunnel:3) • accept (tunnel-accept:3) • password (tunnel-accept-password:3) • connect (tunnel-connect:3) • host 1 (tunnel-connect-host:3:1) • host 2 (tunnel-connect-host:3:2) • host 3 (tunnel-connect-host:3:3) • host 4 (tunnel-connect-host:3:4) • host 5 (tunnel-connect-host:3:5) • host 6 (tunnel-connect-host:3:6) •...
  • Page 68 5: Commands and Levels • xml (xml) PremierWave® 2050 Enterprise Wi-Fi® IoT Module Command Reference...
  • Page 69: Table 5-4 Commands And Levels

    5: Commands and Levels Table 5-4 Commands and Levels accept (tunnel-accept:4) 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- sponding line (serial port).
  • Page 70 5: Commands and Levels default start character Defaults the accept mode start character. default tcp keep alive Defaults the TCP keep alive time. default tcp keep alive interval Restores the default 45 second accept mode TCP keep alive timeout. default tcp keep alive probes Defaults the TCP keep alive probes.
  • Page 71 5: Commands and Levels secure protocols tls1.0 enable Enables the protocol. secure protocols tls1.1 disable Disables the protocol. secure protocols tls1.1 enable Enables the protocol. secure protocols tls1.2 disable Disables the protocol. secure protocols tls1.2 enable Enables the protocol. show Displays the current configuration.
  • Page 72 5: Commands and Levels Note that quotes must enclose the value if it contains spaces. block network disable Forwards (tunnels) network data in accept mode tunnel- ing. block network enable Discards all data coming in from the accept mode tunnel before forwarding it to the serial interface (generally used for debugging).
  • Page 73 5: Commands and Levels no aes decrypt key Removes the accept tunnel AES decrypt key. no aes encrypt key Removes the accept tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection for the SSL server. no email connect Discontinues sending email alerts upon establishing an accept mode tunnel.
  • Page 74 5: Commands and Levels 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 Enables modem emulation for accept mode tunneling. accept mode start character Enables accept mode tunneling when the configured start character is received on the line.
  • Page 75 5: Commands and Levels 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.
  • Page 76 5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. show status Displays tunnel accept status. start character <control> Sets the accept mode start character. The character may be input as text, control, decimal, or hex. A control charac- ter has the form <control>C.
  • Page 77 5: Commands and Levels block serial disable Forwards (tunnels) serial data in accept mode tunneling. block serial enable Discards all data coming in from the serial interface before forwarding it to the accept mode tunnel (generally used for debugging). clrscrn Clears the screen.
  • Page 78 5: Commands and Levels mode tunnel. no initial send Removes the accept tunnel Initial Send string. password Enters the next lower level. protocol ssh Uses SSH protocol for accept mode tunneling. protocol ssl Uses SSL protocol for accept mode tunneling. protocol tcp Uses TCP protocol for accept mode tunneling.
  • Page 79 5: Commands and Levels default mode Restores the AP mode to the default value (Always Up). default suite Restores the security method (suite) to the default value (None). dns redirect <text> Set the DNS redirect. <text> = Hostname. exit Returns to the config level. first client connect timeout <seconds>...
  • Page 80 5: Commands and Levels advanced (config-profile-advanced:default_infrastructure_profile) level commands apply wlan Try out WLAN settings without saving them to Flash. If the settings do not work, when you reboot the device, it will still have the original settings. basic Switch to basic level clrscrn Clears the screen.
  • Page 81 5: Commands and Levels <interface name> = Interface name clrscrn Clears the screen. exit Exits to the configuration level. remove all Removes all entries from the ARP cache. remove ip <IP address> <Interface name> Removes an entry from the ARP cache. <ip address> = address of the entry being removed.
  • Page 82 5: Commands and Levels 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 bluetooth-rfcomm Sets the line interface to bluetooth-rfcomm. kill session Kills command mode session on the Line line <line>...
  • Page 83 5: Commands and Levels zeroes), a slash (/), and a decimal value equal to the size in bits of the prefix Sets the bridging mode to ‘Host’. bridging mode host Sets the bridging mode to ‘Network’. bridging mode network Sets the bridging mode to ‘Static Network’. briding mode static network bridging scan interval <seconds>...
  • Page 84 5: Commands and Levels still have the original settings. clrscrn Clears the screen. exit Exits to the next higher level. no profile Removes reference to the profile. profile <text> Selects a profile. <text> = name of the profile. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session.
  • Page 85 5: Commands and Levels quit connect line <control> Sets the string used to quit the 'connect line', 'telnet', and 'ssh' commands. 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.
  • Page 86 5: Commands and Levels clock timezone Shows possible time zone names. clock timezone <time zone> Sets the timezone to be displayed. Use "clock timezone" to show choices. clrscrn Clears the screen. default clock timezone Restores the default timezone, which is UTC. default synchronization method Restores the default time synchronization method (Manu- al).
  • Page 87 5: Commands and Levels Change to menu level for RSS configuration and status security Enters the security level. sftp Enters the sftp level. show Displays system information. show history Displays the last 20 commands entered during the current CLI session. show lines Displays line information.
  • Page 88 5: Commands and Levels 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.
  • Page 89 5: Commands and Levels block serial enable Discards all data coming in from the serial interface before forwarding it to the connect mode tunnel (generally used for debugging). clrscrn Clears the screen. connect mode always Enables the tunneling server to always establish tunneling connections.
  • Page 90 5: Commands and Levels no email disconnect Discontinues sending email alerts upon closing a connect mode tunnel. promote host <number> Promotes the identified host, exchanging it place with the host above it, to adjust the order of the defined hosts. reconnect time <milliseconds>...
  • Page 91 5: Commands and Levels 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.
  • Page 92 5: Commands and Levels 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 correspond- ing line (serial port).
  • Page 93 5: Commands and Levels 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.
  • Page 94 5: Commands and Levels secure port enable Enables HTTPS for Mach10 client. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. use proxy disable Disables use of proxy server for this connection. use proxy enable Enables use of proxy server for this connection.
  • Page 95 5: Commands and Levels local port <number> Sets default local port. no host Clears FTP server IP address or hostname. no password Sets default Password. password <text> Sets the Password used to logon to FTP server. port <number> Sets the Port number which FTP server is listening to. protocol ftp Selects FTP Protocol.
  • Page 96 5: Commands and Levels filename <text> Sets FTP remote Filename. host <text> Sets FTP server IP address or hostname to be connected local port <number> Sets default local port. no host Clears FTP server IP address or hostname. no password Sets default Password.
  • Page 97 5: Commands and Levels 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 local port <number> Sets default local port. no host Clears FTP server IP address or hostname.
  • Page 98 5: Commands and Levels 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> Sets FTP server IP address or hostname to be connected local port <number>...
  • Page 99 5: Commands and Levels port <number> Sets the Port of Mach 10. proxy host <text> Sets the Hostname or IP address of the proxy server. proxy password <text> Sets the password for proxy server. proxy port <number> Sets the Port of the proxy server. proxy type socks5 Sets the Proxy server type to SOCKS5 proxy username <text>...
  • Page 100 5: Commands and Levels 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> Sets FTP server IP address or hostname to be connected local port <number>...
  • Page 101 5: Commands and Levels default filename Sets default FTP remote Filename. default local port Sets default local port. 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>...
  • Page 102 5: Commands and Levels connection 2 (config-action-ftp_put-connection:on scheduled reboot:2) level commands clrscrn Clears the screen. default filename Sets default FTP remote Filename. default local port Sets default local port. default port Sets default Port number. default protocol Sets default FTP Protocol. default username Sets default Username.
  • Page 103 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:eth0 link state change:2) level commands clrscrn Clears the screen. default filename Sets default FTP remote Filename. default local port Sets default local port.
  • Page 104 5: Commands and Levels set <cp> as input Configures a CP as an asserted high input. <cp> = con- figurable pin. set <cp> as input assert low Configures a CP as an asserted low input. <cp> = config- urable pin. set <cp>...
  • Page 105 5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. show lines Show line information show memory Displays current memory usage information. show task state Displays current task states. show tlog Displays the internal trouble log. write Stores the current configuration in permanent memory.
  • Page 106 5: Commands and Levels write Stores the current configuration in permanent memory. diagnostics (config-diagnostics) level commands clrscrn Clears the screen. exit Returns to the config level. Enters the next lower level. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session.
  • Page 107 5: Commands and Levels asserted. no stop character Removes the stop character. no timeout 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>...
  • Page 108 5: Commands and Levels flush stop character disable Forwards the stop character from the Line to the network. flush stop character enable Prevents the stop character from the Line from being for- warded to the network. modem control disable Does not watch the modem control pin to disconnect. modem control enable Watches the modem control pin and disconnects if it is not asserted.
  • Page 109 5: Commands and Levels edit 1 (config-profile-basic:default_infrastructure_profile) level commands advanced Switch to advanced level 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.
  • Page 110 5: Commands and Levels alarm email none Specifies no email when the alarm turns on. 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.
  • Page 111 5: Commands and Levels normal email none Specifies no email when the alarm turns off. normal message <text> Sets the email message to be sent when the alarm turns off. normal reminder interval <minutes> Sets the time interval that messages will be sent while the alarm remains off.
  • Page 112 5: Commands and Levels exit Exits to the enable level. 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.
  • Page 113 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 114 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 115 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 116 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 117 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 118 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 119 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 120 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 4 (email:4) level commands auto show statistics Continuously displays email statistics.
  • Page 121 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 122 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 123 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 124 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 125 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. enable (enable) level commands auto show interfaces Show interface statistics...
  • Page 126 5: Commands and Levels show sessions Show active Telnet and SSH Sessions Enters the SSH configuration level. ssh <optClientUsername> <host> Begin SSH session on network <host>. The optClien- tUserName must match an SSH Client: Users configura- tion entry. Use "" in optClientUserName to prompt for host username and password.
  • Page 127 5: Commands and Levels failback threshold <pings> Sets the Failback threshold. If <pings> attempts are an- swered, the device will Failback to original interface. failover interface <text> Sets the Failover interface. failover threshold <pings> Sets the Failover threshold. If <pings> attempts go unan- swered, the device will Failover to selected interface.
  • Page 128 5: Commands and Levels timeout <seconds> Sets the Ping response timeout in seconds. write Stores the current configuration in permanent memory. failover (config-ethernet-failover:eth0) level commands clrscrn Clears the screen. default failback threshold Restores the default Failback threshold. default failover interface Restores the default Failover interface.
  • Page 129 5: Commands and Levels rm <file> Remove a file rmdir <directory> Remove a directory show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. show statistics Show file system statistics show tree Show all files and directories from current directory tftp get <source file>...
  • Page 130 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 131 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 132 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 10 (config-wlan-qos-filter:wlan0:10) level commands clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort).
  • Page 133 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 134 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 135 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 136 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 137 5: Commands and Levels filter 12 (config-ethernet-qos-filter:eth0:12) 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 138 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 139 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 13 (config-ethernet-qos-filter:eth0:13) level commands clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort).
  • Page 140 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 141 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 142 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 143 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 144 5: Commands and Levels write Stores the current configuration in permanent memory. filter 16 (config-ethernet-qos-filter:usb0:16) 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 145 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 146 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 17 (config-ethernet-qos-filter:usb0:17) level commands clrscrn Clears the screen.
  • Page 147 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 148 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 149 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 150 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 151 5: Commands and Levels write Stores the current configuration in permanent memory. filter 19 (config-wlan-qos-filter:wlan0:19) 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 152 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 153 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 2 (config-wlan-qos-filter:wlan0:2) level commands clrscrn Clears the screen.
  • Page 154 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 155 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 156 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 157 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 158 5: Commands and Levels write Stores the current configuration in permanent memory. filter 21 (config-ethernet-qos-filter:eth0:21) 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 159 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 160 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 22 (config-ethernet-qos-filter:eth0:22) level commands clrscrn Clears the screen.
  • Page 161 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 162 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 163 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 164 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 165 5: Commands and Levels write Stores the current configuration in permanent memory. filter 25 (config-ethernet-qos-filter:usb0:25) 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 166 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 167 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 26 (config-ethernet-qos-filter:usb0:26) level commands clrscrn Clears the screen.
  • Page 168 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 169 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 170 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 171 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 172 5: Commands and Levels write Stores the current configuration in permanent memory. filter 28 (config-wlan-qos-filter:wlan0:28) 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 173 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 174 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 29 (config-wlan-qos-filter:wlan0:29) level commands clrscrn Clears the screen.
  • Page 175 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 176 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 177 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 178 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 179 5: Commands and Levels write Stores the current configuration in permanent memory. filter 30 (config-ethernet-qos-filter:eth0:30) 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 180 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 181 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 31 (config-ethernet-qos-filter:eth0:31) level commands clrscrn Clears the screen.
  • Page 182 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 183 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 184 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 185 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 186 5: Commands and Levels write Stores the current configuration in permanent memory. filter 5 (config-ethernet-qos-filter:usb0:5) 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 187 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 188 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 6 (config-ethernet-qos-filter:usb0:6) level commands clrscrn Clears the screen.
  • Page 189 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 190 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 191 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 192 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 193 5: Commands and Levels write Stores the current configuration in permanent memory. filter 8 (config-wlan-qos-filter:wlan0:8) 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 194 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 195 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 9 (config-wlan-qos-filter:wlan0:9) level commands clrscrn Clears the screen.
  • Page 196 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 197 5: Commands and Levels next lower level. default mode Sets default of simultaneous connection mode. 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.
  • Page 198 5: Commands and Levels write Stores the current configuration in permanent memory. 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.
  • Page 199 5: Commands and Levels delete all rules Deletes all port forwarding rules. delete all virtual ip Deletes all virtual interfaces. delete ip address filter <instance> Deletes an entry from the ip address filters <instance> = index of the entry being removed delete mac address filter <instance>...
  • Page 200 5: Commands and Levels wan interface <text> Sets the preferred WAN interface. <text> = interface name. write Stores the current configuration in permanent memory. gre 1 (config-gre:1) level commands clrscrn Clears the screen. default local network Restores the default local network name. default mtu Restores the default Maximum Transmission Unit (MTU) size.
  • Page 201 5: Commands and Levels 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. default protocol Restores the default connect mode tunneling protocol as 'TCP'.
  • Page 202 5: Commands and Levels secure protocols tls1.1 disable Disables the protocol. secure protocols tls1.1 enable Enables the protocol. secure protocols tls1.2 disable Disables the protocol. secure protocols tls1.2 enable Enables the protocol. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session.
  • Page 203 5: Commands and Levels client. default protocol Restores the default connect mode tunneling protocol as 'TCP'. default secure protocols Restores the default secure protocol selections. default tcp keep alive Defaults the TCP keep alive idle time. default tcp keep alive interval Restores the default 45 second connect mode TCP keep alive timeout.
  • Page 204 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 205 5: Commands and Levels default tcp keep alive Defaults the TCP keep alive idle time. default tcp keep alive interval Restores the default 45 second connect mode TCP keep alive timeout. default tcp keep alive probes Defaults the TCP keep alive probes. exit Exits to the next higher level.
  • Page 206 5: Commands and Levels 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> Sets the TCP keep alive idle time. This is the initial keep alive timeout.
  • Page 207 5: Commands and Levels exit Exits to the next higher level. initial send binary <binary> Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in binary format that will be sent out the network upon connection. Within [] use binary decimal up to 255 or hex up to 0xFF.
  • Page 208 5: Commands and Levels onds. tcp keep alive interval <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = TCP keep alive for con- nect mode in milliseconds. tcp keep alive probes <number> Sets the number of TCP keep alive probes. <number> = number of TCP keep alive probes.
  • Page 209 5: Commands and Levels 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. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC"...
  • Page 210 5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling. secure protocols ssl3 disable Disables the protocol. secure protocols ssl3 enable Enables the protocol. secure protocols tls1.0 disable Disables the protocol.
  • Page 211 5: Commands and Levels tains 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.
  • Page 212 5: Commands and Levels secure protocols ssl3 enable Enables the protocol. secure protocols tls1.0 disable Disables the protocol. secure protocols tls1.0 enable Enables the protocol. secure protocols tls1.1 disable Disables the protocol. secure protocols tls1.1 enable Enables the protocol. secure protocols tls1.2 disable Disables the protocol.
  • Page 213 5: Commands and Levels 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 connect mode tunneling protocol as 'TCP'. default secure protocols Restores the default secure protocol selections.
  • Page 214 5: Commands and Levels secure protocols tls1.2 disable Disables the protocol. secure protocols tls1.2 enable Enables the protocol. 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>...
  • Page 215 5: Commands and Levels 'TCP'. default secure protocols Restores the default secure protocol selections. default tcp keep alive Defaults the TCP keep alive idle time. default tcp keep alive interval Restores the default 45 second connect mode TCP keep alive timeout. default tcp keep alive probes Defaults the TCP keep alive probes.
  • Page 216 5: Commands and Levels 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. tcp keep alive <milliseconds> Sets the TCP keep alive idle time. This is the initial keep alive timeout.
  • Page 217 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 218 5: Commands and Levels protocol ssh Uses SSH protocol for connect mode tunneling. protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling.
  • Page 219 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 220 5: Commands and Levels 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. secure protocols ssl3 disable Disables the protocol.
  • Page 221 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 222 5: Commands and Levels protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling. secure protocols ssl3 disable Disables the protocol. secure protocols ssl3 enable Enables the protocol. secure protocols tls1.0 disable Disables the protocol. secure protocols tls1.0 enable Enables the protocol.
  • Page 223 5: Commands and Levels aes encrypt key text <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces. auto show statistics show connection statistics clrscrn...
  • Page 224 5: Commands and Levels secure protocols tls1.0 disable Disables the protocol. secure protocols tls1.0 enable Enables the protocol. secure protocols tls1.1 disable Disables the protocol. secure protocols tls1.1 enable Enables the protocol. secure protocols tls1.2 disable Disables the protocol. secure protocols tls1.2 enable Enables the protocol.
  • Page 225 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 12 (tunnel-connect-host:4:12) level commands address <text> Sets the remote host to establish tunneling connections with.
  • Page 226 5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. no port Removes the remote port used to establish tunnel con- nections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. port <number>...
  • Page 227 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 228 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 229 5: Commands and Levels 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. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces.
  • Page 230 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 231 5: Commands and Levels 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. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC"...
  • Page 232 5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling. secure protocols ssl3 disable Disables the protocol. secure protocols ssl3 enable Enables the protocol. secure protocols tls1.0 disable Disables the protocol.
  • Page 233 5: Commands and Levels 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> = port to be used. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session.
  • Page 234 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 for the SSL cli- ent.
  • Page 235 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 13 (tunnel-connect-host:3:13) level commands address <text>...
  • Page 236 5: Commands and Levels ent. no initial send Removes the host connect tunnel Initial Send string. no port Removes the remote port used to establish tunnel con- nections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default.
  • Page 237 5: Commands and Levels 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.
  • Page 238 5: Commands and Levels no tcp user timeout Restores the default. 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 239 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 240 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 241 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 242 5: Commands and Levels binary characters. <binary> = string in binary format that will be sent out the network upon connection. Within [] use binary decimal up to 255 or hex up to 0xFF. initial send set <text> Sets the host connect tunnel Initial Send text. <text> = ascii string that will be sent out the network upon connec- tion.
  • Page 243 5: Commands and Levels sets the timer. <milliseconds> = TCP keep alive for con- nect mode in milliseconds. tcp keep alive probes <number> Sets the number of TCP keep alive probes. <number> = number of TCP keep alive probes. tcp user timeout <milliseconds> Sets the timeout for TCP retransmissions.
  • Page 244 5: Commands and Levels tion. 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 for the SSL cli- ent.
  • Page 245 5: Commands and Levels = timeout value, in milliseconds. 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 14 (tunnel-connect-host:2:14) level commands address <text>...
  • Page 246 5: Commands and Levels no credentials Clears the RSA/DSA certificate selection for the SSL cli- ent. no initial send Removes the host connect tunnel Initial Send string. no port Removes the remote port used to establish tunnel con- nections. no ssh username Removes the SSH user name.
  • Page 247 5: Commands and Levels 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.
  • Page 248 5: Commands and Levels no ssh username Removes the SSH user name. no tcp user timeout Restores the default. 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.
  • Page 249 5: Commands and Levels default value, which depends on the selected protocol. exit Exits to the configuration level. host <number> Change to config host level name <text> Sets the name of the host. <text> = name of the host. no name Clears the name of the host.
  • Page 250 5: Commands and Levels default tcp keep alive Defaults the TCP keep alive idle time. default tcp keep alive interval Restores the default 45 second connect mode TCP keep alive timeout. default tcp keep alive probes Defaults the TCP keep alive probes. exit Exits to the next higher level.
  • Page 251 5: Commands and Levels 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> Sets the TCP keep alive idle time. This is the initial keep alive timeout.
  • Page 252 5: Commands and Levels exit Exits to the next higher level. initial send binary <binary> Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in binary format that will be sent out the network upon connection. Within [] use binary decimal up to 255 or hex up to 0xFF.
  • Page 253 5: Commands and Levels onds. tcp keep alive interval <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = TCP keep alive for con- nect mode in milliseconds. tcp keep alive probes <number> Sets the number of TCP keep alive probes. <number> = number of TCP keep alive probes.
  • Page 254 5: Commands and Levels initial send set <text> Sets the host connect tunnel Initial Send text. <text> = ascii string that will be sent out the network upon connec- tion. no address Removes the remote host address used to establish tun- neling connections.
  • Page 255 5: Commands and Levels number of TCP keep alive probes. tcp user timeout <milliseconds> Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds. 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 256 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 for the SSL cli- ent. no initial send Removes the host connect tunnel Initial Send string.
  • Page 257 5: Commands and Levels validate certificate enable Requires verification of the server certificate when con- necting. 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.
  • Page 258 5: Commands and Levels 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 connect mode tunneling protocol as 'TCP'. default secure protocols Restores the default secure protocol selections.
  • Page 259 5: Commands and Levels secure protocols tls1.2 disable Disables the protocol. secure protocols tls1.2 enable Enables the protocol. 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>...
  • Page 260 5: Commands and Levels 'TCP'. default secure protocols Restores the default secure protocol selections. default tcp keep alive Defaults the TCP keep alive idle time. default tcp keep alive interval Restores the default 45 second connect mode TCP keep alive timeout. default tcp keep alive probes Defaults the TCP keep alive probes.
  • Page 261 5: Commands and Levels 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. tcp keep alive <milliseconds> Sets the TCP keep alive idle time. This is the initial keep alive timeout.
  • Page 262 5: Commands and Levels alive timeout. default tcp keep alive probes Defaults the TCP keep alive probes. exit Exits to the next higher level. initial send binary <binary> Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in binary format that will be sent out the network upon connection.
  • Page 263 5: Commands and Levels tcp keep alive <milliseconds> Sets the TCP keep alive idle time. This is the initial keep alive timeout. <milliseconds> = timer value, in millisec- onds. tcp keep alive interval <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer.
  • Page 264 5: Commands and Levels will be sent out the network upon connection. Within [] use binary decimal up to 255 or hex up to 0xFF. initial send set <text> Sets the host connect tunnel Initial Send text. <text> = ascii string that will be sent out the network upon connec- tion.
  • Page 265 5: Commands and Levels nect mode in milliseconds. tcp keep alive probes <number> Sets the number of TCP keep alive probes. <number> = number of TCP keep alive probes. tcp user timeout <milliseconds> Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds.
  • Page 266 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 267 5: Commands and Levels 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. <text> = IP address.
  • Page 268 5: Commands and Levels initial send set <text> Sets the host connect tunnel Initial Send text. <text> = ascii string that will be sent out the network upon connec- tion. no address Removes the remote host address used to establish tun- neling connections.
  • Page 269 5: Commands and Levels number of TCP keep alive probes. tcp user timeout <milliseconds> Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds. 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 270 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 for the SSL cli- ent. no initial send Removes the host connect tunnel Initial Send string.
  • Page 271 5: Commands and Levels validate certificate enable Requires verification of the server certificate when con- necting. 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>...
  • Page 272 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 user timeout Restores the default. port <number> Sets the remote port to use for connect mode tunneling. <number>...
  • Page 273 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 274 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 275 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 276 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 277 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 278 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 279 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 280 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 281 5: Commands and Levels client. default protocol Restores the default connect mode tunneling protocol as 'TCP'. default secure protocols Restores the default secure protocol selections. default tcp keep alive Defaults the TCP keep alive idle time. default tcp keep alive interval Restores the default 45 second connect mode TCP keep alive timeout.
  • Page 282 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 283 5: Commands and Levels default tcp keep alive Defaults the TCP keep alive idle time. default tcp keep alive interval Restores the default 45 second connect mode TCP keep alive timeout. default tcp keep alive probes Defaults the TCP keep alive probes. exit Exits to the next higher level.
  • Page 284 5: Commands and Levels 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> Sets the TCP keep alive idle time. This is the initial keep alive timeout.
  • Page 285 5: Commands and Levels exit Exits to the next higher level. initial send binary <binary> Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in binary format that will be sent out the network upon connection. Within [] use binary decimal up to 255 or hex up to 0xFF.
  • Page 286 5: Commands and Levels onds. tcp keep alive interval <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = TCP keep alive for con- nect mode in milliseconds. tcp keep alive probes <number> Sets the number of TCP keep alive probes. <number> = number of TCP keep alive probes.
  • Page 287 5: Commands and Levels initial send set <text> Sets the host connect tunnel Initial Send text. <text> = ascii string that will be sent out the network upon connec- tion. no address Removes the remote host address used to establish tun- neling connections.
  • Page 288 5: Commands and Levels number of TCP keep alive probes. tcp user timeout <milliseconds> Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds. 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 289 5: Commands and Levels 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> = port to be used. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session.
  • Page 290 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 291 5: Commands and Levels ascii string that will be sent out the network upon connec- tion. 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.
  • Page 292 5: Commands and Levels tcp user timeout <milliseconds> Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds. 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 293 5: Commands and Levels no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection for the SSL cli- ent. no initial send Removes the host connect tunnel Initial Send string. no port Removes the remote port used to establish tunnel con- nections.
  • Page 294 5: Commands and Levels necting. 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>...
  • Page 295 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 user timeout Restores the default. port <number> Sets the remote port to use for connect mode tunneling. <number>...
  • Page 296 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 297 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 298 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 299 5: Commands and Levels default tcp keep alive probes Defaults the TCP keep alive probes. exit Exits to the next higher level. initial send binary <binary> Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in binary format that will be sent out the network upon connection.
  • Page 300 5: Commands and Levels alive timeout. <milliseconds> = timer value, in millisec- onds. tcp keep alive interval <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = TCP keep alive for con- nect mode in milliseconds. tcp keep alive probes <number>...
  • Page 301 5: Commands and Levels binary decimal up to 255 or hex up to 0xFF. initial send set <text> Sets the host connect tunnel Initial Send text. <text> = ascii string that will be sent out the network upon connec- tion. no address Removes the remote host address used to establish tun- neling connections.
  • Page 302 5: Commands and Levels tcp keep alive probes <number> Sets the number of TCP keep alive probes. <number> = number of TCP keep alive probes. tcp user timeout <milliseconds> Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds. validate certificate disable Skips verification of the server certificate when connect- ing.
  • Page 303 5: Commands and Levels 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 for the SSL cli- ent. no initial send Removes the host connect tunnel Initial Send string.
  • Page 304 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 (tunnel-connect-host:1:5) level commands address <text> Sets the remote host to establish tunneling connections with.
  • Page 305 5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. no port Removes the remote port used to establish tunnel con- nections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. port <number>...
  • Page 306 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 307 5: Commands and Levels default protocol Restores the default connect mode tunneling protocol as 'TCP'. default secure protocols Restores the default secure protocol selections. default tcp keep alive Defaults the TCP keep alive idle time. default tcp keep alive interval Restores the default 45 second connect mode TCP keep alive timeout.
  • Page 308 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 309 5: Commands and Levels default tcp keep alive interval Restores the default 45 second connect mode TCP keep alive timeout. default tcp keep alive probes Defaults the TCP keep alive probes. exit Exits to the next higher level. initial send binary <binary> Sets the host connect tunnel Initial Send text allowing for binary characters.
  • Page 310 5: Commands and Levels name. tcp keep alive <milliseconds> Sets the TCP keep alive idle time. This is the initial keep alive timeout. <milliseconds> = timer value, in millisec- onds. tcp keep alive interval <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer.
  • Page 311 5: Commands and Levels binary characters. <binary> = string in binary format that will be sent out the network upon connection. Within [] use binary decimal up to 255 or hex up to 0xFF. initial send set <text> Sets the host connect tunnel Initial Send text. <text> = ascii string that will be sent out the network upon connec- tion.
  • Page 312 5: Commands and Levels sets the timer. <milliseconds> = TCP keep alive for con- nect mode in milliseconds. tcp keep alive probes <number> Sets the number of TCP keep alive probes. <number> = number of TCP keep alive probes. tcp user timeout <milliseconds> Sets the timeout for TCP retransmissions.
  • Page 313 5: Commands and Levels tion. 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 for the SSL cli- ent.
  • Page 314 5: Commands and Levels = timeout value, in milliseconds. 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 6 (config-host:6) level commands clrscrn Clears the screen.
  • Page 315 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 316 5: Commands and Levels secure protocols tls1.0 enable Enables the protocol. secure protocols tls1.1 disable Disables the protocol. secure protocols tls1.1 enable Enables the protocol. secure protocols tls1.2 disable Disables the protocol. secure protocols tls1.2 enable Enables the protocol. show Shows the current configuration.
  • Page 317 5: Commands and Levels credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default connect mode tunneling protocol as 'TCP'. default secure protocols Restores the default secure protocol selections. default tcp keep alive Defaults the TCP keep alive idle time.
  • Page 318 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 319 5: Commands and Levels default tcp keep alive Defaults the TCP keep alive idle time. default tcp keep alive interval Restores the default 45 second connect mode TCP keep alive timeout. default tcp keep alive probes Defaults the TCP keep alive probes. exit Exits to the next higher level.
  • Page 320 5: Commands and Levels 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> Sets the TCP keep alive idle time. This is the initial keep alive timeout.
  • Page 321 5: Commands and Levels exit Exits to the next higher level. initial send binary <binary> Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in binary format that will be sent out the network upon connection. Within [] use binary decimal up to 255 or hex up to 0xFF.
  • Page 322 5: Commands and Levels onds. tcp keep alive interval <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = TCP keep alive for con- nect mode in milliseconds. tcp keep alive probes <number> Sets the number of TCP keep alive probes. <number> = number of TCP keep alive probes.
  • Page 323 5: Commands and Levels 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. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC"...
  • Page 324 5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling. secure protocols ssl3 disable Disables the protocol. secure protocols ssl3 enable Enables the protocol. secure protocols tls1.0 disable Disables the protocol.
  • Page 325 5: Commands and Levels tains 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.
  • Page 326 5: Commands and Levels secure protocols ssl3 enable Enables the protocol. secure protocols tls1.0 disable Disables the protocol. secure protocols tls1.0 enable Enables the protocol. secure protocols tls1.1 disable Disables the protocol. secure protocols tls1.1 enable Enables the protocol. secure protocols tls1.2 disable Disables the protocol.
  • Page 327 5: Commands and Levels 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 connect mode tunneling protocol as 'TCP'. default secure protocols Restores the default secure protocol selections.
  • Page 328 5: Commands and Levels secure protocols tls1.2 disable Disables the protocol. secure protocols tls1.2 enable Enables the protocol. 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>...
  • Page 329 5: Commands and Levels 'TCP'. default secure protocols Restores the default secure protocol selections. default tcp keep alive Defaults the TCP keep alive idle time. default tcp keep alive interval Restores the default 45 second connect mode TCP keep alive timeout. default tcp keep alive probes Defaults the TCP keep alive probes.
  • Page 330 5: Commands and Levels 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. tcp keep alive <milliseconds> Sets the TCP keep alive idle time. This is the initial keep alive timeout.
  • Page 331 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 332 5: Commands and Levels protocol ssh Uses SSH protocol for connect mode tunneling. protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling.
  • Page 333 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 334 5: Commands and Levels 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. secure protocols ssl3 disable Disables the protocol.
  • Page 335 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 336 5: Commands and Levels protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling. secure protocols ssl3 disable Disables the protocol. secure protocols ssl3 enable Enables the protocol. secure protocols tls1.0 disable Disables the protocol. secure protocols tls1.0 enable Enables the protocol.
  • Page 337 5: Commands and Levels aes encrypt key text <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces. auto show statistics show connection statistics clrscrn...
  • Page 338 5: Commands and Levels secure protocols tls1.0 disable Disables the protocol. secure protocols tls1.0 enable Enables the protocol. secure protocols tls1.1 disable Disables the protocol. secure protocols tls1.1 enable Enables the protocol. secure protocols tls1.2 disable Disables the protocol. secure protocols tls1.2 enable Enables the protocol.
  • Page 339 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. http (config-http) level commands auth <uri> Creates a new HTTP server authentication directive. <uri> = URI of the server.
  • Page 340 5: Commands and Levels max timeout <seconds> Sets the maximum time the HTTP server waits when re- ceiving a request. <seconds> = maximum timeout value. no clear counters Restores the HTTP counters to the aggregate values. no port Disables the HTTP Server port. no secure credentials Clears the RSA/DSA certificate selection for the HTTP server.
  • Page 341 5: Commands and Levels write Stores the current configuration in permanent memory. http post (config-action-http_post:usb0 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.
  • Page 342 5: Commands and Levels reminder interval <minutes> Sets the HTTP Post reminder interval. 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. icmp (config-icmp) level commands clrscrn Clears the screen.
  • Page 343 5: Commands and Levels address ranges are written in CIDR notation. A network is denoted by the first address in the block (ending in all zeroes), a slash (/), and a decimal value equal to the size in bits of the prefix ipv6 dhcp enable Enables IPv6 DHCP.
  • Page 344 5: Commands and Levels default priority Restores the default priority for the interface. dhcp client id <text> Sets the DHCP client ID. dhcp disable Disables DHCP. dhcp enable Enables DHCP. dhcp renew Force DHCP to renew domain <text> Sets the domain name. <text> = name of the domain. exit Exits to the config level.
  • Page 345 5: Commands and Levels no ip address Clears the IP address. no ipv6 address Clears the IPv6 static address. no ipv6 default gateway Clears the IPv6 default gateway. no ipv6 domain Clears the IPv6 domain name. no ipv6 primary dns Clears the IPv6 address of the primary DNS server.
  • Page 346 5: Commands and Levels zeroes), a slash (/), and a decimal value equal to the size in bits of the prefix ipv6 auto configure enable Enables IPv6 stateless address autoconfiguration. ipv6 default gateway <ipv6 address> Sets the IPv6 default gateway. IPv6 addresses are written in eight groups of four hexadecimal digits separated by colons, such as 2001:0db8:85a3:0000:0000:8a2e:0370:7334 Network...
  • Page 347 5: Commands and Levels ip (config-ip) level commands clrscrn Clears the screen. default ip time to live Restores the default IP time to live. default multicast time to live Restores the default IP multicast time to live, which is one hop.
  • Page 348 5: Commands and Levels default action Restores the default value of action (ACCEPT). exit Exits to the config-gateway level. ip address <text> Sets the filter IP Address. ip address filter <number> Change to config ip filter level. no ip address Removes the filter IP Address.
  • Page 349 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. ip address filter 15 (config-ip_filter:15) level commands action accept Sets the action to ACCEPT. action drop Sets the action to DROP.
  • Page 350 5: Commands and Levels action accept Sets the action to ACCEPT. action drop Sets the action to DROP. clrscrn Clears the screen. default action Restores the default value of action (ACCEPT). exit Exits to the config-gateway level. ip address <text> Sets the filter IP Address.
  • Page 351 5: Commands and Levels ip address <text> Sets the filter IP Address. ip address filter <number> Change to config ip filter level. no ip address Removes the filter IP Address. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session.
  • Page 352 5: Commands and Levels CLI session. write Stores the current configuration in permanent memory. ip address filter 24 (config-ip_filter:24) level commands action accept Sets the action to ACCEPT. action drop Sets the action to DROP. clrscrn Clears the screen. default action Restores the default value of action (ACCEPT).
  • Page 353 5: Commands and Levels clrscrn Clears the screen. default action Restores the default value of action (ACCEPT). exit Exits to the config-gateway level. ip address <text> Sets the filter IP Address. ip address filter <number> Change to config ip filter level. no ip address Removes the filter IP Address.
  • Page 354 5: Commands and Levels no ip address Removes the filter IP 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. ip address filter 30 (config-ip_filter:30) level commands action accept Sets the action to ACCEPT.
  • Page 355 5: Commands and Levels ip address filter 4 (config-ip_filter:4) level commands action accept Sets the action to ACCEPT. action drop Sets the action to DROP. clrscrn Clears the screen. default action Restores the default value of action (ACCEPT). exit Exits to the config-gateway level. ip address <text>...
  • Page 356 5: Commands and Levels exit Exits to the config-gateway level. ip address <text> Sets the filter IP Address. ip address filter <number> Change to config ip filter level. no ip address Removes the filter IP Address. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session.
  • Page 357 5: Commands and Levels character. Note that quotes must enclose the value if it contains spaces. no key Removes WEP key. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. write Stores the current configuration in permanent memory.
  • Page 358 5: Commands and Levels exit Exits to the next higher level. key <hexadecimal> Sets WEP key. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the val- ue if it contains spaces.
  • Page 359 5: Commands and Levels default stop bits Restores the default of one stop bit. default threshold Restores the factory default threshold. default xoff char Restores the default xoff character on this line. default xon char Restores the default xon character on this line. exit Exits to the enable level flow control hardware...
  • Page 360 5: Commands and Levels state enable Enables the line so data can be sent/received. stop bits 1 Uses one stop bit after data on the line. stop bits 2 Uses two stop bits after data on the line. terminal <line> Enters the configure-terminal level.
  • Page 361 5: Commands and Levels 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. bluetooth serial <line>...
  • Page 362 5: Commands and Levels 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 Sets the line interface to RS485 in full-duplex mode.
  • Page 363 5: Commands and Levels to be configured. write Stores the current configuration in permanent memory. xoff char <control> Sets the xoff character for use with software flow control on this line. The character may be input as text, control, decimal, or hex. A control character has the form <con- trol>C.
  • Page 364 5: Commands and Levels no project tag Restores the default Project Tag. project tag <text> Sets the Project Tag. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. state disable Disables command processing on line. state enable Enables command processing on line.
  • Page 365 5: Commands and Levels with secrets. show wps status Show status of WPS operation. smartroam Enter smartroam configuration level start wps Starts wi-fi protected setup operation. start wps pin Starts wi-fi protected setup operation. status Show link status wifi direct go mode disable Disables WiFi Direct Group Owner Mode.
  • Page 366 5: Commands and Levels fast provisioning both Sets the FAST provisioning option to Both. fast provisioning unauthenticated Sets the FAST provisioning option to Unauthenticated. ieee 802 1x eap-tls Sets the IEEE 802.1x protocol to EAP-TLS. ieee 802 1x eap-ttls Sets the IEEE 802.1x protocol to EAP-TTLS. ieee 802 1x fast Sets the IEEE 802.1x protocol to FAST.
  • Page 367 5: Commands and Levels action accept Sets the action to ACCEPT. action drop Sets the action to DROP. 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.
  • Page 368 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. mac address filter 4 (config-mac_filter:4) level commands action accept Sets the action to ACCEPT. action drop Sets the action to DROP.
  • Page 369 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 370 5: Commands and Levels apply configuration updates never Sets the action on configuration updates to Never, signify- ing no configuration updates will be applied. apply firmware updates disable Restores the default action on new firmware (do not ap- ply). apply firmware updates enable Automatically apply new firmware.
  • Page 371 5: Commands and Levels CLI session. usb auto mount disable Disables automatic mount of connected USB drives. usb auto mount enable Enables automatic mount of connected USB drives. write Stores the current configuration in permanent memory. modbus (modbus) level commands additional port <number>...
  • Page 372 5: Commands and Levels dem emulation. reassert Asserts tunnel modem status with current configured val- ues. response type numeric Uses numeric type responses. 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.
  • Page 373 5: Commands and Levels 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 disables incoming network connections. default response type Default uses text type responses.
  • Page 374 5: Commands and Levels echo commands enable Echoes modem commands. echo pluses disable 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 Returns OK on unknown AT commands.
  • Page 375 5: Commands and Levels show status Displays statistics. snmp trap Enters the next lower level. write Stores the current configuration in permanent memory. packing (tunnel-packing:4) 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.
  • Page 376 5: Commands and Levels upon receiving the configured send character on the line (serial port). packing mode timeout Sets packing mode to accumulate data and transmit it after a specified amount of time (timeout). send character <control> Sets the send character for packing mode. The character may be input as text, control, decimal, or hex.
  • Page 377 5: Commands and Levels trailing character <control> Sets the trailing character for packing mode. The charac- ter may be input as text, control, decimal, or hex. A control character has the form <control>C. A decimal value char- acter has the form \99. A hex value character has the form 0xFF.
  • Page 378 5: Commands and Levels 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:3) level commands clrscrn Clears the screen. exit Exits to the next higher level.
  • Page 379 5: Commands and Levels CLI session. 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>...
  • Page 380 5: Commands and Levels rule. no port or range Clears the WAN port or range for port forwarding rule. no target port Clears the LAN destination port for port forwarding rule. port forwarding rule <number> Change to config gateway port forwarding level. port or range <text>...
  • Page 381 5: Commands and Levels <text> = port. write Stores the current configuration in permanent memory. port forwarding rule 4 (config-portforwarding:4) 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>...
  • Page 382 5: Commands and Levels rule. no port or range Clears the WAN port or range for port forwarding rule. no target port Clears the LAN destination port for port forwarding rule. port forwarding rule <number> Change to config gateway port forwarding level. port or range <text>...
  • Page 383 5: Commands and Levels <text> = port. write Stores the current configuration in permanent memory. port forwarding rule 7 (config-portforwarding:7) 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>...
  • Page 384 5: Commands and Levels rule. no port or range Clears the WAN port or range for port forwarding rule. no target port Clears the LAN destination port for port forwarding rule. port forwarding rule <number> Change to config gateway port forwarding level. port or range <text>...
  • Page 385 5: Commands and Levels onshutdown enable Run the script on shutdown. onstart disable Do not run the script on startup. onstart enable Run the script on startup. output <text> Sets the script output path. parameters <text> Sets the script parameters. show Shows the current configuration.
  • Page 386 5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. state disable Disables script. state enable Enables script. write Stores the current configuration in permanent memory. python 13 (config-applications-python:13) level commands clrscrn Clears the screen. exit Exits to the next higher level.
  • Page 387 5: Commands and Levels clrscrn Clears the screen. exit Exits to the next higher level. filename <text> Sets the script path. no filename Clear the script path. no output Clear the script output path. no parameters Clear the script parameters. onshutdown disable Do not run the script on shutdown.
  • Page 388 5: Commands and Levels onshutdown disable Do not run the script on shutdown. onshutdown enable Run the script on shutdown. onstart disable Do not run the script on startup. onstart enable Run the script on startup. output <text> Sets the script output path. parameters <text>...
  • Page 389 5: Commands and Levels show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. state disable Disables script. state enable Enables script. write Stores the current configuration in permanent memory. python 5 (config-applications-python:5) level commands clrscrn Clears the screen.
  • Page 390 5: Commands and Levels python 7 (config-applications-python:7) level commands clrscrn Clears the screen. exit Exits to the next higher level. filename <text> Sets the script path. no filename Clear the script path. no output Clear the script output path. no parameters Clear the script parameters.
  • Page 391 5: Commands and Levels no parameters Clear the script parameters. onshutdown disable Do not run the script on shutdown. onshutdown enable Run the script on shutdown. onstart disable Do not run the script on startup. onstart enable Run the script on startup. output <text>...
  • Page 392 5: Commands and Levels qos (config-ethernet-qos:eth0) level commands clrscrn Clears the screen. default uplink data speed Restores the default uplink speed. exit Exit back to interface configuration level filter <instance> Enters the next lower level. Specify the instance for the next lower level.
  • Page 393 5: Commands and Levels ping <host> Ping destination continuously with 5 second timeout ping <host> <count> Ping destination n times with 5 second timeout ping <host> <count> <timeout> Ping destination n times with x timeout (in seconds) ping6 <host> Ping destination continuously with 5 second timeout ping6 <host>...
  • Page 394 5: Commands and Levels fips 140-2 mode disable Disables the FIPS 140-2 Mode. fips 140-2 mode enable Enables the FIPS 140-2 Mode. 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 395 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. serial (tunnel-serial:3) 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.
  • Page 396 5: Commands and Levels authorized user <username> <password> Sets authorized username, password, and optionally RSA and/or DSA public keys clrscrn Clears the screen. delete all authorized users Removes all authorized users delete authorized user <username> Remove an authorized user exit Exits to the ssh level.
  • Page 397 5: Commands and Levels default scan threshold 5ghz Restores the default Threshold value for 5GHz band based on current roaming level. exit Exit back to interface configuration level level custom Sets the roaming level to Custom. level high Sets the roaming level to High. level low Sets the roaming level to Low.
  • Page 398 5: Commands and Levels clrscrn Clears the screen. exit Returns to the config level. no system location Clears the SNMP system location. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. show status Displays the SNMP agent status.
  • Page 399 5: Commands and Levels alarm message <text> Sets the message to be sent when the alarm turns on. clrscrn Clears the screen. exit Exits to the next higher level. no alarm message Removes the alarm message. no normal message Removes the normal message. no reminder interval Clears the SNMP Trap reminder interval.
  • Page 400 5: Commands and Levels default read-only privacy protocol Restores to default SNMPv3 read-only privacy encryption method: DES for agent. default read-only security Restores to default SNMPv3 read-only security method: Authentication, No Privacy for agent. default security Restores to default SNMPv3 security method: Authentica- tion, No Privacy for agent.
  • Page 401 5: Commands and Levels state enable Enables the SNMP agent. system contact <text> Sets the SNMP system contact information. <text> = sys- tem contact information. system description <text> Sets the SNMP system description. <text> = description of device. system name <text> Sets the SNMP system name.
  • Page 402 5: Commands and Levels CLI session. trusted authorities Enters the SSL configuration level. view csr View generated CSR (Certificate Signing Request). write Stores the current configuration in permanent memory. static leases 1 (config-dhcpd-static_leases:1) level commands clrscrn Clears the screen. exit Exits to the config-dhcpd level.
  • Page 403 5: Commands and Levels ipv6 address <ipv6 address/prefix> Sets the reserved IPv6 address. IPv6 addresses are writ- ten in eight groups of four hexadecimal digits separated by colons, such as 2001:0db8:85a3:0000:0000:8a2e:0370:7334 Network address ranges are written in CIDR notation. A network is denoted by the first address in the block (ending in all zeroes), a slash (/), and a decimal value equal to the size in bits of the prefix...
  • Page 404 5: Commands and Levels no mac address Removes the MAC Address. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. static leases <number> Change to dhcpd static lease level. write Stores the current configuration in permanent memory. static leases 6 (config-dhcpd-static_leases:6) level commands clrscrn Clears the screen.
  • Page 405 5: Commands and Levels exit Exits to the config-dhcpd level. ip address <IP address> Sets the reserved IP address. ipv6 address <ipv6 address/prefix> Sets the reserved IPv6 address. IPv6 addresses are writ- ten in eight groups of four hexadecimal digits separated by colons, such as 2001:0db8:85a3:0000:0000:8a2e:0370:7334 Network address ranges are written in CIDR notation.
  • Page 406 5: Commands and Levels gateway <text> 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 <text> Sets the IP address and network mask for static route network.
  • Page 407 5: Commands and Levels name gateway <text> 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 <text> Sets the IP address and network mask for static route network.
  • Page 408 5: Commands and Levels friendly name <text> Set the friendly name for static route. <text> = friendly name gateway <text> 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 <text>...
  • Page 409 5: Commands and Levels exit Exits to the config-gateway level. friendly name <text> Set the friendly name for static route. <text> = friendly name gateway <text> Sets the gateway for static route network. interface <text> Sets the route interface <text> = interface name metric <number>...
  • Page 410 5: Commands and Levels 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 No password required for Telnet users. authentication enable Challenges the Telnet user with a password. clrscrn Clears the screen.
  • Page 411 5: Commands and Levels tings. send break <control> Sets the optional send break character. <text> = the char- acter. The character may be input as text, control, deci- mal, 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.
  • Page 412 5: Commands and Levels 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. terminal type <text>...
  • Page 413 5: Commands and Levels tunnel <line> Enters the tunnel level. <line> = number of the tunnel line (serial port) to be configured. usb <line> Enters the usb level. <line> = number of the line (usb port) to be configured. write Stores the current configuration in permanent memory.
  • Page 414 5: Commands and Levels bluetooth serial <line> Enters the bluetooth serial level. <line> = number of the line (bluetooth serial port) to be configured. break duration <milliseconds> Sets how long a break should last when it is being sent to the line.
  • Page 415 5: Commands and Levels default authentication protocol Restores to default SNMPv3 authentication method: MD5 for traps. default community Restores the SNMP trap community to default: public default primary destination port Restores the primary SNMP trap host port to default: 162. default privacy protocol Restores to default SNMPv3 privacy encryption method: DES for traps.
  • Page 416 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. tunnel 1 (tunnel:1) level commands accept Enters the accept level for this tunnel. auto show statistics show connection statistics bluetooth serial <line>...
  • Page 417 5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. show statistics show connection statistics terminal <line> Enters the configure-terminal level. <line> = number of the terminal line (serial port) to be configured. terminal network Enters the configure-terminal level for the network.
  • Page 418 5: Commands and Levels disconnect Enters the disconnect level for this tunnel. exit Exits to the enable level. line <line> Enters the line level. <line> = number of the line (serial port) to be configured. modem Enters the modem level for this tunnel. no clear counters Unzeros all tunnel counters packing...
  • Page 419 5: Commands and Levels the CLI. command mode serial string 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.
  • Page 420 5: Commands and Levels parity even Uses a parity bit on the line for even parity. parity none Does not use a parity bit on the line. parity odd Uses a parity bit on the line for odd parity. protocol none Uses no protocol on the usb line.
  • Page 421 5: Commands and Levels snmp trap Enters the next lower level. write Stores the current configuration in permanent memory. user management (config-user-management) level commands admin password <text> Sets the CLI login password. Password must be 4 to 15 characters and contain combination of the following char- acters: uppercase letters, lowercase letters, numbers, symbols (punctuation marks).
  • Page 422 5: Commands and Levels state enable Enables Virtual IP instance. write Stores the current configuration in permanent memory. virtual ip 2 (config-virtual-interface:2) level commands clrscrn Clears the screen. exit Exits to the config-gateway level. ip address <text> Sets the Virtual IP address. lan ip address <text>...
  • Page 423 5: Commands and Levels default connection type Restores the default connection type. default esp authentication Restores the default ESP authentication. default esp dh group Restores the default ESP DH Group. default esp encryption Restores the default ESP encryption. default ike authentication Restores the default IKE authentication.
  • Page 424 5: Commands and Levels ike life time <hours> Sets the IKE lifetime. ikev2 insist Sets the IKEv2 setting to Insist, signifying that the device will only accept and receive IKEv2 and IKEv1 negotiations will be rejected. ikev2 never Sets the IKEv2 setting to Never, signifying no IKEv2 nego- tiation should be transmitted or accepted.
  • Page 425 5: Commands and Levels remote subnet <text> Sets the remote subnets. <text> = remote subnets. sa life time <hours> Sets the SA lifetime. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. show local rsa key Show Local RSA key show logs...
  • Page 426 5: Commands and Levels create <profile name> Create a new profile name delete <profile name> Delete existing profile by name edit <profile name> View or edit an existing profile exit Exits to the config level. show Show existing profile names show history Displays the last 20 commands entered during the current CLI session.
  • Page 427 5: Commands and Levels eap-ttls option eap-mschapv2 Sets the EAP-TTLS authentication protocol option to EAP- MSCHAP V2. eap-ttls option mschap Sets the EAP-TTLS authentication protocol option to MSCHAP. eap-ttls option mschapv2 Sets the EAP-TTLS authentication protocol option to MSCHAP V2. eap-ttls option pap Sets the EAP-TTLS authentication protocol option to PAP.
  • Page 428 5: Commands and Levels username <text> Sets the value of the username. <text> = value in charac- ters (max 63). validate certificate disable Server certificate will not be verified. validate certificate enable Server certificate will be verified. write Stores the current configuration in permanent memory. xml (xml) level commands clrscrn Clears the screen.

Table of Contents