New Features: * SIMPL# support * BACnet COV lifetime support * Program staggering via System Info slot

Size: px
Start display at page:

Download "New Features: * SIMPL# support * BACnet COV lifetime support * Program staggering via System Info slot"

Transcription

1 === Version Date: 5/15/2013 ===!! This release requires Device Database v or later!! This release requires SIMPL Windows v or later * SIMPL# support * BACnet COV lifetime support * Program staggering via System Info slot * Cresnet performance on networks with large amounts of Cresnet devices * BACnet COV resubscription issues * EISC Reconnect issues * Optimized SIMPL+ performance * Out of Handles issues. * Resolve issue with Crestron Mobile connection over 3G by typing "SOCKETSENDTIMEOUT 5000" in console, and rebooting. === Version Date: 2/6/2013 === * None * Resolves Cresnet issues on CP3(N)/AV3/PRO3 === Version Date: === Initial Release for PRO3/AV3/CP3N New Features * Supports PRO3/AV3/CP3N * FTP Server enabled * PROGLOAD command implemented * Optimized SIMPL+ performance * Resolved TCP/IP Connection/Disconnection issues * Resolved SSL Console issues === Version Date: 9/13/2012 === This version requires Device Database v * Supports Core3UI Media Player * SNMPMonitor command === Version Date: 7/18/2012 === This release requires Device Database or later Initial Release for CP3 * Enabled Native BACnet/IP * Enabled 802.1x * Supports CP3 Known Issues: * 32 bit analog values in BACnet ID might not work * Two or more devices with the same TSID on the network will cause Network setup to not work Page 1

2 * SNMP is not functional 3-Series Release Notes * Resolved issue with 3-Series processor being a slave * Resolved issue where in SIMPL+, a divide by zero behaved differently than a 2-Series * Resolved issue with the TimzeZone command, where it didn't display the timezone standard name * Resolved issue where LAN up/down transitions could be missed * Resolved several memory leaks * Resolved issue with the DOMAINNAME command * Resolved issue with SmartObjects would not work on Cresnet * Resolved potential buffer overruns * Resolved file permission issues === Version Date: 6/20/2012 === Initial Release for TPCS-4SM === Version Date: 3/29/2012 === This release requires Device Database or later * Enabled On-Screen Display * Enabled Console Authentication * Enabled SNMP (Will require Toolbox 2.32.xx) * Added support for more timezones * Supports SSL and Authentication for CrestronMobile Known Issues: * CREATECSR does not work with Toolbox SSL dialog. Needs to be executed from console instead. * You cannot use Active Directory Accounts to log into the built-in webserver. Local accounts only. * Resolved several performance issues with SIMPL+ * Resolved issues with LogicEngine's internal scheduler * Resolved issue that generated CheckForExpiredDigitalEvents() error messages * Resolved SMTP Client issue * Resolved issue where invalid Cresnet packet would stop running program * Resolved issue where RESTORE command would wipe user content from SD * Resolved issue with DELAY symbol * Resolved issue where SIMPL+ TCP client doesn't stop listening * Improved performance of Infinet EX gateway in MC3/PMC3/PMC3-XP * Resolved issues communicating with Versiports * Resolved issue running PUF over USB === Version Date: 9/11/2011 === None * Resolved connection issue with CHV-TSTATEX * Resolved timing issues with Stepper, Delay, and Pulse * Resolved filename issue with Crestron Mobile symbol * Resolved SIMPL Debugger issue where data can be erroneously sent to the TELNET port === Version Date: 8/23/2011 === In order to use this version, you will need to use: Device Database v or later When you upgrade to this version of database, programs will no longer work with Page 2

3 previous versions of 3-Series Firmware * Support for CHV-TSTATEX * Support Core 3 UI Smart Objects and Touch Screens * New command: ListActiveModules - will show the names of the active SIMPL+ modules. * Persistent Log files in previous boot directory is now zipped instead of being deleted. * Implement command to enable/disable the RFGATEWAY including the radio * Optimized resource handling, allowing the 3-Series to load larger programs * Resolved connection issues with some Ethernet devices * Improved performance * Resolved issue where DNS lookups returned IPv6 address instead of IPv4 * Resolved connectivity issues with multiple direct sockets * Resolved issue with Stepper * Resolved issues with Gather(), GatherByLenght(), Remove(), and RemoveByLength() functions * Resolved issue where TCP Servers incorrectly accepting SYN for additional connections * Modified the ECHO setting on console to match 2-Series * Improved Ethernet performance with high traffic floods * Improved String performance in SIMPL+ === Version Date: 5/19/2011=== In order to use this version, you will need to use: SIMPL Windows v or later Device Database v or later When you upgrade to these versions of software, it will no longer work with previous versions of 3-Series firmware. * Error log is persisted through a single reboot. * Added PLX3 support * Add support for the listenstat command on the 3 series. * Add support for extended length packets for the XML sockets also. * Added SPLUSTasks command. * signal debugging is now saved to a file at program stop if warranted (i.e. if it's progreset or we're told to save the debugs on a stop). * 3 quick presses of the SW RESET button after a HW-Reset does a system restore Issues resolved: * For the XML sockets - only send out the manifest file name if the connect request succeeds. * Resolve the issue with the TCPLogicServer not resolving the hostname when we unplug and plug in the ethernet cable. Now added the process of resolving the hostname when we enable the server connection. * Log the directory from where the program starts * Move the saving of the NVRAM data from the SPLUS when we do a progreset or when we reboot the system. * For the Server and the UDP server, if we were using hostnames, then if we were able to successfully resolve the hostname once, disable\enable would never try to resolve the hostname again. * Within the SPLUS TCPClient function, correct an issue when the socket is disconnected * Adding socket status change event for the UDP socket - 2 states - Connected when we enable the server or Not connected when we disable the server. * Improve the Program stopping / restarting process * Improved the error reporting for "IndexOutOfRangeException" in Simpl+ * Resolved an issue in the Random and Rnd functions where the sequences were not unique. * Fix issue for page join updating (i.e. MTX3, PTX3) where under certain circumstances, joins would not be added to the static or dynamic list and would Page 3

