XPort Pro Command Reference

Size: px
Start display at page:

Download "XPort Pro Command Reference"

Transcription

1 XPort Pro Command Reference Part Number Revision A September 2009

2 Copyright & Trademark 2009, 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. Ethernet is a trademark of XEROX Corporation. UNIX is a registered trademark of The Open Group. Windows 95, Windows 98, Windows 2000, and Windows NT are trademarks of Microsoft Corp. Netscape is a trademark of Netscape Communications Corporation. Contacts Lantronix Corporate Headquarters Barranca Parkway Irvine, CA 92618, USA Phone: Fax: Technical Support Online: Sales Offices For a current list of our domestic and international sales offices go to the Lantronix web site at Revision History Date Rev. Comments September 2009 A Initial Document For the latest revision of this product document, please check our online documentation at XPort Pro Command Reference 2

3 Contents Copyright & Trademark... 2 Contacts... 2 Revision History : Introduction 6 2: Configuration Using Telnet or a Serial Port 7 Configuration Using Telnet... 7 Configuration Using a Serial Port... 7 Serial Command Mode 7 Serial Recovery 7 Navigating the Command Line Interface... 8 Keyboard Shortcut Commands : Summary of CLI Commands 13 Command Hierarchy Command Index accept Level Commands arp Level Commands chem Level Commands cli Level Commands configure Level Commands Connect Level Commands cp output Level Commands cpm Level Commands device Level Commands disconnect Level Commands Level Commands filesystem Level Commands ftp Level Commands host <number> Level Commands http Level Commands icmp Level Commands XPort Pro Command Reference 3

4 Contents if <instance> Interface Commands ip Level Commands ip filter Level Commands line <line> Level Commands ethernet link Level Commands login (root) Level Commands lpd Level Commands lpd <line> Level Commands modem Level Commands packing Level Commands password Level Commands ppp Level Commands query port Level Commands rss Level Commands serial Level Commands snmp Level Commands ssh Level Commands ssl Level Commands syslog Level Commands tcp Level Commands terminal Level Commands tftp Level Commands tunnel <line> Level Commands udp Level Commands vip Level Commands : Configuration Using XML 64 XML Configuration Record Document Type Definition (DTD) Attributes 65 Record, Group, Item, and Value Tags Importing and Exporting an XML Configuration File Best Practices Importing and Exporting Partial Configurations 68 Including Passwords in the XML File 70 Special XCR Items 70 XML Configuration Groups XML Status Groups and Items XPort Pro Command Reference 4

5 Contents Index 99 XPort Pro Command Reference 5

6 1: Introduction Evolution OS, the Lantronix cutting edge operating system, supports three convenient configuration methods (Web, command line, and XML). This Command Reference describes how to configure Lantronix device servers running on Evolution using Command-Line and XML interfaces. Command Line Interface (CLI): Making the edge-to-enterprise vision a reality, Evolution OS uses industry-standard tools for configuration, communication, and control. For example, the Evolution OS uses a command line interface (CLI) whose syntax is very similar to that used by data center equipment such as routers and hubs. This Command Reference provides information about navigating the CLI interface and lists the CLI commands for configuring, monitoring, and controlling the device server. XML-based Architecture and Device Control: XML is a fundamental building block for the future growth of Machine-to-Machine (M2M) networks. Evolution supports XML-based configuration records that make configuring the device server easy for users and administrators. The XML is easily editable with a standard text editor or an XML editor. Chapter 4 provides a brief overview of the XML interface, contains rules on basic XML syntax, provides a guide to the interface with specific tags, and provides a guide to using XML configuration records. XPort Pro Command Reference 6

7 2: Configuration Using Telnet or a Serial Port As an alternative to using the Web Manager, you can configure the Lantronix Evolution device server using a series of commands through the Command Line Interface (CLI). You can access the CLI through a Telnet session, an SSH session, or a direct connection to a serial port. This command reference describes how to use the CLI and provides a detailed list of all the CLI commands supported. Configuration Using Telnet To configure the device server using a Telnet session over the network, you must first establish a Telnet connection. Note: As an alternative, you may establish a Telnet connection by clicking the Telnet Configuration tab in DeviceInstaller. See the product User Guide for more information. 1. From the Windows Start menu, click Run. The Run dialog box appears. 2. In the Run dialog box, type the following command, where x.x.x.x is the IP address: telnet x.x.x.x A prompt appears. Note: Depending on the level of security you have configured, a password may be required. Configuration Using a Serial Port Serial Command Mode The serial port can be configured to operate in command mode permanently or to be triggered under specified conditions. See the line <line> Level command description for more information. Serial Recovery In this mode, the normal boot process is interrupted, allowing recovery from unknown or incorrect configuration settings. While the backdoor is active, the CLI prompt is changed to >> (instead of > ) and the Web Manager is inaccessible. These serve as an important indication that the device XPort Pro Command Reference 7

8 2: Configuration Using Telnet or a Serial Port boot processes has been temporarily halted. To complete the boot process, terminate the serial CLI session (with the exit command), 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. 1. Power off the device. 2. Press and hold down the exclamation point (!) key. 3. Power on the device. 4. When an exclamation point appears on the terminal or PC screen, type xyz within 5 seconds to display the CLI prompt. Navigating the Command Line Interface The CLI is organized into a hierarchy of levels. When you start a command line session, you are in the login level. Commands at the login level of the CLI do not affect current configuration settings. These commands provide diagnostic and status information only. To configure the device server running on Evolution, you must be in the level or any of its sub-levels. The level structure is depicted in the following figure: XPort Pro Command Reference 8

9 2: Configuration Using Telnet or a Serial Port Figure 2-1. CLI Command Hierarchy XPort Pro Command Reference 9

10 2: Configuration Using Telnet or a Serial Port To move to a different level: For example: Enter the name of that level from within its parent level. > ()#tunnel 2 Note: Some levels require a number to indicate one of several level instances. In the example, the number 2 indicates configuring the settings for tunneling on serial port 2. To exit and return to one level higher: Type exit and press the Enter key. Note: Typing exit at the login level or the level will close the CLI session. If Command Mode is configured for always-on operation, a new session will immediately be restarted. To view the current configuration at any level: Type show To view the list of commands available at the current level: At the command prompt, type the question mark?. The list of current commands appears. (There is no need to press Enter.) Note: Items within < > (e.g. <string>) are required parameters. To view the available commands and their explanations: At the command prompt, type and press Enter. * To view the list of commands available for a partial command: At the command prompt, type the partial command followed by the question mark?. (There is no need to press Enter.) For example: <tunnel-1>#echo? displays a list of all echo commands at the tunnel level. XPort Pro Command Reference 10

11 2: Configuration Using Telnet or a Serial Port To view available commands and their explanations for a partial command: At the prompt, type the partial command followed by and press Enter. * For example: <tunnel-1>#echo* displays a list of all echo commands and descriptions at the tunnel level. To view the last 20 commands entered at the CLI: Type show history and press the Enter key. XPort Pro Command Reference 11

12 2: Configuration Using Telnet or a Serial Port Keyboard Shortcut Commands Typing enough characters to uniquely identify a command is a shortcut for that command. Tab completion: Typing some characters then typing <tab> will display the first command that begins with those characters. Typing <tab> again will display the next command that begins with the original characters typed. While the command is displayed, you may press <enter> to execute the command or you may backspace to edit any parameters. The following key combinations are allowed when configuring the device server from the command line interface (CLI): Ctrl + a: place cursor at the beginning of line Ctrl + b: backspace one character Ctrl + d: delete one character Ctrl + e: place cursor at the end of the line Ctrl + f: move cursor forward one character Ctrl + k: delete from the current position to the end of the line Ctrl + l: redraw the command line Ctrl + n: display the next line in the history Ctrl + p: display the previous line in the history Ctrl + u: delete entire line and place cursor at start of prompt Ctrl + w: delete one word back Ctrl + z: a shortcut for the exit command Esc + b: move cursor back one word Esc + f: move cursor forward one word XPort Pro Command Reference 12

13 Command Hierarchy The hierarchy of commands is shown in Figure 2-1. CLI Command Hierarchy on page 9. Command Index The command levels are indexed in alphabetical order below. Click on a page number to see the details of a command. Command Level Page accept 14 arp 16 chem 17 cli 19 configure 19 connect 21 cpm 23 cp output 23 device 25 disconnect ethernet link 42 filesystem 30 ftp 31 host 32 http 33 icmp 35 if 36 ip 38 ip filter 38 line 39 Command Level Page login (root) 43 lpd 43 modem 46 packing 48 password 49 ppp 51 query port 52 rss 53 security 53 serial 53 ssh 55 ssl 57 snmp 54 syslog 57 tcp 59 terminal 59 tftp 61 tunnel 62 udp 63 vip 63 XPort Pro Command Reference 13

