Revision History Date Revision Comments September 2011 Initial Document. Created for the 7.2.0.0 release. April 2015 Updated to firmware release 7.2.0.3. May 2019 Updated to firmware release 8.1.0.3 which includes the addition of the following: Gateway port forwarding, static routes and DHCP server ...
Table of Contents Intellectual Property ________________________________________________________ 2 Contacts _________________________________________________________________ 2 Disclaimer ________________________________________________________________ 2 List of Figures _____________________________________________________________ 5 List of Tables ______________________________________________________________ 6 1: About This Guide Chapter Summaries ________________________________________________________ 7 Conventions ______________________________________________________________ 7 Additional Documentation ____________________________________________________ 8 2: Overview XML Architecture and Device Control ___________________________________________ 9 Command Line Interface _____________________________________________________ 9 3: Command Line Interface...
List of Figures Figure 3-2 CLI Level Hierarchy ______________________________________________________ 13 Figure 3-3 Login Level Commands ___________________________________________________ 13 Figure 3-4 Enable Level Commands__________________________________________________ 14 Figure 4-1 DTD for XCRs __________________________________________________________ 15 Figure 4-2 XML Example __________________________________________________________ 16 Figure 4-3 XML Example __________________________________________________________ 17 Figure 4-4 XML Example of Multiple Named Values _____________________________________ 17 Figure 4-5 XML Example of Multiple Items _____________________________________________ 18 Figure 4-6 XML Example with Multiple Groups__________________________________________ 18...
About This Guide This guide describes how to configure the Lantronix® EDS-MD® wired IoT device gateway using the Command Line Interface (CLI) and/or Extensible Markup Language (XML). CLI provides an interactive mode for accessing the device configuration and management interface. It is most suited for system and network administrators comfortable with using similar interfaces on Enterprise IT and Networking products.
Describes how to configure and use an EDS-MD 4/8/16 wired IoT User Guide device gateway. Com Port Redirector Instructions for using the Lantronix Windows based utility to create Quick Start and Online Help virtual com ports. Lantronix Provisioning Manager Instructions for using Lantronix Provisioning Manager to discover,...
Web Manager, Command Line Interface (CLI) and Extensible Markup Language (XML). For more information about the Web Manager, see the EDS-MD Wired IoT Device Gateway User Guide on the Lantronix website. XML Architecture and Device Control XML is a fundamental building block for Machine-to-Machine (M2M) and Internet of Things (IoT) networks.
To access and configure the wired IoT device gateway by using a Telnet session over the network, you must first establish a Telnet connection. You can also establish a Telnet connection by clicking the Telnet Configuration tab in the Lantronix® DeviceInstaller™ utility. See the DeviceInstaller Online Help for more information, available on our website www.lantronix.com/support/downloads.
3: Command Line Interface Boot to CLI and Device Recovery Serial Recovery mode will temporarily override the line and tunnel settings for the serial line to allow configuration changes to be made. The line and tunnel settings will be restored once the user exits the Serial Recovery mode CLI.
3: Command Line Interface Using Keyboard Shortcuts and CLI One useful shortcut built into the EDS-MD 4/8/16 wired IoT device gateway is that the complete text of a command does not have to be entered to issue a command. Typing just enough characters to uniquely identify a command, then hitting enter, can be used as a short cut for a command.
3: Command Line Interface An overview of the levels in the EDS-MD 4/8/16 wired IoT device gateway is presented in Figure 3- 2 CLI Level Hierarchy below. Figure 3-2 CLI Level Hierarchy Commands at the login level (see Figure 3-3 Login Level Commands below) do not affect current configuration settings and are not displayed initially.
3: Command Line Interface Note: To configure the EDS-MD 4/8/16 wired IoT device gateway, you must be in the enable level and any of its sub-levels. Figure 3-4 below shows the enable level commands. Figure 3-4 Enable Level Commands >enable (enable)#? auto show interfaces auto show processes...
Configuration Using XML The EDS-MD wired IoT device gateway provides an Extensible Markup Language (XML) interface that you can use to configure wired IoT device gateways. Every configuration setting that can be issued from the Web Manager and CLI can be specified using XML. The wired IoT device gateway can import and export configuration settings as an XML document known as an XML Configuration Record (XCR).
4: Configuration Using XML Note: The name for each <configgroup> (specified with the name attribute) is the group name listed in the Web Manager XCR groups or with the "xcr list" CLI command. See the EDS-MD Wired IoT Device Gateway User Guide for more information about the XCR groups.
4: Configuration Using XML Record, Group, Item, and Value Tags A <configgroup> is a logical grouping of configuration parameters and must contain one or more <configitem> elements. It must have a name attribute and may have an instance attribute. A <configitem> is a specific grouping of configuration parameters relevant to its parent group. An item takes the name attribute and must contain one or more value elements.
4: Configuration Using XML Importing and Exporting an XML Configuration File An XCR can be imported or exported using the following methods: Filesystem-XCRs can be saved to the wired IoT device gateway file system and imported or accessed as needed. See Best Practices on page 19 or the Filesystem Browser section in the EDS-MD Wired IoT Device Gateway User Guide.
4: Configuration Using XML Any white space requires the list of groups to be quoted. Only the named groups get imported, even if the XCR contains additional XCR groups. The following syntax can be used to export configurations to a file on the wired IoT device gateway file system: xcr export <file>...
4: Configuration Using XML XML Configuration Groups Table 4-7 lists the EDS-MD 4/8/16 wired IoT device gateway XCR groups in alphabetical order. This table indicates the various group items, as well as some possible value names and options. Note: Any instance of < in the table may be read as "less than" and any instance of > may be read as "greater than".
Page 22
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information http post reminder interval <None> Default: <None> mode Default: Simultaneous connection N host connection N port Default: 80 connection N url Default: data.txt connection N protocol Default: HTTP connection N username...
Page 23
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information device firmware version Read only. long name serial number Read only. short name dhcp server state enable, disable Default: disable start ip address Default: 192.168.0.20 end ip address Default: 192.168.0.254 lease time...
Page 24
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information gateway operating mode Disabled, Gateway Default: Disabled firewall enable, disable wan interface eth0, eth1, eth2 router ip address primary dns Default: <None> secondary dns Default: <None>...
Page 25
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information http server state enable, disable Default: enable port <None>, ... Default: 80 secure port <None>, ... Default: 443 secure protocols ssl3, tls1.0, tls1.1 May contain zero, one, or more of the values, separated by commas.
Page 26
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information interface: instance state enable, disable ("Instance" attribute bootp enable, disable Default: disable is “eth0”, “eth1”, or dhcp enable, disable Default: enable “eth2”) priority Accepts a priority between 0 and 10.
Page 27
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information xon char Accepts a control character, for example, <control>A represents control-A Default: <control>Q xoff char Accepts a control character, for example, <control>A represents control-A Default: <control>S gap timer <None>, ...
Page 28
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information connection: instance host Default: ("Instance" attribute is api.mach10.com a number.) port Default: 443 secure port enable, disable validate certificates enable, disable mqtt state enable, disable mqtt host Default: mqtt.mach10.com...
Page 29
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information serial command mode always, serial string, Default: disable mode: instance disable ("Instance" attribute echo serial string enable, disable Default: enable is a number.) serial string Sets a string that can be entered at boot time to enter command...
Page 30
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information ssh client delete known hosts enable, disable If enabled, deletes any existing hosts before adding "known host". known host delete name Specify the known host to delete.
Page 31
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information delete all cas enable, disable If enabled, deletes any existing trusted cas before adding "trusted ca". syslog state enable, disable Default: disable host remote port Default: 514 severity log level none, emergency,...
Page 32
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information tunnel accept mode disable, always Default: always accept:instance start character Accepts a control ("Instance" attribute character, for example, is a number.) <control>A represents control-A Default: <control>B flush start character enable, disable Default: enable...
Page 33
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information tunnel connect mode disable, always, any Default: disable connect:instance character, start character, modem ("Instance" attribute control asserted, is a number.) modem emulation start character Accepts a control character, for example, <control>A represents control-A...
Page 34
4: Configuration Using XML Group Name Group Item Value Name Value Options Additional (continued) Information tunnel echo pluses enable, disable Default: disable modem:instance echo commands enable, disable Default: enable ("Instance" attribute verbose response enable, disable Default: enable is a number.) response type text, numeric Default: text...
Lantronix EDS-MD serial number 12 hex digits firmware version string in version format like 7.3.0.1R7 uptime elapsed time in format d days hh:mm:ss...
Page 36
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values hardware speed string type string memory flash size decimal number ram size decimal number http state logging entries bytes http log totals entries decimal number bytes decimal number entry ("Instance"...
Page 37
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values interface:instance default gateway status dotted notation ("Instance" attribute is ip address dotted notation "eth0", “eth1”, or “eth2”) generic status Link up network mask dotted notation receive bytes decimal number packets decimal number...
Page 38
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values ip (continued) netstat InNoRoutes decimal number InTruncatedPkts decimal number InMcastPkts decimal number OutMcastPkts decimal number InBcastPkts decimal number OutBcastPkts decimal number InOctets OutOctets InMcastOctets OutMcastOctets InBcastOctets OutBcastOctets ip sockets ip socket protocol...
Page 39
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values line (group nested within state enable or disable line above) protocol Tunnel or None. baud rate <decimal> bits per second parity None, Odd, or Even data bits 7 or 8 stop bits 1 or 2...
Page 40
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values snmp RtoAlgorithm decimal number RtoMin decimal number RtoMax decimal number MaxConn decimal number ActiveOpens decimal number PassiveOpens decimal number AttemptFails decimal number EstabResets decimal number CurrEstab decimal number InSegs decimal number OutSegs...
Page 41
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values tcp (continued) netstat (continued) TCPHPHitsToUser decimal number TCPPureAcks decimal number TCPHPAcks decimal number TCPRenoRecovery decimal number TCPSackRecovery decimal number TCPSACKReneging decimal number TCPFACKReorder decimal number TCPSACKReorder decimal number TCPRenoReorder decimal number TCPTSReorder...
Page 42
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values tcp (continued) netstat (continued) TCPSpuriousRTOs decimal number TCPMD5NotFound decimal number TCPMD5Unexpected decimal number TCPSackShifted decimal number TCPSackMerged decimal number TCPSackShiftFallback decimal number TCPBacklogDrop decimal number TCPMinTTLDrop decimal number TCPDeferAcceptDrop decimal number IPReversePathFilter...
Page 43
4: Configuration Using XML Group Name (continued) Item Name Value Name Valid Values tunnel:instance aggregate (continued) connect 13 connection time elapsed time in format d days hh:mm:ss ("Instance" attribute is a number.) (continued) connect 14 connection time elapsed time in format d days hh:mm:ss connect 15 connection time elapsed time in format d...
5: Commands and Levels 5: Commands and Levels Click the level in the tree structure and it will take you to the command list for that level. • root enable (enable) ▪ configure (config) ▪ action (config-action-select) ▪ eth1 link state change (config-action:eth1 link state change) ▪...
Page 45
5: Commands and Levels ▪ port forwarding rule 4 (config-portforwarding:4) ▪ port forwarding rule 5 (config-portforwarding:5) ▪ port forwarding rule 6 (config-portforwarding:6) ▪ port forwarding rule 7 (config-portforwarding:7) ▪ port forwarding rule 8 (config-portforwarding:8) ▪ static route 1 (config-staticroute:1) ▪ static route 2 (config-staticroute:2) ▪...
Page 46
5: Commands and Levels ▪ connection 2 (config-mach10-connection:2) ▪ line 1 (config-mach10-line:1) ▪ line 2 (config-mach10-line:2) ▪ line 3 (config-mach10-line:3) ▪ line 4 (config-mach10-line:4) ▪ line 5 (config-mach10-line:5) ▪ line 6 (config-mach10-line:6) ▪ line 7 (config-mach10-line:7) ▪ line 8 (config-mach10-line:8) ▪...
Page 47
5: Commands and Levels ▪ line 1 (line:1) ▪ line 2 (line:2) ▪ line 3 (line:3) ▪ line 4 (line:4) ▪ line 5 (line:5) ▪ line 6 (line:6) ▪ line 7 (line:7) ▪ line 8 (line:8) ▪ line 9 (line:9) ▪...
Page 55
5: Commands and Levels Discards all data coming in from the accept mode block network enable tunnel before forwarding it to the serial interface (generally used for debugging). Forwards (tunnels) serial data in accept mode block serial disable tunneling. Discards all data coming in from the serial interface block serial enable before forwarding it to the accept mode tunnel (generally used for debugging).
Page 56
5: Commands and Levels no credentials Clears the RSA/DSA certificate selection. Discontinues sending email alerts upon establishing no email connect an accept mode tunnel. Discontinues sending email alerts upon closing an no email disconnect accept mode tunnel. no initial send Removes the accept tunnel Initial Send string.
Page 57
5: Commands and Levels 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 aes decrypt key text <text>...
Page 58
5: Commands and Levels Enables forwarding of the accept start character into flush start character disable the network. Disables forwarding of the accept start character flush start character enable into the network. Sets the accept tunnel Initial Send text allowing for binary characters.
Page 59
5: Commands and Levels Stores the current configuration in permanent write memory. accept (tunnel-accept:14) level commands Enables the tunneling server to always accept accept mode always tunneling connections. Enables the tunneling server to accept tunneling accept mode any character connections only when a character is received through the corresponding line (serial port).
Page 60
5: Commands and Levels Uses the default port number as the local port for default local port accept mode tunneling. The default port is 10000 + #, where # is the line number for this tunnel. default protocol Restores the default protocol as "TCP". default start character Defaults the accept mode start character.
Page 61
5: Commands and Levels Uses Telnet protocol (with IAC) for accept mode protocol telnet tunneling. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. show status Displays tunnel accept status. Sets the accept mode start character. The character may be input as text, control, decimal, or hex.
Page 62
5: Commands and Levels Sets the accept tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Forwards (tunnels) network data in accept mode block network disable tunneling.
Page 63
5: Commands and Levels Disconnects the active accept mode tunneling kill connection connection. Sets the port to use for accept mode tunneling. local port <number> <number> = number of the port to use. no aes decrypt key Removes the accept tunnel AES decrypt key. no aes encrypt key Removes the accept tunnel AES encrypt key.
Page 64
5: Commands and Levels Enables modem emulation for accept mode accept mode modem emulation tunneling. Enables accept mode tunneling when the accept mode start character configured start character is received on the line. Sets the accept tunnel AES decrypt key with up to 16 bytes.
Page 65
5: Commands and Levels Sets an email profile to use to send an email alert email disconnect <number> upon closing an accept mode tunnel. <number> = the number of the email profile to use. exit Returns to the tunnel level. Characters already in the serial data buffer are flush serial disable retained upon establishing an accept mode...
Page 66
5: Commands and Levels Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout. <milliseconds> = timer value, in milliseconds. Enables TCP keep alive for accept mode tunneling and sets the value for timeouts subsequent to the tcp keep alive interval <milliseconds>...
Page 67
5: Commands and Levels Discards all data coming in from the serial interface block serial enable before forwarding it to the accept mode tunnel (generally used for debugging). clrscrn Clears the screen. Selects the RSA/DSA certificates by name for the credentials <text>...
Page 68
5: Commands and Levels no initial send Removes the accept tunnel Initial Send string. password Enters the next lower level. protocol ssh Uses SSH protocol for accept mode tunneling. protocol ssl Uses SSL protocol for accept mode tunneling. protocol tcp Uses TCP protocol for accept mode tunneling.
Page 69
5: Commands and Levels 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 aes encrypt key <hexadecimal>...
Page 70
5: Commands and Levels Sets the accept tunnel Initial Send text allowing for binary characters. <binary> = string in binary format initial send binary <binary> that will be sent out the network upon connection. Within [] use binary decimal up to 255 or hex up to 0xFF.
Page 71
5: Commands and Levels Enables the tunneling server to accept tunneling accept mode any character connections only when a character is received through the corresponding line (serial port). accept mode disable Disables accept mode tunneling. Enables the tunneling server to accept tunneling accept mode modem control asserted connections when the modem control pin is asserted.
Page 72
5: Commands and Levels Restores the default 45 second accept mode TCP default tcp keep alive interval keep alive timeout. default tcp keep alive probes Defaults the TCP keep alive probes. Sets an email profile to use to send an email alert email connect <number>...
Page 73
5: Commands and Levels Sets the accept mode start character. The character may be input as text, control, decimal, or hex. A start character <control> control character has the form <control>C. A decimal value character has the form \99. A hex value character has the form 0xFF.
Page 74
5: Commands and Levels Discards all data coming in from the accept mode block network enable tunnel before forwarding it to the serial interface (generally used for debugging). Forwards (tunnels) serial data in accept mode block serial disable tunneling. Discards all data coming in from the serial interface block serial enable before forwarding it to the accept mode tunnel (generally used for debugging).
Page 75
5: Commands and Levels no credentials Clears the RSA/DSA certificate selection. Discontinues sending email alerts upon establishing no email connect an accept mode tunnel. Discontinues sending email alerts upon closing an no email disconnect accept mode tunnel. no initial send Removes the accept tunnel Initial Send string.
Page 76
5: Commands and Levels 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 aes decrypt key text <text>...
Page 77
5: Commands and Levels Enables forwarding of the accept start character into flush start character disable the network. Disables forwarding of the accept start character flush start character enable into the network. Sets the accept tunnel Initial Send text allowing for binary characters.
Page 78
5: Commands and Levels Stores the current configuration in permanent write memory. accept (tunnel-accept:6) level commands Enables the tunneling server to always accept accept mode always tunneling connections. Enables the tunneling server to accept tunneling accept mode any character connections only when a character is received through the corresponding line (serial port).
Page 79
5: Commands and Levels Uses the default port number as the local port for default local port accept mode tunneling. The default port is 10000 + #, where # is the line number for this tunnel. default protocol Restores the default protocol as "TCP". default start character Defaults the accept mode start character.
Page 80
5: Commands and Levels Uses Telnet protocol (with IAC) for accept mode protocol telnet tunneling. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. show status Displays tunnel accept status. Sets the accept mode start character. The character may be input as text, control, decimal, or hex.
Page 81
5: Commands and Levels Sets the accept tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Forwards (tunnels) network data in accept mode block network disable tunneling.
Page 82
5: Commands and Levels Disconnects the active accept mode tunneling kill connection connection. Sets the port to use for accept mode tunneling. local port <number> <number> = number of the port to use. no aes decrypt key Removes the accept tunnel AES decrypt key. no aes encrypt key Removes the accept tunnel AES encrypt key.
Page 83
5: Commands and Levels Enables modem emulation for accept mode accept mode modem emulation tunneling. Enables accept mode tunneling when the accept mode start character configured start character is received on the line. Sets the accept tunnel AES decrypt key with up to 16 bytes.
Page 84
5: Commands and Levels Sets an email profile to use to send an email alert email disconnect <number> upon closing an accept mode tunnel. <number> = the number of the email profile to use. exit Returns to the tunnel level. Characters already in the serial data buffer are flush serial disable retained upon establishing an accept mode...
Page 85
5: Commands and Levels Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout. <milliseconds> = timer value, in milliseconds. Enables TCP keep alive for accept mode tunneling and sets the value for timeouts subsequent to the tcp keep alive interval <milliseconds>...
Page 86
5: Commands and Levels Discards all data coming in from the serial interface block serial enable before forwarding it to the accept mode tunnel (generally used for debugging). clrscrn Clears the screen. Selects the RSA/DSA certificates by name for the credentials <text>...
Page 87
5: Commands and Levels no initial send Removes the accept tunnel Initial Send string. password Enters the next lower level. protocol ssh Uses SSH protocol for accept mode tunneling. protocol ssl Uses SSL protocol for accept mode tunneling. protocol tcp Uses TCP protocol for accept mode tunneling.
Page 88
5: Commands and Levels 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 aes encrypt key <hexadecimal>...
Page 89
5: Commands and Levels Sets the accept tunnel Initial Send text allowing for binary characters. <binary> = string in binary format initial send binary <binary> that will be sent out the network upon connection. Within [] use binary decimal up to 255 or hex up to 0xFF.
Page 90
5: Commands and Levels Enables the tunneling server to accept tunneling accept mode any character connections only when a character is received through the corresponding line (serial port). accept mode disable Disables accept mode tunneling. Enables the tunneling server to accept tunneling accept mode modem control asserted connections when the modem control pin is asserted.
Page 91
5: Commands and Levels Restores the default 45 second accept mode TCP default tcp keep alive interval keep alive timeout. default tcp keep alive probes Defaults the TCP keep alive probes. Sets an email profile to use to send an email alert email connect <number>...
Page 92
5: Commands and Levels Sets the accept mode start character. The character may be input as text, control, decimal, or hex. A start character <control> control character has the form <control>C. A decimal value character has the form \99. A hex value character has the form 0xFF.
Page 93
5: Commands and Levels exit Exits to the configuration level. inactivity timeout <minutes> Sets the inactivity timeout for all CLI sessions. line authentication disable No password required for Line CLI users. line authentication enable Challenges the Line CLI user with a password. login password <text>...
Page 94
5: Commands and Levels Stores the current configuration in permanent write memory. clock (config-clock) level commands clock set <time(hh:mm:ss)> <day (1-31)> <month Sets the system clock. text> <year> clock timezone Shows possible time zone names. Sets the timezone to be displayed. Use "clock clock timezone <time zone>...
Page 95
5: Commands and Levels show Displays system information. Displays the last 20 commands entered during the show history current CLI session. show lines Displays line information. Changes to the command level for SMTP smtp configuration and status. syslog Enters the syslog level. Enters the configure-terminal level.
Page 96
5: Commands and Levels exit Returns to the tunnel level. Characters already in the serial data buffer are flush serial disable retained upon establishing a connect mode tunneling connection. Flushes the serial data buffer upon establishing a flush serial enable connect mode tunneling connection.
Page 97
5: Commands and Levels Discards all data coming in from the serial interface block serial enable before forwarding it to the connect mode tunnel (generally used for debugging). clrscrn Clears the screen. Enables the tunneling server to always establish connect mode always tunneling connections.
Page 98
5: Commands and Levels Discontinues sending email alerts upon establishing no email connect a connect mode tunnel. Discontinues sending email alerts upon closing a no email disconnect connect mode tunnel. Promotes the identified host, exchanging it place promote host <number> with the host above it, to adjust the order of the defined hosts.
Page 99
5: Commands and Levels Uses a random port number as the local port for default local port establishing tunneling connections to other devices. Restores the default reconnect time value for default reconnect time connect mode tunneling. default start character Defaults the connect mode start character. Sets an email profile to use to send an email alert email connect <number>...
Page 100
5: Commands and Levels Stores the current configuration in permanent write memory. connect (tunnel-connect:13) level commands Forwards (tunnels) network data in connect mode block network disable tunneling. Discards all data coming in from the connect mode block network enable tunnel before forwarding it to the serial interface (generally used for debugging).
Page 101
5: Commands and Levels Enters the next lower level. Specify the instance for host <instance> the next lower level. Connects to the first host in the list that accepts the host mode sequential connection. Selects simultaneous connections to all hosts on the host mode simultaneous host list.
Page 102
5: Commands and Levels Enables the tunneling server to make tunneling connect mode modem control asserted connections when the modem control pin is asserted. Enables modem emulation for connect mode connect mode modem emulation tunneling. Enables connect mode tunneling when the connect mode start character configured start character is received on the line.
Page 103
5: Commands and Levels show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. show status Displays tunnel connect status. Sets the connect mode start character. The character may be input as text, control, decimal, or start character <control>...
Page 104
5: Commands and Levels Characters already in the serial data buffer are flush serial disable retained upon establishing a connect mode tunneling connection. Flushes the serial data buffer upon establishing a flush serial enable connect mode tunneling connection. Enables forwarding of the connect start character flush start character disable into the network.
Page 105
5: Commands and Levels Discards all data coming in from the serial interface block serial enable before forwarding it to the connect mode tunnel (generally used for debugging). clrscrn Clears the screen. Enables the tunneling server to always establish connect mode always tunneling connections.
Page 106
5: Commands and Levels Discontinues sending email alerts upon establishing no email connect a connect mode tunnel. Discontinues sending email alerts upon closing a no email disconnect connect mode tunnel. Promotes the identified host, exchanging it place promote host <number> with the host above it, to adjust the order of the defined hosts.
Page 107
5: Commands and Levels Uses a random port number as the local port for default local port establishing tunneling connections to other devices. Restores the default reconnect time value for default reconnect time connect mode tunneling. default start character Defaults the connect mode start character. Sets an email profile to use to send an email alert email connect <number>...
Page 108
5: Commands and Levels Stores the current configuration in permanent write memory. connect (tunnel-connect:8) level commands Forwards (tunnels) network data in connect mode block network disable tunneling. Discards all data coming in from the connect mode block network enable tunnel before forwarding it to the serial interface (generally used for debugging).
Page 109
5: Commands and Levels Enters the next lower level. Specify the instance for host <instance> the next lower level. Connects to the first host in the list that accepts the host mode sequential connection. Selects simultaneous connections to all hosts on the host mode simultaneous host list.
Page 110
5: Commands and Levels Enables the tunneling server to make tunneling connect mode modem control asserted connections when the modem control pin is asserted. Enables modem emulation for connect mode connect mode modem emulation tunneling. Enables connect mode tunneling when the connect mode start character configured start character is received on the line.
Page 111
5: Commands and Levels show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. show status Displays tunnel connect status. Sets the connect mode start character. The character may be input as text, control, decimal, or start character <control>...
Page 112
5: Commands and Levels Characters already in the serial data buffer are flush serial disable retained upon establishing a connect mode tunneling connection. Flushes the serial data buffer upon establishing a flush serial enable connect mode tunneling connection. Enables forwarding of the connect start character flush start character disable into the network.
Page 113
5: Commands and Levels Discards all data coming in from the serial interface block serial enable before forwarding it to the connect mode tunnel (generally used for debugging). clrscrn Clears the screen. Enables the tunneling server to always establish connect mode always tunneling connections.
Page 114
5: Commands and Levels Discontinues sending email alerts upon establishing no email connect a connect mode tunnel. Discontinues sending email alerts upon closing a no email disconnect connect mode tunnel. Promotes the identified host, exchanging it place promote host <number> with the host above it, to adjust the order of the defined hosts.
Page 115
5: Commands and Levels Uses a random port number as the local port for default local port establishing tunneling connections to other devices. Restores the default reconnect time value for default reconnect time connect mode tunneling. default start character Defaults the connect mode start character. Sets an email profile to use to send an email alert email connect <number>...
Page 116
5: Commands and Levels Stores the current configuration in permanent write memory. connect (tunnel-connect:3) level commands Forwards (tunnels) network data in connect mode block network disable tunneling. Discards all data coming in from the connect mode block network enable tunnel before forwarding it to the serial interface (generally used for debugging).
Page 117
5: Commands and Levels Enters the next lower level. Specify the instance for host <instance> the next lower level. Connects to the first host in the list that accepts the host mode sequential connection. Selects simultaneous connections to all hosts on the host mode simultaneous host list.
Page 118
5: Commands and Levels Enables the tunneling server to make tunneling connect mode modem control asserted connections when the modem control pin is asserted. Enables modem emulation for connect mode connect mode modem emulation tunneling. Enables connect mode tunneling when the connect mode start character configured start character is received on the line.
Page 119
5: Commands and Levels show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. show status Displays tunnel connect status. Sets the connect mode start character. The character may be input as text, control, decimal, or start character <control>...
Page 120
5: Commands and Levels Characters already in the serial data buffer are flush serial disable retained upon establishing a connect mode tunneling connection. Flushes the serial data buffer upon establishing a flush serial enable connect mode tunneling connection. Enables forwarding of the connect start character flush start character disable into the network.
Page 121
5: Commands and Levels host <text> Sets the Hostname or IP address of Mach 10. mqtt host <text> Sets the Hostname or IP address of MQTT server. mqtt port <number> Sets the Port of MQTT server. mqtt security disable Disables SSL for MQTT. mqtt security enable Enables SSL for MQTT.
Page 122
5: Commands and Levels Sets HTTP request URL following IP address or url <text> hostname. username <text> Sets the Username used to logon to HTTP server. Stores the current configuration in permanent write memory. connection 1 (config-action-ftp_put-connection:eth2 link state change:1) level commands clrscrn Clears the screen.
Page 123
5: Commands and Levels Sets HTTP request URL following IP address or url <text> hostname. username <text> Sets the Username used to logon to HTTP server. Stores the current configuration in permanent write memory. connection 1 (config-action-ftp_put-connection:eth1 link state change:1) level commands clrscrn Clears the screen.
Page 124
5: Commands and Levels Sets HTTP request URL following IP address or url <text> hostname. username <text> Sets the Username used to logon to HTTP server. Stores the current configuration in permanent write memory. connection 1 (config-action-ftp_put-connection:eth0 link state change:1) level commands clrscrn Clears the screen.
Page 125
5: Commands and Levels no proxy username Clears the user name for the proxy server. port <number> Sets the Port of Mach 10. Sets the Hostname or IP address of the proxy proxy host <text> server. proxy password <text> Sets the password the proxy server. proxy port <number>...
Page 126
5: Commands and Levels default username Sets default Username. exit Exits to the next higher level. filename <text> Sets FTP remote Filename. Sets FTP server IP address or hostname to be host <text> connected to. no host Clears FTP server IP address or hostname. no password Sets default Password.
Page 127
5: Commands and Levels exit Exits to the next higher level. filename <text> Sets FTP remote Filename. Sets FTP server IP address or hostname to be host <text> connected to. no host Clears FTP server IP address or hostname. no password Sets default Password.
Page 128
5: Commands and Levels filename <text> Sets FTP remote Filename. Sets FTP server IP address or hostname to be host <text> connected to. no host Clears FTP server IP address or hostname. no password Sets default Password. password <text> Sets the Password used to logon to FTP server. Sets the Port number which FTP server is listening port <number>...
Page 129
5: Commands and Levels dhcpserver (config-dhcpd) level commands clrscrn Clears the screen. Restores end IP address of DHCP address pool to default end ip address the default value. default lease time Restores the lease time to default value (24 hours). Restores start IP address of DHCP address pool to default start ip address the default value.
Page 130
5: Commands and Levels Disables disconnect after timeout feature for no timeout tunneling sessions. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. Sets the stop character. The character may be input as text, control, decimal, or hex.
Page 131
5: Commands and Levels Does not flush serial data upon closing a tunneling flush serial disable connection. Flushes serial data buffer when a tunneling flush serial enable connection is closed. Forwards the stop character from the Line to the flush stop character disable network.
Page 132
5: Commands and Levels 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 timeout <milliseconds> the line (serial port) for the specified length of time. <milliseconds>...
Page 133
5: Commands and Levels Does not watch the modem control pin to modem control disable disconnect. Watches the modem control pin and disconnects if it modem control enable is not asserted. no stop character Removes the stop character. Disables disconnect after timeout feature for no timeout tunneling sessions.
Page 134
5: Commands and Levels disconnect (tunnel-disconnect:9) level commands clrscrn Clears the screen. exit Returns to the tunnel level. Does not flush serial data upon closing a tunneling flush serial disable connection. Flushes serial data buffer when a tunneling flush serial enable connection is closed.
Page 135
5: Commands and Levels Displays the last 20 commands entered during the show history current CLI session. Sets the stop character. The character may be input as text, control, decimal, or hex. A control character stop character <control> has the form <control>C. A decimal value character has the form \99.
Page 136
5: Commands and Levels Forwards the stop character from the Line to the flush stop character disable network. Prevents the stop character from the Line from flush stop character enable being forwarded to the network. Does not watch the modem control pin to modem control disable disconnect.
Page 137
5: Commands and Levels Disconnects when no data has been received on timeout <milliseconds> the line (serial port) for the specified length of time. <milliseconds> = timeout in milliseconds. Stores the current configuration in permanent write memory. disconnect (tunnel-disconnect:4) level commands clrscrn Clears the screen.
Page 138
5: Commands and Levels Watches the modem control pin and disconnects if it modem control enable is not asserted. no stop character Removes the stop character. Disables disconnect after timeout feature for no timeout tunneling sessions. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 139
5: Commands and Levels clrscrn Clears the screen. exit Returns to the tunnel level. Does not flush serial data upon closing a tunneling flush serial disable connection. Flushes serial data buffer when a tunneling flush serial enable connection is closed. Forwards the stop character from the Line to the flush stop character disable network.
Page 140
5: Commands and Levels dns (dns) level commands clrscrn Clears the screen. exit Exits to the enable level. lookup <host_or_ip> Return a lookup on the DNS name or IP address. show Show DNS status. Displays the last 20 commands entered during the show history current CLI session.
Page 141
5: Commands and Levels default alarm email Specifies no email when the alarm turns on. default normal email Specifies no email when the alarm turns off. exit Exits to the next higher level. no alarm message Removes the alarm email message. Only one message will be sent when the alarm turns no alarm reminder interval no normal message...
Page 142
5: Commands and Levels Stores the current configuration in permanent write memory. email 1 (email:1) level commands auto show statistics Continuously displays email statistics. Sets Cc addresses for email alerts. <text> = a cc <text> quoted, semicolon separated list of email addresses.
Page 143
5: Commands and Levels Sets Cc addresses for email alerts. <text> = a cc <text> quoted, semicolon separated list of email addresses. clear log Clears all entries from the mail log. clear mail counters Sets the email counters to zero. clrscrn Clears the screen.
Page 144
5: Commands and Levels default priority Sets X-Priority for email alerts to 3 (normal). email <number> Enters the configure email level. exit Exits to the enable level. Specifies a text file, the contents of which will be the message file <text> message body of an email alert.
Page 145
5: Commands and Levels no cc Removes the Cc addresses for email alerts. Restores the email counters to the aggregate no clear mail counters values. Removes the file name, so the message body will no message file be empty. no reply to Removes the Reply To address for email alerts.
Page 146
5: Commands and Levels no subject Removes subject used for email alerts. no to Removes the To addresses for email alerts. priority high Sets X-Priority for email alerts to 2 (high). priority low Sets X-Priority for email alerts to 4 (low). priority normal Sets X-Priority for email alerts to 3 (normal).
Page 147
5: Commands and Levels priority very low Sets X-Priority for email alerts to 5 (very low). Sets the Reply To address for email alerts. <text> = reply to <text> email address to place in the Reply To field of the email alert.
Page 148
5: Commands and Levels Displays the last 20 commands entered during the show history current CLI session. show log Displays the email log. show statistics Displays email statistics. Sets the Subject for email alerts. <text> = text to subject <text> placed as the subject.
Page 149
5: Commands and Levels Sets To addresses for email alerts. <text> = a to <text> quoted, semicolon separated list of email addresses. Stores the current configuration in permanent write memory. email 2 (email:2) level commands auto show statistics Continuously displays email statistics. Sets Cc addresses for email alerts.
Page 150
5: Commands and Levels auto show statistics Continuously displays email statistics. Sets Cc addresses for email alerts. <text> = a cc <text> quoted, semicolon separated list of email addresses. clear log Clears all entries from the mail log. clear mail counters Sets the email counters to zero.
Page 151
5: Commands and Levels clrscrn Clears the screen. default priority Sets X-Priority for email alerts to 3 (normal). email <number> Enters the configure email level. exit Exits to the enable level. Specifies a text file, the contents of which will be the message file <text>...
Page 152
5: Commands and Levels Specifies a text file, the contents of which will be the message file <text> message body of an email alert. <text> = the name of a local file. no cc Removes the Cc addresses for email alerts. Restores the email counters to the aggregate no clear mail counters values.
Page 153
5: Commands and Levels Removes the file name, so the message body will no message file be empty. no reply to Removes the Reply To address for email alerts. no subject Removes subject used for email alerts. no to Removes the To addresses for email alerts. priority high Sets X-Priority for email alerts to 2 (high).
Page 154
5: Commands and Levels priority low Sets X-Priority for email alerts to 4 (low). priority normal Sets X-Priority for email alerts to 3 (normal). priority urgent Sets X-Priority for email alerts to 1 (urgent). priority very low Sets X-Priority for email alerts to 5 (very low). Sets the Reply To address for email alerts.
Page 155
5: Commands and Levels Sets the Reply To address for email alerts. <text> = reply to <text> email address to place in the Reply To field of the email alert. send Sends an email using the current settings. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 156
5: Commands and Levels Displays the last 20 commands entered during the show history current CLI session. show log Displays the email log. show statistics Displays email statistics. Sets the Subject for email alerts. <text> = text to subject <text> placed as the subject.
Page 157
5: Commands and Levels Begin SSH session on network <host>:<port>. The optClientUserName must match an SSH Client: ssh <optClientUsername> <host> <port> Users configuration entry. Use "" in optClientUserName to prompt for host username and password. Enters the SSL configuration level. tcpdump <parameters>...
Page 158
5: Commands and Levels filesystem (filesystem) level commands cat <file> Show the contents of a file Change the current directory to the specified cd <directory> directory clrscrn Clears the screen. cp <source file> <destination file> Copy an existing file dump <file> Show contents of a file as a hex dump exit Exits to the enable level.
Page 159
5: Commands and Levels Sets simultaneous mode; will make all possible mode simultaneous connections. Clears the FTP Put reminder interval. FTP Put is no reminder interval sent once only. reminder interval <minutes> Sets the FTP Put reminder interval. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 160
5: Commands and Levels add forwarding rule <start port> <end port> <target Add a forwarding rule based on ip address without a port> <protocol> <ingress ip> <ip> name. add forwarding rule with name <name> <start port> Add a forwarding rule with a name. <end port>...
Page 161
5: Commands and Levels Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host. Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits.
Page 162
5: Commands and Levels Sets the remote port to use for connect mode port <number> tunneling. <number> = number of the port to use. protocol ssh Uses SSH protocol for connect mode tunneling. protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling.
Page 163
5: Commands and Levels 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 connect tunnel AES encrypt key with up to 16 bytes.
Page 164
5: Commands and Levels show statistics show connection statistics Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds>...
Page 165
5: Commands and Levels default tcp keep alive probes Defaults the TCP keep alive probes. exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 166
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 1 (tunnel-connect-host:13:1) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 167
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 168
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 169
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 170
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 171
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 172
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 173
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 174
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 175
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 176
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 177
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 178
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 1 (tunnel-connect-host:6:1) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 179
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 180
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 181
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 182
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 183
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 184
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 185
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 186
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 187
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 188
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 189
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 190
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 191
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 192
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 193
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 194
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 10 (tunnel-connect-host:13:10) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 195
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 196
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 197
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 198
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 199
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 200
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 201
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 202
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 203
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 204
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 205
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 206
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 10 (tunnel-connect-host:6:10) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 207
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 208
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 209
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 210
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 211
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 212
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 213
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 214
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 215
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 216
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 217
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 218
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 219
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 220
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 221
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 222
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 11 (tunnel-connect-host:13:11) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 223
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 224
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 225
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 226
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 227
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 228
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 229
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 230
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 231
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 232
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 233
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 234
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 11 (tunnel-connect-host:6:11) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 235
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 236
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 237
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 238
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 239
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 240
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 241
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 242
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 243
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 244
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 245
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 246
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 247
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 248
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 249
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 250
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 12 (tunnel-connect-host:13:12) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 251
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 252
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 253
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 254
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 255
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 256
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 257
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 258
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 259
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 260
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 261
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 262
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 12 (tunnel-connect-host:6:12) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 263
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 264
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 265
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 266
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 267
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 268
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 269
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 270
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 271
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 272
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 273
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 274
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 275
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 276
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 277
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 278
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 13 (tunnel-connect-host:13:13) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 279
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 280
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 281
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 282
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 283
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 284
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 285
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 286
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 287
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 288
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 289
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 290
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 13 (tunnel-connect-host:6:13) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 291
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 292
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 293
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 294
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 295
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 296
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 297
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 298
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 299
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 300
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 301
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 302
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 303
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 304
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 305
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 306
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 14 (tunnel-connect-host:13:14) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 307
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 308
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 309
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 310
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 311
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 312
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 313
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 314
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 315
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 316
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 317
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 318
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 14 (tunnel-connect-host:6:14) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 319
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 320
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 321
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 322
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 323
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 324
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 325
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 326
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 327
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 328
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 329
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 330
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 331
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 332
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 333
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 334
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 15 (tunnel-connect-host:13:15) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 335
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 336
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 337
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 338
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 339
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 340
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 341
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 342
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 343
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 344
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 345
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 346
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 15 (tunnel-connect-host:6:15) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 347
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 348
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 349
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 350
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 351
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 352
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 353
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 354
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 355
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 356
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 357
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 358
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 359
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 360
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 361
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 362
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 16 (tunnel-connect-host:13:16) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 363
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 364
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 365
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 366
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 367
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 368
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 369
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 370
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 371
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 372
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 373
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 374
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 16 (tunnel-connect-host:6:16) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 375
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 376
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 377
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 378
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 379
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 380
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 381
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 382
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 383
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 384
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 385
5: Commands and Levels Sets the remote port (used to connect to the host) to default remote port the default value, which depends on the selected protocol. exit Exits to the configuration level. host <number> Change to config host level Sets the name of the host.
Page 386
5: Commands and Levels Stores the current configuration in permanent write memory. host 19 (config-host:19) level commands clrscrn Clears the screen. default protocol Restores the default value of the protocol (Telnet). Sets the remote port (used to connect to the host) to default remote port the default value, which depends on the selected protocol.
Page 387
5: Commands and Levels Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. auto show statistics show connection statistics clrscrn...
Page 388
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 389
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 390
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 2 (tunnel-connect-host:14:2) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 391
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 392
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 393
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 394
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 395
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 396
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 397
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 398
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 399
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 400
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 401
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 402
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 2 (tunnel-connect-host:7:2) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 403
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 404
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 405
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 406
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 407
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 408
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 409
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 410
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 411
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 412
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 413
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 414
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 2 (config-host:2) level commands clrscrn Clears the screen. default protocol Restores the default value of the protocol (Telnet). Sets the remote port (used to connect to the host) to default remote port the default value, which depends on the selected...
Page 415
5: Commands and Levels Sets the remote port used to connect to the host. remote port <number> <number> = port to be used. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. Sets the username for logging into the host via ssh username <text>...
Page 416
5: Commands and Levels protocol ssh Sets the protocol to SSH. protocol telnet Sets the protocol to Telnet. Sets the IP address of the remote host to connect to remote address <text> when this host is selected on the login connect menu.
Page 417
5: Commands and Levels Sets the name of the host. <text> = name of the name <text> host. no name Clears the name of the host. no remote address Clears the remote address of the host. no ssh username Clears the SSH username associated with the host. protocol ssh Sets the protocol to SSH.
Page 418
5: Commands and Levels Sets the remote port (used to connect to the host) to default remote port the default value, which depends on the selected protocol. exit Exits to the configuration level. host <number> Change to config host level Sets the name of the host.
Page 419
5: Commands and Levels Stores the current configuration in permanent write memory. host 28 (config-host:28) level commands clrscrn Clears the screen. default protocol Restores the default value of the protocol (Telnet). Sets the remote port (used to connect to the host) to default remote port the default value, which depends on the selected protocol.
Page 420
5: Commands and Levels show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. Sets the username for logging into the host via ssh username <text> SSH. <text> = username. Stores the current configuration in permanent write memory.
Page 421
5: Commands and Levels no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection. no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections.
Page 422
5: Commands and Levels 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 connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text>...
Page 423
5: Commands and Levels Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling. protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling.
Page 424
5: Commands and Levels character. Note that quotes must enclose the value if it contains spaces. auto show statistics show connection statistics clrscrn Clears the screen. Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP".
Page 425
5: Commands and Levels Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout. <milliseconds> = timer value, in milliseconds. Enables TCP keep alive for connect mode tunneling tcp keep alive interval <milliseconds> and sets the timer.
Page 426
5: Commands and Levels Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection. Within [] use binary decimal up to 255 or hex up to 0xFF.
Page 427
5: Commands and Levels Stores the current configuration in permanent write memory. host 3 (tunnel-connect-host:12:3) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host. Sets the connect tunnel AES decrypt key with up to 16 bytes.
Page 428
5: Commands and Levels Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number> tunneling.
Page 429
5: Commands and Levels character. Note that quotes must enclose the value if it contains spaces. 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 aes encrypt key <hexadecimal>...
Page 430
5: Commands and Levels Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session. show statistics show connection statistics Sets the SSH user name for use when establishing ssh username <text>...
Page 431
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 432
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 433
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 434
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 435
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 436
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 437
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 438
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 439
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 3 (tunnel-connect-host:5:3) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 440
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 441
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 442
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 443
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 444
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 445
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 446
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 447
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 448
5: Commands and Levels Sets the remote port used to connect to the host. remote port <number> <number> = port to be used. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. Sets the username for logging into the host via ssh username <text>...
Page 449
5: Commands and Levels protocol ssh Sets the protocol to SSH. protocol telnet Sets the protocol to Telnet. Sets the IP address of the remote host to connect to remote address <text> when this host is selected on the login connect menu.
Page 450
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character.
Page 451
5: Commands and Levels Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling. protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 452
5: Commands and Levels auto show statistics show connection statistics clrscrn Clears the screen. Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time.
Page 453
5: Commands and Levels Enables TCP keep alive for connect mode tunneling tcp keep alive interval <milliseconds> and sets the timer. <milliseconds> = timer value, in milliseconds. Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number>...
Page 454
5: Commands and Levels Sets the host connect tunnel Initial Send text. <text> initial send set <text> = ascii string that will be sent out the network upon connection. Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key.
Page 455
5: Commands and Levels Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host. Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits.
Page 456
5: Commands and Levels Sets the remote port to use for connect mode port <number> tunneling. <number> = number of the port to use. protocol ssh Uses SSH protocol for connect mode tunneling. protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling.
Page 457
5: Commands and Levels 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 connect tunnel AES encrypt key with up to 16 bytes.
Page 458
5: Commands and Levels show statistics show connection statistics Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds>...
Page 459
5: Commands and Levels default tcp keep alive probes Defaults the TCP keep alive probes. exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 460
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 4 (tunnel-connect-host:10:4) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 461
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 462
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 463
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 464
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 465
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 466
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 467
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 468
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 469
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 470
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 471
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 472
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 4 (tunnel-connect-host:3:4) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 473
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 474
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 475
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 476
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 477
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 478
5: Commands and Levels character. Note that quotes must enclose the value if it contains spaces. 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 aes encrypt key <hexadecimal>...
Page 479
5: Commands and Levels Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session. show statistics show connection statistics Sets the SSH user name for use when establishing ssh username <text>...
Page 480
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 481
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 482
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 483
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 484
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 485
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 486
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 487
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 488
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 5 (tunnel-connect-host:2:5) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 489
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 490
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 491
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 492
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 493
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 494
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 495
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 496
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 497
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 498
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 499
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 500
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 5 (tunnel-connect-host:3:5) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 501
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 502
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 503
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 504
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 505
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 506
5: Commands and Levels character. Note that quotes must enclose the value if it contains spaces. 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 aes encrypt key <hexadecimal>...
Page 507
5: Commands and Levels Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session. show statistics show connection statistics Sets the SSH user name for use when establishing ssh username <text>...
Page 508
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 509
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 510
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 511
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 512
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 513
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 514
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 515
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 516
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 6 (tunnel-connect-host:10:6) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 517
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 518
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 519
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 520
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 521
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 522
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 523
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 524
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 525
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 526
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 527
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 528
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 6 (tunnel-connect-host:3:6) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 529
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 530
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 531
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 532
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 533
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 534
5: Commands and Levels character. Note that quotes must enclose the value if it contains spaces. 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 aes encrypt key <hexadecimal>...
Page 535
5: Commands and Levels Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session. show statistics show connection statistics Sets the SSH user name for use when establishing ssh username <text>...
Page 536
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 537
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 538
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 539
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 540
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 541
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 542
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 543
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 544
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 7 (tunnel-connect-host:10:7) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 545
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 546
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 547
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 548
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 549
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 550
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 551
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 552
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 553
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 554
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 555
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 556
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 7 (tunnel-connect-host:3:7) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 557
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 558
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 559
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 560
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 561
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 562
5: Commands and Levels character. Note that quotes must enclose the value if it contains spaces. 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 aes encrypt key <hexadecimal>...
Page 563
5: Commands and Levels Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session. show statistics show connection statistics Sets the SSH user name for use when establishing ssh username <text>...
Page 564
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 565
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 566
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 567
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 568
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 569
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 570
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 571
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 572
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 8 (tunnel-connect-host:10:8) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 573
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 574
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 575
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 576
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 577
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 578
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 579
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 580
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 581
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 582
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 583
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 584
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 8 (tunnel-connect-host:3:8) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 585
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 586
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 587
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 588
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 589
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 590
5: Commands and Levels character. Note that quotes must enclose the value if it contains spaces. 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 aes encrypt key <hexadecimal>...
Page 591
5: Commands and Levels Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session. show statistics show connection statistics Sets the SSH user name for use when establishing ssh username <text>...
Page 592
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 593
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 594
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 595
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 596
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 597
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 598
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 599
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 600
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 9 (tunnel-connect-host:10:9) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 601
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 602
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 603
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 604
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 605
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 606
5: Commands and Levels Removes the remote host address used to establish no address tunneling connections. no aes decrypt key Removes the connect tunnel AES decrypt key. no aes encrypt key Removes the connect tunnel AES encrypt key. no credentials Clears the RSA/DSA certificate selection.
Page 607
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by two adjacent hex digits. Bytes may run together or be separated aes decrypt key <hexadecimal> 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.
Page 608
5: Commands and Levels protocol ssl Uses SSL protocol for connect mode tunneling. protocol tcp Uses TCP protocol for connect mode tunneling. Uses TCP protocol with AES encryption for connect protocol tcp aes mode tunneling. Uses Telnet protocol (with IAC) for connect mode protocol telnet tunneling.
Page 609
5: Commands and Levels 12,3A,BC 12.3a.bc 12:3a:bc Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes. Each byte is represented by a single aes encrypt key text <text> character.
Page 610
5: Commands and Levels Sets the SSH user name for use when establishing ssh username <text> tunneling connections with other devices. <text> = SSH user name. Sets the TCP keep alive idle time. This is the initial tcp keep alive idle time <milliseconds> keep alive timeout.
Page 611
5: Commands and Levels exit Exits to the next higher level. Sets the host connect tunnel Initial Send text allowing for binary characters. <binary> = string in initial send binary <binary> binary format that will be sent out the network upon connection.
Page 612
5: Commands and Levels Requires verification of the server certificate when validate certificate enable connecting. Stores the current configuration in permanent write memory. host 9 (tunnel-connect-host:3:9) level commands Sets the remote host to establish tunneling address <text> connections with. <text> = IP address or host name of the remote host.
Page 613
5: Commands and Levels no initial send Removes the host connect tunnel Initial Send string. Removes the remote port used to establish tunnel no port connections. no ssh username Removes the SSH user name. no tcp user timeout Restores the default. Sets the remote port to use for connect mode port <number>...
Page 614
5: Commands and Levels Sets the connect tunnel AES decrypt key with up to 16 bytes. Each byte is represented by a single aes decrypt key text <text> character. Note that quotes must enclose the value if it contains spaces. Sets the connect tunnel AES encrypt key with up to 16 bytes.
Page 615
5: Commands and Levels protocol udp Uses UDP protocol for connect mode tunneling. Uses UDP protocol with AES encryption for connect protocol udp aes mode tunneling. show Shows the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 616
5: Commands and Levels Selects the RSA/DSA certificates by name for the credentials <text> SSL client. default protocol Restores the default protocol as "TCP". default tcp keep alive idle time Defaults the TCP keep alive idle time. Restores the default 45 second connect mode TCP default tcp keep alive interval keep alive timeout.
Page 617
5: Commands and Levels Sets the number of TCP keep alive probes. tcp keep alive probes <number> <number> = number of TCP keep alive probes. Sets the timeout for TCP retransmissions. tcp user timeout <milliseconds> <milliseconds> = timeout value, in milliseconds. Skips verification of the server certificate when validate certificate disable connecting.
Page 618
5: Commands and Levels Sets the authentication type for an HTTP server auth type <uri> ssl-basic authentication directive to SSL-Basic. <uri> = URI of the server. Sets the authentication type for an HTTP server auth type <uri> ssl-digest authentication directive to SSL-Digest. <uri> = URI of the server.
Page 619
5: Commands and Levels no port Disables the HTTP Server port. no secure credentials Clears the RSA/DSA certificate selection. no secure port Disables the HTTP Server SSL port. Sets the port number the HTTP server will use. port <number> <number> = port number. Selects the RSA/DSA certificates by name for the secure credentials <text>...
Page 620
5: Commands and Levels exit Exits to the next higher level. Sets sequential mode; will stop after first connection mode sequential that goes through. Sets simultaneous mode; will make all possible mode simultaneous connections. Clears the HTTP Post reminder interval. HTTP Post no reminder interval is sent once only.
Page 621
5: Commands and Levels Restores the default Maximum Transmission Unit default mtu (MTU) size. default priority Restores the default priority for the interface. dhcp client id <text> Sets the DHCP client ID. dhcp disable Disables DHCP. dhcp enable Enables DHCP. Sets the domain name.
Page 622
5: Commands and Levels Sets the domain name. <text> = name of the domain <text> domain. exit Exits to the config level. failover Enter failover configuration level hostname <text> Sets the host name. <text> = name of the host. if <instance> Changes to the interface configuration level.
Page 623
5: Commands and Levels Sets the IP address and network mask. Formats accepted: 192.168.1.1 (default mask) ip address <ip address/cidr> 192.168.1.1/24 (CIDR) "192.168.1.1 255.255.255.0" (explicit mask) link Enter link configuration level mtu <bytes> Sets the Maximum Transmission Unit (MTU) size. no default gateway Clears the default gateway.
Page 624
5: Commands and Levels Sets the current line to always be in command command mode always mode. Disables user-defined serial boot string to be command mode echo serial string disable echoed in the CLI. Enables user-defined serial boot string to be echoed command mode echo serial string enable in the CLI.
Page 625
5: Commands and Levels no name Removes the name of this line. parity even Uses a parity bit on the line for even parity. parity none Does not use a parity bit on the line. parity odd Uses a parity bit on the line for odd parity. protocol none Uses no protocol on the line.
Page 626
5: Commands and Levels project tag <text> Sets the Project Tag. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. state disable Disables command processing on line. state enable Enables command processing on line. status update interval <minutes>...
Page 627
5: Commands and Levels Uses software (xon/xoff characters) flow control on flow control software the line. Sets the gap timer in milliseconds. If some data has gap timer <milliseconds> been received, it will be forwarded after this time since the last character. kill session Kills command mode session on the Line Enters the line level.
Page 628
5: Commands and Levels Sets the xon character for use with software flow control on this line. The character may be input as text, control, decimal, or hex. A control character xon char <control> has the form <control>C. A decimal value character has the form \99.
Page 629
5: Commands and Levels characters. Within [] use binary decimal up to 255 or hex up to 0xFF. Sets boot-up wait time for command mode serial command mode wait time <milliseconds> string. <milliseconds> = wait time. configure current settings Configures line with the current value of settings. data bits 7 Uses seven bits for data on the line.
Page 630
5: Commands and Levels state enable Enables the line so data can be sent/received. stop bits 1 Uses one stop bit after data on the line. stop bits 2 Uses two stop bits after data on the line. Enters the configure-terminal level. <line> = number terminal <line>...
Page 631
5: Commands and Levels clear line counters Sets the serial counters to zero. clrscrn Clears the screen. Sets the current line to always be in command command mode always mode. Disables user-defined serial boot string to be command mode echo serial string disable echoed in the CLI.
Page 632
5: Commands and Levels Removes the gap timer, so forwarding depends on no gap timer the line speed. no name Removes the name of this line. parity even Uses a parity bit on the line for even parity. parity none Does not use a parity bit on the line.
Page 633
5: Commands and Levels line <number> Change to line configuration level. no project tag Restores the default Project Tag. project tag <text> Sets the Project Tag. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 634
5: Commands and Levels flow control hardware Uses hardware (RTS/CTS) flow control on the line. flow control none Does not provide flow control on the line. Uses software (xon/xoff characters) flow control on flow control software the line. Sets the gap timer in milliseconds. If some data has gap timer <milliseconds>...
Page 635
5: Commands and Levels has the form \99. A hex value character has the form 0xFF. Sets the xon character for use with software flow control on this line. The character may be input as text, control, decimal, or hex. A control character xon char <control>...
Page 636
5: Commands and Levels command mode. <string> = text with possible binary characters. Within [] use binary decimal up to 255 or hex up to 0xFF. Sets boot-up wait time for command mode serial command mode wait time <milliseconds> string. <milliseconds> = wait time. configure current settings Configures line with the current value of settings.
Page 637
5: Commands and Levels state disable Disables the line so data cannot be sent/received. state enable Enables the line so data can be sent/received. stop bits 1 Uses one stop bit after data on the line. stop bits 2 Uses two stop bits after data on the line. Enters the configure-terminal level.
Page 638
5: Commands and Levels Sets the line speed. <bits per second> = the speed. baud rate <bits per second> Standard speeds include 1200, 2400, 4800, 9600, 19200, and so on. clear line counters Sets the serial counters to zero. clrscrn Clears the screen.
Page 639
5: Commands and Levels no command mode Disables command mode for the current line. Clears the signon message displayed at boot time no command mode signon message and when entering command mode. Removes the gap timer, so forwarding depends on no gap timer the line speed.
Page 640
5: Commands and Levels Restores the default firmware and configuration default content check interval check interval. default status update interval Restores the default status update interval. exit Exits to the config-mach10 level. line <number> Change to line configuration level. no project tag Restores the default Project Tag.
Page 641
5: Commands and Levels default threshold Restores the factory default threshold. default xoff char Restores the default xoff character on this line. default xon char Restores the default xon character on this line. exit Exits to the enable level flow control hardware Uses hardware (RTS/CTS) flow control on the line.
Page 642
5: Commands and Levels 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 xoff char <control> has the form <control>C. A decimal value character has the form \99.
Page 643
5: Commands and Levels 255 or hex up to 0xFF. Within {} specify decimal milliseconds time delay. Sets a sign-on message that is sent from the serial port when the device boots and when the line is in command mode signon message <string> command mode.
Page 644
5: Commands and Levels Displays the last 20 commands entered during the show history current CLI session. show line Displays the current configuration. show statistics Shows the line statistics. state disable Disables the line so data cannot be sent/received. state enable Enables the line so data can be sent/received.
Page 645
5: Commands and Levels line 10 (line:10) level commands auto show statistics Continuously displays line statistics. Sets the line speed. <bits per second> = the speed. baud rate <bits per second> Standard speeds include 1200, 2400, 4800, 9600, 19200, and so on. clear line counters Sets the serial counters to zero.
Page 646
5: Commands and Levels Restores the serial counters to the aggregate no clear line counters values. no command mode Disables command mode for the current line. Clears the signon message displayed at boot time no command mode signon message and when entering command mode. Removes the gap timer, so forwarding depends on no gap timer the line speed.
Page 647
5: Commands and Levels default command delimiter Restores the command delimiter. Restores the default firmware and configuration default content check interval check interval. default status update interval Restores the default status update interval. exit Exits to the config-mach10 level. line <number> Change to line configuration level.
Page 648
5: Commands and Levels default stop bits Restores the default of one stop bit. default threshold Restores the factory default threshold. default xoff char Restores the default xoff character on this line. default xon char Restores the default xon character on this line. exit Exits to the enable level flow control hardware...
Page 649
5: Commands and Levels Stores the current configuration in permanent write memory. 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 xoff char <control> has the form <control>C.
Page 650
5: Commands and Levels Sets a string that can be entered at boot time to enter command mode. <string> = text with possible command mode serial string <string> binary characters. Within [] use binary decimal up to 255 or hex up to 0xFF. Within {} specify decimal milliseconds time delay.
Page 651
5: Commands and Levels Shows the command mode settings for the current show command mode line. Displays the last 20 commands entered during the show history current CLI session. show line Displays the current configuration. show statistics Shows the line statistics. state disable Disables the line so data cannot be sent/received.
Page 652
5: Commands and Levels Stores the current configuration in permanent write memory. line 13 (line:13) level commands auto show statistics Continuously displays line statistics. Sets the line speed. <bits per second> = the speed. baud rate <bits per second> Standard speeds include 1200, 2400, 4800, 9600, 19200, and so on.
Page 653
5: Commands and Levels Enters the line level. <line> = number of the line line <line> (serial port) to be configured. name <text> Sets the name for this line. Restores the serial counters to the aggregate no clear line counters values.
Page 654
5: Commands and Levels clrscrn Clears the screen. command delimiter <text> Sets the command delimiter. content check interval <hours> Sets the firmware and configuration check interval. default command delimiter Restores the command delimiter. Restores the default firmware and configuration default content check interval check interval.
Page 655
5: Commands and Levels default data bits Restores the default of eight data bits. default flow control Restores the default of no flow control. default parity Restores the default of no parity. default stop bits Restores the default of one stop bit. default threshold Restores the factory default threshold.
Page 656
5: Commands and Levels Enters the tunnel level. <line> = number of the tunnel <line> tunnel line (serial port) to be configured. Stores the current configuration in permanent write memory. Sets the xoff character for use with software flow control on this line. The character may be input as text, control, decimal, or hex.
Page 657
5: Commands and Levels Enables user to enter a custom string at boot time to command mode serial string enter command mode. Sets a string that can be entered at boot time to enter command mode. <string> = text with possible command mode serial string <string>...
Page 658
5: Commands and Levels reassert Asserts line status with current configured values. show Displays the current status. Shows the command mode settings for the current show command mode line. Displays the last 20 commands entered during the show history current CLI session. show line Displays the current configuration.
Page 659
5: Commands and Levels status update interval <minutes> Sets the status update interval. Stores the current configuration in permanent write memory. line 16 (line:16) level commands auto show statistics Continuously displays line statistics. Sets the line speed. <bits per second> = the speed. baud rate <bits per second>...
Page 660
5: Commands and Levels Enters the line level. <line> = number of the line line <line> (serial port) to be configured. name <text> Sets the name for this line. Restores the serial counters to the aggregate no clear line counters values.
Page 661
5: Commands and Levels clrscrn Clears the screen. command delimiter <text> Sets the command delimiter. content check interval <hours> Sets the firmware and configuration check interval. default command delimiter Restores the command delimiter. Restores the default firmware and configuration default content check interval check interval.
Page 662
5: Commands and Levels Displays the last 20 commands entered during the show history current CLI session. speed 10 Sets the speed of the Ethernet link to 10 Mbps. speed 100 Sets the speed of the Ethernet link to 100 Mbps. speed 1000 Sets the speed of the Ethernet link to 1000 Mbps.
Page 663
5: Commands and Levels Stores the current configuration in permanent write memory. mach10 (config-mach10) level commands active connection connection <number> Sets active connection to Connection <number>. Sets the action on configuration updates to Always, apply configuration updates always signifying that the device will always apply configuration updates.
Page 664
5: Commands and Levels Stores the current configuration in permanent write memory. modem (tunnel-modem:16) level commands clrscrn Clears the screen. Sets the CONNECT string used in modem connect string <text> emulation. <string> = connect string. default incoming connection Default disables incoming network connections. default response type Default uses text type responses.
Page 665
5: Commands and Levels echo commands disable Does not echo modem commands. echo commands enable Echoes modem commands. Does not echo the +++ characters when entering echo pluses disable modem command mode. Echoes the +++ characters when entering modem echo pluses enable command mode.
Page 666
5: Commands and Levels incoming connection disabled Disable incoming network connections. Wait for an ATA command before answering an incoming connection manual incoming network connection. Removes optional CONNECT string information for no connect string modem emulation. Asserts tunnel modem status with current reassert configured values.
Page 667
5: Commands and Levels Displays the last 20 commands entered during the show history current CLI session. show status Displays tunnel modem status. verbose response disable Does not send Modem Response Codes. Sends Modem Response Codes out on the Serial verbose response enable Line.
Page 668
5: Commands and Levels Sets the CONNECT string used in modem connect string <text> emulation. <string> = connect string. default incoming connection Default disables incoming network connections. default response type Default uses text type responses. display remote ip disable The incoming RING has nothing following it. The incoming RING is followed by the IP address of display remote ip enable the caller.
Page 669
5: Commands and Levels Echoes the +++ characters when entering modem echo pluses enable command mode. error unknown commands disable Returns OK on unknown AT commands. error unknown commands enable Returns an error upon unknown AT commands. exit Returns to the tunnel level. Automatically answer incoming network incoming connection automatic connections.
Page 670
5: Commands and Levels Removes optional CONNECT string information for no connect string modem emulation. Asserts tunnel modem status with current reassert configured values. response type numeric Uses numeric type responses. response type text Uses text type responses. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 671
5: Commands and Levels Sends Modem Response Codes out on the Serial verbose response enable Line. Stores the current configuration in permanent write memory. modem (tunnel-modem:7) level commands clrscrn Clears the screen. Sets the CONNECT string used in modem connect string <text> emulation.
Page 672
5: Commands and Levels The incoming RING is followed by the IP address of display remote ip enable the caller. echo commands disable Does not echo modem commands. echo commands enable Echoes modem commands. Does not echo the +++ characters when entering echo pluses disable modem command mode.
Page 673
5: Commands and Levels Automatically answer incoming network incoming connection automatic connections. incoming connection disabled Disable incoming network connections. Wait for an ATA command before answering an incoming connection manual incoming network connection. Removes optional CONNECT string information for no connect string modem emulation.
Page 674
5: Commands and Levels show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. show status Displays tunnel modem status. verbose response disable Does not send Modem Response Codes. Sends Modem Response Codes out on the Serial verbose response enable Line.
Page 675
5: Commands and Levels Sets the CONNECT string used in modem connect string <text> emulation. <string> = connect string. default incoming connection Default disables incoming network connections. default response type Default uses text type responses. display remote ip disable The incoming RING has nothing following it. The incoming RING is followed by the IP address of display remote ip enable the caller.
Page 676
5: Commands and Levels Echoes the +++ characters when entering modem echo pluses enable command mode. error unknown commands disable Returns OK on unknown AT commands. error unknown commands enable Returns an error upon unknown AT commands. exit Returns to the tunnel level. Automatically answer incoming network incoming connection automatic connections.
Page 677
5: Commands and Levels Sets packing mode to accumulate data and transmit packing mode timeout it after a specified amount of time (timeout). Sets the send character for packing mode. The character may be input as text, control, decimal, or send character <control>...
Page 678
5: Commands and Levels Sets the timeout value for packing mode in timeout <milliseconds> milliseconds. <milliseconds> = timeout value, in milliseconds. Sets the trailing character for packing mode. The character may be input as text, control, decimal, or trailing character <control> hex.
Page 679
5: Commands and Levels default threshold Restores the default threshold. default timeout Restores the default packing mode timeout. exit Returns to the tunnel level. no trailing character Removes the trailing character for packing mode. Disables packing. Data is sent to the network when packing mode disable received.
Page 680
5: Commands and Levels decimal value character has the form \99. A hex value character has the form 0xFF. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. Sets the threshold (byte count). If the queued data threshold <bytes>...
Page 681
5: Commands and Levels decimal value character has the form \99. A hex value character has the form 0xFF. Stores the current configuration in permanent write memory. packing (tunnel-packing:10) level commands clrscrn Clears the screen. default packing mode Sets to default packing mode, which is "Disable" default send character Removes the send character for packing mode.
Page 682
5: Commands and Levels Sets packing mode to accumulate data and transmit packing mode send character it upon receiving the configured send character on the line (serial port). Sets packing mode to accumulate data and transmit packing mode timeout it after a specified amount of time (timeout). Sets the send character for packing mode.
Page 683
5: Commands and Levels Sets the threshold (byte count). If the queued data threshold <bytes> reaches this threshold then the data will be sent. <bytes> = number of bytes in the threshold. Sets the timeout value for packing mode in timeout <milliseconds>...
Page 684
5: Commands and Levels default packing mode Sets to default packing mode, which is "Disable" default send character Removes the send character for packing mode. default threshold Restores the default threshold. default timeout Restores the default packing mode timeout. exit Returns to the tunnel level.
Page 685
5: Commands and Levels Sets the send character for packing mode. The character may be input as text, control, decimal, or send character <control> hex. A control character has the form <control>C. A decimal value character has the form \99. A hex value character has the form 0xFF.
Page 686
5: Commands and Levels Sets the trailing character for packing mode. The character may be input as text, control, decimal, or trailing character <control> hex. A control character has the form <control>C. A decimal value character has the form \99. A hex value character has the form 0xFF.
Page 687
5: Commands and Levels no trailing character Removes the trailing character for packing mode. Disables packing. Data is sent to the network when packing mode disable received. Sets packing mode to accumulate data and transmit packing mode send character it upon receiving the configured send character on the line (serial port).
Page 688
5: Commands and Levels Displays the last 20 commands entered during the show history current CLI session. Sets the threshold (byte count). If the queued data threshold <bytes> reaches this threshold then the data will be sent. <bytes> = number of bytes in the threshold. Sets the timeout value for packing mode in timeout <milliseconds>...
Page 689
5: Commands and Levels exit Exits to the next higher level. Removes the password so connections will be no password accepted unchallenged. Sets the password required on the network side of password <text> the tunnel to begin a connection. Inhibits any prompting for password on the network prompt disable side of the tunnel.
Page 690
5: Commands and Levels Removes the password so connections will be no password accepted unchallenged. Sets the password required on the network side of password <text> the tunnel to begin a connection. Inhibits any prompting for password on the network prompt disable side of the tunnel.
Page 691
5: Commands and Levels Removes the password so connections will be no password accepted unchallenged. Sets the password required on the network side of password <text> the tunnel to begin a connection. Inhibits any prompting for password on the network prompt disable side of the tunnel.
Page 692
5: Commands and Levels Removes the password so connections will be no password accepted unchallenged. Sets the password required on the network side of password <text> the tunnel to begin a connection. Inhibits any prompting for password on the network prompt disable side of the tunnel.
Page 693
5: Commands and Levels Removes the password so connections will be no password accepted unchallenged. Sets the password required on the network side of password <text> the tunnel to begin a connection. Inhibits any prompting for password on the network prompt disable side of the tunnel.
Page 694
5: Commands and Levels Sets the WAN port or range for port forwarding rule. port or range <text> <text> = port or range. protocol both Sets the protocol to Both (TCP and UDP). protocol tcp Sets the protocol to TCP. protocol udp Sets the protocol to UDP.
Page 695
5: Commands and Levels clrscrn Clears the screen. default protocol Restores the default value of the protocol (Both). exit Exits to the config-gateway level. Set the friendly name for port forwarding rule <text> friendly name <text> = friendly name Sets the original WAN destination IP address for ingress ip address <IP address>...
Page 696
5: Commands and Levels Clears the LAN destination port for port forwarding no target port rule. port forwarding rule <number> Change to config gateway port forwarding level. Sets the WAN port or range for port forwarding rule. port or range <text> <text>...
Page 697
5: Commands and Levels Stores the current configuration in permanent write memory. port forwarding rule 6 (config-portforwarding:6) level commands clrscrn Clears the screen. default protocol Restores the default value of the protocol (Both). exit Exits to the config-gateway level. Set the friendly name for port forwarding rule <text> friendly name <text>...
Page 698
5: Commands and Levels Clears the LAN destination IP address for port no ip address forwarding rule. Clears the WAN port or range for port forwarding no port or range rule. Clears the LAN destination port for port forwarding no target port rule.
Page 699
5: Commands and Levels state disable Disables the port forwarding rule. state enable Enables the port forwarding rule. Sets the LAN destination port for port forwarding target port <text> rule. <text> = port. Stores the current configuration in permanent write memory.
Page 700
5: Commands and Levels exit Returns to the tunnel level. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. Stores the current configuration in permanent write memory. serial (tunnel-serial:15) level commands clrscrn Clears the screen.
Page 701
5: Commands and Levels exit Returns to the tunnel level. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. Stores the current configuration in permanent write memory. serial (tunnel-serial:12) level commands clrscrn Clears the screen.
Page 702
5: Commands and Levels exit Returns to the tunnel level. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. Stores the current configuration in permanent write memory. serial (tunnel-serial:9) level commands clrscrn Clears the screen.
Page 703
5: Commands and Levels exit Returns to the tunnel level. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. Stores the current configuration in permanent write memory. serial (tunnel-serial:6) level commands clrscrn Clears the screen.
Page 704
5: Commands and Levels exit Returns to the tunnel level. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. Stores the current configuration in permanent write memory. serial (tunnel-serial:3) level commands clrscrn Clears the screen.
Page 705
5: Commands and Levels exit Returns to the tunnel level. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session. Stores the current configuration in permanent write memory. server (ssh-server) level commands Sets authorized username, password, and authorized user <username>...
Page 706
5: Commands and Levels Sets an SMTP server address to direct all outbound server address <text> email messages through a mail server. server port <number> Sets the SMTP server port. show Displays the current configuration. Displays the last 20 commands entered during the show history current CLI session.
Page 707
5: Commands and Levels exit Exits to the config-dhcpd level. ip address <IP address> Sets the reserved IP address. Sets the MAC Address. Each byte is represented by two adjacent hex digits. Bytes may run together or mac address <hexadecimal> be separated by optional punctuation: 123ABC "12 3A BC"...
Page 708
5: Commands and Levels static leases 4 (config-dhcpd-static_leases:4) level commands clrscrn Clears the screen. exit Exits to the config-dhcpd level. ip address <IP address> Sets the reserved IP address. Sets the MAC Address. Each byte is represented by two adjacent hex digits. Bytes may run together or mac address <hexadecimal>...
Page 709
5: Commands and Levels Stores the current configuration in permanent write memory. static leases 7 (config-dhcpd-static_leases:7) level commands clrscrn Clears the screen. exit Exits to the config-dhcpd level. ip address <IP address> Sets the reserved IP address. Sets the MAC Address. Each byte is represented by two adjacent hex digits.
Page 710
5: Commands and Levels no gateway Clears the gateway for static route network. Clears the route interface. The WAN interface is no interface used if no interface is specified. no network Clears the IP address for static route network. show Displays the current configuration.
Page 711
5: Commands and Levels no gateway Clears the gateway for static route network. Clears the route interface. The WAN interface is no interface used if no interface is specified. no network Clears the IP address for static route network. show Displays the current configuration.
Page 712
5: Commands and Levels no gateway Clears the gateway for static route network. Clears the route interface. The WAN interface is no interface used if no interface is specified. no network Clears the IP address for static route network. show Displays the current configuration.
Page 713
5: Commands and Levels no gateway Clears the gateway for static route network. Clears the route interface. The WAN interface is no interface used if no interface is specified. no network Clears the IP address for static route network. show Displays the current configuration.
Page 714
5: Commands and Levels severity log level critical Log only Critical and more severe events. severity log level debug Log all events. severity log level emergency Log only Emergency events. severity log level error Log only Error and more severe events. severity log level information Log only Information and more severe events.
Page 715
5: Commands and Levels exit Exits to the configuration level. On the login connect menu, removes the menu item exit connect menu disable allowing the user to exit to the CLI. On the login connect menu, inserts the menu item exit connect menu enable allowing the user to exit to the CLI.
Page 716
5: Commands and Levels Disables the login connect menu, so a user will get login connect menu disable the CLI immediately after logging in. Enables the login connect menu, so a user will get login connect menu enable the menu rather than the CLI immediately after logging in.
Page 717
5: Commands and Levels Sets the optional send break character. <text> = the character. The character may be input as text, send break <control> control, decimal, or hex. A control character has the form <control>C. A decimal value character has the form \99.
Page 718
5: Commands and Levels Enters the configure-terminal level. <line> = number terminal <line> 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. Enters the tunnel level. <line> = number of the tunnel <line>...
Page 719
5: Commands and Levels Stores the current configuration in permanent write memory. terminal 6 (config-terminal:6) level commands Sets how long a break should last when it is being break duration <milliseconds> sent to the line. <milliseconds> = number of milliseconds. clrscrn Clears the screen.
Page 720
5: Commands and Levels Restores the break duration to the default value default break duration (500 ms). default terminal type Sets the default terminal type, "UNKNOWN". Disables echoing of characters received on the line echo disable back to the line. Enables echoing of characters received on the line echo enable back to the line.
Page 721
5: Commands and Levels exit Exits to the configuration level. On the login connect menu, removes the menu item exit connect menu disable allowing the user to exit to the CLI. On the login connect menu, inserts the menu item exit connect menu enable allowing the user to exit to the CLI.
Page 722
5: Commands and Levels Disables the login connect menu, so a user will get login connect menu disable the CLI immediately after logging in. Enables the login connect menu, so a user will get login connect menu enable the menu rather than the CLI immediately after logging in.
Page 723
5: Commands and Levels Sets the optional send break character. <text> = the character. The character may be input as text, send break <control> control, decimal, or hex. A control character has the form <control>C. A decimal value character has the form \99.
Page 724
5: Commands and Levels Enters the configure-terminal level. <line> = number terminal <line> 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. Enters the tunnel level. <line> = number of the tunnel <line>...
Page 725
5: Commands and Levels Stores the current configuration in permanent write memory. terminal 13 (config-terminal:13) level commands Sets how long a break should last when it is being break duration <milliseconds> sent to the line. <milliseconds> = number of milliseconds. clrscrn Clears the screen.
Page 726
5: Commands and Levels Restores the break duration to the default value default break duration (500 ms). default terminal type Sets the default terminal type, "UNKNOWN". Disables echoing of characters received on the line echo disable back to the line. Enables echoing of characters received on the line echo enable back to the line.
Page 727
5: Commands and Levels exit Exits to the configuration level. On the login connect menu, removes the menu item exit connect menu disable allowing the user to exit to the CLI. On the login connect menu, inserts the menu item exit connect menu enable allowing the user to exit to the CLI.
Page 728
5: Commands and Levels Disables the login connect menu, so a user will get login connect menu disable the CLI immediately after logging in. Enables the login connect menu, so a user will get login connect menu enable the menu rather than the CLI immediately after logging in.
Page 729
5: Commands and Levels Sets the optional send break character. <text> = the character. The character may be input as text, send break <control> control, decimal, or hex. A control character has the form <control>C. A decimal value character has the form \99.
Page 730
5: Commands and Levels Enters the configure-terminal level. <line> = number terminal <line> of the terminal line (serial port) to be configured. terminal network Enters the configure-terminal level for the network. Enters the tunnel level. <line> = number of the tunnel <line>...
Page 731
5: Commands and Levels Enters the configure-terminal level. <line> = number terminal <line> of the terminal line (serial port) to be configured. terminal network Enters the configure-terminal level for the network. Enters the tunnel level. <line> = number of the tunnel <line>...
Page 732
5: Commands and Levels Enters the configure-terminal level. <line> = number terminal <line> of the terminal line (serial port) to be configured. terminal network Enters the configure-terminal level for the network. Enters the tunnel level. <line> = number of the tunnel <line>...
Page 733
5: Commands and Levels Enters the configure-terminal level. <line> = number terminal <line> of the terminal line (serial port) to be configured. terminal network Enters the configure-terminal level for the network. Enters the tunnel level. <line> = number of the tunnel <line>...
Page 734
5: Commands and Levels Enters the configure-terminal level. <line> = number terminal <line> of the terminal line (serial port) to be configured. terminal network Enters the configure-terminal level for the network. Enters the tunnel level. <line> = number of the tunnel <line>...
Page 735
5: Commands and Levels Enters the configure-terminal level. <line> = number terminal <line> of the terminal line (serial port) to be configured. terminal network Enters the configure-terminal level for the network. Enters the tunnel level. <line> = number of the tunnel <line>...
Page 736
5: Commands and Levels Enters the configure-terminal level. <line> = number terminal <line> of the terminal line (serial port) to be configured. terminal network Enters the configure-terminal level for the network. Enters the tunnel level. <line> = number of the tunnel <line>...
Page 737
5: Commands and Levels Enters the configure-terminal level. <line> = number terminal <line> of the terminal line (serial port) to be configured. terminal network Enters the configure-terminal level for the network. Enters the tunnel level. <line> = number of the tunnel <line>...
Page 738
5: Commands and Levels xcr import <file> Load XML configuration from a local file xcr import <file> <group list> Load specified XML configuration from a local file List XML Configuration Record groups to the xcr list console xsr dump Dump XML Status Records to the console xsr dump <group list>...
Need help?
Do you have a question about the EDS-MD Series and is the answer not in the manual?
Questions and answers