4 never get transmitted. * Fix possible memory leak when allocating a permanent string of variable size (this is 0d in a MSP; this should not be in use anymore...) * Corrected problem where MyCrestron did not always connect after program restart or reboot * Corrected issue where KILLSOCKET CTPXXX we sometimes report an erroneous error * Corrected problem where sending many small fragmented buffers cause the Ethernet driver to get stuck in the sending loop, resulting an infinite loop. * Remove the extra "\r\n" for the direct socket printing whenever the client/server connects/disconnects * Modified the ConnectResponse message so that the Native Support goes out as an subelement rather then as a value for the Capability element. * Resolve the issue where the XML Parser was dependent upon the order of the attributes in the incoming digital and analog packet. We are now independent but we still need a Id\Value pair for parsing. * Improved the efficiency of the event scheduler in logic * Improved the efficiency of the Simpl / Simpl+ interface * Optimized SPlusManager to not do an allocation every time for the incoming message * Optimized the Simpl+ threads * Modify NVRAMPUT and NVRAMGET commands to allow user to specify a program number * Modified the TCPServers to have a thread per socket - this was because the Async Threads run at a lower priority and was causing data to get delayed coming into logic * don't start lan driver if mac address is invalid * Improve the Simpl+ Wait function when determining elapsed run time. * Resolve the issue where a SIMPL+ module doesn t start, it locks up the entire system. * Removed the printing of the error in the case that a Gather times out while waiting for incoming data - This is a valid case and is not an error * Correct a problem in the event scheduler. * Resolve the issue with the direct sockets not working if we send one packet at a time * Change operation of HextoI, HextoL, HextoSI, and HextoSL to remove extra bytes in the CrestronString for overflow cases. * Resolve the issue with the Gather not working when we get the socket data before we invoke the Gather function * Fix a potential issue in the SD card driver to ensure access by multiple drivers cannot effect each other * Take into account Unicode when building in the CR for a text-append "append to next line". * Corrected an issue where some characters above 128 were not converted from ASCII to UNICODE correctly * Fix a problem with MyCrestron not re-registering when the domain or password changes. * An erroneous error was reported by Reportcresnet if no devices were present on Cresnet * Resolve an issue with the repeat digitals not working under some conditions * Fixed a bug where if a SIMPL+ module had a large array of structures (> 8000), then the LogicEngine would timeout wanting for the program to load. * Handle the case where we were getting an invalid 0 byte packet from the TPMC-8x * enable / disable SNTP did not show correct feedback * Resolve issue with the 3 series not sending out a FIN when we stop the program. This was causing devices like DM/TRACK which do not handle a disconnect to never disconnect from the MC3 * Resolve issue with the Keep Alive for the module loading functionality which was preventing us from stopping the program. * Changes to keep TB in sync when we are using an UPLOAD command. For example, if a device takes > 15sec to erase the flash then send out a "." to the console. This was the case with the HD-SCALER device which would take ~40sec to erase the flash. * Added support for disconnecting USBTransport after idle timeout. This is required for toolbox support. * Alter permanent string size behavior: If a device does NOT have strings tied to it, it will not flag a 0d perm string size as an issue. Only if there are strings Page 4