14 accept Level Commands Command Path: >tunnel #>accept Level Prompt: tunnel-accept:# Where # is the line number. The following commands are available in the accept level. accept level commands accept mode always accept mode any character accept mode accept mode modem control asserted accept mode modem emulation accept mode start character aes decrypt key <hexadecimal> aes decrypt key text <text> aes encrypt key <hexadecimal> aes encrypt key text <text> block network block network block serial Enables the tunneling server to always accept tunneling connections. Enables the tunneling server to accept tunneling connections only when a character is received through the corresponding line (serial port) Disables accept mode tunneling. Enables the tunneling server to accept tunneling connections when the modem control pin is asserted. Enables modem emulation for accept mode tunneling. Enables accept mode tunneling when the configured start character is received on the line. Sets the accept 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 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. Sets the accept 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. 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 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. 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. Forwards (tunnels) network data in accept mode tunneling. Discards all data coming in from the accept mode tunnel before forwarding it to the serial interface (generally used for debugging). Forwards (tunnels) serial data in accept mode tunneling. XPort Pro Command Reference 14

15 accept level commands block serial clrscrn cp output default accept mode default protocol default start character default tcp keep alive connect <number> disconnect <number> exit flush serial flush serial flush start character flush start character kill connection local port <number> no aes decrypt key no aes encrypt key no connect no disconnect no local port Discards all data coming in from the serial interface before forwarding it to the accept mode tunnel (generally used for debugging). Clears the screen. Enters the next lower level. Restores the default accept mode as "always". Restores the default protocol as "TCP". Defaults the accept mode start character. Restores the default 45 second accept mode TCP keep alive timeout. Sets an profile to use to send an alert upon establishing an accept mode tunnel. <number> = the number of the profile to use. Sets an profile to use to send an alert upon closing an accept mode tunnel. <number> = the number of the profile to use. Returns to the tunnel level. Characters already in the serial data buffer are retained upon establishing an accept mode tunneling connection. Flushes the serial data buffer upon establishing an accept mode tunneling connection. Enables forwarding of the accept start character into the network. Disables forwarding of the accept start character into the network. Disconnects the active accept mode tunneling connection. Sets the port to use for accept mode tunneling. <number> = number of the port to use. Removes the accept tunnel AES decrypt key. Removes the accept tunnel AES encrypt key. Discontinues sending alerts upon establishing an accept mode tunnel. Discontinues sending alerts upon closing an accept mode tunnel. Uses the default port number as the local port for accept mode tunneling. The default port is #, where # is the line number for this tunnel. XPort Pro Command Reference 15

16 accept level commands no tcp keep alive password protocol ssh protocol ssl protocol tcp protocol tcp aes protocol telnet show show history show status start character <control> tcp keep alive <milliseconds> write Disables the accept mode TCP keep alive timeout. Enters the next lower level. Uses SSH protocol for accept mode tunneling. Uses SSL protocol for accept mode tunneling. Uses TCP protocol for accept mode tunneling. Uses TCP protocol with AES encryption for accept mode tunneling. Uses Telnet protocol (with IAC) for accept mode tunneling. Displays the current configuration. Displays the last 20 commands entered during the current CLI session. Displays tunnel accept status. 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. Enables TCP keep alive for accept mode tunneling and sets the timer. <milliseconds> = timer value, in milliseconds. Stores the current configuration in permanent memory. arp Level Commands Command Path: >config>arp Level Prompt: config-arp The following commands are available in the ARP level. arp level commands add <ip address> <MAC address> clrscrn default timeout exit remove <ip address> Adds an entry to the ARP table, mapping an IP address to a MAC address. <ip address> = IP address to be mapped. <mac address> = MAC address in colon-separated form. Clears the screen. Restores the default ARP cache timeout. Exits to the configuration level. Removes an entry from the ARP cache. <ip address> = address of the entry being removed. XPort Pro Command Reference 16

17 show show cache show history timeout <seconds> write Displays the current configuration. Displays the ARP cache table. Displays the last 20 commands entered during the current CLI session. Sets the ARP cache timeout. <seconds> = ARP cache timeout in seconds. Stores the current configuration in permanent memory. chem Level Commands This level allows you to change configuration settings. Command Path: >chem # Level Prompt: chem:# Where # is an number, 1-4. The following commands are available in the chem level for up to four configurable s. chem level commands auto show statistics cc < addresses> chem <number> clear log clear mail counters clrscrn exit file <file> from < address> local port <number> no cc no clear mail counters Continuously displays statistics. Sets Cc addresses for alerts. < addresses> = a semicolon-separated list of addresses within quotation marks (For example, name1; name2 ) Enters the configure level. Clears all entries from the mail log. Sets the counters to zero. Clears the screen. Exits to the level. Specifies a text file, the contents of which will be the message body of an alert. <file> = the name of a local file. Sets the From address for alerts. < address> = address to list in the From field of the alert. Sets local port used to send alerts. <number> local port to use for alerts. Removes the Cc addresses for alerts. Restores the counters to the aggregate values. XPort Pro Command Reference 17

18 chem level commands no file no from no overriding domain no replyto no subject no to no trigger overriding domain <domain> Removes the file name, so the message body will be empty. Removes From address for alerts. Removes the overriding domain name option. Removes Reply-To address for alerts. Removes subject used for alerts. Removes To address for alerts. Disables the trigger to send an . Sets a domain name that will be used when connecting to an SMTP server to send an alert instead of the device s domain name in EHLO. <domain> = domain name to override the current domain name in EHLO. priority high Sets X-Priority for alerts to 2. priority low Sets X-Priority for alerts to 4. priority normal Sets X-Priority for alerts to 3. priority urgent Sets X-Priority for alerts to 1. priority very low Sets X-Priority for alerts to 5. replyto < address> send server port <number> show show history show log show statistics subject <string> to < addresses> trigger <cp group> <value> Sets Reply-To address for alerts. < address> = address to list in the Reply-To field of the alert. Sends an using the current settings. Sets the port used by the SMTP server. <number> = port used for SMTP on the server side. Displays settings. Displays the last 20 commands entered during the current CLI session. Displays the log. Displays statistics. Sets the subject for alerts. <string> = text to placed as the subject. Sets address to which the alerts will be sent. < addresses> = a quoted, semi-colon separated list of addresses. Specify a CP group and its value that shall trigger an . <cp group> = configurable pin group. <value> = numeric value to watch for from the CP group. Can be specified as hex if prepended with 0x. XPort Pro Command Reference 18

19 chem level commands write Stores the current configuration in permanent memory. cli Level Commands Command Path: >config>cli Level Prompt: cli The following commands are available in the cli level. cli level commands clrscrn default inactivity timeout default quit connect line level password <text> exit inactivity timeout <minutes> login password <text> no level password no inactivity timeout no login password quit connect line <control> show show history ssh telnet write Clears the screen. The default inactivity timeout will apply to CLI sessions. Restores the default string used to quit the "connect line <line>" command. Sets the -level password. Exits to the configuration level. Sets the inactivity timeout for all CLI sessions. Sets the CLI login password. Removes the -level password. No inactivity timeout will apply to CLI sessions. Removes the CLI login password. Sets the string used to quit the "connect line <line>" command. The characters may be input as text or control. A control character has the form <control>c. Displays the current configuration. Displays the last 20 commands entered during the current CLI session. Change to menu level for SSH configuration and status. Change to menu level for Telnet configuration and status. Stores the current configuration in permanent memory. configure Level Commands Command Path: >config Level Prompt: config XPort Pro Command Reference 19

20 The following commands are available in the configure level. configure level commands arp clear host <host> cli clrscrn exit ftp host <number> http icmp if <instance> ip ip filter kill ssh <session> kill telnet <session> lpd <line> query port rss show show history snmp syslog tcp terminal <line> terminal network tftp udp vip Changes to the command level for ARP configuration and status. Removes an entry from the DNS Cache Change to menu level for CLI configuration and status Clears the screen. Exits to the level. Enters the ftp level. Change to config host level Enters the http level. Changes to the command level for ICMP configuration and status. Changes to the interface configuration level. Changes to the command level for IP configuration and status. Enters the config-filter level. Kills SSH session with index from show sessions Kills Telnet session with index from show sessions Enters the configure lpd level. <line> = number of the line (lpd serial port) to be configured. Enters the query port level. Change to menu level for RSS configuration and status Displays system information. Displays the last 20 commands entered during the current CLI session. Enters the snmp level. Enters the syslog level. Changes to the command level for TCP configuration and status. Enters the configure-terminal level. <line> = number of the terminal line (serial port) to be configured. Enters the configure-terminal level for the network. Enters the tftp level. Changes to the command level for UDP configuration and status. Change to menu level for VIP configuration and status. XPort Pro Command Reference 20

