Table of Contents Copyright and Trademark ____________________________________________________ 2 Contacts _________________________________________________________________ 2 Disclaimer ________________________________________________________________ 2 Revision History ___________________________________________________________ 2 List of Figures _____________________________________________________________ 4 List of Tables ______________________________________________________________ 5 About This Guide Chapter Summaries ________________________________________________________ 6 Conventions ______________________________________________________________ 6 Additional Documentation ____________________________________________________ 7 Overview XML Architecture and Device Control ___________________________________________ 8 Command Line Interface _____________________________________________________ 8...
List of Figures Figure 3-2 CLI Level Hierarchy ______________________________________________________ 12 Figure 3-3 Login Level Commands ___________________________________________________ 12 Figure 3-4 Enable Level Commands__________________________________________________ 13 Figure 4-1 DTD for XCRs __________________________________________________________ 14 Figure 4-2 XML Example __________________________________________________________ 15 Figure 4-3 XML Example __________________________________________________________ 16 Figure 4-4 XML Example of Multiple Named Values _____________________________________ 16 Figure 4-5 XML Example of Multiple Items _____________________________________________ 17 Figure 4-6 XML Example with Multiple Groups__________________________________________ 17...
About This Guide This guide describes how to configure the EDS-MD4, EDS-MD8 and EDS-MD16 using the Command Line Interface (CLI) and/or Extensible Markup Language (XML). It is written for software developers and system integrators. Note: EDS-MD device servers (which include models EDS-MD4, EDS-MD8 and EDSMD16) are commonly referred to as either EDS-MD4/8/16 or as EDS-MD when mentioned within a description equally applicable to any of the three models.
Document Description EDS-MD User Guide Describes how to configure and use the EDS-MD4/8/16. EDS-MD Quick Start Guide Instructions for getting the EDS-MD4/8/16 up and running. Com Port Redirector Instructions for using the Lantronix Windows-based utility to create Quick Start and Online Help virtual com ports.
XML is a fundamental building block for the future growth of Machine-to-Machine (M2M) networks. EDS-MD4/8/16 supports XML configuration records that make configuring the device server easy for users and administrators. XML configuration records are easy to edit with a a standard text editor or an XML editor.
Command Line Interface This chapter describes accessing the EDS-MD4/8/16 by using Telnet, SSH, or serial ports to configure the EDS-MD, navigating the Command Line Interface (CLI), typing keyboard shortcuts, and moving between the levels. It contains the following sections: Configuration Using Telnet ...
3: Command Line Interface To configure the Lantronix device server locally using a serial port: 1. Connect a terminal or a PC running a terminal emulation program to one of the device server's serial ports. 2. Configure the terminal to the following settings: 9600 baud ...
3: Command Line Interface Using Keyboard Shortcuts and CLI One useful shortcut built into EDS-MD4/8/16 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.
<host> trace route <host> <method> enable > Note: To configure the EDS-MD4/8/16, you must be in the enable level and any of its sub-levels. Figure 3-4 below shows the enable level commands. EDS-MD Command Reference...
Configuration Using XML The device server provides an Extensible Markup Language (XML) interface that you can use to configure device server devices. Every configuration setting that can be issued from the device server Web Manager and CLI can be specified using XML. The device server can import and export configuration settings as an XML document known as an XML Configuration Record (XCR).
<?xml version=”1.0” standalone=”yes”?> <configrecord> <configgroup name = “serial command mode” instance = “1”> <configitem name = “mode serial string”> <value>disable</value> </configitem> </configgroup> </configrecord> The EDS-MD4/8/16 uses the attributes in the following subsections to label the group configuration settings. EDS-MD Command Reference...
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.
Using Microsoft Word to edit and save an XCR will change the format of the file and make it incompatible with EDS-MD4/8/16. This is true even if the file is saved as Plain Text (.txt) or an XML Document (.xml). Notepad, a third party text editor, or a specialized XML editor should be used instead.
4: Configuration Using XML The same guidelines above regarding importing configurations also apply to exporting configurations. If no groups are specified, then the export command will export all configuration settings to the file. If instances are specified after the groups, only those group instances are written.
4: Configuration Using XML XML Configuration Groups Table 4-7 lists the EDS-MD XCR groups in alphabetical order. This table indicates the various group items, as well as some possible value names and options. Note: Any instance of < in the table may be read as "less than" and any instance of > may be read as "greater than".
Page 21
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information diagnostics output disable, filesystem, Default: disable line <number> max length Default: 50 KB email from reply to subject message file overriding domain server port Default: 25 local port <Random>, Default: <Random>...
Page 22
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information http server state enable, disable Default: enable port <None>, ... Default: 80 secure port <None>, ... Default: 443 secure protocols ssl3, tls1.0, tls1.1 May contain zero, one, or more of the values, separated by commas.
Page 23
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information ip time to live Default: 64 hops multicast time to live Default: 1 hops line name interface rs232 Default: termination enable, disable Default: disable state enable, disable Default: depends on instance...
Page 24
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information managelinx plaintext dsm dna.xml.replication.pr credentials otocol.version dna.capabilities.tcp.c enable, disable Default: disable onnect.fail encrypted dsm dna.dsc.auth.tunnel.u credentials sername dna.dsc.auth.ssh.pub dna.dsc.auth.ssh.priv device.dna.dsc.tunnel .portlist.list device.dna.dsc.tunnel .ip.addr device.dna.dsc.tunnel .ip.list device.dna.dsc.tunnel .ssh.public device.dnaid...
Page 25
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information serial command mode always, serial string, Default: disable mode disable echo serial string enable, disable Default: enable serial string Sets a string that can be entered at boot time to enter command mode.
Page 26
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information ssh client delete known hosts enable, disable If enabled, deletes any existing hosts before adding "known host". known host delete name Specify the known host to delete.
Page 27
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information credentials rsa certificate rsa private key Value is SECRET, hidden from user view. dsa certificate dsa private key Value is SECRET, hidden from user view. trusted authority certificate intermediate authority certificate...
Page 28
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information tunnel accept accept mode disable, always, any Default: always character, start character, modem control asserted, modem emulation start character Accepts a control character, for example, <control>A represents control-A Default: <control>B...
Page 29
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information host enable, disable Default: disable vip name address port <None>, ... Default: <None> protocol tcp, udp, ssh, telnet, Default: tcp tcp aes, udp aes, ssl ssh username credentials validate certificate...
Page 30
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information tunnel packing packing mode disable, timeout, send Default: disable character timeout Default: 1000 milliseconds threshold Default: 512 bytes send character Accepts a control character, for example, <control>A represents control-A Default: <control>M...
Lantronix EDS-MD serial number 12 hex digits firmware version string in version format like 7.2.0.0R15 uptime elapsed time in format d days hh:mm:ss permanent config saved or unsaved...
Page 32
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values hardware type string speed form of <decimal> megahertz memory Flash size decimal number of bytes ram size decimal number of bytes http state enable or disable logging entries decimal number bytes...
Page 33
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values interface (Attribute of generic status linkup "instance" is "eth0") ip address dotted notation network mask dotted notation default gateway dotted notation Receive bytes decimal number packets decimal number errs decimal number drop...
Page 34
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values snmp Forwarding decimal number DefaultTTL decimal number InReceives decimal number InHdrErrors decimal number InAddrErrors decimal number ForwDatagrams decimal number InUnknownProtos decimal number InDiscards decimal number InDelivers decimal number OutRequests decimal number OutDiscards...
Page 35
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values line (Attribute of "instance" receiver bytes decimal number is "<decimal>") breaks decimal number parity errors decimal number framing errors decimal number overrun errors decimal number no receive buffer errors decimal number queued bytes decimal number...
Page 36
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values query port status enabled or disabled last connection ip address ip address in format nnn.nnn.nnn.nnn port decimal number discoveries decimal number unknown queries decimal number erroneous packets decimal number discovery replies decimal number...
Page 37
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values tcp (continued) netstat SyncookiesSent decimal number SyncookiesRecv decimal number SyncookiesFailed decimal number EmbryonicRsts decimal number PruneCalled decimal number RcvPruned decimal number OfoPruned decimal number OutOfWindowIcmps decimal number LockDroppedIcmps decimal number ArpFilter...
Page 38
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values tcp (continued) netstat (continued) TCPPartialUndo decimal number TCPDSACKUndo decimal number TCPLossUndo decimal number TCPLoss decimal number TCPLostRetransmit decimal number TCPRenoFailures decimal number TCPSackFailures decimal number TCPLossFailures decimal number TCPFastRetrans decimal number TCPForwardRetrans...
Page 39
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values tunnel (Attribute of aggregate completed connects decimal number "instance" is "<decimal>") completed accepts decimal number disconnects decimal number dropped connects decimal number dropped accepts decimal number octets from serial decimal number octets from network decimal number...
Page 40
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values snmp InDatagrams decimal number NoPorts decimal number InErrors decimal number OutDatagrams decimal number RcvbufErrors decimal number SndbufErrors decimal number data bytes receive decimal number transmit decimal number udp packet queue receive decimal number...
5: Commands and Levels 5: Commands and Levels Click the level in the tree structure and it will take you to the command list for that level. root enable (enable) configure (config) arp (config-arp) cli (config-cli) ssh (config-cli-ssh) telnet (config-cli-telnet) diagnostics (config-diagnostics) log (config-diagnostics-log) ftp (config-ftp)
Page 48
5: Commands and Levels Note that quotes must enclose the value if it contains spaces. aes encrypt key <hexadecimal> Sets the accept tunnel AES encrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC"...
Page 49
5: Commands and Levels no credentials Clears the RSA/DSA certificate selection. no email connect Discontinues sending email alerts upon establishing an accept mode tunnel. no email disconnect Discontinues sending email alerts upon closing an accept mode tunnel. no tcp keep alive Disables the accept mode TCP keep alive timeout.
Page 50
5: Commands and Levels Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text <text>...
Page 51
5: Commands and Levels no email connect Discontinues sending email alerts upon establishing an accept mode tunnel. no email disconnect Discontinues sending email alerts upon closing an accept mode tunnel. no tcp keep alive Disables the accept mode TCP keep alive timeout. password Enters the next lower level.
Page 52
5: Commands and Levels tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text <text> Sets the accept tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character.
Page 53
5: Commands and Levels no email disconnect Discontinues sending email alerts upon closing an accept mode tunnel. no tcp keep alive Disables the accept mode TCP keep alive timeout. password Enters the next lower level. protocol ssh Uses SSH protocol for accept mode tunneling. protocol ssl Uses SSL protocol for accept mode tunneling.
Page 54
5: Commands and Levels Note that quotes must enclose the value if it contains spaces. aes encrypt key text <text> Sets the accept tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces.
Page 55
5: Commands and Levels no tcp keep alive Disables the accept mode TCP keep alive timeout. password Enters the next lower level. protocol ssh Uses SSH protocol for accept mode tunneling. protocol ssl Uses SSL protocol for accept mode tunneling. protocol tcp Uses TCP protocol for accept mode tunneling.
Page 56
5: Commands and Levels Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces. 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).
Page 57
5: Commands and Levels protocol ssh Uses SSH protocol for accept mode tunneling. protocol ssl Uses SSL protocol for accept mode tunneling. protocol tcp Uses TCP protocol for accept mode tunneling. protocol tcp aes Uses TCP protocol with AES encryption for accept mode tunne- ling.
Page 58
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 59
5: Commands and Levels protocol ssl Uses SSL protocol for accept mode tunneling. protocol tcp Uses TCP protocol for accept mode tunneling. protocol tcp aes Uses TCP protocol with AES encryption for accept mode tunne- ling. protocol telnet Uses Telnet protocol (with IAC) for accept mode tunneling. show Displays the current configuration.
Page 60
5: Commands and Levels 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. block serial enable Discards all data coming in from the serial interface before forwarding it to the accept mode tunnel (generally used for debugging).
Page 61
5: Commands and Levels protocol tcp Uses TCP protocol for accept mode tunneling. protocol tcp aes Uses TCP protocol with AES encryption for accept mode tunne- ling. protocol telnet Uses Telnet protocol (with IAC) for accept mode tunneling. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session.
Page 62
5: Commands and Levels forwarding it to the serial 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 63
5: Commands and Levels protocol tcp aes Uses TCP protocol with AES encryption for accept mode tunne- ling. protocol telnet Uses Telnet protocol (with IAC) for accept mode tunneling. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session.
Page 64
5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. Change to menu level for SSH configuration and status. telnet Change to menu level for Telnet configuration and status. write Stores the current configuration in permanent memory. client (ssh-client) level commands clrscrn Clears the screen.
Page 65
5: Commands and Levels kill ssh <session> Kills SSH session with index from "show sessions" kill telnet <session> Kills Telnet session with index from "show sessions" query port Enters the query port level. Change to menu level for RSS configuration and status Change to menu level for Real Time Clock configuration and status show...
Page 66
5: Commands and Levels default start character Defaults the connect mode start character. email connect <number> Sets an email profile to use to send an email alert upon estab- lishing a connect mode tunnel. <number> = the number of the email profile to use. email disconnect <number>...
Page 67
5: Commands and Levels fore forwarding it to the serial interface (generally used for debugging). block serial disable Forwards (tunnels) serial data in connect mode tunneling. block serial enable Discards all data coming in from the serial interface before forwarding it to the connect mode tunnel (generally used for debugging).
Page 68
5: Commands and Levels kill connection Disconnects the active connect mode tunneling connection or connections. local port <number> Sets a specific port for use as the local port. <number> = the number of the port to use. no email connect Discontinues sending email alerts upon establishing a connect mode tunnel.
Page 69
5: Commands and Levels default local port Uses a random port number as the local port for establishing tunneling connections to other devices. default reconnect time Restores the default reconnect time value for connect mode tunneling. default start character Defaults the connect mode start character. email connect <number>...
Page 70
5: Commands and Levels A hex value character has the form 0xFF. write Stores the current configuration in permanent memory. connect (tunnel-connect:5) 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 be- fore forwarding it to the serial interface (generally used for debugging).
Page 71
5: Commands and Levels network. host <instance> Enters the next lower level. Specify the instance for the next lower level. host mode sequential Connects to the first host in the list that accepts the connec- tion. host mode simultaneous Selects simultaneous connections to all hosts on the host list. kill connection Disconnects the active connect mode tunneling connection or connections.
Page 72
5: Commands and Levels connect mode start character Enables connect mode tunneling when the configured start character is received on the line. default connect mode Restores the default connect mode as "disable". default host mode Connects to the first host in the list that accepts the connec- tion.
Page 73
5: Commands and Levels session. show status Displays tunnel connect status. start character <control> Sets the connect mode start character. The character may be input as text, control, decimal, or hex. A control character has the form <control>C. A decimal value character has the form \99. A hex value character has the form 0xFF.
Page 74
5: Commands and Levels flush serial enable Flushes the serial data buffer upon establishing a connect mode tunneling connection. flush start character disable Enables forwarding of the connect start character into the net- work. flush start character enable Disables forwarding of the connect start character into the network.
Page 75
5: Commands and Levels connect mode disable Disables connect mode tunneling. connect mode modem control asserted Enables the tunneling server to make tunneling connections when the modem control pin is asserted. connect mode modem emulation Enables modem emulation for connect mode tunneling. connect mode start character Enables connect mode tunneling when the configured start character...
Page 76
5: Commands and Levels lished by the device in milliseconds. <milliseconds> = timeout in milliseconds. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. show status Displays tunnel connect status. start character <control> Sets the connect mode start character.
Page 77
5: Commands and Levels exit Returns to the tunnel level. flush serial disable Characters already in the serial data buffer are retained upon establishing a connect mode tunneling connection. flush serial enable Flushes the serial data buffer upon establishing a connect mode tunneling connection.
Page 78
5: Commands and Levels device (device) level commands auto show tlog Continuously displays the internal trouble log. clrscrn Clears the screen. exit Exit to the enable level. show Show system information show hardware information Displays information about the hardware. show history Displays the last 20 commands entered during the current CLI session.
Page 79
5: Commands and Levels disconnect (tunnel-disconnect:7) level commands clrscrn Clears the screen. exit Returns to the tunnel level. flush serial disable Does not flush serial data upon closing a tunneling connection. flush serial enable Flushes serial data buffer when a tunneling connection is closed.
Page 80
5: Commands and Levels A hex value character has the form 0xFF. timeout <milliseconds> Disconnects when no data has been received on the line (serial port) for the specified length of time. <milliseconds> = timeout in milliseconds. write Stores the current configuration in permanent memory. disconnect (tunnel-disconnect:5) level commands clrscrn Clears the screen.
Page 81
5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. stop character <control> Sets the stop character. The character may be input as text, control, decimal, or hex. A control character has the form <control>C. A decimal value character has the form \99.
Page 82
5: Commands and Levels modem control enable Watches the modem control pin and disconnects if it is not asserted. no stop character Removes the stop character. no timeout Disables disconnect after timeout feature for tunneling ses- sions. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session.
Page 83
5: Commands and Levels show Show DNS status. show history Displays the last 20 commands entered during the current CLI session. write Stores the current configuration in permanent memory. email 1 (email:1) level commands auto show statistics Continuously displays email statistics. cc <text>...
Page 84
5: Commands and Levels <number> = port used for SMTP on the server side. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. show log Displays the email log. show statistics Displays email statistics.
Page 85
5: Commands and Levels 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 86
5: Commands and Levels send an email alert instead of the device’s domain name in EHLO. <text> = domain name to override the current domain name in EHLO. priority high Sets X-Priority for email alerts to 2 (high). priority low Sets X-Priority for email alerts to 4 (low).
Page 87
5: Commands and Levels no message file Removes the file name, so the message body will be empty. no overriding domain Removes the overriding domain name option. no reply to Removes the Reply To address for email alerts. no subject Removes subject used for email alerts.
Page 88
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 89
5: Commands and Levels email <number> Enters the configure email level. exit Exits to the enable level. from <text> Sets the From address for email alerts. <text> = email address to place in the From field of the email alert. local port <number>...
Page 90
5: Commands and Levels clear log Clears all entries from the mail log. clear mail counters Sets the email counters to zero. clrscrn Clears the screen. default local port Sets the local port (used to send email alerts) to random. default priority Sets X-Priority for email alerts to 3 (normal).
Page 91
5: Commands and Levels 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 16 (email:16) level commands auto show statistics Continuously displays email statistics. cc <text>...
Page 92
5: Commands and Levels show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. show log Displays the email log. show statistics Displays email statistics. subject <text> Sets the Subject for email alerts. <text>...
Page 93
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.
Page 94
5: Commands and Levels EHLO. <text> = domain name to override the current domain name in EHLO. priority high Sets X-Priority for email alerts to 2 (high). priority low Sets X-Priority for email alerts to 4 (low). priority normal Sets X-Priority for email alerts to 3 (normal). priority urgent Sets X-Priority for email alerts to 1 (urgent).
Page 95
5: Commands and Levels no overriding domain Removes the overriding domain name option. no reply to Removes the Reply To address for email alerts. no subject Removes subject used for email alerts. no to Removes the To addresses for email alerts. overriding domain <text>...
Page 96
5: Commands and Levels 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. no from Removes the From address for email alerts.
Page 97
5: Commands and Levels exit Exits to the enable level. from <text> Sets the From address for email alerts. <text> = email address to place in the From field of the email alert. local port <number> Sets the local port used to send email alerts. <number>...
Page 98
5: Commands and Levels clear mail counters Sets the email counters to zero. clrscrn Clears the screen. default local port Sets the local port (used to send email alerts) to random. default priority Sets X-Priority for email alerts to 3 (normal). default server port Restores the factory default port for SMTP on the server side.
Page 99
5: Commands and Levels <text> = a quoted, semicolon separated list of email addresses. write Stores the current configuration in permanent memory. email 8 (email:8) level commands auto show statistics Continuously displays email statistics. cc <text> Sets Cc addresses for email alerts. <text>...
Page 100
5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. show log Displays the email log. show statistics Displays email statistics. subject <text> Sets the Subject for email alerts. <text> = text to placed as the subject. to <text>...
Page 101
5: Commands and Levels reply to <text> Sets the Reply To address for email alerts. <text> = email address to place in the Reply To field of the email alert. send Sends an email using the current settings. server port <number> Sets the port used by the SMTP server.
Page 102
5: Commands and Levels ssh <optClientUsername> <host> Begin SSH session on network <host>. The optClientUserName must match an SSH Client: Users confi- guration entry. Use "" in optClientUserName to prompt for host username and password. ssh <optClientUsername> <host> <port> Begin SSH session on network <host>:<port>. The optClientUserName must match an SSH Client: Users confi- guration entry.
Page 103
5: Commands and Levels show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. show statistics Displays the FTP statistics. state disable Disables the FTP server. state enable Enables the FTP server. write Stores the current configuration in permanent memory.
Page 104
5: Commands and Levels tunneling. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling. protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session.
Page 105
5: Commands and Levels connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection. no port Removes the remote port used to establish tunnel connections. no ssh username Removes the SSH user name.
Page 106
5: Commands and Levels Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character.
Page 107
5: Commands and Levels vip name <text> Sets the VIP name. write Stores the current configuration in permanent memory. host 1 (tunnel-connect-host:5:1) level commands address <text> Sets the remote host to establish tunneling connections with. <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal>...
Page 108
5: Commands and Levels show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices.
Page 109
5: Commands and Levels no ssh username Removes the SSH user name. no tcp keep alive Disables the connect mode TCP keep alive timeout. no vip name Removes the VIP name. port <number> Sets the remote port to use for connect mode tunneling. <number>...
Page 110
5: Commands and Levels Note that quotes must enclose the value if it contains spaces. auto show statistics show connection statistics clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout.
Page 111
5: Commands and Levels aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC"...
Page 112
5: Commands and Levels connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting.
Page 113
5: Commands and Levels <number> = number of the port to use. protocol ssh Uses SSH protocol for connect mode tunneling. protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling.
Page 114
5: Commands and Levels 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 10 (tunnel-connect-host:8:10) level commands address <text>...
Page 115
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session.
Page 116
5: Commands and Levels no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection. no port Removes the remote port used to establish tunnel connections. no ssh username Removes the SSH user name. no tcp keep alive Disables the connect mode TCP keep alive timeout.
Page 117
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 <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces.
Page 118
5: Commands and Levels host 10 (tunnel-connect-host:5:10) level commands address <text> Sets the remote host to establish tunneling connections with. <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits.
Page 119
5: Commands and Levels session. show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer.
Page 120
5: Commands and Levels no tcp keep alive Disables the connect mode TCP keep alive timeout. no vip name Removes the VIP name. port <number> Sets the remote port to use for connect mode tunneling. <number> = number of the port to use. protocol ssh Uses SSH protocol for connect mode tunneling.
Page 121
5: Commands and Levels auto show statistics show connection statistics clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout.
Page 122
5: Commands and Levels Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single character.
Page 123
5: Commands and Levels <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting.
Page 124
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 125
5: Commands and Levels ssh username <text> Sets the username for logging into the host via SSH. <text> = username. write Stores the current configuration in permanent memory. host 11 (tunnel-connect-host:8:11) level commands address <text> Sets the remote host to establish tunneling connections with. <text>...
Page 126
5: Commands and Levels tunneling. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices.
Page 127
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 keep alive Disables the connect mode TCP keep alive timeout. no vip name Removes the VIP name. port <number>...
Page 128
5: Commands and Levels aes encrypt key text <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces. auto show statistics show connection statistics clrscrn...
Page 129
5: Commands and Levels <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC"...
Page 130
5: Commands and Levels ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer.
Page 131
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 132
5: Commands and Levels credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout. exit Exits to the next higher level.
Page 133
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 decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces.
Page 134
5: Commands and Levels the timer. <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. vip disable Makes connections using the specified Address. vip enable Makes connections using the VIP name.
Page 135
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 136
5: Commands and Levels write Stores the current configuration in permanent memory. host 12 (tunnel-connect-host:8:12) level commands address <text> Sets the remote host to establish tunneling connections with. <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes.
Page 137
5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds>...
Page 138
5: Commands and Levels no tcp keep alive Disables the connect mode TCP keep alive timeout. no vip name Removes the VIP name. port <number> Sets the remote port to use for connect mode tunneling. <number> = number of the port to use. protocol ssh Uses SSH protocol for connect mode tunneling.
Page 139
5: Commands and Levels auto show statistics show connection statistics clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout.
Page 140
5: Commands and Levels Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single character.
Page 141
5: Commands and Levels <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting.
Page 142
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 143
5: Commands and Levels timeout. exit Exits to the next higher level. no address Removes the remote host address used to establish tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 144
5: Commands and Levels Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces. aes encrypt key <hexadecimal> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC"...
Page 145
5: Commands and Levels validate certificate enable Requires verification of the server certificate when connecting. vip disable Makes connections using the specified Address. vip enable Makes connections using the VIP name. vip name <text> Sets the VIP name. write Stores the current configuration in permanent memory. host 12 (tunnel-connect-host:1:12) level commands address <text>...
Page 146
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session.
Page 147
5: Commands and Levels <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC"...
Page 148
5: Commands and Levels ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer.
Page 149
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 150
5: Commands and Levels credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout. exit Exits to the next higher level.
Page 151
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 decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces.
Page 152
5: Commands and Levels the timer. <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. vip disable Makes connections using the specified Address. vip enable Makes connections using the VIP name.
Page 153
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 154
5: Commands and Levels no address Removes the remote host address used to establish tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 155
5: Commands and Levels Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text <text>...
Page 156
5: Commands and Levels vip enable Makes connections using the VIP name. vip name <text> Sets the VIP name. write Stores the current configuration in permanent memory. host 13 (tunnel-connect-host:1:13) level commands address <text> Sets the remote host to establish tunneling connections with. <text>...
Page 157
5: Commands and Levels tunneling. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices.
Page 158
5: Commands and Levels Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes decrypt key text <text>...
Page 159
5: Commands and Levels with other devices. <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting.
Page 160
5: Commands and Levels protocol ssh Uses SSH protocol for connect mode tunneling. protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling.
Page 161
5: Commands and Levels default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout. exit Exits to the next higher level. no address Removes the remote host address used to establish tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key.
Page 162
5: Commands and Levels aes decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces. aes encrypt key <hexadecimal>...
Page 163
5: Commands and Levels validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. vip disable Makes connections using the specified Address. vip enable Makes connections using the VIP name. vip name <text>...
Page 164
5: Commands and Levels protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling. protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session.
Page 165
5: Commands and Levels no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection. no port Removes the remote port used to establish tunnel connections. no ssh username Removes the SSH user name.
Page 166
5: Commands and Levels tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character.
Page 167
5: Commands and Levels write Stores the current configuration in permanent memory. host 14 (tunnel-connect-host:1:14) level commands address <text> Sets the remote host to establish tunneling connections with. <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes.
Page 168
5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds>...
Page 169
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 decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces.
Page 170
5: Commands and Levels the timer. <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. vip disable Makes connections using the specified Address. vip enable Makes connections using the VIP name.
Page 171
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 172
5: Commands and Levels no address Removes the remote host address used to establish tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 173
5: Commands and Levels Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text <text>...
Page 174
5: Commands and Levels vip enable Makes connections using the VIP name. vip name <text> Sets the VIP name. write Stores the current configuration in permanent memory. host 15 (tunnel-connect-host:4:15) level commands address <text> Sets the remote host to establish tunneling connections with. <text>...
Page 175
5: Commands and Levels tunneling. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices.
Page 176
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 keep alive Disables the connect mode TCP keep alive timeout. no vip name Removes the VIP name. port <number>...
Page 177
5: Commands and Levels aes encrypt key text <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces. auto show statistics show connection statistics clrscrn...
Page 178
5: Commands and Levels <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC"...
Page 179
5: Commands and Levels ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer.
Page 180
5: Commands and Levels Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces. aes encrypt key <hexadecimal> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC"...
Page 181
5: Commands and Levels validate certificate enable Requires verification of the server certificate when connecting. vip disable Makes connections using the specified Address. vip enable Makes connections using the VIP name. vip name <text> Sets the VIP name. write Stores the current configuration in permanent memory. host 16 (tunnel-connect-host:7:16) level commands address <text>...
Page 182
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session.
Page 183
5: Commands and Levels no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection. no port Removes the remote port used to establish tunnel connections. no ssh username Removes the SSH user name. no tcp keep alive Disables the connect mode TCP keep alive timeout.
Page 184
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 <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces.
Page 185
5: Commands and Levels host 16 (tunnel-connect-host:4:16) level commands address <text> Sets the remote host to establish tunneling connections with. <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits.
Page 186
5: Commands and Levels session. show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer.
Page 187
5: Commands and Levels no tcp keep alive Disables the connect mode TCP keep alive timeout. no vip name Removes the VIP name. port <number> Sets the remote port to use for connect mode tunneling. <number> = number of the port to use. protocol ssh Uses SSH protocol for connect mode tunneling.
Page 188
5: Commands and Levels auto show statistics show connection statistics clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout.
Page 189
5: Commands and Levels Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single character.
Page 190
5: Commands and Levels <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting.
Page 191
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 192
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 193
5: Commands and Levels no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection. no port Removes the remote port used to establish tunnel connections. no ssh username Removes the SSH user name. no tcp keep alive Disables the connect mode TCP keep alive timeout.
Page 194
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 <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces.
Page 195
5: Commands and Levels host 2 (tunnel-connect-host:6:2) level commands address <text> Sets the remote host to establish tunneling connections with. <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits.
Page 196
5: Commands and Levels session. show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer.
Page 197
5: Commands and Levels no tcp keep alive Disables the connect mode TCP keep alive timeout. no vip name Removes the VIP name. port <number> Sets the remote port to use for connect mode tunneling. <number> = number of the port to use. protocol ssh Uses SSH protocol for connect mode tunneling.
Page 198
5: Commands and Levels auto show statistics show connection statistics clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout.
Page 199
5: Commands and Levels Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single character.
Page 200
5: Commands and Levels <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting.
Page 201
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 202
5: Commands and Levels timeout. exit Exits to the next higher level. no address Removes the remote host address used to establish tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 203
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 204
5: Commands and Levels which depends on the selected protocol. exit Exits to the configuration level. host <number> Change to config host level name <text> Sets the name of the host. <text> = name of the host. no name Clears the name of the host. no remote address Clears the remote address of the host.
Page 205
5: Commands and Levels host 23 (config-host:23) level commands clrscrn Clears the screen. default protocol Restores the default value of the protocol (Telnet). default remote port Sets the remote port (used to connect to the host) to the de- fault value, which depends on the selected protocol.
Page 206
5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. ssh username <text> Sets the username for logging into the host via SSH. <text> = username. write Stores the current configuration in permanent memory. host 25 (config-host:25) level commands clrscrn Clears the screen.
Page 207
5: Commands and Levels selected on the login connect menu. <text> = IP address. remote port <number> Sets the remote port used to connect to the host. <number> = port to be used. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session.
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 Note that quotes must enclose the value if it contains spaces. aes decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces.
Page 210
5: Commands and Levels <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. vip disable Makes connections using the specified Address. vip enable Makes connections using the VIP name.
Page 211
5: Commands and Levels tunneling. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling. protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session.
Page 212
5: Commands and Levels connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection. no port Removes the remote port used to establish tunnel connections. no ssh username Removes the SSH user name.
Page 213
5: Commands and Levels Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character.
Page 214
5: Commands and Levels vip name <text> Sets the VIP name. write Stores the current configuration in permanent memory. host 3 (tunnel-connect-host:4:3) level commands address <text> Sets the remote host to establish tunneling connections with. <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal>...
Page 215
5: Commands and Levels show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices.
Page 216
5: Commands and Levels no ssh username Removes the SSH user name. no tcp keep alive Disables the connect mode TCP keep alive timeout. no vip name Removes the VIP name. port <number> Sets the remote port to use for connect mode tunneling. <number>...
Page 217
5: Commands and Levels Note that quotes must enclose the value if it contains spaces. auto show statistics show connection statistics clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout.
Page 218
5: Commands and Levels aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC"...
Page 219
5: Commands and Levels connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting.
Page 220
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 221
5: Commands and Levels which depends on the selected protocol. exit Exits to the configuration level. host <number> Change to config host level name <text> Sets the name of the host. <text> = name of the host. no name Clears the name of the host. no remote address Clears the remote address of the host.
Page 222
5: Commands and Levels connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection. no port Removes the remote port used to establish tunnel connections. no ssh username Removes the SSH user name.
Page 223
5: Commands and Levels Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character.
Page 224
5: Commands and Levels vip name <text> Sets the VIP name. write Stores the current configuration in permanent memory. host 4 (tunnel-connect-host:6:4) level commands address <text> Sets the remote host to establish tunneling connections with. <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal>...
Page 225
5: Commands and Levels show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices.
Page 226
5: Commands and Levels no ssh username Removes the SSH user name. no tcp keep alive Disables the connect mode TCP keep alive timeout. no vip name Removes the VIP name. port <number> Sets the remote port to use for connect mode tunneling. <number>...
Page 227
5: Commands and Levels Note that quotes must enclose the value if it contains spaces. auto show statistics show connection statistics clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout.
Page 228
5: Commands and Levels aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC"...
Page 229
5: Commands and Levels connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting.
Page 230
5: Commands and Levels <number> = number of the port to use. protocol ssh Uses SSH protocol for connect mode tunneling. protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling.
Page 231
5: Commands and Levels default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout. exit Exits to the next higher level. no address Removes the remote host address used to establish tunneling connections.
Page 232
5: Commands and Levels name <text> Sets the name of the host. <text> = name of the host. no name Clears the name of the host. no remote address Clears the remote address of the host. no ssh username Clears the SSH username associated with the host. protocol ssh Sets the protocol to SSH.
Page 233
5: Commands and Levels no credentials Clears the RSA/DSA certificate selection. no port Removes the remote port used to establish tunnel connections. no ssh username Removes the SSH user name. no tcp keep alive Disables the connect mode TCP keep alive timeout. no vip name Removes the VIP name.
Page 234
5: Commands and Levels Note that quotes must enclose the value if it contains spaces. aes encrypt key text <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces.
Page 235
5: Commands and Levels address <text> Sets the remote host to establish tunneling connections with. <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits.
Page 236
5: Commands and Levels show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer.
Page 237
5: Commands and Levels no vip name Removes the VIP name. port <number> Sets the remote port to use for connect mode tunneling. <number> = number of the port to use. protocol ssh Uses SSH protocol for connect mode tunneling. protocol ssl Uses SSL protocol for connect mode tunneling.
Page 238
5: Commands and Levels clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout.
Page 239
5: Commands and Levels tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single character.
Page 240
5: Commands and Levels tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting.
Page 241
5: Commands and Levels protocol tcp Uses TCP protocol for connect mode tunneling. protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling. protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling.
Page 242
5: Commands and Levels exit Exits to the next higher level. no address Removes the remote host address used to establish tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 243
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 244
5: Commands and Levels no tcp keep alive Disables the connect mode TCP keep alive timeout. no vip name Removes the VIP name. port <number> Sets the remote port to use for connect mode tunneling. <number> = number of the port to use. protocol ssh Uses SSH protocol for connect mode tunneling.
Page 245
5: Commands and Levels auto show statistics show connection statistics clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout.
Page 246
5: Commands and Levels Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single character.
Page 247
5: Commands and Levels <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting.
Page 248
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 249
5: Commands and Levels timeout. exit Exits to the next higher level. no address Removes the remote host address used to establish tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 250
5: Commands and Levels Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces. aes encrypt key <hexadecimal> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC"...
Page 251
5: Commands and Levels validate certificate enable Requires verification of the server certificate when connecting. vip disable Makes connections using the specified Address. vip enable Makes connections using the VIP name. vip name <text> Sets the VIP name. write Stores the current configuration in permanent memory. host 6 (tunnel-connect-host:2:6) level commands address <text>...
Page 252
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session.
Page 253
5: Commands and Levels no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection. no port Removes the remote port used to establish tunnel connections. no ssh username Removes the SSH user name. no tcp keep alive Disables the connect mode TCP keep alive timeout.
Page 254
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 255
5: Commands and Levels <number> = number of the port to use. protocol ssh Uses SSH protocol for connect mode tunneling. protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling.
Page 256
5: Commands and Levels default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout. exit Exits to the next higher level. no address Removes the remote host address used to establish tunneling connections.
Page 257
5: Commands and Levels Note that quotes must enclose the value if it contains spaces. aes decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces.
Page 258
5: Commands and Levels <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting. vip disable Makes connections using the specified Address. vip enable Makes connections using the VIP name.
Page 259
5: Commands and Levels tunneling. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling. protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session.
Page 260
5: Commands and Levels connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection. no port Removes the remote port used to establish tunnel connections. no ssh username Removes the SSH user name.
Page 261
5: Commands and Levels Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character.
Page 262
5: Commands and Levels vip name <text> Sets the VIP name. write Stores the current configuration in permanent memory. host 7 (tunnel-connect-host:2:7) level commands address <text> Sets the remote host to establish tunneling connections with. <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal>...
Page 263
5: Commands and Levels show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices.
Page 264
5: Commands and Levels no ssh username Removes the SSH user name. no tcp keep alive Disables the connect mode TCP keep alive timeout. no vip name Removes the VIP name. port <number> Sets the remote port to use for connect mode tunneling. <number>...
Page 265
5: Commands and Levels <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.
Page 266
5: Commands and Levels protocol tcp Uses TCP protocol for connect mode tunneling. protocol tcp aes Uses TCP protocol with AES encryption for connect mode tunneling. protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling. protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling.
Page 267
5: Commands and Levels exit Exits to the next higher level. no address Removes the remote host address used to establish tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 268
5: Commands and Levels aes encrypt key <hexadecimal> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC"...
Page 269
5: Commands and Levels vip enable Makes connections using the VIP name. vip name <text> Sets the VIP name. write Stores the current configuration in permanent memory. host 8 (tunnel-connect-host:5:8) level commands address <text> Sets the remote host to establish tunneling connections with. <text>...
Page 270
5: Commands and Levels tunneling. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session. show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices.
Page 271
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 keep alive Disables the connect mode TCP keep alive timeout. no vip name Removes the VIP name. port <number>...
Page 272
5: Commands and Levels aes encrypt key text <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character. Note that quotes must enclose the value if it contains spaces. auto show statistics show connection statistics clrscrn...
Page 273
5: Commands and Levels <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC"...
Page 274
5: Commands and Levels ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer.
Page 275
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 276
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 9 (tunnel-connect-host:8:9) level commands address <text>...
Page 277
5: Commands and Levels protocol telnet Uses Telnet protocol (with IAC) for connect mode tunneling. protocol udp Uses UDP protocol for connect mode tunneling. protocol udp aes Uses UDP protocol with AES encryption for connect mode tunneling. show Shows the current configuration. show history Displays the last 20 commands entered during the current CLI session.
Page 278
5: Commands and Levels no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection. no port Removes the remote port used to establish tunnel connections. no ssh username Removes the SSH user name.
Page 279
5: Commands and Levels tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes encrypt key text <text> Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single character.
Page 280
5: Commands and Levels write Stores the current configuration in permanent memory. host 9 (tunnel-connect-host:5:9) level commands address <text> Sets the remote host to establish tunneling connections with. <text> = IP address or host name of the remote host. aes decrypt key <hexadecimal> Sets the connect tunnel AES decrypt key with up to 16 bytes.
Page 281
5: Commands and Levels show history Displays the last 20 commands entered during the current CLI session. show statistics show connection statistics ssh username <text> Sets the SSH user name for use when establishing tunneling connections with other devices. <text> = SSH user name. tcp keep alive <milliseconds>...
Page 282
5: Commands and Levels no tcp keep alive Disables the connect mode TCP keep alive timeout. no vip name Removes the VIP name. port <number> Sets the remote port to use for connect mode tunneling. <number> = number of the port to use. protocol ssh Uses SSH protocol for connect mode tunneling.
Page 283
5: Commands and Levels auto show statistics show connection statistics clrscrn Clears the screen. credentials <text> Selects the RSA/DSA certificates by name for the SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive timeout.
Page 284
5: Commands and Levels Bytes may run together or be separated by optional punctua- tion: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single character.
Page 285
5: Commands and Levels <text> = SSH user name. tcp keep alive <milliseconds> Enables TCP keep alive for connect mode tunneling and sets the timer. <milliseconds> = timer value, in milliseconds. validate certificate disable Skips verification of the server certificate when connecting. validate certificate enable Requires verification of the server certificate when connecting.
Page 286
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 287
5: Commands and Levels ssh username <text> Sets the username for logging into the host via SSH. <text> = username. write Stores the current configuration in permanent memory. http (config-http) level commands auth <uri> Creates a new HTTP server authentication directive. <uri>...
Page 288
5: Commands and Levels %q query string (prepend with '?' or empty '-') %t timestamp HH:MM:SS (same as Apache '%(%H:%M:%S)t') %u remote user (could be bogus for 401 status) %U URL path info %r first line of request (same as '%m %U%q <version>') %s return status logging state disable Disables HTTP server logging.
Page 289
5: Commands and Levels if 1 (config-if:eth0) level commands bootp disable Disables BOOTP. bootp enable Enables BOOTP. clrscrn Clears the screen. default gateway <IP address> Sets the configurable gateway IP address to the default value. default mtu Restores the default Maximum Transmission Unit (MTU) size. dhcp client id <text>...
Page 290
5: Commands and Levels session. write Stores the current configuration in permanent memory. line 1 (line:1) level commands auto show statistics Continuously displays line statistics. baud rate <bits per second> Sets the line speed. <bits per second> = the speed. Standard speeds include 1200, 2400, 4800, 9600, 19200, and so clear line counters Sets the serial counters to zero.
Page 291
5: Commands and Levels name <text> Sets the name for this line. no clear line counters Restores the serial counters to the aggregate values. no command mode Disables command mode for the current line. no command mode signon message Clears the signon message displayed at boot time and when entering command mode.
Page 292
5: Commands and Levels baud rate <bits per second> Sets the line speed. <bits per second> = the speed. Standard speeds include 1200, 2400, 4800, 9600, 19200, and so clear line counters Sets the serial counters to zero. clrscrn Clears the screen. command mode always Sets the current line to always be in command mode.
Page 293
5: Commands and Levels entering command mode. no gap timer Removes the gap timer, so forwarding depends on the line speed. no name Removes the name of this line. parity even Uses a parity bit on the line for even parity. parity none Does not use a parity bit on the line.
Page 294
5: Commands and Levels clear line counters Sets the serial counters to zero. clrscrn Clears the screen. command mode always Sets the current line to always be in command mode. command mode echo serial string disable Disables user-defined serial boot string to be echoed in the CLI. command mode echo serial string enable Enables user-defined serial boot string to be echoed in the CLI.
Page 295
5: Commands and Levels no name Removes the name of this line. parity even Uses a parity bit on the line for even parity. parity none Does not use a parity bit on the line. parity odd Uses a parity bit on the line for odd parity. protocol none Uses no protocol on the line.
Page 296
5: Commands and Levels command mode echo serial string enable Enables user-defined serial boot string to be echoed in the CLI. command mode serial string Enables user to enter a custom string at boot time to enter command mode. command mode serial string <string> Sets a string that can be entered at boot time to enter com- mand mode.
Page 297
5: Commands and Levels protocol none Uses no protocol on the line. protocol tunnel Applies tunnel protocol on the line. reassert Asserts line status with current configured values. show Displays the current status. show command mode Shows the command mode settings for the current line. show history Displays the last 20 commands entered during the current CLI session.
Page 298
5: Commands and Levels mand mode. <string> = text with possible binary characters. Within [] use binary decimal up to 255 or hex up to 0xFF. Within {} specify decimal milliseconds time delay. command mode signon message <string> Sets a sign-on message that is sent from the serial port when device boots and when the line is in command mode.
Page 299
5: Commands and Levels 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. show statistics Shows the line statistics. state disable Disables the line so data cannot be sent/received.
Page 300
5: Commands and Levels device boots and when the line is in command mode. <string> = text with possible binary characters. Within [] use binary decimal up to 255 or hex up to 0xFF. command mode wait time <milliseconds> Sets boot-up wait time for command mode serial string. <milliseconds>...
Page 301
5: Commands and Levels show statistics Shows the line statistics. state disable Disables the line so data cannot be sent/received. state enable Enables the line so data can be sent/received. stop bits 1 Uses one stop bit after data on the line. stop bits 2 Uses two stop bits after data on the line.
Page 302
5: Commands and Levels <milliseconds> = wait time. 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. default baud rate Restores the default speed of 9600 bits per second.
Page 303
5: Commands and Levels stop bits 2 Uses two stop bits after data on the line. terminal <line> Enters the configure-terminal level. <line> = number of the terminal line (serial port) to be confi- gured. terminal network Enters the configure-terminal level for the network. threshold <bytes>...
Page 304
5: Commands and Levels default baud rate Restores the default speed of 9600 bits per second. default data bits Restores the default of eight data bits. default flow control Restores the default of no flow control. default parity Restores the default of no parity. default protocol Restores the default protocol on the line.
Page 305
5: Commands and Levels threshold <bytes> Sets the threshold in bytes. After this many bytes are received, they are forwarded without delay. tunnel <line> Enters the tunnel level. <line> = number of the tunnel line (serial port) to be confi- gured.
Page 306
5: Commands and Levels connect string <text> Sets the CONNECT string used in modem emulation. <string> = connect string. default incoming connection Default disables incoming network connections. default response type Default uses text type responses. display remote ip disable The incoming RING has nothing following it. display remote ip enable The incoming RING is followed by the IP address of the caller.
Page 307
5: Commands and Levels incoming connection automatic Automatically answer incoming network connections. incoming connection disabled Disable incoming network connections. incoming connection manual Wait for an ATA command before answering an incoming net- work connection. no connect string Removes optional CONNECT string information for modem emulation.
Page 308
5: Commands and Levels write Stores the current configuration in permanent memory. modem (tunnel-modem:5) level commands clrscrn Clears the screen. connect string <text> Sets the CONNECT string used in modem emulation. <string> = connect string. default incoming connection Default disables incoming network connections. default response type Default uses text type responses.
Page 309
5: Commands and Levels error unknown commands disable Returns OK on unknown AT commands. error unknown commands enable Returns an error upon unknown AT commands. exit Returns to the tunnel level. incoming connection automatic Automatically answer incoming network connections. incoming connection disabled Disable incoming network connections.
Page 310
5: Commands and Levels show status Displays tunnel modem status. verbose response disable Does not send Modem Response Codes. verbose response enable Sends Modem Response Codes out on the Serial Line. write Stores the current configuration in permanent memory. modem (tunnel-modem:2) level commands clrscrn Clears the screen.
Page 311
5: Commands and Levels echo pluses disable Does not echo the +++ characters when entering modem command mode. echo pluses enable Echoes the +++ characters when entering modem command mode. error unknown commands disable Returns OK on unknown AT commands. error unknown commands enable Returns an error upon unknown AT commands.
Page 312
5: Commands and Levels <bytes> = number of bytes in the threshold. timeout <milliseconds> Sets the timeout value for packing mode in milliseconds. <milliseconds> = timeout value, in milliseconds. trailing character <control> Sets the trailing character for packing mode. The character may be input as text, control, decimal, or hex. A control character has the form <control>C.
Page 313
5: Commands and Levels exit Returns to the tunnel level. no trailing character Removes the trailing character for packing mode. packing mode disable Disables packing. Data is sent to the network when received. packing mode send character Sets packing mode to accumulate data and transmit it upon receiving the configured send character on the line (serial port).
Page 314
5: Commands and Levels session. threshold <bytes> Sets the threshold (byte count). If the queued data reaches this threshold then the data will be sent. <bytes> = number of bytes in the threshold. timeout <milliseconds> Sets the timeout value for packing mode in milliseconds. <milliseconds>...
Page 315
5: Commands and Levels default send character Removes the send character for packing mode. default threshold Restores the default threshold. default timeout Restores the default packing mode timeout. exit Returns to the tunnel level. no trailing character Removes the trailing character for packing mode. packing mode disable Disables packing.
Page 316
5: Commands and Levels A hex value character has the form 0xFF. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. threshold <bytes> Sets the threshold (byte count). If the queued data reaches this threshold then the data will be sent.
Page 317
5: Commands and Levels password (tunnel-accept-password:8) level commands clrscrn Clears the screen. exit Exits to the next higher level. no password Removes the password so connections will be accepted unchal- lenged. password <text> Sets the password required on the network side of the tunnel to begin a connection.
Page 318
5: Commands and Levels write Stores the current configuration in permanent memory. password (tunnel-accept-password:5) level commands clrscrn Clears the screen. exit Exits to the next higher level. no password Removes the password so connections will be accepted unchal- lenged. password <text> Sets the password required on the network side of the tunnel to begin a connection.
Page 319
5: Commands and Levels session. write Stores the current configuration in permanent memory. password (tunnel-accept-password:2) level commands clrscrn Clears the screen. exit Exits to the next higher level. no password Removes the password so connections will be accepted unchal- lenged. password <text>...
Page 320
5: Commands and Levels enable Enters the enable level. exit Exit from the system ping <host> Ping destination continuously with 5 second timeout ping <host> <count> Ping destination n times with 5 second timeout ping <host> <count> <timeout> Ping destination n times with x timeout (in seconds) show Show system information show history...
Page 321
5: Commands and Levels show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. write Stores the current configuration in permanent memory. serial (tunnel-serial:7) level commands clrscrn Clears the screen. default dtr Restores default DTR control, asserted while connected.
Page 322
5: Commands and Levels nection is active. dtr continuously asserted Asserts DTR regardless of any connections. dtr truport Asserts DTR to match remote DSR when connected via Telnet. dtr unasserted Does not assert DTR. exit Returns to the tunnel level. show Displays the current configuration.
Page 323
5: Commands and Levels write Stores the current configuration in permanent memory. server (ssh-server) level commands authorized user <username> <password> Sets authorized username, password, and optionally RSA and/or DSA public keys clrscrn Clears the screen. delete all authorized users Removes all authorized users delete authorized user <username>...
Page 324
5: Commands and Levels default max sessions Restores the default maximum allowed concurrent incoming SSH sessions. default port Restores the default local port to the SSH server. exit Exits to the CLI level. max sessions <number> Sets the maximum allowed concurrent incoming SSH sessions. <number>...
Page 325
5: Commands and Levels state enable Enables syslog logging. write Stores the current configuration in permanent memory. telnet (config-cli-telnet) level commands authentication disable No password required for Telnet users. authentication enable Challenges the Telnet user with a password. clrscrn Clears the screen. default max sessions Restores the default maximum allowed concurrent incoming Telnet sessions.
Page 326
5: Commands and Levels send break <control> Sets the optional send break character. <text> = the character. The character may be input as text, control, decimal, or hex. A control character has the form <control>C. A decimal value character has the form \99. A hex value character has the form 0xFF.
Page 327
5: Commands and Levels show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. terminal <line> Enters the configure-terminal level. <line> = number of the terminal line (serial port) to be confi- gured.
Page 328
5: Commands and Levels gured. 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 confi- gured. write Stores the current configuration in permanent memory.
Page 329
5: Commands and Levels gured. write Stores the current configuration in permanent memory. terminal 5 (config-terminal:5) level commands break duration <milliseconds> Sets how long a break should last when it is being sent to the line. <milliseconds> = number of milliseconds. clrscrn Clears the screen.
Page 330
5: Commands and Levels <milliseconds> = number of milliseconds. clrscrn Clears the screen. default break duration Restores the break duration to the default value (500 ms). default terminal type Sets the default terminal type, "UNKNOWN". echo disable Disables echoing of characters received on the line back to the line.
Page 331
5: Commands and Levels line. echo enable Enables echoing of characters received on the line back to the line. exit Exits to the configuration level. exit connect menu disable On the login connect menu, removes the menu item allowing the user to exit to the CLI.
Page 332
5: Commands and Levels the user to exit to the CLI. exit connect menu enable On the login connect menu, inserts the menu item allowing the user to exit to the CLI. line <line> Enters the line level. <line> = number of the line (serial port) to be configured. login connect menu disable Disables the login connect menu, so a user will get the CLI im- mediately...
Page 333
5: Commands and Levels line <line> Enters the line level. <line> = number of the line (serial port) to be configured. login connect menu disable Disables the login connect menu, so a user will get the CLI im- mediately after logging in. login connect menu enable Enables the login connect menu, so a user will get the menu rather than the...
Page 334
5: Commands and Levels modem Enters the modem level for this tunnel. no clear counters Unzeros all tunnel counters packing Enters the packing level for this tunnel. serial Enters the serial level for this tunnel. show history Displays the last 20 commands entered during the current CLI session.
Page 335
5: Commands and Levels 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. serial Enters the serial level for this tunnel.
Page 336
5: Commands and Levels disconnect Enters the disconnect level for this tunnel. exit Exits to the enable level. line <line> Enters the line level. <line> = number of the line (serial port) to be configured. modem Enters the modem level for this tunnel. no clear counters Unzeros all tunnel counters packing...
Page 337
5: Commands and Levels clrscrn Clears the screen. connect Enters the connect level for this tunnel. disconnect Enters the disconnect level for this tunnel. exit Exits to the enable level. line <line> Enters the line level. <line> = number of the line (serial port) to be configured. modem Enters the modem level for this tunnel.
Page 338
5: Commands and Levels auto show status Displays VIP status continuously. clear counters Sets the VIP counters to zero. clrscrn Clears the screen. exit Exits to the configuration level. no clear counters Restores the VIP counters to the aggregate values. show Displays the current configuration.
Need help?
Do you have a question about the EDS-MD4 and is the answer not in the manual?
Questions and answers