5 tied to it will it spit out the usual message about assuming the 1024 size. Same for Complex objects. * Added a check to make sure that the loaded firmware matches the minimum firmware from the program. If not, the program does not load and an error message is generated. * Fixed several places where CreateFile(...) function was given wrong flags. * Change to only declare events for Analog I/O and Serial Gather when needed to minimize use of handles * Modified Resize functions to prevent case when user is resizing a global resource from multiple threads. * Improved performance of GetC function in Simpl+ * Resolve the issue with the exception in the DoUpdateRequest function. There is a race condition where if an Update Request gets interrupted then we could access a NULL variable. * Resolve the issue with the exceptions seen with the XML sockets - It was not checking for the valid return value when looking for an end of packet. * Versiports were gated out by accident for 2 series slaves. * Not setting the SPLUS clientconnecttask to be NULL when the client connect thread exits... This causes a race condition (and a data abort for a NULL access) when we start the client but before the client actually connects we stop the client... * Also removed the lock for the TCPLogicClient - doing the same as with the direct socket - not setting the client connect task to be NULL. * Changed Mid() to accept length values < 0 (and clip them to 0). Will throw an error when this occurs. * In RF Gateway, fixed issue where multiple analog/digital or serial messages from control system that are larger than the max RF payload are not split correctly * Fix bug in indirect text building when doing append to next line. If the device says it supports UTF-16 but the string encoding of the source string is not UTF-16, 2 bytes was mistakenly computed as overhead for the carriage return at the front of the string. It should be 1 byte by default, 2 only if the device is UTF-16 and the source string is UTF-16. * Resolve possible exceptions with the UDPServer, For the UDPServerReceive function, handle the exception when we close the socket. * CSignalData class now stores the last symbol that called make string permanent on it, as well as the position on the symbol where the signal is. This will be used in printing warnings when a program exceeds the limit of the permanent string. * Fix mistake made when fixing mode 2 text append support for unicode. Symptom was a stray character at the end of every line. * Event scheduler optimized so that the maximum # of nodes traversed is the width of the scheduler * In Logic correct a case where it would sometimes consider an event expired prematurely. * resolved a problem with buffer overruns in the IR Controller * Resolve the data abort within the UpdateRequest task in Logic. * Correct an issue in Logic where ascii character strings may get an extra NULL on the string injected into logic. * Resolve the issue where if the TIME command was passed an invalid parameter, it would not return the console prompt... * Resolve the issue with the MOVE command throwing an exception when we do not pass it any parameters. === Version Date: 2/10/2011 === Initial Release Page 5

MC3 Release Notes === Version Date 10/21/2013 === Software Requirements: * Device Database or greater * Toolbox 2.36.

MC3 Release Notes === Version Date 10/21/2013 === Software Requirements: * Device Database or greater * Toolbox 2.36. === Version 1.008.0032 Date 10/21/2013 === Software Requirements: * Device Database 52.00 or greater * Toolbox 2.36.318 or greater Upgrade Recommendation: When upgrading from 1.007.0019 or later, the recommended

More information

When upgrading from or later, the recommended upgrade steps are: * Removed AES192-CBC cipher per NIAP requirements in CIPHER STRONG mode

When upgrading from or later, the recommended upgrade steps are: * Removed AES192-CBC cipher per NIAP requirements in CIPHER STRONG mode === Version 1.501.0025 Date 07/07/2016 === Software Requirements:!! Device Database 71.05 or greater Upgrade Recommendation: When upgrading from 1.007.0019 or later, the recommended upgrade steps are:

More information

3 Series Controller Release Notes === PUF Version Date 10/04/2016 === Software Requirements:!! Device Database 71.

3 Series Controller Release Notes === PUF Version Date 10/04/2016 === Software Requirements:!! Device Database 71. === PUF Version 1.501.0103 Date 10/04/2016 === Software Requirements:!! Device Database 71.05 or greater Upgrade Recommendation: When upgrading from 1.007.0019 or later, the recommended upgrade steps are:

More information

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

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

More information

==================================================================================== Build:

==================================================================================== Build: * CEN-RFGW-ERelease Notes * Build: 2.001.0037 07-15-2011 New - support for sleeping end devices - TSTAT none - when gateway is notified that a message from a client device failed it will issue an MTORR

More information

CP30/G30/MC31 Firmware Version 3100 Known Issues

CP30/G30/MC31 Firmware Version 3100 Known Issues CP30/G30/MC31 Firmware Version 3100 Known Issues Introduction This document lists issues that have been identified with firmware version 3100 for the Kingfisher CP30/G30/MC31 modules. Where possible, workarounds

More information

SNAP Ultimate I/O Firmware README

SNAP Ultimate I/O Firmware README SNAP Ultimate I/O Firmware README Updated 7/23/13 This readme applies to the following Opto 22 products: SNAP-UP1-ADS brain (UIO) SNAP-UP1-D64 brain (UIO) SNAP-UP1-M64 brain (UIO) SNAP-LCE brain (LCE)

More information

Troubleshooting. Testing Your Configuration CHAPTER

Troubleshooting. Testing Your Configuration CHAPTER 82 CHAPTER This chapter describes how to troubleshoot the ASA and includes the following sections: Testing Your Configuration, page 82-1 Reloading the ASA, page 82-8 Performing Password Recovery, page

More information

GRANDSTREAM NETWORKS Firmware Release Notes Firmware Version Product Name: GXW4216/GXW4224/GXW4232/GXW4248 Date: October 1, 2014

GRANDSTREAM NETWORKS Firmware Release Notes Firmware Version Product Name: GXW4216/GXW4224/GXW4232/GXW4248 Date: October 1, 2014 GRANDSTREAM NETWORKS Firmware Release Notes Firmware Version 1.0.5.5 Date: October 1, 2014 CHANGES SINCE FIRMWARE RELEASE 1.0.4.24 Fixed device crashes under performance test Fixed if sending DTMF slightly

More information

button labeler from text file v1 Module Application Guide

button labeler from text file v1 Module Application Guide Button Labeler from Text File Module Application Guide Description This module will let you label a touchpanel button indirect text from a text file loaded onto the processor. It allows for 12 labels per

More information

Series 1000 / G Cellular Modem / Router. Firmware Release Notes