21 configure level commands write Stores the current configuration in permanent memory. Connect Level Commands Command Path: >tunnel #>connect Level Prompt: connect Where # is the line number. The following commands are available in the connect level. connect Level Commands block network block network block serial block serial clrscrn connect mode always connect mode any character connect mode connect mode modem control asserted connect mode modem emulation connect mode start character cp output default connect mode default host mode default local port Forwards (tunnels) network data in connect mode tunneling. Discards all data coming in from the connect mode tunnel before forwarding it to the serial interface (generally used for debugging). Forwards (tunnels) serial data in connect mode tunneling. Discards all data coming in from the serial interface before forwarding it to the connect mode tunnel (generally used for debugging). Clears the screen. Enables the tunneling server to always establish tunneling connections. Enables the tunneling server to establish a tunneling connection when a character is received on the corresponding line (serial port). Disables connect mode tunneling. Enables the tunneling server to make tunneling connections when the modem control pin is asserted. Enables modem emulation for connect mode tunneling. Enables connect mode tunneling when the configured start character is received on the line. Enters the next lower level. Restores the default connect mode as "". Connects to the first host in the list that accepts the connection. Uses a random port number as the local port for establishing tunneling connections to other devices. XPort Pro Command Reference 21

22 connect Level Commands default reconnect time default start character connect <number> disconnect <number> exit flush serial flush serial flush start character flush start character host <instance> host mode sequential host mode simultaneous kill connection local port <number> no connect no disconnect promote host <number> reconnect time <milliseconds> show Restores the default reconnect time value for connect mode tunneling. Defaults the connect mode start character. Sets an profile to use to send an alert upon establishing a connect mode tunnel. <number> = the number of the profile to use. Sets an profile to use to send an alert upon closing a connect mode tunnel. <number> = the number of the profile to use. Returns to the tunnel level. Characters already in the serial data buffer are retained upon establishing a connect mode tunneling connection. Flushes the serial data buffer upon establishing a connect mode tunneling connection. Enables forwarding of the connect start character into the network. Disables forwarding of the connect start character into the network. Enters the next lower level. Specify the instance for the next lower level. Connects to the first host in the list that accepts the connection. Selects simultaneous connections to all hosts on the host list. Disconnects the active connect mode tunneling connection. Sets a specific port for use as the local port. <number> = the number of the port to use. Discontinues sending alerts upon establishing a connect mode tunnel. Discontinues sending alerts upon closing a connect mode tunnel. Promotes the identified host, exchanging it place with the host above it, to adjust the order of the defined hosts. Sets the reconnect time value for tunneling connections established by the device in milliseconds. <milliseconds> = timeout in milliseconds. Displays tunnel connect settings. XPort Pro Command Reference 22

23 connect Level Commands show history show status start character <control> write Displays the last 20 commands entered during the current CLI session. Displays tunnel connect status. 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. Stores the current configuration in permanent memory. cp output Level Commands Command Path: >tunnel #>accept>cp output Or >tunnel #>connect>cp output Level Prompt: cp_output The following commands are available in the cp output level. cp output level commands clrscrn connection value <number> default connection value default disconnection value disconnection value <number> exit group <text> no group Clears the screen. Sets the value to output to the CP Group upon connect mode connection. <number> = binary to output (typically 1 or 0). Restores the default value for accept/connect mode connection. Restores the default value for accept/connect mode disconnection. Sets the value to output to the CP Group upon connect mode disconnection. <number> = binary to output (typically 1 or 0). Exits to the next higher level. Configures the CP Group to set upon making or breaking an accept mode connection. <text> = CP Group. Removes the CP Set Group for accept mode. XPort Pro Command Reference 23

24 cp output level commands show show history write Shows the current configuration. Displays the last 20 commands entered during the current CLI session. Stores the current configuration in permanent memory. cpm Level Commands Command Path: >cpm Level Prompt: cpm The following commands are available in the configurable pin level. cpm level commands add <cp> to <group> add <cp> to <group> <bit> clrscrn create <group> delete <cp> from <group> delete <group> <group> <group> Adds the specified CP to the specified group. <cp> = configurable pin. <group> = the name of the group to which you want to add the CP. Adds a specified CP to a specified group at a specified bit position. <cp> = configurable pin. <group> = the name of the group to which you want to add the CP. <bit> = bit position. Clears the screen. Creates a configurable pin (CP) group. <group> = the name for the new group. Removes a CP from a specified group and sets the CP to its default configuration of input. <cp> = configurable pin. <group> = the name of the group. Removes a group and resets all CPs in that group to the default configuration of input. <group> = the name of the group. Disables the specified group. <group> = the name of the group. Enables a d group. <group> = the name of the group. XPort Pro Command Reference 24

25 cpm level commands exit get <group> set <cp> as input set <cp> as input assert low set <cp> as output set <cp> as output assert low set <group> <value> show <group> show cp show groups show history write Exits to the level. Displays the value of the specified group. <group> = the name of the group. Configures a CP as an asserted high input. <cp> = configurable pin. Configures a CP as an asserted low input. <cp> = configurable pin. Configures a CP as an asserted high output. <cp> = configurable pin. Configures a CP as an asserted low output. <cp> = configurable pin. Assigns a value to the specified group. <group> = the name of the group. <value> = numeric value to assign to the CP group. Can be specified as hex if prepended with 0x. Displays group information for specified group. <group> = the name of the group. Displays configuration and group information for all CPs. Displays all groups defined and their state. Displays the last 20 commands entered during the current CLI session. Stores the current configuration in permanent memory. device Level Commands Command Path: >device Level Prompt: device The following commands are available in the device level. device level commands auto show tlog auto show upload clrscrn default long name default short name dhrystone Continuously displays the internal trouble log. Continuously displays the status of firmware upload. Clears the screen. Restores the default product long name. Restores the default product short name. Runs the Dhrystone benchmark program. XPort Pro Command Reference 25

26 device level commands exit long name <name> short name <name> show show buffer pool show codefile memory show delta memory show hardware information show history show linereference memory <code filename> show memory show task memory show task state show tlog show upload show xport_pro write Exit to the level. Sets the product long name, displayed in command mode and the Web interface. Sets the product short name, displayed in command mode and the Web interface. <name> = maximum of eight characters. Show system information Displays information about the various buffer pools. Displays memory utilization by code files. Displays differences in memory utilization by code files or line reference. Displays information about the hardware. Displays the last 20 commands entered during the current CLI session. Displays memory utilization by line reference for one code file. Displays current memory usage information. Displays task memory utilization. Displays current task states. Displays the internal trouble log. Displays the status of firmware upload. Show system information Stores the current configuration in permanent memory. disconnect Level Commands Command Path: >tunnel #>disconnect Level Prompt: disconnect Where # is the line number. The following commands are available in the disconnect level. disconnect level commands clrscrn exit flush serial flush serial Clears the screen. Returns to the tunnel level. Does not flush serial data upon closing a tunneling connection. Flushes serial data buffer when a tunneling connection is XPort Pro Command Reference 26

27 flush stop character flush stop character closed. Forwards the stop character from the Line to the network. Prevents the stop character from the Line from being forwarded to the network. modem control Does not watch the modem control pin to disconnect. modem control no stop character no timeout show show history stop character <control> timeout <milliseconds> write Watches the modem control pin and disconnects if it is not asserted. Removes the stop character. Disables disconnect after timeout feature for tunneling sessions. Displays the current configuration. Displays the last 20 commands entered during the current CLI session. 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. A hex value character has the form 0xFF. Disconnects when no data has been received on the line (serial port) for the specified length of time. <milliseconds> = timeout in milliseconds. Stores the current configuration in permanent memory. Level Commands Command Path: root> Level Prompt: The following commands are available in the level. level commands auto show interfaces auto show processes auto show xsr chem <number> clear interfaces counters clear query port counters clear xsr counters clrscrn Show interface statistics Continuously show thread runtime information Show XML Status Record counters Enters the configure level. Zeros interface session counters Zeros Query Port counters Zeros XML Status Record counters Clears the screen. XPort Pro Command Reference 27

