Lantronix SGX 5150 Command Reference Manual

Lantronix SGX 5150 Command Reference Manual

Iot device gateway
Hide thumbs Also See for SGX 5150:

Advertisement

PremierWave® 2050
SGX 5150 IoT Device Gateway
TM

Command Reference

Part Number 900-777-R
Revision G August 2019

Advertisement

Table of Contents
loading

Summary of Contents for Lantronix SGX 5150

  • Page 1: Command Reference

    PremierWave® 2050 SGX 5150 IoT Device Gateway Command Reference Part Number 900-777-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: Table Of Contents

    Table of Contents Intellectual Property ________________________________________________________ 2 Warranty _________________________________________________________________ 2 Contacts _________________________________________________________________ 2 Disclaimer ________________________________________________________________ 2 Open Source Software ______________________________________________________ 3 Revision History ___________________________________________________________ 3 1: About This Guide Chapter Summaries ________________________________________________________ 7 Conventions ______________________________________________________________ 7 Additional Documentation ____________________________________________________ 8 2: Overview XML Architecture and Control _________________________________________________ 9 Command Line Interface _____________________________________________________ 9...
  • Page 5 List of Figures Figure 3-1 CLI Level Hierarchy ______________________________________________________ 13 Figure 3-2 Login Level Commands ___________________________________________________ 14 Figure 3-3 Enable Level Commands__________________________________________________ 14 Figure 4-4 DTD for XCRs __________________________________________________________ 15 Figure 4-5 XML Example __________________________________________________________ 16 Figure 4-6 XML Example __________________________________________________________ 17 Figure 4-7 XML Example of Multiple Named Values _____________________________________ 17 Figure 4-8 XML Example of Multiple Items _____________________________________________ 18 Figure 4-9 XML Example with Multiple Groups__________________________________________ 18...
  • Page 6 List of Tables Table 3-1 Keyboard Shortcuts _____________________________________________________ 12 Table 4-2 XCR Groups ___________________________________________________________ 20 Table 4-3 XSR Group and Items____________________________________________________ 42 Table 5-4 Commands and Levels __________________________________________________ 65 5150 IoT Device Gateway Command Reference...
  • Page 7: 1: About This Guide

    2: Overview Gives an overview of CLI and XML. 3: Command Line Interface Lists commands and describes how to use CLI to configure the SGX 5150 IoT device gateway. 4: Configuration Using XML Lists XML Configuration Record (XCR) groups and items and describes how to use XCRs to configure the SGX 5150 IoT device gateway.
  • Page 8: 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 SGX 5150 IoT device gateway-related documentation listed below. Document Description SGX 5150, SGX 5150 MD, and SGX 5150...
  • Page 9: 2: Overview

    The SGX 5150 IoT device gateway supports three convenient configuration methods: Web Manager, CLI, and XML. For more information about Web Manager, see the SGX 5150, SGX 5150 MD, and SGX 5150 XL IoT Device Gateway User Guide available at www.Lantronix.com/...
  • Page 10: 3: Command Line Interface

    Configuration Using Telnet To access and configure the SGX 5150 IoT device gateway by using a Telnet session over the network, you must first establish a Telnet connection. You can also establish a Telnet connection by clicking the Telnet Configuration tab in the Lantronix® DeviceInstaller™ utility. See the DeviceInstaller Online Help for more information.
  • Page 11: Navigating The Cli Hierarchy

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

    3: Command Line Interface Using Keyboard Shortcuts and CLI One useful shortcut built into the SGX 5150 IoT device gateway is that the complete text of a command does not have to be entered to issue a command. Typing just enough characters to uniquely identify a command, then hitting enter, can be used as a short cut for a command.
  • Page 13: Figure 3-1 Cli Level Hierarchy

    3: Command Line Interface An overview of the levels in the SGX 5150 IoT device gateway is presented in Figure 3-1 CLI Level Hierarchy. Figure 3-1 CLI Level Hierarchy (login) enable access point configure action applications device reboot schedule bridge 1...
  • Page 14: Figure 3-2 Login Level Commands

    <host> trace route <host> <protocol> enable admin@SGX5150-0080a3b028b6> Note: To configure the SGX 5150 IoT device gateway, 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.
  • Page 15: 4: Configuration Using Xml

    Configuration Using XML The SGX 5150 IoT device gateway provides an XML interface that you can use to configure SGX 5150 IoT device gateways. Every configuration setting that can be issued from the gateway’s Web Manager interface and CLI can be specified using XML.
  • Page 16: 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 SGX 5150 IoT device gateway uses the attributes in the following subsections to label the group configuration settings. 5150 IoT Device Gateway Command Reference...
  • Page 17: 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 18: Figure 4-8 Xml Example Of Multiple Items

    </configitem> <configitem name="long name"> <value>Lantronix SGX5150</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 19: Importing And Exporting An Xml Configuration File

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

    4: Configuration Using XML XML Configuration Groups Table 4-2 lists the supported SGX 5150 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 21 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 22 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info action http post reminder interval attribute of an mode “instance” is “eth0 connection 1 host link state change”, “on scheduled connection 1 port reboot”, "usb0 link connection 1 url state change”, "wlan0 link state...
  • Page 23 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info bluetooth line name (Attribute of an interface Bluetooth- instance is a RFCOMM number.) state enable, disable protocol None, Tunnel gap timer threshold line mode Serial Device bridge state enable, disable...
  • Page 24 &amp;#60;None&a address mp;#62;...
  • Page 25 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 26 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 27 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.1, TLS1.2...
  • Page 28 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 29 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info line (Attribute of an name instance is a state enable, disable number.) protocol baud rate parity data bits stop bits flow control xon char &#60;None&#62; xoff char &#60;None&#62;...
  • Page 30 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info mach10 state enable, disable host port secure port validate certificates local port &#60;None&#62; mqtt state mqtt host mqtt port mqtt security mqtt local port device id device key device name device description...
  • Page 31 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info mach10 (continued) connection host (Attribute of an port instance is “1” and secure port enable, disable “2”) validate certificates enable, disable local port &amp;#60;Random &amp;#62; mqtt state enable, disable mqtt host mqtt port...
  • Page 32 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info reboot schedule state enable, disable schedule hours minutes interval unit routing protocols state version update interval timeout interval gc interval ospf state hello interval dead interval feed persist max entries...
  • Page 33 4: Configuration Using XML Group Name Group Item Value Name Value Options Additional Info smtp from address server address server port username password overriding domain local port &#60;None&#62; snmp snmpd state port version read community write community username security authentication protocol authentication password...
  • Page 34 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 35 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 36 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 37 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 address (Attribute of an port instance is a...
  • Page 38 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 39 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 40 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 41 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 42: Xml Status Record Groups And Items

    XML Status Record Groups and Items Table 4-3 lists the supported SGX 5150 XML status record (XSR) groups and items. These groups and items show the status of the gateway 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 43 (Attribute of an instance is a number.)
  • Page 44 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 45 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 5150 IoT Device Gateway Command Reference...
  • Page 46 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 47 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 48 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 49 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 50 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 5150 IoT Device Gateway Command Reference...
  • Page 51 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 5150 IoT Device Gateway Command Reference...
  • Page 52 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 53 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 54 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 55 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 56: 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 57 5: Commands and Levels • email (config-action-email:wlan0 link state change) • ftp put (config-action-ftp_put:wlan0 link state change) • connection 1 (config-action-ftp_put- connection:wlan0 link state change:1) • connection 2 (config-action-ftp_put- connection:wlan0 link state change:2) • http post (config-action-http_post:wlan0 link state change) •...
  • Page 58 5: Commands and Levels • ip address filter 1 (config-ip_filter:1) • ip address filter 2 (config-ip_filter:2) • ip address filter 3 (config-ip_filter:3) • ip address filter 4 (config-ip_filter:4) • ip address filter 5 (config-ip_filter:5) • ip address filter 6 (config-ip_filter:6) •...
  • Page 59 5: Commands and Levels • static route 6 (config-staticroute:6) • static route 7 (config-staticroute:7) • static route 8 (config-staticroute:8) • virtual ip 1 (config-virtual-interface:1) • virtual ip 2 (config-virtual-interface:2) • virtual ip 3 (config-virtual-interface:3) • gre 1 (config-gre:1) • host 1 (config-host:1) •...
  • Page 60 5: Commands and Levels • filter 9 (config-ethernet-qos-filter:eth0:9) • filter 10 (config-ethernet-qos-filter:eth0:10) • filter 11 (config-ethernet-qos-filter:eth0:11) • filter 12 (config-ethernet-qos-filter:eth0:12) • filter 13 (config-ethernet-qos-filter:eth0:13) • filter 14 (config-ethernet-qos-filter:eth0:14) • filter 15 (config-ethernet-qos-filter:eth0:15) • filter 16 (config-ethernet-qos-filter:eth0:16) • filter 17 (config-ethernet-qos-filter:eth0:17) •...
  • Page 61 5: Commands and Levels • filter 21 (config-wlan-qos-filter:wlan0:21) • filter 22 (config-wlan-qos-filter:wlan0:22) • filter 23 (config-wlan-qos-filter:wlan0:23) • filter 24 (config-wlan-qos-filter:wlan0:24) • filter 25 (config-wlan-qos-filter:wlan0:25) • filter 26 (config-wlan-qos-filter:wlan0:26) • filter 27 (config-wlan-qos-filter:wlan0:27) • filter 28 (config-wlan-qos-filter:wlan0:28) • filter 29 (config-wlan-qos-filter:wlan0:29) •...
  • Page 62 5: Commands and Levels • line 3 (config-mach10-line:3) • line 4 (config-mach10-line:4) • modbus (modbus) • rss (modbus-rss) • rss (config-rss) • security (config-security) • sftp (config-sftp) • smtp (config-smtp) • snmp (config-snmp) • snmpd (config-snmp-snmpd) • traps (config-snmp-traps) • syslog (config-syslog) •...
  • Page 63 5: Commands and Levels • email 3 (email:3) • email 4 (email:4) • email 5 (email:5) • email 6 (email:6) • email 7 (email:7) • email 8 (email:8) • email 9 (email:9) • email 10 (email:10) • email 11 (email:11) •...
  • Page 64 5: Commands and Levels • host 2 (tunnel-connect-host:2:2) • host 3 (tunnel-connect-host:2:3) • host 4 (tunnel-connect-host:2:4) • host 5 (tunnel-connect-host:2:5) • host 6 (tunnel-connect-host:2:6) • host 7 (tunnel-connect-host:2:7) • host 8 (tunnel-connect-host:2:8) • host 9 (tunnel-connect-host:2:9) • host 10 (tunnel-connect-host:2:10) •...
  • Page 65: Table 5-4 Commands And Levels

    5: Commands and Levels • host 7 (tunnel-connect-host:4:7) • host 8 (tunnel-connect-host:4:8) • host 9 (tunnel-connect-host:4:9) • host 10 (tunnel-connect-host:4:10) • host 11 (tunnel-connect-host:4:11) • host 12 (tunnel-connect-host:4:12) • host 13 (tunnel-connect-host:4:13) • host 14 (tunnel-connect-host:4:14) • host 15 (tunnel-connect-host:4:15) •...
  • Page 66 5: Commands and Levels clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL server. default accept mode Restores the default accept mode as 'always'. default local port Uses the default port number as the local port for accept mode tunneling. The default port is 10000 + n, where 'n' is the line number for this tunnel.
  • Page 67 5: Commands and Levels disable secure protocols tls1.0 Enables the protocol. enable secure protocols tls1.1 Disables the protocol. disable secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable show Displays the current configuration.
  • Page 68 5: Commands and Levels 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. credentials <text> Selects the RSA/DSA certificates by name for the SSL server. default accept mode Restores the default accept mode as 'always'.
  • Page 69 5: Commands and Levels enable secure protocols tls1.0 Disables the protocol. disable secure protocols tls1.0 Enables the protocol. enable secure protocols tls1.1 Disables the protocol. disable secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol.
  • Page 70 5: Commands and Levels interface (generally used for debugging). 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 71 5: Commands and Levels disable secure protocols ssl3 Enables the protocol. enable secure protocols tls1.0 Disables the protocol. disable secure protocols tls1.0 Enables the protocol. enable secure protocols tls1.1 Disables the protocol. disable secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol.
  • Page 72 5: Commands and Levels block network disable Forwards (tunnels) network data in accept mode tunneling. block network enable Discards all data coming in from the accept mode tunnel before forwarding it to the serial interface (generally used for debugging). block serial disable Forwards (tunnels) serial data in accept mode tunneling.
  • Page 73 5: Commands and Levels protocol telnet Uses Telnet protocol (with IAC) for accept mode tunneling. secure protocols ssl3 Disables the protocol. disable secure protocols ssl3 Enables the protocol. enable secure protocols tls1.0 Disables the protocol. disable secure protocols tls1.0 Enables the protocol. enable secure protocols tls1.1 Disables the protocol.
  • Page 74 5: Commands and Levels ip address <ip ad- Sets the IP address of Access Point. Formats accepted: 192.168.1.1 (default mask) dress/cidr> 192.168.1.1/24 (CIDR) "192.168.1.1 255.255.255.0" (explicit mask) last client disconnect Sets the Last Client Disconnect Timeout for SoftAP trigger mode in seconds. timeout <seconds>...
  • Page 75 5: Commands and Levels power management ena- Enables power management. security Switch to security level show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. tx power maximum Sets the TX power maximum in dBm. <dBm> = measure of power in decibels with respect <dBm>...
  • Page 76 5: Commands and Levels state disable Disables Bluetooth. state enable Enables Bluetooth. write Stores the current configuration in permanent memory. Bluetooth serial 1 (bluetooth-line:1) level commands auto show statistics Continuously displays line statistics. bluetooth serial <line> Enters the bluetooth serial level. <line> = number of the line (bluetooth serial port) to be configured.
  • Page 77 5: Commands and Levels state disable Disables the line so data cannot be sent/received. state enable Enables the line so data can be sent/received. terminal <line> Enters the configure-terminal level. <line> = number of the terminal line (serial port) to be configured.
  • Page 78 5: Commands and Levels show status Show bridge status state disable Disables bridging. state enable Enables bridging. transparent mode disable Disables transparent mode. transparent mode enable Enables transparent mode. write Stores the current configuration in permanent memory. choice 1 (config-wlan-choice:wlan0:1) level commands apply wlan Try out WLAN settings without saving them to Flash.
  • Page 79 5: Commands and Levels cli (config-cli) level commands clrscrn Clears the screen. default inactivity timeout The default inactivity timeout will apply to CLI sessions. default quit connect line Restores the default string to quit the 'connect line', 'telnet', and 'ssh' commands. enable level password Sets the enable-level password.
  • Page 80 5: Commands and Levels user <username> gener- Generate DSA public and private keys ate dsa 2048 user <username> gener- Generate DSA public and private keys ate dsa 4096 user <username> gener- Generate DSA public and private keys ate dsa 512 user <username>...
  • Page 81 5: Commands and Levels bridge <instance> Changes to the bridge configuration level. Change to menu level for CLI configuration and status clock Change to menu level for Clock configuration and status clrscrn Clears the screen. diagnostics Enters the diagnostics level. discovery Enters the discovery level.
  • Page 82 5: Commands and Levels connect mode disable Disables connect mode tunneling. connect mode modem Enables the tunneling server to make tunneling connections when the modem control pin is control asserted asserted. connect mode modem Enables modem emulation for connect mode tunneling. emulation connect mode start char- Enables connect mode tunneling when the configured start character is received on the...
  • Page 83 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. connect mode any char- Enables the tunneling server to establish a tunneling connection when a character is re- acter...
  • Page 84 5: Commands and Levels connect (tunnel-connect:2) level commands block network disable Forwards (tunnels) network data in connect mode tunneling. block network enable Discards all data coming in from the connect mode tunnel before forwarding it to the serial interface (generally used for debugging). block serial disable Forwards (tunnels) serial data in connect mode tunneling.
  • Page 85 5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. show status Displays tunnel connect status. start character <control> Sets the connect mode start character. The character may be input as text, control, deci- mal, or hex.
  • Page 86 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 <millisec- Sets the reconnect time value for tunneling connections established by the device in milli- onds>...
  • Page 87 5: Commands and Levels 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. validate certificates disa- Disables certificate validation for Mach10 client.
  • Page 88 5: Commands and Levels protocol ftps Selects FTPS Protocol. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. username <text> Sets the Username used to logon to FTP server. write Stores the current configuration in permanent memory. connection 1 (config-action-http_post-connection:usb0 link state change:1) level commands clrscrn Clears the screen.
  • Page 89 5: Commands and Levels username <text> Sets the Username used to logon to FTP server. write Stores the current configuration in permanent memory. connection 1 (config-action-http_post-connection:on scheduled reboot:1) level commands clrscrn Clears the screen. default local port Uses a random port number as the local port.< default port Sets default Port number.
  • Page 90 5: Commands and Levels clrscrn Clears the screen. default local port Uses a random port number as the local port. default port Sets default Port number. default protocol Sets default HTTP Protocol. exit Exits to the next higher level. host <text> Sets HTTP server IP address or hostname to be connected to.
  • Page 91 5: Commands and Levels default mqtt host Restores the Hostname or IP address of MQTT server. default mqtt local port Clears the local port for Mach10 MQTT client. default mqtt port Restores the Port of MQTT server. default port Restores the Port of Mach 10. default proxy port Restores the Port of proxy server.
  • Page 92 5: Commands and Levels no host Clears HTTP server IP address or hostname. no password Clears the Password. no url Clears HTTP request URL. no username Clears the Username. password <text> Sets the Password used to logon to HTTP server. port <number>...
  • Page 93 5: Commands and Levels no username Clears the Username. password <text> Sets the Password used to logon to HTTP server. port <number> Sets the Port number which HTTP server is listening to. protocol http Selects HTTP Protocol. protocol https Selects HTTPS Protocol. show Shows the current configuration.
  • Page 94 5: Commands and Levels protocol http Selects HTTP Protocol. protocol https Selects HTTPS Protocol. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. url <text> Sets HTTP request URL following IP address or hostname. username <text>...
  • Page 95 5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. url <text> Sets HTTP request URL following IP address or hostname. username <text> Sets the Username used to logon to HTTP server. write Stores the current configuration in permanent memory.
  • Page 96 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. device (device) level commands auto show tlog Continuously displays the internal trouble log. clrscrn Clears the screen. cp functions Enters the cp functions level default long name...
  • Page 97 5: Commands and Levels dress show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. start ip address <IP ad- Sets the start IP address of DHCP address pool. dress> start ipv6 address <ipv6 Sets the start IPv6 address of DHCP address pool.
  • Page 98 5: Commands and Levels flush stop character ena- Prevents the stop character from the Line from being forwarded to the network. modem control disable Does not watch the modem control pin to disconnect. modem control enable Watches the modem control pin and disconnects if it is not asserted. no stop character Removes the stop character.
  • Page 99 5: Commands and Levels show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. stop character <control> Sets the stop character. The character may be input as text, control, decimal, or hex. A control character has the form <control>C.
  • Page 100 5: Commands and Levels ber> 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 on. alarm reminder interval Sets the time interval that messages will be sent while the alarm remains on. <minutes>...
  • Page 101 5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. write Stores the current configuration in permanent memory. email (config-action-email:on scheduled reboot) level commands alarm email email <num- Specifies the email number to send when the alarm turns on. ber>...
  • Page 102 5: Commands and Levels normal message <text> Sets the email message to be sent when the alarm turns off. normal reminder interval Sets the time interval that messages will be sent while the alarm remains off. <minutes> show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session.
  • Page 103 5: Commands and Levels clrscrn Clears the screen. default priority Sets X-Priority for email alerts to 3 (normal). email <number> Enters the configure email level. exit Exits to the enable level. message file <text> Specifies a text file, the contents of which will be the message body of an email alert. <text>...
  • Page 104 5: Commands and Levels priority high Sets X-Priority for email alerts to 2 (high). priority low Sets X-Priority for email alerts to 4 (low). priority normal Sets X-Priority for email alerts to 3 (normal). priority urgent Sets X-Priority for email alerts to 1 (urgent). priority very low Sets X-Priority for email alerts to 5 (very low).
  • Page 105 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 13 (email:13) level commands auto show statistics Continuously displays email statistics.
  • Page 106 5: Commands and Levels email <number> Enters the configure email level. exit Exits to the enable level. message file <text> Specifies a text file, the contents of which will be the message body of an email alert. <text> = the name of a local file. no cc Removes the Cc addresses for email alerts.
  • Page 107 5: Commands and Levels priority normal Sets X-Priority for email alerts to 3 (normal). priority urgent Sets X-Priority for email alerts to 1 (urgent). priority very low Sets X-Priority for email alerts to 5 (very low). reply to <text> Sets the Reply To address for email alerts. <text> = email address to place in the Reply To field of the email alert.
  • Page 108 5: Commands and Levels addresses. write Stores the current configuration in permanent memory. email 2 (email:2) level commands auto show statistics Continuously displays email statistics. cc <text> Sets Cc addresses for email alerts. <text> = a quoted, semicolon separated list of email addresses.
  • Page 109 5: Commands and Levels message file <text> Specifies a text file, the contents of which will be the message body of an email alert. <text> = the name of a local file. no cc Removes the Cc addresses for email alerts. no clear mail counters Restores the email counters to the aggregate values.
  • Page 110 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 111 5: Commands and Levels email 6 (email:6) level commands auto show statistics Continuously displays email statistics. cc <text> Sets Cc addresses for email alerts. <text> = a quoted, semicolon separated list of email addresses. clear log Clears all entries from the mail log. clear mail counters Sets the email counters to zero.
  • Page 112 5: Commands and Levels no cc Removes the Cc addresses for email alerts. no clear mail counters Restores the email counters to the aggregate values. no message file Removes the file name, so the message body will be empty. no reply to Removes the Reply To address for email alerts.
  • Page 113 5: Commands and Levels 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. show log Displays the email log. show statistics Displays email statistics.
  • Page 114 5: Commands and Levels auto show processes Continuously show thread runtime information bluetooth serial <line> Enters the bluetooth serial level. <line> = number of the line (bluetooth serial port) to be configured. clrscrn Clears the screen. configure Enters the configuration level. connect Show name and number for lines.
  • Page 115 5: Commands and Levels tcpdump <parameters> dump traffic on a network telnet <host> Begin telnet session on network <host>. telnet <host> <port> Begin telnet session on network <host>:<port>. trace route <host> Trace route to destination trace route <host> <pro- Trace route to destination using TCP, ICMP, or UDP tocol>...
  • Page 116 5: Commands and Levels state disable Disables Failover. state enable Enables Failover. test Test failover configuration timeout <seconds> Sets the Ping response timeout in seconds. write Stores the current configuration in permanent memory. failover (config-wlan-failover:wlan0) level commands clrscrn Clears the screen. default failback threshold Restores the default Failback threshold.
  • Page 117 5: Commands and Levels hostname <text> Sets the host name. <text> = name of the host to ping. interval <seconds> Sets the Ping interval in seconds. method icmp Ping using ICMP-ECHO. method tcp Ping using TCP. no hostname Clears the host name. show Displays the current configuration.
  • Page 118 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 <hexadec- Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes imal>...
  • Page 119 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. filter 1 (config-ethernet-qos-filter:eth0:1) level commands clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort). exit Exits to the next higher level.
  • Page 120 5: Commands and Levels priority video Sets the priority to Video. Bandwidth allocated is 20%-100%. 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.
  • Page 121 5: Commands and Levels priority internetwork con- Sets the priority to Internetwork Control. Bandwidth allocated is 5%-100%. trol 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.
  • Page 122 5: Commands and Levels priority critical applica- Sets the priority to Critical Applications. Bandwidth allocated is 15%-100%. tions priority excellent effort Sets the priority to Excellent Effort. Bandwidth allocated is 10%-100%. priority internetwork con- Sets the priority to Internetwork Control. Bandwidth allocated is 5%-100%. trol priority network control Sets the priority to Network Control.
  • Page 123 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 applica- Sets the priority to Critical Applications. Bandwidth allocated is 15%-100%. tions priority excellent effort Sets the priority to Excellent Effort.
  • Page 124 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%. priority best effort Sets the priority to Best Effort.
  • Page 125 5: Commands and Levels mac address <hexadec- Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes imal> may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. network <text>...
  • Page 126 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 <hexadec- Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes imal>...
  • Page 127 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. filter 14 (config-ethernet-qos-filter:eth0:14) level commands clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort). exit Exits to the next higher level.
  • Page 128 5: Commands and Levels priority video Sets the priority to Video. Bandwidth allocated is 20%-100%. 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.
  • Page 129 5: Commands and Levels priority internetwork con- Sets the priority to Internetwork Control. Bandwidth allocated is 5%-100%. trol 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.
  • Page 130 5: Commands and Levels priority critical applica- Sets the priority to Critical Applications. Bandwidth allocated is 15%-100%. tions priority excellent effort Sets the priority to Excellent Effort. Bandwidth allocated is 10%-100%. priority internetwork con- Sets the priority to Internetwork Control. Bandwidth allocated is 5%-100%. trol priority network control Sets the priority to Network Control.
  • Page 131 5: Commands and Levels ports <text> Sets the filter Port. priority background Sets the priority to Background. Bandwidth allocated is 5%-100%. priority best effort Sets the priority to Best Effort. Bandwidth allocated is 10%-100%. priority critical applica- Sets the priority to Critical Applications. Bandwidth allocated is 15%-100%. tions priority excellent effort Sets the priority to Excellent Effort.
  • Page 132 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%. priority best effort Sets the priority to Best Effort.
  • Page 133 5: Commands and Levels mac address <hexadec- Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes imal> may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. network <text>...
  • Page 134 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 <hexadec- Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes imal>...
  • Page 135 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. filter 19 (config-ethernet-qos-filter:eth0: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.
  • Page 136 5: Commands and Levels priority video Sets the priority to Video. Bandwidth allocated is 20%-100%. 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.
  • Page 137 5: Commands and Levels priority internetwork con- Sets the priority to Internetwork Control. Bandwidth allocated is 5%-100%. trol 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.
  • Page 138 5: Commands and Levels priority critical applica- Sets the priority to Critical Applications. Bandwidth allocated is 15%-100%. tions priority excellent effort Sets the priority to Excellent Effort. Bandwidth allocated is 10%-100%. priority internetwork con- Sets the priority to Internetwork Control. Bandwidth allocated is 5%-100%. trol priority network control Sets the priority to Network Control.
  • Page 139 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 applica- Sets the priority to Critical Applications. Bandwidth allocated is 15%-100%. tions priority excellent effort Sets the priority to Excellent Effort.
  • Page 140 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%. priority best effort Sets the priority to Best Effort.
  • Page 141 5: Commands and Levels mac address <hexadec- Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes imal> may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. network <text>...
  • Page 142 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 <hexadec- Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes imal>...
  • Page 143 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. filter 23 (config-ethernet-qos-filter:eth0:23) level commands clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort). exit Exits to the next higher level.
  • Page 144 5: Commands and Levels priority video Sets the priority to Video. Bandwidth allocated is 20%-100%. 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.
  • Page 145 5: Commands and Levels priority internetwork con- Sets the priority to Internetwork Control. Bandwidth allocated is 5%-100%. trol 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.
  • Page 146 5: Commands and Levels priority critical applica- Sets the priority to Critical Applications. Bandwidth allocated is 15%-100%. tions priority excellent effort Sets the priority to Excellent Effort. Bandwidth allocated is 10%-100%. priority internetwork con- Sets the priority to Internetwork Control. Bandwidth allocated is 5%-100%. trol priority network control Sets the priority to Network Control.
  • Page 147 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 applica- Sets the priority to Critical Applications. Bandwidth allocated is 15%-100%. tions priority excellent effort Sets the priority to Excellent Effort.
  • Page 148 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%. priority best effort Sets the priority to Best Effort.
  • Page 149 5: Commands and Levels mac address <hexadec- Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes imal> may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. network <text>...
  • Page 150 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 <hexadec- Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes imal>...
  • Page 151 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. filter 28 (config-ethernet-qos-filter:eth0: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.
  • Page 152 5: Commands and Levels priority video Sets the priority to Video. Bandwidth allocated is 20%-100%. 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.
  • Page 153 5: Commands and Levels priority internetwork con- Sets the priority to Internetwork Control. Bandwidth allocated is 5%-100%. trol 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.
  • Page 154 5: Commands and Levels priority critical applica- Sets the priority to Critical Applications. Bandwidth allocated is 15%-100%. tions priority excellent effort Sets the priority to Excellent Effort. Bandwidth allocated is 10%-100%. priority internetwork con- Sets the priority to Internetwork Control. Bandwidth allocated is 5%-100%. trol priority network control Sets the priority to Network Control.
  • Page 155 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 applica- Sets the priority to Critical Applications. Bandwidth allocated is 15%-100%. tions priority excellent effort Sets the priority to Excellent Effort.
  • Page 156 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%. priority best effort Sets the priority to Best Effort.
  • Page 157 5: Commands and Levels mac address <hexadec- Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes imal> may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. network <text>...
  • Page 158 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 <hexadec- Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes imal>...
  • Page 159 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. filter 32 (config-ethernet-qos-filter:eth0:32) level commands clrscrn Clears the screen. default priority Restores the default value of the priority (Excellent Effort). exit Exits to the next higher level.
  • Page 160 5: Commands and Levels priority video Sets the priority to Video. Bandwidth allocated is 20%-100%. 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.
  • Page 161 5: Commands and Levels priority internetwork con- Sets the priority to Internetwork Control. Bandwidth allocated is 5%-100%. trol 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.
  • Page 162 5: Commands and Levels priority critical applica- Sets the priority to Critical Applications. Bandwidth allocated is 15%-100%. tions priority excellent effort Sets the priority to Excellent Effort. Bandwidth allocated is 10%-100%. priority internetwork con- Sets the priority to Internetwork Control. Bandwidth allocated is 5%-100%. trol priority network control Sets the priority to Network Control.
  • Page 163 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 applica- Sets the priority to Critical Applications. Bandwidth allocated is 15%-100%. tions priority excellent effort Sets the priority to Excellent Effort.
  • Page 164 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%. priority best effort Sets the priority to Best Effort.
  • Page 165 5: Commands and Levels mac address <hexadec- Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes imal> may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. network <text>...
  • Page 166 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 <hexadec- Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes imal>...
  • Page 167 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. filter 8 (config-ethernet-qos-filter:eth0: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.
  • Page 168 5: Commands and Levels priority video Sets the priority to Video. Bandwidth allocated is 20%-100%. 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.
  • Page 169 5: Commands and Levels priority internetwork con- Sets the priority to Internetwork Control. Bandwidth allocated is 5%-100%. trol 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.
  • Page 170 5: Commands and Levels exit Exits to the next higher level. mode sequential Sets sequential mode; will stop after first connection that goes through. mode simultaneous Sets simultaneous mode; will make all possible connections. no reminder interval Clears the FTP Put reminder interval. FTP Put is sent once only. reminder interval Sets the FTP Put reminder interval.
  • Page 171 5: Commands and Levels name <name> <start port> <target port> <end port> <protocol> <in- gress ip> <ip> add ip address filter <IP Add a IP Address filter. address> <action> add mac address filter Add a MAC Address filter. <MAC address> <action> add route <network>...
  • Page 172 5: Commands and Levels firewall enable Enables firewall on WAN interface. ip address filter <num- Change to config ip filter level. ber> ip address filter disable Disables IP Address filtering. ip address filter enable Enables IP Address filtering. mac address filter <num- Change to config mac filter level.
  • Page 173 5: Commands and Levels no ip address Clears the IP address. no name Clears the name. no remote host Clear the remote host. no remote network Clears the remote network IP address. remote host <text> Sets the remote host. <text> = remote host. remote network <text>...
  • Page 174 5: Commands and Levels no port Removes the remote port used to establish tunnel connections. 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.
  • Page 175 5: Commands and Levels decimal> two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes decrypt key text Sets the connect tunnel AES decrypt key with up to 16 bytes.
  • Page 176 5: Commands and Levels disable secure protocols tls1.0 Enables the protocol. enable secure protocols tls1.1 Disables the protocol. disable secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable show Shows the current configuration.
  • Page 177 5: Commands and Levels interval default tcp keep alive Defaults the TCP keep alive probes. probes exit Exits to the next higher level. initial send binary <bina- Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = ry>...
  • Page 178 5: Commands and Levels tcp keep alive interval Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = <milliseconds> TCP keep alive for connect mode in milliseconds. tcp keep alive probes Sets the number of TCP keep alive probes. <number> = number of TCP keep alive probes. <number>...
  • Page 179 5: Commands and Levels use. protocol ssh Uses SSH protocol for connect mode tunneling. protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling.
  • Page 180 5: Commands and Levels no name Clears the name of the host. no remote address Clears the remote address of the host. no ssh username Clears the SSH username associated with the host. protocol ssh Sets the protocol to SSH. protocol telnet Sets the protocol to Telnet.
  • Page 181 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 182 5: Commands and Levels if it contains spaces. aes decrypt key text Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by <text> a single character. Note that quotes must enclose the value if it contains spaces. aes encrypt key <hexa- Sets the connect tunnel AES encrypt key with up to 16 bytes.
  • Page 183 5: Commands and Levels secure protocols tls1.0 Enables the protocol. enable secure protocols tls1.1 Disables the protocol. disable secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable show Shows the current configuration.
  • Page 184 5: Commands and Levels default tcp keep alive Defaults the TCP keep alive probes. probes exit Exits to the next higher level. initial send binary <bina- Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = ry>...
  • Page 185 5: Commands and Levels <milliseconds> TCP keep alive for connect mode in milliseconds. tcp keep alive probes Sets the number of TCP keep alive probes. <number> = number of TCP keep alive probes. <number> tcp user timeout <milli- Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds. seconds>...
  • Page 186 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. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling.
  • Page 187 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 188 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 189 5: Commands and Levels aes decrypt key text Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by <text> a single character. Note that quotes must enclose the value if it contains spaces. aes encrypt key <hexa- Sets the connect tunnel AES encrypt key with up to 16 bytes.
  • Page 190 5: Commands and Levels secure protocols tls1.1 Disables the protocol. disable secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 191 5: Commands and Levels exit Exits to the next higher level. initial send binary <bina- Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = ry> string in binary format that will be sent out the network upon connection. Within [] use bina- ry decimal up to 255 or hex up to 0xFF.
  • Page 192 5: Commands and Levels <number> tcp user timeout <milli- Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds. seconds> validate certificate disa- Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. write Stores the current configuration in permanent memory.
  • Page 193 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 tunneling. protocol udp Uses UDP protocol for connect mode tunneling.
  • Page 194 5: Commands and Levels 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 195 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 196 5: Commands and Levels <text> a single character. Note that quotes must enclose the value if it contains spaces. aes encrypt key <hexa- Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by decimal>...
  • Page 197 5: Commands and Levels secure protocols tls1.1 Disables the protocol. disable secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 198 5: Commands and Levels exit Exits to the next higher level. initial send binary <bina- Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = ry> string in binary format that will be sent out the network upon connection. Within [] use bina- ry decimal up to 255 or hex up to 0xFF.
  • Page 199 5: Commands and Levels <number> tcp user timeout <milli- Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds. seconds> validate certificate disa- Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. write Stores the current configuration in permanent memory.
  • Page 200 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 tunneling. protocol udp Uses UDP protocol for connect mode tunneling.
  • Page 201 5: Commands and Levels no ssh username Clears the SSH username associated with the host. protocol ssh Sets the protocol to SSH. protocol telnet Sets the protocol to Telnet. remote address <text> Sets the IP address of the remote host to connect to when this host is selected on the login connect menu.
  • Page 202 5: Commands and Levels 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 203 5: Commands and Levels <text> a single character. Note that quotes must enclose the value if it contains spaces. aes encrypt key <hexa- Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by decimal>...
  • Page 204 5: Commands and Levels secure protocols tls1.1 Disables the protocol. disable secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 205 5: Commands and Levels exit Exits to the next higher level. initial send binary <bina- Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = ry> string in binary format that will be sent out the network upon connection. Within [] use bina- ry decimal up to 255 or hex up to 0xFF.
  • Page 206 5: Commands and Levels <number> tcp user timeout <milli- Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds. seconds> validate certificate disa- Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. write Stores the current configuration in permanent memory.
  • Page 207 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 tunneling. protocol udp Uses UDP protocol for connect mode tunneling.
  • Page 208 5: Commands and Levels 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 209 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 210 5: Commands and Levels <text> a single character. Note that quotes must enclose the value if it contains spaces. aes encrypt key <hexa- Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by decimal>...
  • Page 211 5: Commands and Levels secure protocols tls1.1 Disables the protocol. disable secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 212 5: Commands and Levels exit Exits to the next higher level. initial send binary <bina- Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = ry> string in binary format that will be sent out the network upon connection. Within [] use bina- ry decimal up to 255 or hex up to 0xFF.
  • Page 213 5: Commands and Levels <number> tcp user timeout <milli- Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds. seconds> validate certificate disa- Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. write Stores the current configuration in permanent memory.
  • Page 214 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 tunneling. protocol udp Uses UDP protocol for connect mode tunneling.
  • Page 215 5: Commands and Levels 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 216 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 217 5: Commands and Levels <text> a single character. Note that quotes must enclose the value if it contains spaces. aes encrypt key <hexa- Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by decimal>...
  • Page 218 5: Commands and Levels secure protocols tls1.1 Disables the protocol. disable secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 219 5: Commands and Levels exit Exits to the next higher level. initial send binary <bina- Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = ry> string in binary format that will be sent out the network upon connection. Within [] use bina- ry decimal up to 255 or hex up to 0xFF.
  • Page 220 5: Commands and Levels <number> tcp user timeout <milli- Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds. seconds> validate certificate disa- Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. write Stores the current configuration in permanent memory.
  • Page 221 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 tunneling. protocol udp Uses UDP protocol for connect mode tunneling.
  • Page 222 5: Commands and Levels 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 223 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 224 5: Commands and Levels <text> a single character. Note that quotes must enclose the value if it contains spaces. aes encrypt key <hexa- Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by decimal>...
  • Page 225 5: Commands and Levels secure protocols tls1.1 Disables the protocol. disable secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 226 5: Commands and Levels exit Exits to the next higher level. initial send binary <bina- Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = ry> string in binary format that will be sent out the network upon connection. Within [] use bina- ry decimal up to 255 or hex up to 0xFF.
  • Page 227 5: Commands and Levels <number> tcp user timeout <milli- Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds. seconds> validate certificate disa- Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. write Stores the current configuration in permanent memory.
  • Page 228 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 tunneling. protocol udp Uses UDP protocol for connect mode tunneling.
  • Page 229 5: Commands and Levels 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 230 5: Commands and Levels show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. ssh username <text> Sets the username for logging into the host via SSH. <text> = username. write Stores the current configuration in permanent memory. host 19 (config-host:19) level commands clrscrn Clears the screen.
  • Page 231 5: Commands and Levels probes exit Exits to the next higher level. initial send binary <bina- Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = ry> string in binary format that will be sent out the network upon connection. Within [] use bina- ry decimal up to 255 or hex up to 0xFF.
  • Page 232 5: Commands and Levels tcp keep alive probes Sets the number of TCP keep alive probes. <number> = number of TCP keep alive probes. <number> tcp user timeout <milli- Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds. seconds>...
  • Page 233 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 tunneling. protocol udp Uses UDP protocol for connect mode tunneling.
  • Page 234 5: Commands and Levels 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by <text>...
  • Page 235 5: Commands and Levels enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 236 5: Commands and Levels ry 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 connection. no address Removes the remote host address used to establish tunneling connections.
  • Page 237 5: Commands and Levels validate certificate disa- Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. write Stores the current configuration in permanent memory. host 2 (config-host:2) level commands clrscrn Clears the screen.
  • Page 238 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 239 5: Commands and Levels no name Clears the name of the host. no remote address Clears the remote address of the host. no ssh username Clears the SSH username associated with the host. protocol ssh Sets the protocol to SSH. protocol telnet Sets the protocol to Telnet.
  • Page 240 5: Commands and Levels connect menu. <text> = IP address. remote port <number> Sets the remote port used to connect to the host. <number> = port to be used. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. ssh username <text>...
  • Page 241 5: Commands and Levels host 28 (config-host:28) level commands clrscrn Clears the screen. default protocol Restores the default value of the protocol (Telnet). default remote port Sets the remote port (used to connect to the host) to the default value, which depends on the selected protocol.
  • Page 242 5: Commands and Levels aes decrypt key text Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by <text> a single character. Note that quotes must enclose the value if it contains spaces. aes encrypt key <hexa- Sets the connect tunnel AES encrypt key with up to 16 bytes.
  • Page 243 5: Commands and Levels secure protocols tls1.1 Disables the protocol. disable secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 244 5: Commands and Levels exit Exits to the next higher level. initial send binary <bina- Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = ry> string in binary format that will be sent out the network upon connection. Within [] use bina- ry decimal up to 255 or hex up to 0xFF.
  • Page 245 5: Commands and Levels <number> tcp user timeout <milli- Sets the timeout for TCP retransmissions. <milliseconds> = timeout value, in milliseconds. seconds> validate certificate disa- Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. write Stores the current configuration in permanent memory.
  • Page 246 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 tunneling. protocol udp Uses UDP protocol for connect mode tunneling.
  • Page 247 5: Commands and Levels 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by <text>...
  • Page 248 5: Commands and Levels enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 249 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 250 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 251 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. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling.
  • Page 252 5: Commands and Levels decimal> two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text Sets the connect tunnel AES encrypt key with up to 16 bytes.
  • Page 253 5: Commands and Levels secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 254 5: Commands and Levels ry> string in binary format that will be sent out the network upon connection. Within [] use bina- ry 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 connection.
  • Page 255 5: Commands and Levels seconds> validate certificate disa- Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. write Stores the current configuration in permanent memory. host 4 (tunnel-connect-host:1:4) level commands address <text>...
  • Page 256 5: Commands and Levels protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling. protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling.
  • Page 257 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 258 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. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling.
  • Page 259 5: Commands and Levels decimal> two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text Sets the connect tunnel AES encrypt key with up to 16 bytes.
  • Page 260 5: Commands and Levels secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 261 5: Commands and Levels ry> string in binary format that will be sent out the network upon connection. Within [] use bina- ry 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 connection.
  • Page 262 5: Commands and Levels seconds> validate certificate disa- Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. write Stores the current configuration in permanent memory. host 5 (tunnel-connect-host:1:5) level commands address <text>...
  • Page 263 5: Commands and Levels protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling. protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling.
  • Page 264 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 265 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. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling.
  • Page 266 5: Commands and Levels decimal> two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text Sets the connect tunnel AES encrypt key with up to 16 bytes.
  • Page 267 5: Commands and Levels secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 268 5: Commands and Levels ry> string in binary format that will be sent out the network upon connection. Within [] use bina- ry 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 connection.
  • Page 269 5: Commands and Levels seconds> validate certificate disa- Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. write Stores the current configuration in permanent memory. host 6 (tunnel-connect-host:1:6) level commands address <text>...
  • Page 270 5: Commands and Levels protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling. protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling.
  • Page 271 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 272 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. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling.
  • Page 273 5: Commands and Levels decimal> two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text Sets the connect tunnel AES encrypt key with up to 16 bytes.
  • Page 274 5: Commands and Levels secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 275 5: Commands and Levels ry> string in binary format that will be sent out the network upon connection. Within [] use bina- ry 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 connection.
  • Page 276 5: Commands and Levels seconds> validate certificate disa- Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. write Stores the current configuration in permanent memory. host 7 (tunnel-connect-host:1:7) level commands address <text>...
  • Page 277 5: Commands and Levels protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling. protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling.
  • Page 278 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 279 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. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling.
  • Page 280 5: Commands and Levels decimal> two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text Sets the connect tunnel AES encrypt key with up to 16 bytes.
  • Page 281 5: Commands and Levels secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 282 5: Commands and Levels ry> string in binary format that will be sent out the network upon connection. Within [] use bina- ry 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 connection.
  • Page 283 5: Commands and Levels seconds> validate certificate disa- Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. write Stores the current configuration in permanent memory. host 8 (tunnel-connect-host:1:8) level commands address <text>...
  • Page 284 5: Commands and Levels protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling. protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling.
  • Page 285 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 286 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. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling.
  • Page 287 5: Commands and Levels decimal> two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text Sets the connect tunnel AES encrypt key with up to 16 bytes.
  • Page 288 5: Commands and Levels secure protocols tls1.1 Enables the protocol. enable secure protocols tls1.2 Disables the protocol. disable secure protocols tls1.2 Enables the protocol. enable 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 289 5: Commands and Levels ry> string in binary format that will be sent out the network upon connection. Within [] use bina- ry 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 connection.
  • Page 290 5: Commands and Levels seconds> validate certificate disa- Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. write Stores the current configuration in permanent memory. host 9 (tunnel-connect-host:1:9) level commands address <text>...
  • Page 291 5: Commands and Levels protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling. protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling.
  • Page 292 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 293 5: Commands and Levels no secure credentials Clears the RSA/DSA certificate selection for the HTTP server. no secure port Disables the HTTP Server SSL port. port <number> Sets the port number the HTTP server will use. <number> = port number. secure credentials <text>...
  • Page 294 5: Commands and Levels mode sequential Sets sequential mode; will stop after first connection that goes through. mode simultaneous Sets simultaneous mode; will make all possible connections. no reminder interval Clears the HTTP Post reminder interval. HTTP Post is sent once only. reminder interval Sets the HTTP Post reminder interval.
  • Page 295 5: Commands and Levels default mtu Restores the default Maximum Transmission Unit (MTU) size. 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>...
  • Page 296 5: Commands and Levels no secondary dns Clears the name of the secondary DNS server. primary dns <IP ad- Sets the IP address of the primary DNS server. dress> priority <number> Sets the priority for interface. <number> = priority number. Enter QoS configuration level secondary dns <IP ad- Sets the IP address of the secondary DNS server.
  • Page 297 5: Commands and Levels 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 state enable Enables IPv6 for the interface. link Enter link configuration level mtu <bytes>...
  • Page 298 5: Commands and Levels ipv4 state disable Disables IPv4 for the interface. ipv4 state enable Enables IPv4 for the interface. ipv6 address <ipv6 ad- Sets the IPv6 static address. IPv6 addresses are written in eight groups of four hexadeci- dress/prefix> mal digits separated by colons, such as 2001:0db8:85a3:0000:0000:8a2e:0370:7334 Net- work address ranges are written in CIDR notation.
  • Page 299 5: Commands and Levels clrscrn Clears the screen. default ip time to live Restores the default IP time to live. default multicast time to Restores the default IP multicast time to live, which is one hop. live exit Exits to the configuration level. ip time to live <hops>...
  • Page 300 5: Commands and Levels ber> 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 12 (config-ip_filter:12) level commands action accept Sets the action to ACCEPT.
  • Page 301 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 302 5: Commands and Levels ip address filter <num- Change to config ip filter level. ber> 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.
  • Page 303 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 304 5: Commands and Levels ip address filter <num- Change to config ip filter level. ber> 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.
  • Page 305 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 306 5: Commands and Levels ip address filter <num- Change to config ip filter level. ber> 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.
  • Page 307 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 308 5: Commands and Levels ip address filter <num- Change to config ip filter level. ber> 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.
  • Page 309 5: Commands and Levels key 3 (config-profile-security-wep-key:default_infrastructure_profile:3) level commands apply wlan Try out WLAN settings without saving them to Flash. If the settings do not work, when you reboot the device, it will still have the original settings. clrscrn Clears the screen. exit Exits to the next higher level.
  • Page 310 5: Commands and Levels command mode wait Sets boot-up wait time for command mode serial string. <milliseconds> = wait time. time <milliseconds> configure current settings Configures line with the current value of settings. data bits 7 Uses seven bits for data on the line. data bits 8 Uses eight bits for data on the line.
  • Page 311 5: Commands and Levels 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. threshold <bytes> Sets the threshold in bytes. After this many bytes are received, they are forwarded without delay.
  • Page 312 5: Commands and Levels command mode echo Disables user-defined serial boot string to be echoed in the CLI. serial string disable command mode echo Enables user-defined serial boot string to be echoed in the CLI. serial string enable command mode serial Enables user to enter a custom string at boot time to enter command mode.
  • Page 313 5: Commands and Levels reassert Asserts line status with current configured values. show Displays the current status. show command mode Shows the command mode settings for the current line. show history Displays the last 20 commands entered during the current CLI session. show line Displays the current configuration.
  • Page 314 5: Commands and Levels <minutes> write Stores the current configuration in permanent memory. line 3 (config-mach10-line:3) level commands clrscrn Clears the screen. command delimiter Sets the command delimiter. <text> content check interval Sets the firmware and configuration check interval. <hours> default command delim- Restores the command delimiter.
  • Page 315 5: Commands and Levels 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. status update interval Sets the status update interval. <minutes> write Stores the current configuration in permanent memory.
  • Page 316 5: Commands and Levels start wps pin Starts wi-fi protected setup operation. status Show link status wifi direct go mode disa- Disables WiFi Direct Group Owner Mode. wifi direct go mode ena- Enables WiFi Direct Group Owner Mode. write Stores the current configuration in permanent memory. link (config-ethernet:eth0) level commands clrscrn Clears the screen.
  • Page 317 5: Commands and Levels no username Clears the user name. password <text> Sets the password. <text> = put quotes around the characters (max 63). peap option eap-md5 Sets the PEAP authentication protocol option to EAP-MD5. peap option eap- Sets the PEAP authentication protocol option to EAP-MSCHAP V2. mschapv2 peap option eap-tls Sets the PEAP authentication protocol option to EAP-TLS.
  • Page 318 5: Commands and Levels write Stores the current configuration in permanent memory. mac address filter 2 (config-mac_filter:2) 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.
  • Page 319 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 <hexadec- Sets the filter MAC Address.
  • Page 320 5: Commands and Levels clrscrn Clears the screen. default action Restores the default value of action (ACCEPT). exit Exits to the config-gateway level. mac address <hexadec- Sets the filter MAC Address. Each byte is represented by two adjacent hex digits. Bytes imal>...
  • Page 321 5: Commands and Levels reboot after firmware Enables automatic reboot when new firmware is applied. update enable reboot after update disa- Restores the default action when new configuration is applied (do not reboot) reboot after update ena- Enables automatic reboot when new configuration is applied. show Displays the current configuration.
  • Page 322 5: Commands and Levels display remote ip enable The incoming RING is followed by the IP address of the caller. echo commands disable Does not echo modem commands. 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 command mode.
  • Page 323 5: Commands and Levels incoming connection Wait for an ATA command before answering an incoming network connection. manual no connect string Removes optional CONNECT string information for modem emulation. reassert Asserts tunnel modem status with current configured values. response type numeric Uses numeric type responses.
  • Page 324 5: Commands and Levels modem (tunnel-modem:1) level commands clrscrn Clears the screen. connect string <text> Sets the CONNECT string used in modem emulation. <string> = connect string. default incoming connec- Default disables incoming network connections. tion default response type Default uses text type responses. display remote ip disable The incoming RING has nothing following it.
  • Page 325 5: Commands and Levels email Enters the next lower level. exit Exits to the config alarm level. ftp put Enters the next lower level. http post Enters the next lower level. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. show status Displays statistics.
  • Page 326 5: Commands and Levels (timeout). send character <control> Sets the send character for packing mode. The character may be input as text, control, decimal, or hex. A control character has the form <control>C. A decimal value character has the form \99. A hex value character has the form 0xFF. show Displays the current configuration.
  • Page 327 5: Commands and Levels packing mode disable Disables packing. Data is sent to the network when received. packing mode send Sets packing mode to accumulate data and transmit it upon receiving the configured send character 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).
  • Page 328 5: Commands and Levels write Stores the current configuration in permanent memory. password (tunnel-accept-password:1) level commands clrscrn Clears the screen. exit Exits to the next higher level. no password Removes the password so connections will be accepted unchallenged. password <text> Sets the password required on the network side of the tunnel to begin a connection.
  • Page 329 5: Commands and Levels 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 Change to config gateway port forwarding level. <number>...
  • Page 330 5: Commands and Levels no friendly name Remove the friendly name. no ingress ip address Clears the original WAN destination IP address for port forwarding rule. no ip address Clears the LAN destination IP address for port forwarding rule. no port or range Clears the WAN port or range for port forwarding rule.
  • Page 331 5: Commands and Levels friendly name <text> Set the friendly name for port forwarding rule <text> = friendly name ingress ip address <text> Sets the original WAN destination IP address for port forwarding rule. ip address <text> Sets the LAN destination IP address for port forwarding rule. no friendly name Remove the friendly name.
  • Page 332 5: Commands and Levels clrscrn Clears the screen. default protocol Restores the default value of the protocol (Both). exit Exits to the config-gateway level. friendly name <text> Set the friendly name for port forwarding rule <text> = friendly name ingress ip address <text> Sets the original WAN destination IP address for port forwarding rule. ip address <text>...
  • Page 333 5: Commands and Levels 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. onshutdown enable Run the script on shutdown. onstart disable Do not run the script on startup.
  • Page 334 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 13 (config-applications-python:13) level commands clrscrn Clears the screen.
  • Page 335 5: Commands and Levels 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. onshutdown enable Run the script on shutdown. onstart disable Do not run the script on startup.
  • Page 336 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 3 (config-applications-python:3) level commands clrscrn Clears the screen.
  • Page 337 5: Commands and Levels 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. onshutdown enable Run the script on shutdown. onstart disable Do not run the script on startup.
  • Page 338 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 8 (config-applications-python:8) level commands clrscrn Clears the screen.
  • Page 339 5: Commands and Levels filter <instance> Enters the next lower level. Specify the instance for the next lower level. import filters disable Do not import QoS filters from other interfaces. import filters enable Import QoS filters from other interfaces. show Displays the current configuration.
  • Page 340 5: Commands and Levels default minutes Restores the default minutes on the hour for reboot schedule. default schedule Restores the default reboot schedule type. default unit Restores the default reboot schedule interval unit. exit Returns to the previous level. hours <hours> Sets the hour of day for reboot schedule (Use 24h time).
  • Page 341 5: Commands and Levels feed disable Disables RSS feed. feed enable Enables RSS feed. max entries <number> Sets the maximum number of RSS feed entries. persist disable Disables RSS feed data persistence. persist enable Enables RSS feed data persistence. show Displays the current configuration.
  • Page 342 5: Commands and Levels Enters the next lower level. wpax Enters the next lower level. write Stores the current configuration in permanent memory. serial (tunnel-serial:4) level commands clrscrn Clears the screen. default dtr Restores default DTR control, asserted while connected. dtr asserted while con- Asserts DTR whenever a connect or accept mode tunnel connection is active.
  • Page 343 5: Commands and Levels dtr unasserted Does not assert DTR. exit Returns to the tunnel level. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. write Stores the current configuration in permanent memory. server (ssh-server) level commands authorized user Sets authorized username, password, and optionally RSA and/or DSA public keys...
  • Page 344 5: Commands and Levels default scan interval Restores the default scan interval based on current roaming level. default scan threshold Restores the default Threshold value for 2.4GHz band based on current roaming level. 2.4ghz default scan threshold Restores the default Threshold value for 5GHz band based on current roaming level. 5ghz exit Exit back to interface configuration level...
  • Page 345 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 346 5: Commands and Levels no normal message Removes the normal message. no reminder interval Clears the SNMP Trap reminder interval. SNMP Trap is sent once only. normal message <text> Sets the message to be sent when the alarm turns off. reminder interval Sets the SNMP Trap reminder interval.
  • Page 347 5: Commands and Levels default system name Restores the SNMP system name to default: the product name. default version Restores to default SNMP version v2c for agent. default write community Clears the SNMP read/write community to default: private exit Exits to the next higher level. no authentication pass- Clears authentication password for agent.
  • Page 348 5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. state disable Disables the SNMP agent. state enable Enables the SNMP agent. system contact <text> Sets the SNMP system contact information. <text> = system contact information. system description <text>...
  • Page 349 5: Commands and Levels clrscrn Clears the screen. exit Exits to the config-dhcpd level. ip address <IP address> Sets the reserved IP address. ipv6 address <ipv6 ad- Sets the reserved IPv6 address. IPv6 addresses are written in eight groups of four hexa- dress/prefix>...
  • Page 350 5: Commands and Levels clrscrn Clears the screen. exit Exits to the config-dhcpd level. ip address <IP address> Sets the reserved IP address. ipv6 address <ipv6 ad- Sets the reserved IPv6 address. IPv6 addresses are written in eight groups of four hexa- dress/prefix>...
  • Page 351 5: Commands and Levels clrscrn Clears the screen. exit Exits to the config-dhcpd level. ip address <IP address> Sets the reserved IP address. ipv6 address <ipv6 ad- Sets the reserved IPv6 address. IPv6 addresses are written in eight groups of four hexa- dress/prefix>...
  • Page 352 5: Commands and Levels state enable Enables the static route. static route <number> Change to config gateway static route level. write Stores the current configuration in permanent memory. static route 2 (config-staticroute:2) level commands clrscrn Clears the screen. default metric Restores the metric to default value.
  • Page 353 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 354 5: Commands and Levels no interface Clears the route interface. The WAN interface is used if no interface is specified. no network Clears the IP address for static route network. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. state disable Disables the static route.
  • Page 355 5: Commands and Levels write Stores the current configuration in permanent memory. syslog (config-syslog) level commands clrscrn Clears the screen. default local port Clears the syslog local port. default remote port Restores the default syslog remote port. default severity log level Restores the default to no logging. exit Returns to the config level.
  • Page 356 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 <millisec- Sets how long a break should last when it is being sent to the line. <milliseconds> = num- onds>...
  • Page 357 5: Commands and Levels line <line> Enters the line level. <line> = number of the line (serial port) to be configured. login connect menu disa- Disables the login connect menu, so a user will get the CLI immediately after logging in. login connect menu ena- Enables the login connect menu, so a user will get the menu rather than the CLI immedi- ately after logging in.
  • Page 358 5: Commands and Levels terminal network Enters the configure-terminal level for the network. terminal type <text> Sets the terminal type. tunnel <line> Enters the tunnel level. <line> = number of the tunnel line (serial port) to be configured. usb <line> Enters the usb level.
  • Page 359 5: Commands and Levels echo enable Enables echoing of characters received on the line back to the line. exit Exits to the configuration level. exit connect menu disa- On the login connect menu, removes the menu item allowing the user to exit to the CLI. exit connect menu ena- On the login connect menu, inserts the menu item allowing the user to exit to the CLI.
  • Page 360 5: Commands and Levels no privacy password Clears privacy password for traps. no secondary destination Deletes the secondary SNMP trap host. no username Clears SNMPv3 username for traps. primary destination Sets the primary SNMP trap host. <text> = IP address or hostname of SNMP trap receiver. <text>...
  • Page 361 5: Commands and Levels 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 Enters the packing level for this tunnel.
  • Page 362 5: Commands and Levels 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 Enters the packing level for this tunnel.
  • Page 363 5: Commands and Levels ping interval <minutes> Sets the ping 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. usb 1 (usb-line:1) level commands auto show statistics Continuously displays line statistics.
  • Page 364 5: Commands and Levels vice line mode host Sets the usb line to host mode. line mode serial device Sets the usb line to serial device mode. name <text> Sets the name for this usb line. no clear line counters Restores the serial counters to the aggregate values.
  • Page 365 5: Commands and Levels show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. show status Displays statistics. 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>...
  • Page 366 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 367 5: Commands and Levels default connection type Restores the default connection type. default esp authentica- Restores the default ESP authentication. tion 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. default ike dh group Restores the default IKE DH Group.
  • Page 368 5: Commands and Levels 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 negotiation should be transmitted or accepted.
  • Page 369 5: Commands and Levels 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 Show logs show status Show VPN status state disable Disables VPN tunnel.
  • Page 370 5: Commands and Levels wlan0 link state change (config-action:wlan0 link state change) level commands clrscrn Clears the screen. default delay Resets alarm processing delay to its default value. delay <seconds> Sets the delay in processing the alarm. Alarm actions will not be executed if the cause is corrected within this time.
  • Page 371 5: Commands and Levels ieee 802.1x fast Sets the IEEE 802.1x protocol to FAST. ieee 802.1x leap Sets the IEEE 802.1x protocol to LEAP. ieee 802.1x peap Sets the IEEE 802.1x protocol to PEAP. inner credentials <text> Selects the RSA certificate by configured name. key <hexadecimal>...
  • Page 372 5: Commands and Levels list> xcr import <file> Load XML configuration from a local file xcr import <file> <group Load specified XML configuration from a local file list> xcr list List XML Configuration Record groups to the console xsr dump Dump XML Status Records to the console xsr dump <group list>...

Table of Contents