Series 1000 / G Cellular Modem / Router. Firmware Release Notes Series 1000 / 2000 3G Cellular Modem / Router Firmware Release Notes Document Number: 0013-001-000138 () Firmware Version: v1.42 Dcoumentation Control Generation Date: October 29, 2010 Cybertec Pty Limited

More information

SSE232-LE Serial Server- User s Manual

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

More information

EX-HDU HDMI, AUDIO & USB EXTENSION

EX-HDU HDMI, AUDIO & USB EXTENSION Software User s Guide EX-HDU HDMI, AUDIO & USB EXTENSION CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 800-959-6439 FREE technical support, Call 714-641-6607 or fax 714-641-6698 Address: Hall

More information

Troubleshooting the Security Appliance

Troubleshooting the Security Appliance CHAPTER 43 This chapter describes how to troubleshoot the security appliance, and includes the following sections: Testing Your Configuration, page 43-1 Reloading the Security Appliance, page 43-6 Performing

More information

CHAPTER 7 ADVANCED ADMINISTRATION PC

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

More information

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

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

More information

TruePort Windows User Guide Chapter

TruePort Windows User Guide Chapter TruePort Windows User Guide Chapter 0 This document provides the procedure for installing and using TruePort on Windows 2000/Server 2003/XP/Vista/Server 2008/R2 and Windows 7. Table of Contents What is

More information

Standalone DVR User s Manual. Figure 4-81

Standalone DVR User s Manual. Figure 4-81 Figure 4-81 4.11.2 Network 4.11.2.1 TCP/IP The single network adapter interface is shown as in Figure 4-82 and the dual network adapters interface is shown as in Figure 4-83 Network Mode : Includes multiple

More information

HT801/HT802 Firmware Release Notes IMPORTANT UPGRADING NOTE

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

More information

Contents. 2 NB750 Load Balancing Router User Guide YML817 Rev1

Contents. 2 NB750 Load Balancing Router User Guide YML817 Rev1 Contents CHAPTER 1. INTRODUCTION... 4 1.1 Overview... 4 1.2 Hardware... 6 1.2.1 Front Panel View... 6 1.2.2 Rear Panel View... 7 1.2.3 Hardware Load Default... 7 1.3 Features... 8 1.3.1 Software Feature...

More information

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

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

More information

Using the Cable Monitor Tool

Using the Cable Monitor Tool APPENDIX B This appendix describes the Cisco ubr905 and Cisco ubr925 cable access routers Cable Monitor tool. The Cable Monitor is part of the router s onboard software that provides a web-based diagnostic

More information

Finding Support Information for Platforms and Cisco IOS Software Images

Finding Support Information for Platforms and Cisco IOS Software Images First Published: June 19, 2006 Last Updated: June 19, 2006 The Cisco Networking Services () feature is a collection of services that can provide remote event-driven configuring of Cisco IOS networking

More information

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

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

More information

Pulse Secure Desktop Client

Pulse Secure Desktop Client Pulse Secure Desktop Client Release Notes Pulse Secure Desktop Client v5.1r11 Build For more information on this product, go to www.pulsesecure.net/products. Release, Build Pulse 5.1R11, Published January

More information

VG422R. User s Manual. Rev , 5

VG422R. User s Manual. Rev , 5 VG422R User s Manual Rev 1.0 2003, 5 CONGRATULATIONS ON YOUR PURCHASE OF VG422R... 1 THIS PACKAGE CONTAINS... 1 CONFIRM THAT YOU MEET INSTALLATION REQUIREMENTS... 1 1. INSTALLATION GUIDE... 2 1.1. HARDWARE

More information

Release Note of RMCARD 202/203 Ver (Release Date: 06/09/2017):

Release Note of RMCARD 202/203 Ver (Release Date: 06/09/2017): Release Note of RMCARD 202/203 Ver. 2.29 (Release Date: 06/09/2017): Unexpected reboot when E-mail notification was executed via Office365 SMTP Server. Fixed the system not sending the login fail event

More information

Connector for sensing cable

Connector for sensing cable HWg-WLD MANUAL ETHERNET 10/100 Mbps Status LED Yellow: Power & Mode Green: Link & Activity Connection cable 100 m max POWER input 5V DC supply Use the supplied power adapter SENSOR Connector for sensing

More information

CP30/G30/MC31 Firmware Service Update Version 2993 (19 Aug 2013) Release Notes

CP30/G30/MC31 Firmware Service Update Version 2993 (19 Aug 2013) Release Notes CP30/G30/MC31 Firmware Service Update Version 2993 (19 Aug 2013) Release Notes Summary This package contains updated firmware for the Kingfisher CP30/G30/MC31 modules. Note: This firmware should be used

More information

Operation Manual System Management. Table of Contents

Operation Manual System Management. Table of Contents Table of Contents Table of Contents Chapter 1 File System Management... 1-1 1.1 File System Configuration... 1-1 1.1.1 File System Overview... 1-1 1.1.2 Directory... 1-1 1.1.3 File... 1-2 1.1.4 Storage

More information

Pulse Secure Desktop Client

Pulse Secure Desktop Client Pulse Secure Desktop Client Release Notes Release, Build Published Revision 5.1R7, 61533 December 2015 1.0 Table of Contents Introduction 3 Interoperability and Supported Platforms 3 Problems Resolved