28 level commands configure connect connect line <line> cpm device exit filesystem kill line <line> kill ssh <session> kill telnet <session> line <line> lpd no clear interfaces counters no clear query port counters no clear xsr counters nslookup nslookup <host> ping <host> ping <host> <count> Enters the configuration level. Show name and number for lines Begin session on serial port Enters the CP Manager level. Enters the device level. Exits the level. Exit from the system Enters the filesystem level. Kills command mode session on the Line Kills SSH session with index from show sessions Kills Telnet session with index from show sessions Enters the line level. <line> = number of the line (serial port) to be configured. Enters the lpd level. Unzeros interface session counters Unzeros Query Port counters Unzeros XML Status Record counters Lookup host information for the given host name Return host information for the given host name Ping destination 5 times with 5 second timeout Ping destination n times with 5 second timeout ping <host> <count> <timeout> Ping destination n times with x timeout (in seconds) ppp <line> reload reload factory defaults secret xcr dump secret xcr dump <group list> secret xcr export <file> secret xcr export <file> <group list> show show history show hosts Enters the serial line PPP level. Reboot system Reload factory defaults to permanent storage Dump XML configuration containing secrets to the console Dump specified XML configuration containing secrets to the console Save XML configuration containing secrets to a file Save specified XML configuration containing secrets to a local file Show system information Displays the last 20 commands entered during the current CLI session. Show domain settings XPort Pro Command Reference 28

29 level commands show interfaces show ip sockets show processes show sessions show xport_pro show xsr ssh ssh <optclientusername> <host> ssh <optclientusername> <host> <port> ssl telnet <host> telnet <host> <port> trace route <host> tunnel <line> write xcr dump xcr dump <group list> xcr export <file> xcr export <file> <group list> xcr import <file> xcr import <file> <group list> xcr list xsr dump xsr dump <group list> xsr export <file> xsr export <file> <group list> xsr list Show interface statistics Show UDP/TCP state information Show thread runtime information Show active Telnet and SSH Sessions Show system information Show XML Status Record counters Enters the SSH configuration level. Begin SSH session on network <host>. The optclientusername must match an SSH Client: Users configuration entry. Use "" in optclientusername to prompt for host username and password. Begin SSH session on network <host>:<port>. The optclientusername must match an SSH Client: Users configuration entry. Use "" in optclientusername to prompt for host username and password. Enters the SSL configuration level. Begin session on network <host> Begin session on network <host>:<port> Trace route to destination Enters the tunnel level. <line> = number of the tunnel line (serial port) to be configured. Stores the current configuration in permanent memory. Dump XML configuration to the console Dump specified XML configuration to the console Save XML configuration to a file Save specified XML configuration to a local file Load XML configuration from a local file Load specified XML configuration from a local file List XML Configuration Record groups to the console Dump XML Status Records to the console Dump specified XML Status Records to the console Save XML Status Record to a file Save specified XML Status Record to a local file List XML Status Record groups to the console XPort Pro Command Reference 29

30 filesystem Level Commands Command Path: >filesystem Level Prompt: filesystem The following commands are available in the filesystem level. This level allows for the management of files in the XPort Pro. filesystem level commands cat <file> cd <directory> clrscrn compact cp <source file> <destination file> dump <file> exit format ls ls <directory> mkdir <directory> mv <source file> <destination file> pwd rm <file> rmdir <directory> show show history show tree tftp get ascii <source file> <destination file> <host> tftp get ascii <source file> <destination file> <host> <port> tftp get binary <source file> <destination file> <host> tftp get binary <source file> <destination file> <host> <port> Show the contents of a file Change the current directory to the specified directory Clears the screen. Compact the file system, freeing all dirty space Copy an existing file Show contents of a file as a hex dump Exits to the level. Format the file system and lose all data Show all files and directories in the current directory Show all files and directories in the specified directory Create a directory Move a file on the file system Print working directory Remove a file Remove a directory Show file system statistics Displays the last 20 commands entered during the current CLI session. Show all files and directories from current directory Get an ASCII file using TFTP Get an ASCII file using TFTP Get a binary file using TFTP Get a binary file using TFTP XPort Pro Command Reference 30

31 filesystem level commands tftp put ascii <source file> <destination file> <host> tftp put ascii <source file> <destination file> <host> <port> tftp put binary <source file> <destination file> <host> tftp put binary <source file> <destination file> <host> <port> touch <file> Put an ASCII file using TFTP Put an ASCII file using TFTP Put a binary file using TFTP Put a binary file using TFTP Create a file ftp Level Commands Command Path: >config>ftp Level Prompt: config-ftp The following commands are available in the ftp level. ftp level commands admin password <text> admin username <text> clear counters clrscrn default admin username exit no admin password no clear counters show show history show statistics state state write Sets the administrative password for the FTP server. <text> = administrative password. Sets the administrative username for the FTP server. <text> = administrative username. It also removes the administrative password. Zeros FTP counters. Clears the screen. Resets the FTP username to the default (admin). Returns to the config level. Removes the FTP administrative password. Unzeros FTP counters. Displays the FTP settings and statistics. Displays the last 20 commands entered during the current CLI session. Displays the FTP statistics. Disables the FTP server. Enables the FTP server. Stores the current configuration in permanent memory. XPort Pro Command Reference 31

32 host <number> Level Commands Command Path: >config>host # Level Prompt: config-host:# Where # is the host number, 1 or 2. The following commands are available in the host level. host level commands clrscrn default protocol default remote port exit host <number> name <text> no name no remote address no ssh username protocol ssh protocol telnet remote address <text> remote port <number> show show history ssh username <text> write Clears the screen. Restores the default value of the protocol (Telnet). Sets the remote port (used to connect to the host) to the default value, which depends on the selected protocol. Exits to the configuration level. Change to config host level Sets the name of the host. <text> = name of the host. Clears the name of the host. Clears the remote address of the host. Clears the SSH username associated with the host. Sets the protocol to SSH. Sets the protocol to Telnet. Sets the IP address of the remote host to connect to when this host is selected on the login connect menu. <text> = IP address. Sets the remote port used to connect to the host. <number> = port to be used. Displays the current configuration. Displays the last 20 commands entered during the current CLI session. Sets the username for logging into the host via SSH. <text> = username. Stores the current configuration in permanent memory. XPort Pro Command Reference 32

33 http Level Commands Command Path: >config>http Level Prompt: config-http The following commands are available in the http level. http level commands auth <uri> <realm> auth type <uri> basic auth type <uri> digest auth type <uri> none auth type <uri> ssl auth type <uri> sslbasic auth type <uri> ssldigest auth user <uri> <user> <password> clear counters clear log Creates a new HTTP server authentication directive. <uri> = URI of the server. <realm> = domain of the server. Sets an HTTP server authentication directive to the Basic Access Authentication scheme. <uri> = URI of the server. Sets an HTTP server authentication directive to the Digest Access Authentication scheme. <uri> = URI of the server. Sets the authentication type for an HTTP server authentication directive to none. <uri> = URI of the server. Sets the authentication type for an HTTP server authentication directive to SSL. <uri> = URI of the server. Sets the authentication type for an HTTP server authentication directive to SSL-Basic. <uri> = URI of the server. Sets the authentication type for an HTTP server authentication directive to SSL-Digest. <uri> = URI of the server. Creates or modifies a user for an HTTP server authentication directive. <uri> = URI of the server. <user> = username. <password> = password associated with the username. Sets the HTTP counters to zero. Clears the HTTP server log. XPort Pro Command Reference 33

34 http level commands clrscrn default log format default log max entries default max bytes default max timeout default port default ssl port delete auth <uri> delete auth user <uri> <user> exit log log log format <string> max bytes <bytes> max timeout <seconds> Clears the screen. Restores the HTTP Server log format string to its default value. Restores the default maximum number of HTTP Server log entries. Resets the default maximum bytes the HTTP Server will accept when receiving a request. Resets the default maximum time the HTTP Server will wait when receiving a request. Resets the HTTP Server port to its default value. Resets the HTTP Server SSL port to its default value. Deletes an existing HTTP Server authentication directive. <uri> = URI of the server. Deletes an existing user for an HTTP Server authentication directive. <uri> = URI of the server. <user> = username. Returns to the config level. Disables HTTP server logging. Enables HTTP server logging. Sets the log format string for the HTTP server, using the following directives: %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 %p ephemeral local port value used for request %q query string (prepend with '?' or empty '-') %t timestamp HH:MM:SS (same as Apache '%(%H:%M:%S)t') %u remote user (could be bogus for 401 status) %U URL path info %r first line of request (same as '%m %U%q <version>') %s return status Sets the maximum number of bytes the HTTP server accepts when receiving a request. Sets the maximum timeout the HTTP server waits when receiving a request. XPort Pro Command Reference 34

