Lantronix EDS1100 Command Reference Manual

Lantronix EDS1100 Command Reference Manual

Device server
Hide thumbs Also See for EDS1100:

Advertisement

EDS1100/2100

Command Reference

Part Number 900-568
Revision B December 2010

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the EDS1100 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Lantronix EDS1100

  • Page 1: Command Reference

    EDS1100/2100 Command Reference Part Number 900-568 Revision B December 2010...
  • Page 2: Copyright And Trademark

    Copyright and Trademark © 2010 Lantronix. All rights reserved. No part of the contents of this book may be transmitted or reproduced in any form or by any means without the written permission of Lantronix. Printed in the United States of America.
  • Page 3: Table Of Contents

    Importing and Exporting an XML Configuration File _______________________________ 17 Best Practices ____________________________________________________________ 18 Importing _____________________________________________________________ 18 Exporting ____________________________________________________________ 19 Passwords in the XML File _______________________________________________19 XML Configuration Groups __________________________________________________ 20 XML Status Record Groups and Items _________________________________________ 37 5: Commands and Levels EDS1100/2100 Command Reference...
  • Page 4: List Of Figures

    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 Figure 4-7 XML Example of Supplying Passwords _______________________________________ 20 EDS1100/2100 Command Reference...
  • Page 5: List Of Tables

    List of Tables Table 4-8 XCR Groups ____________________________________________________________ 20 Table 4-9 XSR Groups and Items ____________________________________________________ 37 Table 5-1 Commands and Levels ____________________________________________________ 52 EDS1100/2100 Command Reference...
  • Page 6: 1: About This Guide

    About This Guide This guide describes how to configure the EDS1100 and EDS2100 using the Command Line Interface (CLI) and/or Extensible Markup Language (XML). It is written for software developers and system integrators. Chapter Summaries This table lists and summarizes each chapter and appendix.
  • Page 7: Additional Documentation

    Document Description EDS1100/2100 User Guide Describes how to install, configure, and use the EDS1100/2100. EDS1100/2100 Quick Start Guide Describes how to quickly get the EDS1100/2100 up and running. EDS1100/2100 Command Reference...
  • Page 8: 2: Overview

    Evolution OS™ is the Lantronix cutting-edge operating system that supports three convenient configuration methods: Web Manager, Command Line Interface (CLI), and Extensible Markup Language (XML). For more information about the Web Manager, see the EDS1100/2100 User Guide at the Lantronix website.
  • Page 9: 3: Command Line Interface

    To access the EDS1100/2100 by using Telnet, perform the following steps. 1. Click Start > Run. The Run dialog box displays. 2. Type telnet x.x.x.x (x.x.x.x is the IP address). The EDS1100/2100 is online when the command prompt (>) displays. You are at the root level of the CLI.
  • Page 10: Navigating The Cli Hierarchy

    3: Command Line Interface To configure the Lantronix device server locally using a serial port, connect a terminal or a PC running a terminal emulation program to one of the device server's serial ports. Configure the terminal for 9600 baud, 8-bit, no parity, 1 stop bit, and no flow control.
  • Page 11: Understanding The Cli Level Hierarchy

    For instance, tunnel specific status and configuration is found under the "tunnel" level, and network specific status and configuration commands are found under the "configuration" level. An overview of the levels in the EDS1100/2100 is presented in Figure 3-1.
  • Page 12: Figure 3-1 Cli Level Hierarchy

    Commands at the login level, shown in Figure 3-2, do not affect current configuration settings and are not displayed initially. If you type <?>, you will see the login sub-commands. These commands provide diagnostic and status information only. EDS1100/2100 Command Reference...
  • Page 13: Figure 3-2 Login Level Commands

    <host> <count> <timeout> show show eds2100 show history trace route <host> > To configure the EDS1100/2100, you must be in the enable level and any of its sub-levels. Figure shows the enable level commands. Figure 3-3 Enable Level Commands >enable (enable)#?
  • Page 14: 4: Configuration Using Xml

    The name attribute identifies a group, item, or value. It is always a quoted string.  The instance attribute identifies the specific option, like the serial port number. The “instance”  attribute is always a quoted string. EDS1100/2100 Command Reference...
  • Page 15: Quick Tour Of Xml Syntax

     name listed in the Web Manager XCR groups or with the “xcr list” CLI command. See the EDS1100/2100 User Guide for more information about the Web Manager XCR groups. An empty or missing <value> element in each present <configgroup> clears the ...
  • Page 16: Record, Group, Item, And Value Tags

    </configitem> </configgroup> </configrecord> Figure 4-4 XML Example of Multiple Named Values <?xml version=”1.0” standalone=”yes”?> <configgroup name = “ssh server” <configitem name = “host rsa keys”> <value name = “public key”></value> <value name = “private key”></value> </configitem> </configgroup> EDS1100/2100 Command Reference...
  • Page 17: Importing And Exporting An Xml Configuration File

    Filesystem—XCRs can be saved to the device server file system and imported or accessed as  needed. See Best Practices or the Filesystem Browser section in the EDS1100/2100 User Guide. CLI—XCRs can be imported (captured) or exported (dumped) directly to a Telnet, SSH, or ...
  • Page 18: Best Practices

    In both cases the device server filesystem is not accessed. The file eds_x100.xcr is not read from or written to the file system. See FTP in the EDS1100/2100 User Guide. TFTP—TFTP supports XCR importing. Due to limited security capabilities of TFTP, the option ...
  • Page 19: Exporting

    However, if you send an XCR to one or more devices that are password protected, you can include the appropriate passwords in the XCR and skip the login steps. EDS1100/2100 Command Reference...
  • Page 20: Xml Configuration Groups

    </configgroup> XML Configuration Groups Table 4-8 lists the EDS1100/2100 XCR groups in alphabetical order. This table indicates the various group items, as well as some possible value names and options. Note: Any instance of &#60 in the table may be read as “less than” and any instance of &#62 may be read as “greater than”.
  • Page 21 Read only. number firmware Read only. version diagnostics output disable, filesystem, Default: disable line <number> max length Default: 50 Kbytes severity level debug, information, Default: debug notice, warning, error EDS1100/2100 Command Reference...
  • Page 22 Default: enable admin Default: admin username admin Value is SECRET, password hidden from user view. host name (Attribute of protocol telnet, ssh Default: telnet “instance” is either a username number.) remote address remote port Default: 0 EDS1100/2100 Command Reference...
  • Page 23 Default: 40960 logging enable, disable Default: enable state max log Default: 50 entries log format Default: %h %t "%r" %s %B "%{Referer}i" "%{User-Agent}i" authenticati Default: 30 on timeout minutes icmp state enable, disable Default: enable EDS1100/2100 Command Reference...
  • Page 24 Accepts in IP address in dotted notation, like 192.168.1.1. secondary &#60;None&#62;), Accepts in IP address in dotted notation, like 192.168.1.1. Default: 1500 bytes ip time to Default: 64 hops live multicast Default: 1 hops time to live EDS1100/2100 Command Reference...
  • Page 25 Deletes a specific IP filter entry. net mask Deletes a specific IP filter entry. filter entry ip address If configured, is a specific IP address. net mask If configured, is a specific net mask. EDS1100/2100 Command Reference...
  • Page 26 Default: enable (Attribute of binary enable, disable Default: disable “instance” is enable, disable Default: disable a number.) enable, disable Default: disable formfeed enable, disable Default: disable convert enable, disable Default: disable newline soj text eoj text queue name EDS1100/2100 Command Reference...
  • Page 27 Default: 1800 seconds managelinx device.dna.system.network.iface.name network device.dna.system.network.iface.ipaddr interface device.dna.system.network.iface.vip.po Default: 0 device.viproute.target.name modbus tcp server enable, disable Default: disable state additional &#60;None&#62;, Default: <None> port response Default: 3000 timeout milliseconds trace input enable, disable Default: disable EDS1100/2100 Command Reference...
  • Page 28 Default: disable persist enable, disable Default: disable max entries Default: 100 serial mode command echo serial mode string (Attribute of serial string “instance” is a number.) signon message wait time smtp relay address relay port Default: 25 EDS1100/2100 Command Reference...
  • Page 29 Default: private system contact system Default: <Default> name system Default: <Default> description system location traps state enable, disable Default: enable primary destination secondary destination state enable, disable Default: enable port Default: 22 Default: 3 sessions EDS1100/2100 Command Reference...
  • Page 30 (Attribute of public dsa key “instance” is required for authorized user name) EDS1100/2100 Command Reference...
  • Page 31 Default: enable ack limit Number of packets received before an ACK is forced. Default: 3 packets send data standard, Default: standard expedited telnet state enable, disable Default: enable port Default: 23 Default: 3 sessions EDS1100/2100 Command Reference...
  • Page 32 Default: 500 duration milliseconds echo enable, disable Default: enable tftp server state enable, disable Default: enable allow file enable, disable Default: disable creation allow enable, disable Default: disable firmware update allow xcr enable, disable Default: disable import EDS1100/2100 Command Reference...
  • Page 33 Default: disable block serial enable, disable Default: disable block enable, disable Default: disable network password password Value is SECRET, hidden from user view. prompt enable, disable Default: disable email &#60;None&#62;, Default: <None> connect email &#60;None&#62;, Default: <None> disconnect EDS1100/2100 Command Reference...
  • Page 34 Default: sequential simultaneous reconnect Default: 15000 time milliseconds flush serial enable, disable Default: disable block serial enable, disable Default: disable block enable, disable Default: disable network email &#60;None&#62;, Default: <None> connect email &#60;None&#62;, Default: <None> disconnect EDS1100/2100 Command Reference...
  • Page 35 Default: 1000 “instance” is milliseconds a number.) threshold Default: 512 bytes send Accepts a control character character, for example, &#60;control&#62; A represents control-A Default: <control>M trailing Accepts a control character character, for example, &#60;control&#62; A represents control-A EDS1100/2100 Command Reference...
  • Page 36 Deletes existing authenticati http authentication on uris uris before importing new ones. http name Deletes the authenticati specified http on uri authentication uri. delete reboot enable, disable Reboots after importing. EDS1100/2100 Command Reference...
  • Page 37: Xml Status Record Groups And Items

    #, protocol stack. device product info product type serial number firmware version uptime permanent config saved unsaved EDS1100/2100 Command Reference...
  • Page 38 (Attribute of entry time “instance” is a number from 1 to 4.) ethernet driver buffer headers total (Within group “buffer free pool”.) used max used cluster pool cluster size total free used max used EDS1100/2100 Command Reference...
  • Page 39 EDS1100/2100 Command Reference...
  • Page 40 (Attribute of generic status no link “instance” is “eth0”.) link up disabled unknown errors (error text) none EDS1100/2100 Command Reference...
  • Page 41 EDS1100/2100 Command Reference...
  • Page 42 EDS1100/2100 Command Reference...
  • Page 43 EDS1100/2100 Command Reference...
  • Page 44 EDS1100/2100 Command Reference...
  • Page 45 (Attribute of cpu % “instance” is a number.) stack used stack size thread name protocol stack (within buffer headers total group “buffer pool”) free used max used cluster pool cluster size total free used max used EDS1100/2100 Command Reference...
  • Page 46 “instance” is the ssh remote ip address session number.) remote port duration telnet (Attribute of local port “instance” is the telnet remote ip address session number.) remote port duration state active waiting disabled totals uptime bytes in bytes out EDS1100/2100 Command Reference...
  • Page 47 EDS1100/2100 Command Reference...
  • Page 48 (within echo commands enable group “tunnel”) disable verbose response enable disable response type text numeric error unknown disable commands enable incoming connection disabled automatic manual in unknown ports in datagrams in errors out datagrams EDS1100/2100 Command Reference...
  • Page 49 (instance is a number.) bytes lines elements errors EDS1100/2100 Command Reference...
  • Page 50: 5: Commands And Levels

    (config-smtp)  snmp (config-snmp)  traps (config-snmp-traps)  syslog (config-syslog)  tcp (config-tcp)  terminal 1 (config-terminal:1)  terminal 2 (config-terminal:2)  terminal network (config-terminal:network)  tftp (config-tftp)  udp (config-udp)  vip (config-vip)  device (device) EDS1100/2100 Command Reference...
  • Page 51 4 (tunnel-connect-host:2:4)  host 5 (tunnel-connect-host:2:5)  host 6 (tunnel-connect-host:2:6)  host 7 (tunnel-connect-host:2:7)  host 8 (tunnel-connect-host:2:8)  host 9 (tunnel-connect-host:2:9)  host 10 (tunnel-connect-host:2:10)  host 11 (tunnel-connect-host:2:11)  host 12 (tunnel-connect-host:2:12)  host 13 (tunnel-connect-host:2:13) EDS1100/2100 Command Reference...
  • Page 52: Table 5-1 Commands And Levels

    (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). EDS1100/2100 Command Reference...
  • Page 53 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. show status Displays tunnel accept status. start character <control> Sets the accept mode start character. EDS1100/2100 Command Reference...
  • Page 54 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. default accept mode Restores the default accept mode as "always". default protocol Restores the default protocol as "TCP". EDS1100/2100 Command Reference...
  • Page 55 Sets the accept mode start character. The character may be input as text, control, decimal, or hex. A control character has the form <control>C. A decimal value character has the form \99. A hex value character has the form 0xFF. EDS1100/2100 Command Reference...
  • Page 56 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. EDS1100/2100 Command Reference...
  • Page 57 Changes to the command level for IP configuration and status. ip filter Enters the config-filter level. kill ssh <session> Kills SSH session with index from "show sessions" kill telnet <session> Kills Telnet session with index from "show sessions" EDS1100/2100 Command Reference...
  • Page 58 Restores the default connect mode as "disable". default host mode Connects to the first host in the list that accepts the connection. default local port Uses a random port number as the local port for establishing tunneling EDS1100/2100 Command Reference...
  • Page 59 The character may be input as text, control, decimal, or hex. A control character has the form <control>C. A decimal value character has the form \99. A hex value character has the form 0xFF. write Stores the current configuration in permanent memory. EDS1100/2100 Command Reference...
  • Page 60 Enables forwarding of the connect start character into the network. flush start character enable Disables forwarding of the connect start character into the network. host <instance> Enters the next lower level. EDS1100/2100 Command Reference...
  • Page 61 Displays information about the various buffer pools. show codefile memory Displays memory utilization by code files. show delta memory Displays differences in memory utilization by code files or line reference. show eds2100 Show system information EDS1100/2100 Command Reference...
  • Page 62 <milliseconds> Disconnects when no data has been received on the line (serial port) for the specified length of time. <milliseconds> = timeout in milliseconds. write Stores the current configuration in permanent memory. disconnect (tunnel-disconnect:1) level commands EDS1100/2100 Command Reference...
  • Page 63 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. EDS1100/2100 Command Reference...
  • Page 64 <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 2 (email:2) level commands auto show statistics Continuously displays email statistics. EDS1100/2100 Command Reference...
  • Page 65 Sets the port used by the SMTP server. <number> = port used for SMTP on the server side. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. show log Displays the email log. EDS1100/2100 Command Reference...
  • Page 66 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 EDS1100/2100 Command Reference...
  • Page 67 Sets a domain name that will be used when connecting to an SMTP server to send an email alert instead of the device’s domain name in EHLO. <text> = domain name to override the current domain name in EDS1100/2100 Command Reference...
  • Page 68 <line> = number of the line (serial port) to be configured. Enters the lpd level. no clear interfaces counters Unzeros interface session counters ping <host> Ping destination continuously with 5 second timeout ping <host> <count> Ping destination n times with 5 second timeout EDS1100/2100 Command Reference...
  • Page 69 Show all files and directories in the current directory ls <directory> Show all files and directories in the specified directory mkdir <directory> Create a directory mv <source file> <destination file> Move a file on the file system Print working directory EDS1100/2100 Command Reference...
  • Page 70 <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. EDS1100/2100 Command Reference...
  • Page 71 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. EDS1100/2100 Command Reference...
  • Page 72 <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. EDS1100/2100 Command Reference...
  • Page 73 Sets the IP address of the remote host to connect to when this host is selected on the login connect menu. <text> = IP address. remote port <number> Sets the remote port used to connect to the host. <number> = port to be used. show Displays the current configuration. EDS1100/2100 Command Reference...
  • Page 74 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. EDS1100/2100 Command Reference...
  • Page 75 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. EDS1100/2100 Command Reference...
  • Page 76 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. EDS1100/2100 Command Reference...
  • Page 77 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. EDS1100/2100 Command Reference...
  • Page 78 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 Clears the screen. EDS1100/2100 Command Reference...
  • Page 79 Clears the screen. default protocol Restores the default value of the protocol (Telnet). default remote port Sets the remote port (used to connect to the host) to the default value, which depends on the selected protocol. EDS1100/2100 Command Reference...
  • Page 80 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. EDS1100/2100 Command Reference...
  • Page 81 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. EDS1100/2100 Command Reference...
  • Page 82 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. EDS1100/2100 Command Reference...
  • Page 83 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. EDS1100/2100 Command Reference...
  • Page 84 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> = IP address or host name of the remote host. EDS1100/2100 Command Reference...
  • Page 85 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 EDS1100/2100 Command Reference...
  • Page 86 Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. aes decrypt key text <text> Sets the connect tunnel AES decrypt key with up to 16 bytes. EDS1100/2100 Command Reference...
  • Page 87 <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. EDS1100/2100 Command Reference...
  • Page 88 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. EDS1100/2100 Command Reference...
  • Page 89 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. EDS1100/2100 Command Reference...
  • Page 90 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. EDS1100/2100 Command Reference...
  • Page 91 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. EDS1100/2100 Command Reference...
  • Page 92 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. EDS1100/2100 Command Reference...
  • Page 93 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. EDS1100/2100 Command Reference...
  • Page 94 Clears the screen. 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. EDS1100/2100 Command Reference...
  • Page 95 Sets the remote port (used to connect to the host) to the default value, which depends on the selected protocol. exit Exits to the configuration level. host <number> Change to config host level name <text> Sets the name of the host. <text> = name of the host. EDS1100/2100 Command Reference...
  • Page 96 Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no port Removes the remote port used to establish tunnel connections. no ssh username Removes the SSH user name. EDS1100/2100 Command Reference...
  • Page 97 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. EDS1100/2100 Command Reference...
  • Page 98 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 2 (config-host:2) level commands clrscrn Clears the screen. EDS1100/2100 Command Reference...
  • Page 99 Note that quotes must enclose the value if it contains spaces. auto show statistics show connection statistics clrscrn Clears the screen. default protocol Restores the default protocol as "TCP". default tcp keep alive Restores the default 45 second connect mode TCP keep alive EDS1100/2100 Command Reference...
  • Page 100 Each byte is represented by two adjacent hex digits. Bytes may run together or be separated by optional punctuation: 123ABC "12 3A BC" 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. EDS1100/2100 Command Reference...
  • Page 101 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. <milliseconds> = timer value, in milliseconds. EDS1100/2100 Command Reference...
  • Page 102 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 punctuation: EDS1100/2100 Command Reference...
  • Page 103 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> Sets the VIP name. EDS1100/2100 Command Reference...
  • Page 104 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 EDS1100/2100 Command Reference...
  • Page 105 <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. EDS1100/2100 Command Reference...
  • Page 106 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. EDS1100/2100 Command Reference...
  • Page 107 <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. EDS1100/2100 Command Reference...
  • Page 108 Sets the IP address of the remote host to connect to when this host is selected on the login connect menu. <text> = IP address. remote port <number> Sets the remote port used to connect to the host. <number> = port to be used. show Displays the current configuration. EDS1100/2100 Command Reference...
  • Page 109 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. EDS1100/2100 Command Reference...
  • Page 110 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. EDS1100/2100 Command Reference...
  • Page 111 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. EDS1100/2100 Command Reference...
  • Page 112 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. EDS1100/2100 Command Reference...
  • Page 113 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 Clears the screen. EDS1100/2100 Command Reference...
  • Page 114 Clears the screen. default protocol Restores the default value of the protocol (Telnet). default remote port Sets the remote port (used to connect to the host) to the default value, which depends on the selected protocol. EDS1100/2100 Command Reference...
  • Page 115 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. EDS1100/2100 Command Reference...
  • Page 116 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. EDS1100/2100 Command Reference...
  • Page 117 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. EDS1100/2100 Command Reference...
  • Page 118 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. EDS1100/2100 Command Reference...
  • Page 119 Sets the VIP name. write Stores the current configuration in permanent memory. host 9 (tunnel-connect-host:1:9) level commands address <text> Sets the remote host to establish tunneling connections with. <text> = IP address or host name of the remote host. EDS1100/2100 Command Reference...
  • Page 120 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 EDS1100/2100 Command Reference...
  • Page 121 <uri> basic Sets an HTTP server authentication directive to the Basic Access Authentication scheme. <uri> = URI of the server. auth type <uri> digest Sets an HTTP server authentication directive to the Digest Access Authentication scheme. EDS1100/2100 Command Reference...
  • Page 122 %a remote ip address (could be a proxy) %b bytes sent excluding headers %B bytes sent excluding headers (0 = '-') %h remote host (same as %a) %{h}i header contents from request (h = header string) %m request method EDS1100/2100 Command Reference...
  • Page 123 Stores the current configuration in permanent memory. icmp (config-icmp) level commands auto show statistics Continuously shows ICMP statistics clear counters Zeros counters clrscrn Clears the screen. exit Exits to the configuration level. no clear counters Unzeros IP counters show Displays the current configuration. EDS1100/2100 Command Reference...
  • Page 124 Sets the IP address of the secondary DNS server. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. show status Show interface status write Stores the current configuration in permanent memory. ip (config-ip) level commands EDS1100/2100 Command Reference...
  • Page 125 <string> Sets a string that can be entered at boot time to enter command mode. <string> = text. command mode serial string binary Sets a binary string that can be entered at boot time to enter EDS1100/2100 Command Reference...
  • Page 126 Restores the serial counters to the aggregate values. no command mode Disables command mode for the current line. no command mode serial string Prevents the user-defined serial boot string from being used to EDS1100/2100 Command Reference...
  • Page 127 Sets the xoff character for use with software flow control on this line. The character may be input as text, control, decimal, or hex. A control character has the form <control>C. A decimal value character has the form \99. A hex value character has the form 0xFF. EDS1100/2100 Command Reference...
  • Page 128 Restores the default of no flow control. default interface Restores the default interface type to this line. default parity Restores the default of no parity. default protocol Restores the default protocol on the line. EDS1100/2100 Command Reference...
  • Page 129 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 EDS1100/2100 Command Reference...
  • Page 130 Sets the speed of the Ethernet link to 10 Mbps. speed 100 Sets the speed of the Ethernet link to 100 Mbps. speed auto Sets the speed of the Ethernet link to auto-negotiate. write Stores the current configuration in permanent memory. log (config-diagnostics-log) level commands EDS1100/2100 Command Reference...
  • Page 131 Redirects serial output from the line to this CLI session. clrscrn Clears the screen. convert newline disable Disables converting single new line and carriage return characters DOS-style line endings. convert newline enable Enables converting single new line and carriage return characters EDS1100/2100 Command Reference...
  • Page 132 Sets the start-of-job text. <text> = ascii string that will be sent to the printer at the beginning each print job. terminal <line> Enters the configure-terminal level. <line> = number of the terminal line (serial port) to be configured. EDS1100/2100 Command Reference...
  • Page 133 <line> = number of the line (serial port) to be configured. lpd <line> Enters the configure lpd level. <line> = number of the line (lpd serial port) to be configured. no eoj text Removes the end-of-job string. EDS1100/2100 Command Reference...
  • Page 134 Displays the last 20 commands entered during the current CLI session. show statistics Displays statistics. tcp server state disable Disables the Modbus TCP Server. tcp server state enable Enables the Modbus TCP Server. write Stores the current configuration in permanent memory. modem (tunnel-modem:2) level commands EDS1100/2100 Command Reference...
  • Page 135 Does not echo modem commands. echo commands enable Echoes modem commands. echo pluses disable Does not echo the +++ characters when entering modem command mode. echo pluses enable Echoes the +++ characters when entering modem command EDS1100/2100 Command Reference...
  • Page 136 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. EDS1100/2100 Command Reference...
  • Page 137 A hex value character has the form 0xFF. write Stores the current configuration in permanent memory. password (tunnel-accept-password:2) level commands clrscrn Clears the screen. exit Exits to the next higher level. no password Removes the password so connections will be accepted EDS1100/2100 Command Reference...
  • Page 138 Enters the line level. <line> = number of the line (serial port) to be configured. local ip <ip address/cidr> Sets the Local IP address and network mask. Formats accepted: 192.168.1.1 (default mask) 192.168.1.1/24 (CIDR) "192.168.1.1 255.255.255.0" (explicit mask) EDS1100/2100 Command Reference...
  • Page 139 Removes the peer IP address. no username Removes the PPP authentication username. password <text> Sets the password for PPP authentication. peer ip <ip address> Sets the IP Address assigned to the peer when requested during EDS1100/2100 Command Reference...
  • Page 140 Restores the default number of RSS feed entries. exit Exits to the configuration level. feed disable Disables RSS feed. feed enable Enables RSS feed. max entries <number> Sets the maximum number of RSS feed entries. EDS1100/2100 Command Reference...
  • Page 141 Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. write Stores the current configuration in permanent memory. server (ssh-server) level commands authorized user <username> Sets authorized username, password, and optionally RSA and/or EDS1100/2100 Command Reference...
  • Page 142 Clears the SNMP read/write community. exit Returns to the config level. no system contact Clears the SNMP system contact. no system location Clears the SNMP system location. read community <text> Sets the SNMP read-only community string. EDS1100/2100 Command Reference...
  • Page 143 Displays the last 20 commands entered during the current CLI session. show statistics Displays the SSH server statistics. state disable Disables the SSH Server. state enable Enables the SSH Server. write Stores the current configuration in permanent memory. ssl (ssl) level commands EDS1100/2100 Command Reference...
  • Page 144 Log only Notice and more severe events. severity log level warning Log only Warning and more severe events. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. EDS1100/2100 Command Reference...
  • Page 145 <number> Could not find VarID 315 in file http/config/varid_help.mtxt no clear counters Restores the Telnet counters to the aggregate values. port <number> Sets the local port that the Telnet server uses. <number> = local port number. EDS1100/2100 Command Reference...
  • Page 146 A hex value character has the form 0xFF. show Displays the current configuration. show history Displays the last 20 commands entered during the current CLI session. terminal <line> Enters the configure-terminal level. <line> = number of the terminal line (serial port) to be configured. EDS1100/2100 Command Reference...
  • Page 147 Displays the last 20 commands entered during the current CLI session. terminal <line> Enters the configure-terminal level. <line> = number of the terminal line (serial port) to be configured. terminal network Enters the configure-terminal level for the network. terminal type <text> Sets the terminal type. EDS1100/2100 Command Reference...
  • Page 148 Enters the configure-terminal level for the network. terminal type <text> Sets the terminal type. tunnel <line> Enters the tunnel level. <line> = number of the tunnel line (serial port) to be configured. write Stores the current configuration in permanent memory. EDS1100/2100 Command Reference...
  • Page 149 Zeros all tunnel counters 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. EDS1100/2100 Command Reference...
  • Page 150 <line> Enters the tunnel level. <line> = number of the tunnel line (serial port) to be configured. write Stores the current configuration in permanent memory. udp (config-udp) level commands auto show statistics Continuously shows UDP statistics EDS1100/2100 Command Reference...
  • Page 151 Save XML configuration to a file xcr export <file> <group list> Save specified XML configuration to a local file xcr import <file> Load XML configuration from a local file xcr import <file> <group list> Load specified XML configuration from a local file EDS1100/2100 Command Reference...
  • Page 152 Dump specified XML Status Records to the console xsr export <file> Save XML Status Record to a file xsr export <file> <group list> Save specified XML Status Record to a local file xsr list List XML Status Record groups to the console EDS1100/2100 Command Reference...

This manual is also suitable for:

Eds2100

Table of Contents