More information

VIEVU DOCKING STATION USER GUIDE

VIEVU DOCKING STATION USER GUIDE VIEVU DOCKING STATION USER GUIDE Contact Us If you need assistance or have any questions, please visit www.vievu.com/docking-station-support, contact us by phone at 888-285-4548 or email support@vievu.com.

More information

Firmware Release Notes Firmware Version Product Name: GXW4216/GXW4224/GXW4232/GXW4248 Date: November 9, 2015

Firmware Release Notes Firmware Version Product Name: GXW4216/GXW4224/GXW4232/GXW4248 Date: November 9, 2015 GRANDSTREAM NETWORKS Firmware Release Notes Firmware Version 1.0.5.16 Date: November 9, 2015 CHANGES SINCE FIRMWARE RELEASE 1.0.5.8 Added support for Spanish, French, and Chinese on the web UI->Call Features

More information

HT801/HT802 Firmware Release Note IMPORTANT UPGRADING NOTE

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

More information

TPMC-8X Release Notes

TPMC-8X Release Notes Page 1 of 10 product: TPMC-8X version: 1.00.01.69 file: tpmc-8x_1.00.01.69.csz build date: 18-Feb-2009 i. Version 1.00.01.69 ii. Version 1.00.01.56 iii. Version 1.00.01.34 iv. Version 1.00.00.35 v. Version

More information

Working with Configuration Files

Working with Configuration Files This chapter contains the following sections: Finding Feature Information, page 1 Information About Configuration Files, page 1 Licensing Requirements for Configuration Files, page 2 Managing Configuration

More information

HT812/HT814 Firmware Release Note IMPORTANT UPGRADING NOTE

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

More information

GSS Administration and Troubleshooting

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

More information

Configuring attack detection and prevention 1

Configuring attack detection and prevention 1 Contents Configuring attack detection and prevention 1 Overview 1 Attacks that the device can prevent 1 Single-packet attacks 1 Scanning attacks 2 Flood attacks 3 TCP fragment attack 4 Login DoS attack

More information

DWR G Integrated Access Device. User Manual

DWR G Integrated Access Device. User Manual DWR-923 4G Integrated Access Device User Manual TABLE OF CONTENTS 1. GETTING TO KNOW THE DWR-923... 2 1.1 Introduction... 2 1.2 Package Contents... 3 1.3 System Requirements... 3 1.4 Hardware Overview

More information

Series 1000 / G Cellular Modem / Router. Firmware Release Notes

Series 1000 / G Cellular Modem / Router. Firmware Release Notes Series 1000 / 2000 3G Cellular Modem / Router Firmware Release Notes Document Number: 0013-001-000138 () Firmware Version: v1.40 Dcoumentation Control Generation Date: April 28, 2010 Cybertec Pty Limited

More information

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

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

More information

Industrial Serial Device Server

Industrial Serial Device Server 1. Quick Start Guide This quick start guide describes how to install and use the Industrial Serial Device Server. Capable of operating at temperature extremes of -10 C to +60 C, this is the Serial Device

More information

Kea Messages Manual. Kea Messages Manual

Kea Messages Manual. Kea Messages Manual Kea Messages Manual i Kea Messages Manual Kea Messages Manual ii Copyright 2011-2015 Internet Systems Consortium, Inc. Kea Messages Manual iii Contents 1 Introduction 1 2 Kea Log Messages 2 2.1 ALLOC Module....................................................

More information

User Manual A08. User Manual

User Manual A08. User Manual A08 TABLE OF CONTENTS TABLE OF CONTENTS... 1 1. INTRODUCTION... 2 1.1. Key Features... 3 1.2. OS Requirement... 4 1.3. Specification... 4 1.4. Packing List... 4 2. OVERVIEW... 5 2.1. LED Definition...

More information

Broadband Router. User s Manual

Broadband Router. User s Manual Broadband Router User s Manual 1 Introduction... 4 Features... 4 Minimum Requirements... 4 Package Content... 4 Note... 4 Get to know the Broadband Router... 5 Back Panel... 5 Front Panel... 6 Setup Diagram...7

More information

Pulse Secure Desktop Client

Pulse Secure Desktop Client Pulse Secure Desktop Client Release Notes Release, Build Published Revision 5.1R6, 61491 October 2015 1.0 Table of Contents Introduction 3 Interoperability and Supported Platforms 3 Problems Resolved in

More information

What s New in Fireware v12.3 WatchGuard Training

What s New in Fireware v12.3 WatchGuard Training What s New in Fireware v12.3 2 What s New in Fireware v12.3 Updates to Networking functionality: SD-WAN actions SD-WAN reporting enhancements NetFlow support Link monitor enhancements Centralized FireCluster

More information

Configuring Health Monitoring

Configuring Health Monitoring CHAPTER1 This chapter describes how to configure health monitoring on the ACE to track the state of a server by sending out probes. Also referred to as out-of-band health monitoring, the ACE verifies the

More information

Access Server: User's and Developer's Guide <<< Previous Next >>>

Access Server: User's and Developer's Guide <<< Previous Next >>> 1 of 14 12/9/2008 10:18 AM Access Server: User's and Developer's Guide > Chapter 2. Getting Started with Access Server Access Server can be controlled in three ways: by using the WWW