35 http level commands no clear counters port <number> server server show show auth show history show log show statistics ssl port <number> ssl3 ssl3 tls1.0 tls1.0 tls1.1 tls1.1 write <seconds> = maximum timeout value. Restores the HTTP counters to the aggregate values. Sets the port number the HTTP server will use. <number> = port number. Disables the HTTP server. Enables the HTTP server. Displays the HTTP server settings. Displays the HTTP server authentication settings. Displays the last 20 commands entered during the current CLI session. Displays the HTTP server log. Displays the HTTP statistics. Sets the port number the HTTP server will use over SSL. <number> = port number. Disables SSLv3 handling. Enables SSLv3 handling. Disables TLSv1.0 handling. Enables TLSv1.0 handling. Disables TLSv1.1 handling. Enables TLSv1.1 handling. Stores the current configuration in permanent memory. icmp Level Commands Command Path: >config>icmp Level Prompt: config-icmp The following commands are available in the icmp level. icmp level commands auto show stats clear counters clrscrn exit no clear counters Continuously shows ICMP statistics Zeros counters Clears the screen. Exits to the configuration level. Unzeros IP counters XPort Pro Command Reference 35

36 icmp level commands show show history show stats state state write Displays the current configuration. Displays the last 20 commands entered during the current CLI session. Shows ICMP statistics Prevents ICMP packets from being sent or received. Allows ICMP packets to be sent and received. Stores the current configuration in permanent memory. if <instance> Interface Commands Command Path: >configure>if # Or >configure>if eth0 Level Prompt: config-if:eth0 Where # is the interface number, 1 for eth0. The following commands are available in the if level. if level commands bootp bootp clear host <string> clrscrn default gateway <ip address> dhcp client id binary <binary> dhcp client id set <text> dhcp dhcp dhcp renew domain <text> Disables BOOTP. Enables BOOTP. Removes an entry from the DNS Cache Clears the screen. Sets the configurable gateway IP address to the default value. Sets the client id allowing binary characters. Within [] use binary decimal up to 255 or hex up to 0xFF. Sets the client id in text format. Disables DHCP. Enables DHCP. Force DHCP to renew Sets the domain name. XPort Pro Command Reference 36

37 if level commands exit hostname <text> ip address <ip address/cidr> link no default gateway no dhcp client id no domain no hostname no ip address no primary dns no secondary dns primary dns <ip address> secondary dns <ip address> show show history show status write <text> = name of the domain. Exits to the config level. Sets the host name. <text> = name of the host. Sets the IP address and network mask. Formats accepted: (default mask) /24 (CIDR) " " (explicit mask) Enter link configuration level Clears the default gateway. Clears the DHCP client ID. Clears the domain name. Clears the host name. Clears the IP address. Clears the name of the primary DNS server. Clears the name of the secondary DNS server. Sets the IP address of the primary DNS server. Sets the IP address of the secondary DNS server. Displays the current configuration. Displays the last 20 commands entered during the current CLI session. Show interface status Stores the current configuration in permanent memory. XPort Pro Command Reference 37

38 ip Level Commands Command Path: >config>ip Level Prompt: config-ip The following commands are available at the ip level. ip level commands auto show stats clear counters clrscrn default multicast time to live exit multicast time to live <hops> no clear counters show show history show stats write Continuously shows IP statistics Zeros counters Clears the screen. Restores the default IP multicast time to live, which is one hop. Exits to the configuration level. Sets the IP multicast time to live. <hops> = number of hops that a multicast IP packet is allowed to live. Unzeros IP counters Displays the current configuration. Displays the last 20 commands entered during the current CLI session. Shows IP statistics Stores the current configuration in permanent memory. ip filter Level Commands Command Path: >config>ip filter Level Prompt: config-filter The following commands are available at the ip filter level. ip filter level commands add <ip address> <subnet mask> clrscrn exit remove <ip address> <subnet mask> show show history Adds an entry to the IP filter table. Clears the screen. Returns to the config level. Removes an entry from the IP filter table. Displays the IP filter table. Displays the last 20 commands entered during the current XPort Pro Command Reference 38

XPress-I/O Device Server Command Reference

XPress-I/O Device Server Command Reference XPress-I/O Device Server Command Reference Part Number 900-464 Revision B July 2007 Copyright & Trademark Contacts 2006, 2007, Lantronix. All rights reserved. No part of the contents of this book may be

More information

XPort AR Command Reference

XPort AR Command Reference XPort AR Command Reference Part Number 900-471 Revision D December 2010 Copyright and Trademark 2010 Lantronix. All rights reserved. No part of the contents of this book may be transmitted or reproduced

More information

IntelliBox -I/O 2100 Command Reference

IntelliBox -I/O 2100 Command Reference IntelliBox -I/O 2100 Command Reference Part Number 900-475 Revision B March 2012 Copyright and Trademark 2012 Lantronix. All rights reserved. No part of the contents of this book may be transmitted or

More information

MatchPort b/g Pro Embedded Device Server Command Reference

MatchPort b/g Pro Embedded Device Server Command Reference MatchPort b/g Pro Embedded Device Server Command Reference Part Number 900-534 Revision D May 2013 Copyright and Trademark 2013 Lantronix, Inc. All rights reserved. No part of the contents of this book

More information

XPort Direct+ Embedded Serial-to-Ethernet Device Server User Guide

XPort Direct+ Embedded Serial-to-Ethernet Device Server User Guide XPort Direct+ Embedded Serial-to-Ethernet Device Server User Guide Part Number 900-523 Revision D December 2017 Intellectual Property 2017 Lantronix, Inc. All rights reserved. No part of the contents of

More information

UDS1100 User Guide Part Number Revision D August 2008

UDS1100 User Guide Part Number Revision D August 2008 UDS1100 User Guide Part Number 900-417 Revision D August 2008 Copyright & Trademark Contacts 2006, 2007, 2008 Lantronix. All rights reserved. No part of the contents of this book may be transmitted or

More information

MatchPort AR Embedded Device Server User Guide

MatchPort AR Embedded Device Server User Guide MatchPort AR Embedded Device Server User Guide Part Number 900-480 Revision E October 2013 Intellectual Property Warranty Contacts Disclaimer 2013 Lantronix, Inc. All rights reserved. No part of the contents

More information

EDS1100/2100 User Guide

EDS1100/2100 User Guide EDS1100/2100 User Guide Part Number 900-567 Revision A March 2010 Copyright and Trademark 2010 Lantronix. All rights reserved. No part of the contents of this book may be transmitted or reproduced in any

More information

XPort Device Server User Guide

XPort Device Server User Guide XPort Device Server User Guide Part Number 900-270 Revision R January 2018 Intellectual Property 2018 Lantronix. All rights reserved. No part of the contents of this book may be transmitted or reproduced

More information

Using the Command Line Interface

Using the Command Line Interface CHAPTER 2 Using the Command Line Interface 2.1 Commonly Used Commands This section documents the Cisco Broadband Operating System (CBOS) commands and command arguments that manage the Cisco 67x. CBOS runs

More information

GSS Administration and Troubleshooting

GSS Administration and Troubleshooting CHAPTER 9 GSS Administration and Troubleshooting This chapter covers the procedures necessary to properly manage and maintain your GSSM and GSS devices, including login security, software upgrades, GSSM

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

UDS2100 Device Server User Guide

UDS2100 Device Server User Guide UDS2100 Device Server User Guide Part Number 900-448 Revision G December 2017 Intellectual Property Warranty Contacts 2017 Lantronix. All rights reserved. No part of the contents of this book may be transmitted

More information

xpico 110 Wired Device Server Module User Guide

xpico 110 Wired Device Server Module User Guide xpico 110 Wired Device Server Module User Guide Part Number 900-783-R Revision B December 2017 Intellectual Property 2017 Lantronix. All rights reserved. No part of the contents of this publication may

More information

Appendix A Command Index A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Appendix A Command Index A B C D E F G H I J K L M N O P Q R S T U V W X Y Z The command index includes all the commands in the Comware Command Manual, which are arranged alphabetically. A B C D E F G H I J K L M N O P Q R S T U V W X Y Z A access-limit accounting accounting optional

More information

User Manual AMETEK Electronic Systems Protection, Inc. / Technical Support: / espei.com / UM-Remote-Portal-Rev-D

