RELEASE NOTES: MatchPort AR v5.1.0.0 R10 RELEASE DATE: March 29, 2010 STATUS: Released RELEASED FILES: matchport_ar_5_1_0_0_R10.romz (firmware) matchport_ar_5_1_0_0_R10_cli.html (CLI documentation) DOWNGRADE: To move BACKWARDS to an older firmware version, use Device Installer's "Recover Firmware" feature, with the "Erase All Flash" option selected, to load via a serial port. The configuration database is not automatically converted when moving backwards. UPGRADE: If you experience any difficulty upgrading the firmware, use Device Installer's "Recover Firmware" feature, with the "Erase All Flash" option selected, to recover via a serial port. RELEASE SUMMARY =============== o Various bug fixes. =============================================================================== Known Bugs: ----------- o BZ# 9320: VIP Connect Mode: Keeps connecting to Host-1 even though the Ethernet has been disconnected. - One of the implications of this is that VIP Access and the Host List feature does not work together at this time. Due to constraints from the DSM protocol (DSM version 3.0 and earlier), it is not able to move to the next host in a list if the host disconnects. - Another implication is that Connect Mode VIP Access tunnels may loose data if the the destination host is not present. o BZ# 9362: Unnecessary ARP request when answering a packet. o BZ# 9584: File system statistics under report overhead. o BZ# 9678: No error message when file system is full during xml file export in Web Manager. o BZ# 9704: Trace route without default gateway gives an inappropriate error message. Known Limitations: ------------------ o VIP Access Connect mode only works with TCP at this time. Choosing a tunnel Connect mode protocol other than TCP will not work correctly. Accept mode does not have this limitation. It will accept any TCP based protocol. o VIP Access UDP is not supported for accept or connect mode at this time. o VIP Access and the Host List feature do not work together in this VIP version 1 release as noted in BZ# 9320. =============================================================================== PREVIOUS SUMMARIES ================== v5.1.0.0 R9 ----------- o Various bug fixes. v5.1.0.0 R8 ----------- o Various bug fixes. v5.1.0.0 B3 ----------- o Various bug fixes. v5.1.0.0 R7 ----------- o Various bug fixes. v5.1.0.0 R3 ----------- o SSH closes when network disconnects; Opera imports SSL cert. v5.1.0.0 R0 ----------- o VIP Access versions 1 is enabled on this release. o Support for RFC 2217. o The "Host List" feature is enabled on this release. To accommodate this feature, a new host level has been created under the tunnel | connect level. See the Version 1.3 to v5.1 command differences section below for specifics. o The CLI structure has changed to promote a more logical and efficient interface. Several commands have been moved to new levels. See the command differences between v1.3 and v5.1 section below for details. o A complete list of command line changes is documented in command differences between v1.3 and v5.1 section below. o TFTP firmware upgrade must be specifically enabled and disabled. enable | configure | tftp | allow firmware update disable enable | configure | tftp | allow firmware update enable =============================================================================== NEW FEATURES ============ v5.1.0.0 R10 ------------ o Adds limited support for UTF-8 encoded distinguished name fields. v5.1.0.0 R9 ----------- o NetGetStackStatus() now checks if the default gateway is ready and returns an additional error code. v5.1.0.0 R0 ------------------------- o Moved TLOG into RAM so it can be called from flash routines. o Added flash error messages when erase or write fails. o Added retry on flash erase and write operations. o Added TLOGs on various file system errors. o Changed the "Not in heap" TLOG so now it contains the offending address. o Modified sprintf %p to print addresses in their 0000:0000 format. o Cleaned up TLog output. - Removed path from file name. - Increased entry number digits from 3 to 4. - Wraps entry number at 9999. o Added thread safety in SSLSend for SDK callers. o Added thread safety in SSLIsDataAvailable for SDK callers. o SSLRecv no longer blocks if SSLIsDataAvailable has returned true. o Fixed reliable transport. - Eliminated "single threaded" versus "multi threaded" version. - Reliable transport now works properly in our multi-threaded environment. o TFTP now optionally supports XCR import. o Added SSL support for Serial Number distinguished name attribute. =============================================================================== BUG FIXES: ========== v5.1.0.0 R10 ------------ o BZ# 9710: Avoids problems when network traffic floods device. o BZ# 9947: Tunnel Connect Mode Start Character now correctly waits for a new start character if an Accept Mode connection is active when the user kills the Connect Mode connection. o BZ# 9949: Fixed access to Web Manager page Terminal...Network. o BZ# 9951: Removed some erroneous error messages when changing the Line - Command Mode setting via CLI. o BZ# 9974: Escalation 100312-000000: Implemented several missing steps in the SSL handshake to accommodate intermediate certificate authorities. o BZ# 10008: Web manager is allowed to force the run time Modem Emulation settings. o BZ# 10011: HTTP server now redirects to HTTPS with Internet Explorer and with SSL as the authentication type. o BZ# 10015: Modem emulation mode displays IP of caller after RING. v5.1.0.0 R9 ----------- o BZ# 9900: Tunnel Accept Mode now resets "start" condition in Accept Mode Any Character, Start Character, or Modem Control Asserted when a connection is closed if no Disconnect Mode condition is specified. o BZ# 9911: Resets the UART recevier when switching between RS232/RS485 mode. o BZ# 9912: NetGetStackStatus() now checks if the default gateway is ready and returns an additional error code. o BZ# 9924: Nessus scan no longer renders device unreachable via Web or telnet connections. o BZ# 9930: Added CLI inactivity timeout on SSH connections. o BZ# 9933: Escalation 091203-000002: PEM decode now looks strictly for a space delimiter and ignores new-lines. This permits more freedom in the input format. v5.1.0.0 R8 ----------- o BZ# 9763: When remote is unplugged from net, telnet now retries and times out within 8 minutes. o BZ# 9853: Works around an Opera bug displaying the processor load graph. o BZ# 9867: Changes short name from "matchport" to "matchport_ar" for consistency. o BZ# 9875: Prevents TCP data loss. o BZ# 9881: show given a bad group name now responds "Unknown group". o BZ# 9882: Escalation: 100212-000011: Fixed email with Public DNS. o BZ# 9884: Avoids file read failure during compact. v5.1.0.0 B3 ----------- o BZ# 9673: Fixes a series of errors using Web Manager to attempt to upload a file larger than the remaining space on the filesystem. o BZ# 9699: Fixes Safari problem with CLI configuration with Inactivity Timeout disabled. o BZ# 9708: Adds "Total processor load:" text. Removes color code on Idle Task CPU %. o BZ# 9719: Increased timeout on FINWAIT_2 to prevent premature half-closed socket shutdown. o BZ# 9721: Web manager now can configure the maximum ARP timeout in seconds. o BZ# 9790: Web manager now allows selection of SSL HTTP authentication without username or password. o BZ# 9792: Backs out changes made earlier for bug 9679. o BZ# 9793: PPP no longer requires reboot after baud rate change. v5.1.0.0 R7 ----------- o BZ# 9617: Default Gateway may now be changed dynamically. o BZ# 9627: Multiple calls to HttpSetHeader() no longer leak memory. o BZ# 9633: With digest authentication the user was sometimes prompted multiple times before successful authentication. o BZ# 9637: SshReceiveVersionString now times out in 5 seconds to prevent hanging SSH connection attempts. o BZ# 9638: Syslog now refrains from sending unless the network is up. o BZ# 9640: Increased SSH connection timeout from 10 to 60 seconds because the XPort-AR needs more time. o BZ# 9641: Device now refuses to load an encrypted Private Key. o BZ# 9642: Added text to Web Manager ARP help: "Added entries are dynamic, for test purposes only." o BZ# 9643: socket_cansend says no after 3 buffers are queued at loopback peer o BZ# 9647: Syslog now reports dotted decimal IP address when there is no host name. o BZ# 9648: Serial driver now accepts break characters without hanging. o BZ# 9652: RS485 Full Duplex configuration fails on RX Serial input. o BZ# 9653: Connect Tunnel message about bad VIP name can now be suppressed by disabling VIP. o BZ# 9656: Changed Tunnel Accept Port consistently takes effect. o BZ# 9657: Character echo with VIP Host list Configuration o BZ# 9661: Adds Tunnel Connect warning with SSH protocol and prevents connection attempt if no SSH Username is provided. o BZ# 9664: When the Web Manager rejects an SSL private key that is encrypted, it no longer goes on to say that the key has been loaded. o BZ# 9671: RSS persistent log is no longer cleared depending on the boot cycle count. o BZ# 9673: Web Manager now stops upload upon the first error. o BZ# 9676: Maxing out hostlist feature with 16 hosts on both channels render web manager and telnet server unreachable o BZ# 9679: Switching from Simultaneous to Sequential host mode kills all connections with Any Character enabled. o BZ# 9680: Web manager displays new user has been created even though same user already exist o BZ# 9682: Invalid Characters observed when the baud rate in the device is changed to match the tera term o BZ# 9683: Device etsablishes the UDP tunnel without the port number configuration o BZ# 9705: Mac address changes when ARP entry is added manually. o BZ# 9707: Connection closer task waits to signal the tunnel connect task until all of the host connections are closed. o BZ# 9710: Allow UDP socket to opt to block any incoming traffic. o BZ# 9714: VIP replication TLOG messages now are tagged information, warning, or error in accordance with the message content. o BZ# 9717: CLI tab completion and ? get fooled by leading garbage. o BZ# 9722: Web manager "Host" page now warns if SSH protocol is selected but no SSH Username is provided. Same for CLI. o BZ# 9733: The HTTP server should redirect HTTP requests to HTTPS if SSL authorization is specified. v5.1.0.0 R3 ----------- o BZ# 9596: SSL certificate/key file now uploads from Opera. o BZ# 9597: SSH now closes properly when the network disconnects. v5.1.0.0 R0 (since v1.3 release) -------------------------------- o BZ# 2544: Long strings in Web Manager can cause center column to overlap with third column o BZ# 4708: Sending packets with own IP address = 0 o BZ# 6521: Creating an SSH tunnel to your own ip results in a socket created, but no ssh session. o BZ# 7065: CPM o BZ# 7314: Confusing Regarding Which Version of Code Sourcery to Install o BZ# 7333: SDK Uninstall doesn't remove all directories. o BZ# 7898: SDK make file includes lab source code. o BZ# 8198: CodeSourcery kenny build has an error o BZ# 8233: XML target configuration fails under old Sourcery G++ Debugger o BZ# 8255: Better error status report on I2C API and make user configurable bus rate o BZ# 8547: Image file name needs version o BZ# 8708: IP Stack ready indication needed o BZ# 8907: email sample does not work correctly o BZ# 8970: MatchPort coldfire bootloader fails to fall back to second image o BZ# 8989: Tunnel disconnect does not pass thru VIP o BZ# 8990: Connect mode connection active, with creation of new accept mode connection o BZ# 8991: VIP accept mode connection fails after 50K of transferred data using XTCP o BZ# 8992: Excessive delay on accept mode connection caused by simultaneously established connect mode o BZ# 8993: Removal of a VIP through replication does not eliminate the same VIP when currently active o BZ# 8994: Evolution unable to receive inbound connections when VIP enabled and network disconnected o BZ# 8997: VIP Connect Tunnel starts before start character o BZ# 8998: Need indication that bootstrap has been imported/configured o BZ# 8999: Configuration is lost between GNU and GHS builds o BZ# 9001: VIP Accept Tunnel dropped after starting VIP Connect Tunnel o BZ# 9002: Can't establish an VIP Accept Mode with active VIP connect mode connection o BZ# 9003: Tunnel connect mode keeps trying after disable. o BZ# 9012: Clicking on product name should take you to the main page. o BZ# 9013: Importing the VIP bootstrap file requires a reboot. o BZ# 9014: Importing malformed VIP bootstrap from web never finishes. o BZ# 9015: Pasting a malformed VIP bootstrap file into the CLI drops the connection o BZ# 9017: VIP Conduit always goes down on replication event o BZ# 9018: No retry on failed VIP replication events. o BZ# 9019: 090512-000038/C-090211-116259 - MatchPort AR - TCP Retransmission - Bytes Remain In Buffer o BZ# 9020: Makefile needs indication of what compiler is being used o BZ# 9022: Replication is not triggered when VIP Access is enabled. o BZ# 9023: Conduit requires a VIP tunnel to be configured o BZ# 9024: VIP SSH Settings are handled poorly o BZ# 9025: VIP Accept Tunnel requires a VIP name o BZ# 9026: Last Replication not displayed o BZ# 9027: EVOLUTION build script doesn't support Sakura o BZ# 9028: The EVOLUTION build script needs to support Stan o BZ# 9029: VIP Conduit history can not be determined. o BZ# 9030: VIP Shutdown should release all resources o BZ# 9031: Can't determine if replication changed VIP settings. o BZ# 9032: OEM defaults need to include VIP Access settings o BZ# 9035: WM & CLI: Cannot SSH to UUT w/ default username & password o BZ# 9036: FTP does not require a password o BZ# 9038: CLI Line status shows junk characters before RS232, 9600, ... o BZ# 9044: CLI write command not working at enable level o BZ# 9046: Xport Pro v5000R1: Reversed Ethernet LEDs. o BZ# 9047: Accidentally misleading message in tlog about power off during firmware upgrade o BZ# 9052: After certain command sequence, CLI alignment all messed up o BZ# 9055: XPort AR release script needs updating o BZ# 9061: Release notes needs upgrading section. o BZ# 9087: 090812-000059 - Can't view SSL settings o BZ# 9097: Release script chiron support is out of date o BZ# 9103: Errant tunnel close message when hanging up a telnet session to a remote device o BZ# 9104: "Not in heap" messages when exiting SSH cli session o BZ# 9105: EDS: reference to wlan in xml web manager help column o BZ# 9107: XCR import fails for tunnel when it's stuck between open and closed o BZ# 9109: GNU Compiler bug is causing params to be passed incorrectly o BZ# 9110: Production Loader and Recovery Loaders needs makefile o BZ# 9112: New bootloader not seen by Production loader. o BZ# 9115: SDK Samples needed evaluation o BZ# 9119: TFTP allow FW upgrades not mentioned in rel notes. o BZ# 9127: SDK in Eclipse o BZ# 9138: CLI: Cannot create SSH Client User with default Remote Command o BZ# 9139: Unplugging the ethernet connector causes dropped characters. o BZ# 9140: SDK tools needs updated recovery loader o BZ# 9143: UUT always reconnects to VUT automatically after kill connection o BZ# 9144: telnet session uses max cpu when telneting through to a remote device o BZ# 9164: HW flow control doesn't prevent use of CPs o BZ# 9175: Error: Cannot disable line that is used by console output o BZ# 9176: VIP does not handle network side disconnect. o BZ# 9205: MPAR/MPBGPRO: After boot, first transmitted ethernet packet (almost) never makes it out on the wire o BZ# 9216: CLI & WM: Error when importing XML config. from file system o BZ# 9218: CLI: Failed to import external XML file generated from xcr dump command o BZ# 9221: Abnormal flow control behavior. o BZ# 9222: Modem Control Lines Test o BZ# 9223: SSH Tunnel: Failed to disconnect after the SSH connection is closed o BZ# 9226: HTTP Authentication: Auth Type can be configured without any users created. o BZ# 9227: HTTP Auth error message to indicate at least one user must be created first. o BZ# 9231: Safari Browser--Local Port box possible extension. o BZ# 9233: RunThread is not thread safe! o BZ# 9239: Conduit goes down by itself after 1 hr and cannot bring up until reboot o BZ# 9240: After conduit is up, cannot connect to vipname in the host list until reboot o BZ# 9246: FW is using 2 banks. o BZ# 9247: CTS defaults to high on PR, low on PS. Which is it? o BZ# 9248: Run XTCP thru VIP, session starts & disconnects for unknown reason o BZ# 9249: Run XTCP thru VIP, session starts & shows lost data within a couple min. o BZ# 9252: CLI: Cannot kill connection under Tunnel->Connect level o BZ# 9254: Disabling VIP does not send request to DSM to shut down the conduit o BZ# 9255: Most fields in the DSM->DSC Conduit Status show as none o BZ# 9256: XPort Pro fails to provide a DSC summary for DeviceLinx-DSC in DSM o BZ# 9264: CP1 and CP3 values remained at Assert Low levels. o BZ# 9265: VIP Stats web page needs help text o BZ# 9266: VIP Connect Mode VIP Name doesn't strip white space o BZ# 9269: VIP can be enabled without bootstrap installed o BZ# 9270: VIP goes up and down. o BZ# 9273: XTCP stopped running via VIP mode enabled. o BZ# 9277: Nmap scan rendered unit unreachable. o BZ# 9280: Terminal Login menu display has no right boarder o BZ# 9281: Terminal Login menu does not have exit option o BZ# 9282: TFTP needs Allow Configuration Import option o BZ# 9283: Need more Terminal Hosts o BZ# 9288: Host set w. static IP can't be moved up before host set with vipname o BZ# 9292: Problem w. kill connection to vipname in simultaneous host mode o BZ# 9293: Problem w. kill connecting to static IP in simultaneous host mode o BZ# 9294: Connection to simult. hosts sometimes come up w. a delay after reboot o BZ# 9295: VIP Connection Time continues & not reset after such connection is dropped o BZ# 9296: VIP "Complete Connects" did not increment after new connection is established o BZ# 9297: XPort Pro only connects to VIP Host 1 in simultaneous host mode o BZ# 9301: RFC2217: Not able to transfer data for more than 1024Kb from CPR port with RFC2217 enabled. o BZ# 9303: Tunnel Connection time does NOT reset to 0 after connection drops o BZ# 9305: Coldfire: Baud Rate divider setting at 115200 is not optimal o BZ# 9307: Request for "connect host#" command to check specific host status o BZ# 9314: Default wlan profiles not present after serial recovery with wiped flash o BZ# 9315: VIP XTCP Overnight test generated an error (cannot write to socket). o BZ# 9326: WebM->Tunnel->Connect Mode - Host entries display not as expected o BZ# 9327: WebM->Login Menu->Configuration - accepted an invalid 'Remote Address' o BZ# 9328: WebM->Login Menu - suggest this be moved under Terminal menu o BZ# 9329: VIP XTCP overnight test run stopped transmitting/receiving data. o BZ# 9338: Not able to pass data via RS485 2wire mode. o BZ# 9341: Request to show DSM IP Address in VIP Statistics o BZ# 9350: The last branch was not tagged. o BZ# 9361: Disabling tunnel connect mode does not cancel reconnect o BZ# 9363: Telnet from serial cli to remote port 23 fails o BZ# 9366: Xport intermittently drops offline and unreachable. o BZ# 9368: Miss 1st char when sending serial data from UUT to VUT thru VIP tunnel o BZ# 9373: Firmware upgrade failed via Ethernet. o BZ# 9377: Sequential Tunnel failure o BZ# 9378: Disconnecting Connect from remote side causes accept drop on the same tunnel o BZ# 9380: Modem Control Line Out: DCD stays low when socket connection is made. o BZ# 9381: Tunnel XTCP data loss o BZ# 9386: XML port checking when changing protocols o BZ# 9387: Cannot load webpage & ping stops when change host 1 to vipname o BZ# 9401: Tunnel Connect Mode: Sequential/Simultaneous change. o BZ# 9402: VIP Fails to connect to hosts added after initial connections (simult. mode) o BZ# 9403: VIP Fails to reconnect to killed connection in simult. host mode o BZ# 9405: 090930-000023 Telnet echoes chars from Unix hosts o BZ# 9408: XTCP Performance via VIP IP: Throughput has gone down. o BZ# 9410: DI: Configuration retrieval takes about one minute and a half with VIP configuration state enabled. o BZ# 9421: Add/Delete DSM configure ports changes XPort Pro conduit status o BZ# 9423: Problem with help command at tunnel level o BZ# 9424: Kill connection command does NOT work at tunnel->connect level o BZ# 9425: Fail to import saved config file when CPM Line1_RTS_CTS group is enabled. o BZ# 9427: VIP task uses 95%+ CPU o BZ# 9435: Zeros are omitted from UDP/TCP state information via CLI. o BZ# 9475: SSH blocks full duplex flows o BZ# 9476: TCP AES errors o BZ# 9477: SSL tunnel causes sockets to be unavailable o BZ# 9479: SSL Certificate: Serial Number distinguished name attribute is unsupported o BZ# 9480: Serial -> Network Deamon runs Red o BZ# 9486: EDS2100 - DI reports error when retrieving device details o BZ# 9487: SSH tunnel blocks opposite direction when flowed off o BZ# 9516: SSH LocalChannel assignments o BZ# 9517: XML redundant deprecated item error o BZ# 9525: Unable to upload SSL certificates ending with extra newlines o BZ# 9565: Line 2 wont tx and rx on XPort AR o BZ# 9570: FlashWriteWords breaks on XSCALE o BZ# 9574: Rolling reboot with PEAP (MSCHAPv2) authentication. o BZ# 9575: EAP-TLS fails when relevant CA is at end of CA list. o BZ# 9580: File system corrupts when compacting o BZ# 9594: File rename can corrupt file system =============================================================================== Version 1.3 to v5.1 Command Differences --------------------------------------- o Added Level: enable | configure | cli | ssh o Added Level: enable | configure | cli | telnet o Added Level: enable | tunnel | accept | cp output o Added Level: enable | tunnel | connect | cp output o Added Level: enable | tunnel | connect | host o Added Command: enable | chem | no trigger o Added Command: enable | chem | trigger o Added Command: enable | configure | cli | default inactivity timeout o Added Command: enable | configure | cli | inactivity timeout o Added Command: enable | configure | cli | show o Added Command: enable | configure | cli | ssh | clear counters o Added Command: enable | configure | cli | ssh | clrscrn o Added Command: enable | configure | cli | ssh | default max sessions o Added Command: enable | configure | cli | ssh | default port o Added Command: enable | configure | cli | ssh | exit o Added Command: enable | configure | cli | ssh | max sessions o Added Command: enable | configure | cli | ssh | no clear counters o Added Command: enable | configure | cli | ssh | port o Added Command: enable | configure | cli | ssh | show o Added Command: enable | configure | cli | ssh | show history o Added Command: enable | configure | cli | ssh | show statistics o Added Command: enable | configure | cli | ssh | state disable o Added Command: enable | configure | cli | ssh | state enable o Added Command: enable | configure | cli | ssh | write o Added Command: enable | configure | cli | telnet | clear counters o Added Command: enable | configure | cli | telnet | clrscrn o Added Command: enable | configure | cli | telnet | default max sessions o Added Command: enable | configure | cli | telnet | default port o Added Command: enable | configure | cli | telnet | exit o Added Command: enable | configure | cli | telnet | max sessions o Added Command: enable | configure | cli | telnet | no clear counters o Added Command: enable | configure | cli | telnet | port o Added Command: enable | configure | cli | telnet | show o Added Command: enable | configure | cli | telnet | show history o Added Command: enable | configure | cli | telnet | show statistics o Added Command: enable | configure | cli | telnet | state disable o Added Command: enable | configure | cli | telnet | state enable o Added Command: enable | configure | cli | telnet | write o Added Command: enable | configure | ftp | no admin password o Added Command: enable | configure | ftp | show statistics o Added Command: enable | configure | syslog | severity log level alert o Added Command: enable | configure | syslog | severity log level critical o Added Command: enable | configure | syslog | severity log level debug o Added Command: enable | configure | syslog | severity log level emergency o Added Command: enable | configure | syslog | severity log level error o Added Command: enable | configure | syslog | severity log level information o Added Command: enable | configure | syslog | severity log level none o Added Command: enable | configure | syslog | severity log level notice o Added Command: enable | configure | syslog | severity log level warning o Added Command: enable | conifgure | tftp | allow firmware update disable o Added Command: enable | conifgure | tftp | allow firmware update enable o Added Command: enable | conifgure | tftp | show statistics o Added Command: enable | line | command mode cp o Added Command: enable | line | default threshold o Added Command: enable | line | gap timer o Added Command: enable | line | no command mode cp o Added Command: enable | line | no gap timer o Added Command: enable | line | threshold o Added Command: enable | lpd | write o Added Command: enable | tunnel | accept | default start character o Added Command: enable | tunnel | accept | flush start character disable o Added Command: enable | tunnel | accept | flush start character enable o Added Command: enable | tunnel | accept | start character o Added Command: enable | tunnel | accept | cp output | clrscrn o Added Command: enable | tunnel | accept | cp output | connection value o Added Command: enable | tunnel | accept | cp output | default connection value o Added Command: enable | tunnel | accept | cp output | default disconnection value o Added Command: enable | tunnel | accept | cp output | disconnection value o Added Command: enable | tunnel | accept | cp output | exit o Added Command: enable | tunnel | accept | cp output | group o Added Command: enable | tunnel | accept | cp output | no group o Added Command: enable | tunnel | accept | cp output | show o Added Command: enable | tunnel | accept | cp output | show history o Added Command: enable | tunnel | accept | cp output | write o Added Command: enable | tunnel | clear counters o Added Command: enable | tunnel | connect | cp output | clrscrn o Added Command: enable | tunnel | connect | cp output | connection value o Added Command: enable | tunnel | connect | cp output | default connection value o Added Command: enable | tunnel | connect | cp output | default disconnection value o Added Command: enable | tunnel | connect | cp output | disconnection value o Added Command: enable | tunnel | connect | cp output | exit o Added Command: enable | tunnel | connect | cp output | group o Added Command: enable | tunnel | connect | cp output | no group o Added Command: enable | tunnel | connect | cp output | show o Added Command: enable | tunnel | connect | cp output | show history o Added Command: enable | tunnel | connect | cp output | write o Added Command: enable | tunnel | connect | flush start character disable o Added Command: enable | tunnel | connect | flush start character enable o Added Command: enable | tunnel | connect | host | address o Added Command: enable | tunnel | connect | host | aes decrypt key o Added Command: enable | tunnel | connect | host | aes decrypt key text o Added Command: enable | tunnel | connect | host | aes encrypt key o Added Command: enable | tunnel | connect | host | aes encrypt key text o Added Command: enable | tunnel | connect | host | clrscrn o Added Command: enable | tunnel | connect | host | default protocol o Added Command: enable | tunnel | connect | host | default tcp keep alive o Added Command: enable | tunnel | connect | host | exit o Added Command: enable | tunnel | connect | host | no address o Added Command: enable | tunnel | connect | host | no aes decrypt key o Added Command: enable | tunnel | connect | host | no aes encrypt key o Added Command: enable | tunnel | connect | host | no port o Added Command: enable | tunnel | connect | host | no ssh username o Added Command: enable | tunnel | connect | host | no tcp keep alive o Added Command: enable | tunnel | connect | host | port o Added Command: enable | tunnel | connect | host | protocol ssh o Added Command: enable | tunnel | connect | host | protocol ssl o Added Command: enable | tunnel | connect | host | protocol tcp o Added Command: enable | tunnel | connect | host | protocol tcp aes o Added Command: enable | tunnel | connect | host | protocol telnet o Added Command: enable | tunnel | connect | host | protocol udp o Added Command: enable | tunnel | connect | host | protocol udp aes o Added Command: enable | tunnel | connect | host | show o Added Command: enable | tunnel | connect | host | show history o Added Command: enable | tunnel | connect | host | ssh username o Added Command: enable | tunnel | connect | host | tcp keep alive o Added Command: enable | tunnel | connect | host | write o Added Command: enable | tunnel | connect | no email connect o Added Command: enable | tunnel | connect | no email disconnect o Added Command: enable | tunnel | disconnect | flush stop character disable o Added Command: enable | tunnel | disconnect | flush stop character enable o Added Command: enable | tunnel | disconnect | no stop character o Added Command: enable | tunnel | modem | show status o Added Command: enable | tunnel | no clear counters o Added Command: enable | tunnel | packing | default send character o Added Command: enable | tunnel | serial | dtr truport o Removed Command: enable | chem | local port random o Removed Command: enable | configuration | ftp | default admin username o Removed Command: enable | configure | arp | remove all o Removed Command: enable | configure | cli | clear ssh counters o Removed Command: enable | configure | cli | clear telnet counters o Removed Command: enable | configure | cli | no clear ssh counters o Removed Command: enable | configure | cli | no clear telnet counters o Removed Command: enable | configure | cli | show ssh o Removed Command: enable | configure | cli | show telnet o Removed Command: enable | configure | cli | ssh disable o Removed Command: enable | configure | cli | ssh enable o Removed Command: enable | configure | cli | ssh max sessions o Removed Command: enable | configure | cli | ssh port o Removed Command: enable | configure | cli | telnet disable o Removed Command: enable | configure | cli | telnet enable o Removed Command: enable | configure | cli | telnet max sessions o Removed Command: enable | configure | cli | telnet port o Removed Command: enable | configure | syslog | level o Removed Command: enable | configure | syslog | no level o Removed Command: enable | tunnel | clear accept counters o Removed Command: enable | tunnel | clear aggregate counters o Removed Command: enable | tunnel | clear all counters o Removed Command: enable | tunnel | clear connect counters o Removed Command: enable | tunnel | connect | aes decrypt key o Removed Command: enable | tunnel | connect | aes decrypt key text o Removed Command: enable | tunnel | connect | aes encrypt key o Removed Command: enable | tunnel | connect | aes encrypt key text o Removed Command: enable | tunnel | connect | no aes decrypt key o Removed Command: enable | tunnel | connect | no aes encrypt key o Removed Command: enable | tunnel | connect | no remote address o Removed Command: enable | tunnel | connect | no remote port o Removed Command: enable | tunnel | connect | no ssh username o Removed Command: enable | tunnel | connect | no tcp keep alive o Removed Command: enable | tunnel | connect | protocol ssh o Removed Command: enable | tunnel | connect | protocol ssl o Removed Command: enable | tunnel | connect | protocol tcp o Removed Command: enable | tunnel | connect | protocol tcp aes o Removed Command: enable | tunnel | connect | protocol telnet o Removed Command: enable | tunnel | connect | protocol udp o Removed Command: enable | tunnel | connect | protocol udp aes o Removed Command: enable | tunnel | connect | remote address o Removed Command: enable | tunnel | connect | remote port o Removed Command: enable | tunnel | connect | ssh username o Removed Command: enable | tunnel | connect | tcp keep alive o Removed Command: enable | tunnel | disconnect | character stop disable o Removed Command: enable | tunnel | disconnect | character stop enable o Removed Command: enable | tunnel | disconnect | character stop enable o Removed Command: enable | tunnel | echo start character disable o Removed Command: enable | tunnel | echo start character enable o Removed Command: enable | tunnel | echo stop character disable o Removed Command: enable | tunnel | echo stop character enable o Removed Command: enable | tunnel | modem | status o Removed Command: enable | tunnel | no clear accept counters o Removed Command: enable | tunnel | no clear aggregate counters o Removed Command: enable | tunnel | no clear all counters o Removed Command: enable | tunnel | no clear connect counters o Removed Command: enable | tunnel | no start character o Removed Command: enable | tunnel | no stop character o Removed Command: enable | tunnel | packing | no send character o Removed Command: enable | tunnel | show o Removed Command: enable | tunnel | show lines o Removed Command: enable | tunnel | start character o Removed Command: enable | tunnel | stop character =============================================================================== REMOVED FEATURES ================ None.