More information

Series 1000 / G Cellular Modem / Router. Firmware Release Notes

Series 1000 / G Cellular Modem / Router. Firmware Release Notes Series 1000 / 2000 3G Cellular Modem / Router Firmware Release Notes Document Number: 0013-001-000138 () Firmware Version: V1.20 Dcoumentation Control Generation Date: March 24, 2009 Cybertec Pty Limited

More information

N5200 Firmware v Release Note. [Release Date] [Applicable Hardware] [Software Upgrade/Downgrade Note] [New Features/Changes] [Bug Fixes]

N5200 Firmware v Release Note. [Release Date] [Applicable Hardware] [Software Upgrade/Downgrade Note] [New Features/Changes] [Bug Fixes] [Release Date] Sep 22, 2006 [Applicable Hardware] Thecus N5200 IP Storage Server [Software Upgrade/Downgrade Note] 1. After firmware v1.00.03 installed, the new software doesn't allow users to downgrade

More information

Configuring attack detection and prevention 1

Configuring attack detection and prevention 1 Contents Configuring attack detection and prevention 1 Overview 1 Attacks that the device can prevent 1 Single-packet attacks 1 Scanning attacks 2 Flood attacks 3 TCP fragment attack 4 Login DoS attack

More information

Configuring Security Features on an External AAA Server

Configuring Security Features on an External AAA Server CHAPTER 3 Configuring Security Features on an External AAA Server The authentication, authorization, and accounting (AAA) feature verifies the identity of, grants access to, and tracks the actions of users

More information

USR-TCP User Manual

USR-TCP User Manual USR-TCP232-306 User Manual File Version: V1.0.1.01 1 Contents USR-TCP232-306 User Manual...1 Features...3 1. Get Start...4 1.1. Application Diagram...4 1.2. Hardware Design...5 1.2.1. Hardware Dimensions...5

More information

* Bug fix 1 only affects AnywhereUSB/14 and AnywhereUSB/5m which support Dynamic Group Assignment.

* Bug fix 1 only affects AnywhereUSB/14 and AnywhereUSB/5m which support Dynamic Group Assignment. INTRODUCTION Release Notes for the AnywhereUSB/14 82002081_P firmware / v1.95.2164 (PN: 93000954_P) February 2, 2018 This is a production release of the AnywhereUSB/14 firmware (EOS). SUPPORTED PRODUCTS

More information

Internetworking With TCP/IP

Internetworking With TCP/IP Internetworking With TCP/IP Vol II: Design, Implementation, and Internals SECOND EDITION DOUGLAS E. COMER and DAVID L. STEVENS Department of Computer Sciences Purdue University West Lafayette, IN 47907

More information

Intel Entry Storage System SS4000-E

Intel Entry Storage System SS4000-E Intel Entry Storage System SS4000-E Software Release Notes January 2007 Storage Systems Technical Marketing Engineering Document Revision History Intel Entry Storage System SS4000-E Document Revision History

More information

User s Guide [Network Administrator]

User s Guide [Network Administrator] User s Guide [Network Administrator] Table of contents 1 Introduction 1.1 Welcome... 1-2 1.1.1 User's guides... 1-2 1.1.2 User's Guide... 1-2 1.2 Conventions used in this manual... 1-3 1.2.1 Symbols used

More information

Note: Because of the major firmware structure change, please make sure to press the reset button for more