User Manual AMETEK Electronic Systems Protection, Inc. / Technical Support: / espei.com / UM-Remote-Portal-Rev-D RP-IP RP-IP-GNS User Manual 2016 AMETEK Electronic Systems Protection, Inc. / Technical Support: 1-800-645-9721 / espei.com / UM-Remote-Portal-Rev-D 2016 AMETEK Electronic Systems Protection / Technical

More information

Management Software AT-S79. User s Guide. For use with the AT-GS950/16 and AT-GS950/24 Smart Switches. Version Rev.

Management Software AT-S79. User s Guide. For use with the AT-GS950/16 and AT-GS950/24 Smart Switches. Version Rev. Management Software AT-S79 User s Guide For use with the AT-GS950/16 and AT-GS950/24 Smart Switches Version 1.0.0 613-000207 Rev. A Copyright 2005 Allied Telesyn, Inc. All rights reserved. No part of this

More information

xsenso 2100 User Guide

xsenso 2100 User Guide xsenso 2100 User Guide Part Number 900-629-R Revision A July 2012 Copyright & Trademark Warranty Contacts Disclaimer 2012 Lantronix, Inc. All rights reserved. No part of the contents of this book may be

More information

UDS1100 Device Server User Guide

UDS1100 Device Server User Guide UDS1100 Device Server User Guide Part Number 900-417 Revision H December 2017 Intellectual Property Warranty Contacts 2017 Lantronix. All rights reserved. No part of the contents of this book may be transmitted

More information

RELEASE NOTES: Web OS Great America Parkway Santa Clara, CA Phone Nortel

RELEASE NOTES: Web OS Great America Parkway Santa Clara, CA Phone Nortel RELEASE NOTES: TM Web OS 10.0 Part Number: 4655 Great America Parkway Santa Clara, CA 95054 Phone 1-800-4Nortel www.nortelnetworks.com Copyright 2003 Nortel Networks, Inc., 4655 Great America Parkway,

More information

MRD-310 MRD G Cellular Modem / Router Web configuration reference guide. Web configuration reference guide

MRD-310 MRD G Cellular Modem / Router Web configuration reference guide. Web configuration reference guide Web configuration reference guide 6623-3201 MRD-310 MRD-330 Westermo Teleindustri AB 2008 3G Cellular Modem / Router Web configuration reference guide www.westermo.com Table of Contents 1 Basic Configuration...

More information

Command Manual Network Protocol. Table of Contents

Command Manual Network Protocol. Table of Contents Table of Contents Table of Contents Chapter 1 IP Address Configuration Commands... 1-1 1.1 IP Address Configuration Commands... 1-1 1.1.1 display ip host... 1-1 1.1.2 display ip interface... 1-1 1.1.3

More information

Using Cisco IOS XE Software

Using Cisco IOS XE Software This chapter describes the basics of using the Cisco IOS XE software and includes the following section: Accessing the CLI Using a Router Console, on page 1 Accessing the CLI Using a Router Console Before

More information

UIP1869V User Interface Guide

UIP1869V User Interface Guide UIP1869V User Interface Guide (Firmware version 0.1.8 and later) Table of Contents Opening the UIP1869V's Configuration Utility... 3 Connecting to Your Broadband Modem... 5 Setting up with DHCP... 5 Updating

More information

1. Which OSI layers offers reliable, connection-oriented data communication services?

1. Which OSI layers offers reliable, connection-oriented data communication services? CCNA 1 Practice Final Exam Answers v4.0 100% 1. Which OSI layers offers reliable, connection-oriented data communication services? application presentation session transport network 2. Refer to the exhibit.

More information

Cisco WAAS Software Command Summary

Cisco WAAS Software Command Summary 2 CHAPTER This chapter summarizes the Cisco WAAS 4.0.7 software commands. lists the WAAS commands (alphabetically) and indicates the command mode for each command. The commands used to access modes are

More information

PremierWave TM EN User Guide

PremierWave TM EN User Guide PremierWave TM EN User Guide Part Number 900-579 Revision C July 2011 Copyright & Trademark Warranty Contacts Disclaimer 2011 Lantronix. All rights reserved. No part of the contents of this book may be

More information

RX3041. User's Manual

RX3041. User's Manual RX3041 User's Manual Table of Contents 1 Introduction... 2 1.1 Features and Benefits... 3 1.2 Package Contents... 3 1.3 Finding Your Way Around... 4 1.4 System Requirements... 6 1.5 Installation Instruction...

More information

User Manual Electronic Systems Protection, Inc. / Technical Support: / espei.com

User Manual Electronic Systems Protection, Inc. / Technical Support: / espei.com RP-IP RP-IP-GNS User Manual 2014 Electronic Systems Protection, Inc. / Technical Support: 1-800-645-9721 / espei.com 2014 Electronic Systems Protection, Inc. / Technical Support: 1-800-645-9721 / espei.com

More information

HT801/HT802 Firmware Release Notes IMPORTANT UPGRADING NOTE

HT801/HT802 Firmware Release Notes IMPORTANT UPGRADING NOTE HT801/HT802 Firmware Release Notes IMPORTANT UPGRADING NOTE Once HT801/HT802 is upgraded to 1.0.3.2 or above, downgrading to 1.0.2.x firmware version or lower is not supported. Once HT801/HT802 is upgraded

More information

Management Software AT-S70. User s Guide. CONVERTEON Media Converter Products. Version Rev. B

Management Software AT-S70. User s Guide. CONVERTEON Media Converter Products. Version Rev. B Management Software AT-S70 User s Guide CONVERTEON Media Converter Products Version 1.1.0 613-50617-00 Rev. B Copyright 2005 Allied Telesyn, Inc. All rights reserved. No part of this publication may be

More information

rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual

rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual rbox610 Series Robust Din-rail Fanless Embedded System Web Configuration and App Software User s Manual Disclaimers This manual has been carefully checked and believed to contain accurate information.

More information

Chapter 3 Command List

Chapter 3 Command List Chapter 3 Command List This chapter lists all the commands in the CLI. The commands are listed in two ways: All commands are listed together in a single alphabetic list. See Complete Command List on page

More information

Configuring IP Addressing

Configuring IP Addressing 8 Configuring IP Addressing Contents Overview..................................................... 8-2.............................................. 8-2 Just Want a Quick Start with IP Addressing?....................

More information

Using Cisco IOS Software

Using Cisco IOS Software APPENDIX A This appendix describes the basics about using the Cisco IOS software that is installed on every Cisco ubr905 and Cisco ubr925 cable access routers: Accessing the Command-Line Interface, page

More information

HT801/HT802 Firmware Release Note IMPORTANT UPGRADING NOTE

HT801/HT802 Firmware Release Note IMPORTANT UPGRADING NOTE HT801/HT802 Firmware Release Note IMPORTANT UPGRADING NOTE Once HT801/HT802 is upgraded to 1.0.3.2 or above, downgrading to 1.0.2.x firmware version or lower is not supported. Once HT801/HT802 is upgraded

More information

Command-Line Interfaces

Command-Line Interfaces CHAPTER 2 This chapter describes the CLIs you use to configure the Catalyst 4500 series switch. This chapter includes the following major sections: Accessing the Switch CLI, page 2-1 Performing Command-Line

More information

Command-Line Interface Command Summary

Command-Line Interface Command Summary CHAPTER 1 Command-Line Interface Command Summary This chapter provides a summary of the command-line interface (CLI) commands included in the Cisco Global Site Selector (GSS) software. The command summary

More information

SecureBox SDS1101/2101 Device Server User Guide

SecureBox SDS1101/2101 Device Server User Guide SecureBox SDS1101/2101 Device Server User Guide Part Number 900-451 Revision E December 2017 Intellectual Property Warranty Contacts Disclaimer 2017 Lantronix. All rights reserved. No part of the contents

More information

CHAPTER 7 ADVANCED ADMINISTRATION PC

CHAPTER 7 ADVANCED ADMINISTRATION PC ii Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband ADSL Router Features... 1 Package Contents... 3 Physical Details... 4 CHAPTER 2 INSTALLATION... 6 Requirements... 6 Procedure... 6 CHAPTER 3 SETUP...

More information

Viewing System Status, page 404. Backing Up and Restoring a Configuration, page 416. Managing Certificates for Authentication, page 418

Viewing System Status, page 404. Backing Up and Restoring a Configuration, page 416. Managing Certificates for Authentication, page 418 This chapter describes how to maintain the configuration and firmware, reboot or reset the security appliance, manage the security license and digital certificates, and configure other features to help