Note: Because of the major firmware structure change, please make sure to press the reset button for more WMU-9000VPN Firmware Upgrade Guide Note: Because of the major firmware structure change, please make sure to press the reset button for more than 5 seconds before and after the firmware upgrade (before

More information

CCNA 1 Final Exam Answers UPDATE 2012 eg.1

CCNA 1 Final Exam Answers UPDATE 2012 eg.1 CCNA 1 Final Exam Answers UPDATE 2012 eg.1 January 12th, 2012AdminLeave a commentgo to comments Which of the following are the address ranges of the private IP addresses? (Choose three.) 10.0.0.0 to 10.255.255.255

More information

- 1 - Dominion PX Overview: Dominion PX refers to Raritan s family of intelligent power distribution units.

- 1 - Dominion PX Overview: Dominion PX refers to Raritan s family of intelligent power distribution units. - 1 - Release Notes for Dominion PX Software Version 1.2.7 (firmware version will be displayed as 01.02.07 in the GUI after an upgrade) Version: DPX 1.2.7 Release Notes, Revision 1.3 Date: January 7, 2009

More information

* Bug fix 1 only affects AnywhereUSB/14 and AnywhereUSB/5m which support Dynamic Group Assignment.

* Bug fix 1 only affects AnywhereUSB/14 and AnywhereUSB/5m which support Dynamic Group Assignment. INTRODUCTION Release Notes for the AnywhereUSB/5 G2 82002237_P firmware / v1.95.2162 (PN: 93000953_P) February 2, 2018 This is a production release of the AnywhereUSB/5 G2 firmware (EOS). SUPPORTED PRODUCTS

More information

Table of Contents 1 AQL SMS Gateway How to Guide...1

Table of Contents 1 AQL SMS Gateway How to Guide...1 Table of Contents 1 AQL SMS Gateway How to Guide...1 2 AQL...2 3 Overview...3 4 Trial Account with 50 free SMS messages...4 5 Prerequisites...5 6 Configuring the AQL transport...6 6.1 Configuring one or

More information

EMX-AMP / EMX-I-AMP 4K HDMI Audio Extractor with Power Amplifier. GUI User s Manual CUSTOMER SUPPORT INFORMATION

EMX-AMP / EMX-I-AMP 4K HDMI Audio Extractor with Power Amplifier. GUI User s Manual CUSTOMER SUPPORT INFORMATION GUI User s Manual EMX-AMP / EMX-I-AMP 4K HDMI Audio Extractor with Power Amplifier UMA1244 GUI Insert, Rev NC CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 800-959-6439 FREE technical support,

More information

Cisco Plug and Play Feature Guide Cisco Services. Cisco Plug and Play Feature Guide Cisco and/or its affiliates.

Cisco Plug and Play Feature Guide Cisco Services. Cisco Plug and Play Feature Guide Cisco and/or its affiliates. Cisco Services TABLE OF CONTENTS Configuring Cisco Plug and Play... 14 Contents Introduction... 3 Cisco Plug and Play Components... 3 Plug-n-Play Agent... 3 Key Benefits... 4 Plug and Play Server... 4

More information

RAMOS Ultra FW. change log

RAMOS Ultra FW. change log RAMOS Ultra FW change log 2014 CONTEG, spol. s r.o. All rights reserved. No part of this publication may be used, reproduced, photocopied, transmitted or stored in any retrieval system of any nature, without

More information

LevelOne. User Manual. WAP Mbps PoE Wireless AP V3.0.0

LevelOne. User Manual. WAP Mbps PoE Wireless AP V3.0.0 LevelOne WAP-0005 108Mbps PoE Wireless AP User Manual V3.0.0 i TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 FIGURE 1: WIRELESS ACCESS POINT... 1 FEATURES OF YOUR WIRELESS ACCESS POINT... 1 Security Features...

More information

CCNA 1 Chapter 2 v5.0 Exam Answers %

CCNA 1 Chapter 2 v5.0 Exam Answers % CCNA 1 Chapter 2 v5.0 Exam Answers 2015 100% 1. Which two features are characteristics of flash memory? (Choose two.) Flash provides nonvolatile storage. Flash receives a copy of the IOS from RAM when

More information

07/ CONFIGURING SECURITY SETTINGS

07/ CONFIGURING SECURITY SETTINGS SECURITY LOG Malformed packet: Failed parsing a packed has been blocked because it is malformed. Maximum security enabled service a packet has been accepted because it belongs to a permitted service in

More information

GWN7000 Firmware Release Note IMPORTANT UPGRADING NOTE

GWN7000 Firmware Release Note IMPORTANT UPGRADING NOTE GWN7000 Firmware Release Note IMPORTANT UPGRADING NOTE 2 intermedia upgrading are required from 1.0.1.x to 1.0.2.62. Please refer to 1.0.2.62 release note for upgrading steps. Controller module of any

More information

HT801/HT802 Firmware Release Note IMPORTANT UPGRADING NOTE

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

More information

OS6 N2310 N4310 FWRN Build 870

OS6 N2310 N4310 FWRN Build 870 [Release Date] Apr 13, 2017 [Applicable Hardware] N2310 N4310 [Software Upgrade/Downgrade Note] 1. N2310 & N4310 come from 2 difference upgrade file. 2. We recommend backup the RAID data before firmware

More information

KX GPRS M2M I-NET. User s Guide. Version: 1.0. Date: March 17, KORTEX PSI 3 Bd Albert Camus Tel:

KX GPRS M2M I-NET. User s Guide. Version: 1.0. Date: March 17, KORTEX PSI 3 Bd Albert Camus Tel: KX GPRS M2M I-NET User s Guide Version: 1.0 Date: March 17, 2011 KORTEX PSI 3 Bd Albert Camus Tel: +33-1-34043760 e-mail: contact@kortex-psi.fr Revision History Version Date Changes 1.0 March 17, 2011

More information

IPMI Configuration Guide

IPMI Configuration Guide IPMI Configuration Guide 1. Introduction of IPMI Server Manager... 2 2. IPMI Server Manager GUI Overview... 3 1 1. Introduction of IPMI Server Manager IPMI Server Manager allows remote access of computers

More information

Lab - Using Wireshark to Examine TCP and UDP Captures

Lab - Using Wireshark to Examine TCP and UDP Captures Topology Part 1 (FTP) Part 1 will highlight a TCP capture of an FTP session. This topology consists of a PC with Internet access. Topology Part 2 (TFTP) Part 2 will highlight a UDP capture of a TFTP session.

More information

Assigning the Switch IP Address and Default Gateway

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

More information

G-router GSM/GPRS to RS-232 and Ethernet Gateway Release Notes

G-router GSM/GPRS to RS-232 and Ethernet Gateway Release Notes G-router GSM/GPRS to RS-232 and Ethernet Gateway Release Notes Author RFI Support Team Revision A0 Version RN_G-router_1.2.2 Date 23-05-2011 Covering Product code G-router, RE.40.QGSM Contents 1 Introduction...

More information

Using the SSM Administration Console

Using the SSM Administration Console CHAPTER 6 Your user role controls whether you can access the SSM Administration Console. The following information is included in this section: SSM Administration Console Overview, page 6-1 Launching the

More information

ExtraHop Command-line Reference

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

More information

USR-TCP User Manual

USR-TCP User Manual USR-TCP232-302 User Manual File Version: V1.0.3.01 1 Contents USR-TCP232-302 User Manual...1 Features...3 1. Get Start...4 1.1. Application Diagram...4 1.2. Hardware Design...5 1.2.1. Hardware Dimensions...5

More information

XL-PB350CA. EoC bridge slave. User manual

XL-PB350CA. EoC bridge slave. User manual XL-PB350CA EoC bridge slave User manual Content 1. Equipment Connection... 6 2. Set Accessed PC... 6 3.WIFI WEB Configuration... 8 3.1 Login WEB Interface... 8 3.2 WAN Configuration... 10 3.2.1 PPPO E

More information

UIP1869V User Interface Guide

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

More information

Current Version: Ver.Type Ver No. Date Firmware September 2016 Software Web Hardware September 2016 (Ver.2) Reference: 11272

Current Version: Ver.Type Ver No. Date Firmware September 2016 Software Web Hardware September 2016 (Ver.2) Reference: 11272 Product Name: VIA Campus Current Version: Ver.Type Ver No. Date Firmware 2.0.0916.788 September 2016 Software Web Hardware RN Date: September 2016 (Ver.2) Reference: 11272 Kramer Product Affected: Product

More information

COMS3200/7201 Computer Networks 1 (Version 1.0)

COMS3200/7201 Computer Networks 1 (Version 1.0) COMS3200/7201 Computer Networks 1 (Version 1.0) Assignment 3 Due 8pm Monday 29 th May 2017. V1 draft (hopefully final) Note that the assignment has three parts Part A, B & C, each worth 50 marks. Total

More information

Managing External Identity Sources

Managing External Identity Sources CHAPTER 5 The Cisco Identity Services Engine (Cisco ISE) integrates with external identity sources to validate credentials in user authentication functions, and to retrieve group information and other

More information

Chapter 3 Configuring Serial Device Server

Chapter 3 Configuring Serial Device Server Authentication Type: There are three kinds of types in this drop-down menu Open system: No encryption for network communication. You can neglect the key setting on the right side. WEP Share Key: Both communication

More information

Command-Line Interfaces

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

More information

Maintenance Tasks CHAPTER

Maintenance Tasks CHAPTER CHAPTER 5 These topics describe the Maintenance tasks of Element Manager: Viewing Basic System Information, page 5-2 Configuring Basic System Information, page 5-4 Configuring Date and Time Properties,

More information

Overview of the Cisco NCS Command-Line Interface

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

More information

Command Manual Network Protocol. Table of Contents

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

More information

Chapter 6: Network Layer

Chapter 6: Network Layer Chapter 6: Network Layer Introduction to Networks Intro to Networks v5 Network Layer Intro to Networks v5 2 The Network Layer End to End Transport processes Addressing end devices Encapsulation of Packets

More information

HT812/HT814 Firmware Release Notes IMPORTANT UPGRADING NOTE

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

More information

WL5041 Router User Manual

WL5041 Router User Manual TECOM WL5041 Router User Manual TECOM CO., LTD. March 2003 2003 by TECOM CO., LTD. All rights reserved. Printed in Taiwan Table of contents Package Contents--------------------------------------- 2 Installing

More information

ISCOM 2126 Series Switch Command Notebook

ISCOM 2126 Series Switch Command Notebook ISCOM 2126 Series Switch Notebook Software Version ISCOMOS 1.2 Beijing Raisecom Science & Technology Co., Ltd CONTENTS CHAPTER 1. PREFACE... 1 1.1 AUDIENCE... 1 1.2 ABBREVIATION... 1 1.3 REFERENCE... 1

More information

XPress-I/O Device Server Command Reference

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

More information

Wireless-G Router User s Guide

Wireless-G Router User s Guide Wireless-G Router User s Guide 1 Table of Contents Chapter 1: Introduction Installing Your Router System Requirements Installation Instructions Chapter 2: Preparing Your Network Preparing Your Network

More information

Configuring IP SLAs TCP Connect Operations

Configuring IP SLAs TCP Connect Operations This module describes how to configure an IP Service Level Agreements (SLAs) TCP Connect operation to measure the response time taken to perform a TCP Connect operation between a Cisco router and devices

More information

XS US/Mexico Software Release Notes

XS US/Mexico Software Release Notes Triton Systems of Delaware, INC. XS 2.4.0 US/Mexico Software Release Notes Affected products RL1600, RL2000, RL5000, FT5000, RT2000 December 3, 2009 Version 1.6 Triton Systems of Delaware, Inc. 21405 B

More information

Internetworking With TCP/IP

Internetworking With TCP/IP Internetworking With TCP/IP Vol II: Design, Implementation, and Internais DOUGLAS E. COMER and DAVID L. STEVENS Department of Computer Sciences Purdue University West Lafayette, IN 47907 PRENTICE HALL

More information