More information

Configuring the Management Interface and Security

Configuring the Management Interface and Security CHAPTER 5 Configuring the Management Interface and Security Revised: February 15, 2011, Introduction This module describes how to configure the physical management interfaces (ports) as well as the various

More information

Table of Contents 1 Commands for Access Controller Switch Interface Board 1-1

Table of Contents 1 Commands for Access Controller Switch Interface Board 1-1 Table of Contents 1 Commands for Access Controller Switch Interface Board 1-1 Commands for Access Controller and Access Controller Switch Interface Board 1-1 acl (user interface view) 1-1 activation-key

More information

Chapter 6 Global CONFIG Commands

Chapter 6 Global CONFIG Commands Chapter 6 Global CONFIG Commands aaa accounting Configures RADIUS or TACACS+ accounting for recording information about user activity and system events. When you configure accounting on an HP device, information

More information

UDS200 User Guide Part Number Revision D December 2007

UDS200 User Guide Part Number Revision D December 2007 UDS200 User Guide Part Number 900-303 Revision D December 2007 Copyright & Trademark Contacts 2004, 2007 Lantronix. All rights reserved. No part of the contents of this book may be transmitted or reproduced

More information

Using the Web-Browser and CLI Interfaces

Using the Web-Browser and CLI Interfaces CHAPTER 2 This chapter describes the web-browser and CLI interfaces that you use to configure the controller. It contains these sections: Using the Web-Browser Interface, page 2-2 Using the CLI, page 2-7

More information

NePort Series User Manual

NePort Series User Manual NePort Series User Manual Conextop Technologies Co., Ltd. All rights reserved I Disclaimer Copyright 2003 Conextop, Inc. All rights reserved. Conextop,NePort,with its patent-pending technology, and nechip

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Adding a New Routing Device to Your Network Modified: 2017-01-17 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All

More information

User Manual. SSV Remote Access Gateway. Web ConfigTool

User Manual. SSV Remote Access Gateway. Web ConfigTool SSV Remote Access Gateway Web ConfigTool User Manual SSV Software Systems GmbH Dünenweg 5 D-30419 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ssv-embedded.de Document Revision:

More information

Chapter 4 Software-Based IP Access Control Lists (ACLs)

Chapter 4 Software-Based IP Access Control Lists (ACLs) Chapter 4 Software-Based IP Access Control Lists (ACLs) This chapter describes software-based ACLs, which are ACLs that processed traffic in software or CPU. (This type of ACL was also referred to as flow-based

More information

HP 5120 SI Switch Series

HP 5120 SI Switch Series HP 5120 SI Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-1813 Software version: Release 1505 Document version: 6W102-20121111 Legal and notice information Copyright

More information

HT812/HT814 Firmware Release Note IMPORTANT UPGRADING NOTE

HT812/HT814 Firmware Release Note IMPORTANT UPGRADING NOTE HT812/HT814 Firmware Release Note IMPORTANT UPGRADING NOTE Once HT812/HT814 is upgraded to 1.0.3.2 or above, downgrading to 1.0.2.x firmware version or lower is not supported. Once HT812/HT814 is upgraded

More information

RG2-1TX Serial to Ethernet Interface. English Version 1.3 User Guide March 2003

RG2-1TX Serial to Ethernet Interface. English Version 1.3 User Guide March 2003 RG2-1TX Serial to Ethernet Interface English Version 1.3 User Guide March 2003 Data, Illustrations, Alterations The data and illustrations found in this document are not binding. We reserve the right to

More information

Assigning the Switch IP Address and Default Gateway

Assigning the Switch IP Address and Default Gateway CHAPTER 4 Assigning the Switch IP Address and Default Gateway This chapter describes how to create the initial switch configuration (for example, assigning the switch IP address and default gateway information)

More information

Link Gateway Initial Configuration Manual

Link Gateway Initial Configuration Manual Link Gateway Initial Configuration Manual Copyright 2016 NetLinkz. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated

More information

UDS1100 Device Server User Guide

UDS1100 Device Server User Guide UDS1100 Device Server User Guide Part Number 900-417 Revision J November 2018 Intellectual Property Warranty Contacts 2017 Lantronix. All rights reserved. No part of the contents of this book may be transmitted

More information

Chapter 2 Using the Command Line Interface

Chapter 2 Using the Command Line Interface Chapter 2 Using the Command Line Interface The CLI is a text-based interface for configuring and monitoring HP Routing Switches. You can access the CLI can through either a direct serial connection to

More information

XPress DR Industrial Device Server User Guide

XPress DR Industrial Device Server User Guide XPress DR Industrial Device Server User Guide Part Number 900-772-R Revision C December 2017 Intellectual Property Warranty Contacts 2017 Lantronix, Inc. All rights reserved. No part of the contents of

More information

Management Software AT-S101. User s Guide. For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch. Version Rev.

Management Software AT-S101. User s Guide. For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch. Version Rev. Management Software AT-S101 User s Guide For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch Version 1.0.0 613-000985 Rev. A Copyright 2008 Allied Telesis, Inc. All rights reserved. No part

More information

IVE Quick Startup Guide - OS 4.0

IVE Quick Startup Guide - OS 4.0 IVE Quick Startup Guide - OS 4.0 Initial Setup Once you receive the IVE device, unpack the IVE and connect it to a PC or Laptop using the console (null modem) cable provided with the IVE. You have to connect

More information

ExtraHop Command-line Reference

ExtraHop Command-line Reference ExtraHop Command-line Reference Published: 2018-12-15 You can manage many administrative tasks on your ExtraHop system through a command-line interface (CLI). You will typically manage your ExtraHop appliance

More information

Embedded Integration Kit User Guide

Embedded Integration Kit User Guide Embedded Integration Kit User Guide Part Number 900-226 Revision G June 2004 Copyright and Trademark 2004, Lantronix. All rights reserved. No part of the contents of this book may be transmitted or reproduced

More information

User and System Administration

User and System Administration CHAPTER 2 This chapter provides information about performing user and system administration tasks and generating diagnostic information for obtaining technical assistance. The top-level Admin window displays

More information

Using the Command-Line Interface

Using the Command-Line Interface CHAPTER 1 The command-line interface (CLI) is a line-oriented user interface that has a set of commands for configuring, managing, and monitoring the CSS. To help you use these commands, this chapter provides

More information

Configuring Switch-Based Authentication

Configuring Switch-Based Authentication CHAPTER 7 This chapter describes how to configure switch-based authentication on the switch. Unless otherwise noted, the term switch refers to a standalone switch and to a switch stack. This chapter consists

More information

SSE232-LE Serial Server- User s Manual

SSE232-LE Serial Server- User s Manual www.exemys.com Rev.6 1 Products are in constant evolution to satisfy our customer needs. For that reason, the specifications and capabilities are subject to change without prior notice. Updated information

More information

WiSpan Quick Start Guide

WiSpan Quick Start Guide Quick Start Guide 2008 Copyright Lantronix is a trademark of Lantronix. All rights reserved. 900-462 Rev. B 06/08 QUICK START CONTENTS What s In the Box..........................................................2

More information

Utilities. Introduction. Working with SCE Platform Files. Working with Directories CHAPTER

Utilities. Introduction. Working with SCE Platform Files. Working with Directories CHAPTER CHAPTER 4 Revised: September 27, 2012, Introduction This chapter describes the following utilities: Working with SCE Platform Files, page 4-1 The User Log, page 4-5 Managing Syslog, page 4-8 Flow Capture,

More information

File Transfers. Contents

File Transfers. Contents A File Transfers Contents Overview.................................................... A-3................................ A-3 General Software Download Rules............................ A-4 Using TFTP

More information

Login management commands

Login management commands Contents Login management commands 1 CLI login configuration commands 1 display telnet client configuration 1 telnet 1 telnet ipv6 2 telnet server enable 3 User interface configuration commands 3 acl (user

More information

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax:

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax: Product: DFL-500 Internet Firewall Index Setup Introduction...2 Set Up Using Web Configurator...3 Setting Up Internal IP Address using CLI...4 Setting UP External IP Address Manually Using CLI...4 How

More information

Getting Started with the VG248

Getting Started with the VG248 CHAPTER 2 Before you can configure the telephony features on the VG248 to interact with the analog phones, you must first configure the basic network, SNMP, and password settings. These settings enable

More information

ezconfig User s Manual

ezconfig User s Manual eztcp Configuration Program ezconfig User s Manual Version 1.2 2009-09-23 Sollae Systems Co., Ltd. http://www.sollae.co.kr Contents Contents... - 1-1 Overview... - 4-1.1 Overview... - 4-1.2 Related Products...

More information

Forescout. Configuration Guide. Version 4.2

Forescout. Configuration Guide. Version 4.2 Forescout Version 4.2 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

IP806GA/GB Wireless ADSL Router

IP806GA/GB Wireless ADSL Router IP806GA/GB Wireless ADSL Router 802.11g/802.11b Wireless Access Point ADSL Modem NAT Router 4-Port Switching Hub User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Wireless ADSL Router Features...

More information

Command Guide of WGSW-28040

Command Guide of WGSW-28040 1 Command Guide of WGSW-28040 Contents Command Guide of WGSW-28040 Chapter 1 COMMAND LINE INTERFACE... 12 1.1 Accessing the CLI... 12 1.2 Command Line Modes... 12 1.3 Cammand Help... 13 1.4 Command Line

More information

Manual. bintec elmeg GmbH. Manual. bintec elmeg Dime Manager. Copyright Version 1.3.8, 2013 bintec elmeg GmbH

Manual. bintec elmeg GmbH. Manual. bintec elmeg Dime Manager. Copyright Version 1.3.8, 2013 bintec elmeg GmbH Manual Manual Copyright Version 1.3.8, 2013 1 Manual Legal Notice Warranty This publication is subject to change. offers no warranty whatsoever for information contained in this manual. is not liable for

More information

EDS8/16/32PR Quick Start Guide

EDS8/16/32PR Quick Start Guide Quick Start Guide 2007 Copyright Lantronix is a trademark of Lantronix. All rights reserved. 900-458 Rev. B 01/07 QUICK START GUIDE CONTENTS What s In the Box..........................................................2

More information

Command-Line Interfaces

Command-Line Interfaces CHAPTER 2 This chapter describes the CLIs you use to configure the Catalyst 4500 series switch. This chapter includes the following major sections: Accessing the Switch CLI, page 2-2 Performing Command-Line

More information

Command-Line Interface Command Summary

Command-Line Interface Command Summary CHAPTER 1 Command-Line Interface Command Summary This chapter provides a summary of the command-line interface (CLI) commands included in the Global Site Selector software. The command summary tables are

More information

Quick Start Guide. 8-Port Value-Line Console Server QS Guide LES1508A

Quick Start Guide. 8-Port Value-Line Console Server QS Guide LES1508A LES1508A 8-Port Value-Line Console Server QS Guide Quick Start Guide This Quick Start Guide helps you through installation, configuration, and local operation. For more details, refer to the user manual

More information

Using the Console System

Using the Console System CHAPTER 2 This chapter describes the console system of the bridge. This system contains all commands necessary to configure and monitor the operation of the bridge. Here s what you ll find in this chapter:

More information

ZyWALL 70. Internet Security Appliance. Quick Start Guide Version 3.62 December 2003

ZyWALL 70. Internet Security Appliance. Quick Start Guide Version 3.62 December 2003 ZyWALL 70 Internet Security Appliance Quick Start Guide Version 3.62 December 2003 Introducing the ZyWALL The ZyWALL 70 is the ideal secure gateway for all data passing between the Internet and the LAN.

More information

HT812/HT814 Firmware Release Notes IMPORTANT UPGRADING NOTE

HT812/HT814 Firmware Release Notes IMPORTANT UPGRADING NOTE HT812/HT814 Firmware Release Notes IMPORTANT UPGRADING NOTE Once HT812/HT814 is upgraded to 1.0.3.2 or above, downgrading to 1.0.2.x firmware version or lower is not supported. Once HT812/HT814 is upgraded

More information

Chapter 11. Configuring and Testing Your Network

Chapter 11. Configuring and Testing Your Network Chapter 11 Configuring and Testing Your Network CCNA1-1 Chapter 11 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario.

More information

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3 Table of Contents 1 V & V4 Appliance Quick Start...1 1.1 Quick Start...1 1.2 Accessing Appliance Menus...1 1. Updating Appliance...1 1.4 Webmin...1 1.5 Setting Hostname IP Address...2 1.6 Starting and

More information

Laboration 2 Troubleshooting Switching and First-Hop Redundancy

Laboration 2 Troubleshooting Switching and First-Hop Redundancy Laboration 2 Troubleshooting Switching and First-Hop Redundancy Topology All contents are Copyright 1992 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1

More information

HT801/HT802 Firmware Release Note IMPORTANT UPGRADING NOTE

HT801/HT802 Firmware Release Note IMPORTANT UPGRADING NOTE HT801/HT802 Firmware Release Note IMPORTANT UPGRADING NOTE Once HT801/HT802 is upgraded to 1.0.5.7 or above, downgrading to 1.0.2.x firmware version or lower is not supported. Once HT801/HT802 is upgraded

More information

DHCP and DDNS Services

DHCP and DDNS Services This chapter describes how to configure the DHCP server or DHCP relay as well as dynamic DNS (DDNS) update methods. About, page 1 Guidelines for, page 3 Configure the DHCP Server, page 4 Configure the

More information

VERTIV. Avocent ACS8xxx Advanced Console System Release Notes VERSION 2.4.2, AUGUST 24, Release Notes Section Outline. 1 Update Instructions

VERTIV. Avocent ACS8xxx Advanced Console System Release Notes VERSION 2.4.2, AUGUST 24, Release Notes Section Outline. 1 Update Instructions VERTIV Avocent ACS8xxx Advanced Console System Release Notes VERSION 2.4.2, AUGUST 24, 2018 Release Notes Section Outline 1 Update Instructions 2 Appliance Firmware Version Information 3 Local Client Requirements

More information

upgrade-mp through xlate-bypass Commands

upgrade-mp through xlate-bypass Commands CHAPTER 33 upgrade-mp To upgrade the maintenance partition software, use the upgrade-mp command. upgrade-mp {http[s]://[user:password@]server[:port]/pathname tftp[://server/pathname]} tftp http[s] server

More information

Remote Access VPN. Remote Access VPN Overview. Licensing Requirements for Remote Access VPN

Remote Access VPN. Remote Access VPN Overview. Licensing Requirements for Remote Access VPN Remote Access virtual private network (VPN) allows individual users to connect to your network from a remote location using a laptop or desktop computer connected to the Internet. This allows mobile workers

More information

Lab 7 Configuring Basic Router Settings with IOS CLI

Lab 7 Configuring Basic Router Settings with IOS CLI Lab 7 Configuring Basic Router Settings with IOS CLI Objectives Part 1: Set Up the Topology and Initialize Devices Cable equipment to match the network topology. Initialize and restart the router and switch.

More information

Broadband Router DC-202. User's Guide

Broadband Router DC-202. User's Guide Broadband Router DC-202 User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband Router Features... 1 Package Contents... 3 Physical Details...3 CHAPTER 2 INSTALLATION... 5 Requirements...

More information

Cisco Prime Network Analysis Module (Cisco Prime NAM) for Nexus 1110 Installation and Configuration Guide

Cisco Prime Network Analysis Module (Cisco Prime NAM) for Nexus 1110 Installation and Configuration Guide Cisco Prime Network Analysis Module (Cisco Prime NAM) for Nexus 1110 Installation and Configuration Guide Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Configuring the Cisco IOS XE DHCP Server

Configuring the Cisco IOS XE DHCP Server Configuring the Cisco IOS XE DHCP Server Last Updated: December 20, 2011 Cisco routers running Cisco IOS XE software include Dynamic Host Configuration Protocol (DHCP) server and relay agent software.

More information

xsenso 2100 Command Reference

xsenso 2100 Command Reference xsenso 2100 Command Reference Part Number 900-630-R Revision A July 2012 Copyright and Trademark Contacts Disclaimer 2012 Lantronix, Inc. All rights reserved. No part of the contents of this book may be

More information

PePWave Mesh Connector User Manual

PePWave Mesh Connector User Manual PePWave Mesh Connector User Manual Document Rev. 1.0 Jun-07 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. Copyright 1999-2007 PePWave Ltd. All Rights Reserved. PePWave and

More information

Wireless a CPE User Manual

Wireless a CPE User Manual NOTICE Changes or modifications to the equipment, which are not approved by the party responsible for compliance, could affect the user's authority to operate the equipment. Company has an on-going policy

More information

Configuring the Access Point/Bridge for the First Time

Configuring the Access Point/Bridge for the First Time CHAPTER 2 Configuring the Access Point/Bridge for the First Time This chapter describes how to configure basic settings on your access point/bridge for the first time. You can configure all the settings

More information