Release Date: July 29, 2016

Size: px
Start display at page:

Download "Release Date: July 29, 2016"

Transcription

1 Introduction ArrayOS AG Release Note Release Date: July 29, 2016 This release note summarizes the general enhancements, resolved issues and known limitations for ArrayOS AG release. Contacting Customer Support To contact Array Networks Customer Support, please call or the team at Additional Information: Array Networks, Inc McCarthy Blvd. Milpitas, CA Phone: (408) Toll Free: (1-866-MY-ARRAY) Fax: (408) Telephone access to Array Networks is available Monday - Friday, 9 A.M. to 5 P.M. PST. Array Networks, Inc. All Rights Reserved. 1

2 Table of Contents ENHANCEMENTS... 3 AccessDirect... 3 General Settings and Networking... 3 User Policy... 5 Access Method... 5 Web Portal... 6 Client Security... 6 Admin Tools... 7 DesktopDirect... 7 DesktopDirect-Windows... 7 MotionPro... 8 MotionPro-Server... 8 RESOLVED ISSUES... 9 AccessDirect... 9 General Settings and Networking... 9 AAA... 9 Access Method Web Portal High Availability System Monitoring Admin Tools DesktopDirect DesktopDirect-Server MotionPro MotionPro-Server KNOWN LIMITATIONS AccessDirect General Settings and Networking Array Networks, Inc. All Rights Reserved. 2

3 ENHANCEMENTS AccessDirect General Settings and Networking Deleting the show system message command from the Config mode (ID: 62392) Now, the administrator is not allowed to execute the show system message command in Config mode. Supporting the MNET interface (ID: 60984) Now, the MNET interface is supported on the AG appliance. Multiple MNET interfaces can be created on one system interfaces or bond interfaces and each MNET interface can be assigned an IP address. In this way, one physical interface can be assigned multiple IP addresses. New CLI commands: To support this enhancement, the following commands are added: mnet {system_ifname bond_ifname} <mnet_interface_name> This command is used to create a Multi-Netting (MNET) interface on the specified system interface or bond interface. ArrayOS supports creating at most 32 MNET interfaces. no mnet <mnet_ifname> This command is used to delete a specified MNET interface. show mnet This command is used to display the configurations of all MNET interfaces. clear mnet This command is used to clear the configurations of all MNET interfaces. Modified CLI commands: To support this enhancement, the value of the interface_name parameter in the following commands can be a MNET interface: ip address {system_ifname vlan_ifname bond_ifname mnet_ifname} <ip_address> {netmask prefix} This command is used to set the IP address and netmask or prefix length for the specified system interface, VLAN interface, bond interface or MNET interface. no ip address <interface_name> [version] This command is used to delete the IP address from the specified interface. cluster virtual ifname <interface_name> <virtual_cluster_id> Array Networks, Inc. All Rights Reserved. 3

4 This command is used to add a virtual cluster to the specified interface. clear cluster virtual ifname <interface_name> <virtual_cluster_id> This command is used to clear a virtual cluster from the specified interface. cluster virtual vip <interface_name> <virtual_cluster_id> <virtual_ip> This command is used to add a virtual IP address to the specified virtual cluster. no cluster virtual vip <interface_name> <virtual_cluster_id> <virtual_ip> This command is used to delete the virtual IP address from the specified virtual cluster. cluster virtual auth <interface_name> <virtual_cluster_id> <auth_flag> <auth_password> This command is used to configure the authentication method for the specified virtual cluster. By default, the authentication is not required for a virtual cluster. no cluster virtual auth <interface_name> <virtual_cluster_id> This command is used to reset the configuration of authentication method to default for the specified virtual cluster. cluster virtual priority <interface_name> <virtual_cluster_id> <priority> [peer_host] This command is used to set the priority of the specified virtual cluster. By default, the priority of the virtual cluster is 100. no cluster virtual priority <interface_name> <virtual_cluster_id> [peer_host] This command is used to reset the configuration of the priority of to default for the specified virtual cluster. cluster virtual preempt <interface_name> <virtual_cluster_id> <preempt_value> This command is used to enable or disable the preemption mode for the specified virtual cluster. After the preemption mode is enabled, the status of the virtual cluster with a higher priority becomes the master. By default, the preemption mode is disabled. no cluster virtual preempt <interface_name> <virtual_cluster_id> This command is used to reset the preemption mode of the specified virtual cluster to default. cluster virtual interval <interface_name> <virtual_cluster_id> [advertisement_interval] This command is used to set the advertisement interval for the specified virtual cluster. By default the advertisement interval is 5 seconds. no cluster virtual interval <interface_name> <virtual_cluster_id> This command is used to reset the advertisement interval to default for the specified virtual cluster. cluster virtual {on off} [virtual_cluster_id] [interface_name] This command is used to enable or disable the virtual cluster on the specified interface. show cluster virtual status [interface_name] This command is used to display the status of the virtual cluster on the specified interface. show cluster virtual config [interface_name] This command is used to display configurations of the virtual cluster on the specified interface. Array Networks, Inc. All Rights Reserved. 4

5 show cluster virtual transition [interface_name] This command is used to display the last 10 transition logs of the virtual cluster on the specified interface. show statistics cluster virtual [interface_name] This command is used to display the statistics of the virtual cluster on the specified interface. For details, please refer to the ArrayOS AG 9.3 CLI Handbook. User Policy [Session Mangement] Supporting displaying the number of active sessions for every user (ID: 62860) Now, the administrator can view the number of active sessions for the specified user using show session count the command. Modified CLI command: To support this enhancement, the parameter username is added to the following command: show session count [username] This command is used to display the number of active sessions for the specified user. For details, please refer to the ArrayOS AG 9.3 CLI Handbook. [ACL] Supporting logging for access denied by ACL rules (ID: 61896) Now, the logging for access denied by ACL rules is supported. After this function is enabled, logs will be recorded if the access is denied by ACL rules. New CLI command: To support this enhancement, the following command is added: acl denylog {on off} This commad is used to enable or disable logging for access denied by ACL rules. By default, this function is disabled. For details, please refer to the ArrayOS AG 9.3 CLI Handbook. Access Method [Array Client] Supporting client certificate display selection (ID: 62486) Previously, if several client certificates with the same issuer name were configured for the client authentication, the Standalone Array Client for Windows would present only one certificate. Array Networks, Inc. All Rights Reserved. 5

6 Now, the Standalone Array Client for Windows allows end users to enable the display of all certificates or ignore the certificates with same issuer name by selecting VPN > Options > Certificates. [Array Client] Supporting L3VPN client information collection (ID: 61896) Now, L3VPN client information collection is supported. After this function is enabled, the Array Client integrated with Array SDK can obtain the public IP address that the Array Client uses to connect to VPN. For details on Array SDK, please contact Array Networks Customer Support. New CLI command: To support this enhancement, the following command is added: vpn clientinfocollect {on off} This command is used to enable or disable L3VPN client information collection. This function is used for Array SDK. By default, this function is disabled. For details on Array SDK, please contact Array Networks Customer Support. For details, please refer to the ArrayOS AG 9.3 CLI Handbook. Web Portal Adding the secure attribute to the HTTP response before the end user logs into the virtual portal (ID: 63543) Now, the secure attribute is added to the Set-Cookie header in the HTTP response returned to the browser to enhance the security before the end user logs into the virtual portal. Client Security [Host Integrity] Supporting viewing the software lists of Host Integrity checks (ID: 63423) Now, the administrator can view the supported software lists of Host Integrity checks by clicking the View button in the Client Security Documentation area of Site Configuration > Security Settings > Client Security > General Settings. [Host Integrity] Anti-virus software enhancements (ID: 62239&61322) Now, the following anti-virus softwares are supported for host integrity checks: (Kaspersky Labs) Kaspersky Endpoint Security (10.x) (Eset Software) ESET NOD32 Antivirus (7.x) Array Networks, Inc. All Rights Reserved. 6

7 (Eset Software) ESET NOD32 Antivirus (8.x) To add anti-virus rules for these softwares, click the Add action link in the Antivirus Rules area of Site Configuration > Security Settings > Client Security > Device Classes > Host Integrity > Antivirus under the site scope. Admin Tools [WebUI] Adding a MotionPro Alias Site Deployment configuration page (ID: 61805) Now, the administrator can quickly create an alias virtual site for MotionPro, configure AAA and configure L3VPN via the newly added MotionPro Alias Site Deployment configuration page by selecting the MotionPro Alias Site Deployment action link of Virtual Sites > Virtual Sites > Virtual Sites under the global scope. DesktopDirect DesktopDirect-Windows Supporting adjusting the window size of the published application (ID: 62372) Previously, when administrators set the window size of a published application to custom pixels by selecting ART Server > Terminal Service Applications > Applications on the DD pilot, the window size of the published application could not be adjusted. Now, a parameter validappsize is added to the art client settings custom command to control whether to allow users to adjust the window size of the published application. Modified CLI command: To support this enhancement, custom_parameter in the following command can be validappsize : art client settings custom <set_name> <platform> <custom_parameter> <custom_value> For details, please refer to the ArrayOS AG 9.3 CLI Handbook. Supporting redirecting the sound of remote host to the local host (ID: 61536) Now, the DesktopDirect Client for MacOS supports redirecting the sound of remote host to the local host. For details, please refer to the art client settings custom command in AG 9.3 CLI Handbook. Array Networks, Inc. All Rights Reserved. 7

8 MotionPro MotionPro-Server Supporting enabling both the application-level VPN tunnel for the remote desktop application and the SSL L3VPN tunnel (ID: 63784) Now, the administrator can enable both the application-level VPN tunnel for the remote desktop application and the SSL L3VPN tunnel at the same time. Modified CLI commands: To support this enhancement, the value of the mode parameter in the following command can be set to both : motionpro portal vpnpolicy <mode> This command is used to set the VPN tunnel mode to be enabled. If this command is not configured, when only the desktop resources are assigned to the end users, the applicationlevel VPN tunnel will be enabled; otherwise, the SSL L3VPN tunnel will be enabled. mode This parameter specifies the VPN tunnel mode to be enabled. Its value must be: tcpproxy: indicates that the application-level VPN tunnel will be enabled only for the remote desktop application. l3vpn: indicates that the SSL L3VPN tunnel will be enabled. both: indicate that both the application-level VPN tunnel for the remote desktop application and the SSL L3VPN tunnel will be enabled. disable: indicate that neither the application-level VPN tunnel nor the SSL L3VPN tunnel will be enabled. Array Networks, Inc. All Rights Reserved. 8

9 RESOLVED ISSUES AccessDirect General Settings and Networking CPU usage becoming too high as a result of the large size of the log file pg_server.log (ID: 63568) In some cases, the CPU usage became too high as a result of the large size of the pg_server.log log file that stored the LocalDB logs. This issue has now been resolved. Now, the pg_server.log log file is created and deleted by month. OS vulnerability (ID: 63164) ArrayOS AG has eliminated the operating system vulnerability reported by CVE System panic occurring if a role was deleted during Runtime Synconfig (ID: 62816) If a role was deleted during Runtime Synconfig, a system panic might occur due to the memory processing error. This issue has now been resolved. Failing to process UDP fragments of SIP 200 OK packets returned from the SIP server (ID: 62677) When receiving the UDP fragments of SIP 200 OK packets returned from the SIP server for the first time, AG processed these fragments properly. However, AG discarded such UDP fragments later. This issue has now been resolved. AAA [HardwareID] HWID_WIN.exe tool being not user-friendly (ID: 60850) Array Networks, Inc. All Rights Reserved. 9

10 After the HWID_WIN.exe tool was launched, several IDs were displayed. It was not user-friendly for users to obtain the Hardware ID value. This issue has now been resolved. Access Method [Web Access] HTTP 403 error received when the user accessed a QuickLink resource whose name contained spaces (ID: 63378) When the user accessed a QuickLink resource whose name contained spaces, HTTP 403 error was received. This issue has now been resolved. Web Portal [SSO] SSO post failing to work correctly if the cookie value in the response from the backend server was too long (ID: 61444) If the cookie value of the Set-Cookie header in the response from the backend server was too long, such as 2048 bytes, the SSO post function failed to work correctly. This issue has now been resolved. High Availability [HA] System memory leak occurring when the Runtime Synconfig function was used (ID: 63531) When Runtime Synconfig was synchronizing configurations from one unit to another unit, a system memory leak error occurred. This issue has now been resolved. System Monitoring [SNMP] Incorrect OID of the SNMP trap casyslog (ID: 63679) The OID of the SNMP trap casyslog was incorrect. This issue has now been resolved. Array Networks, Inc. All Rights Reserved. 10

11 Admin Tools Failing to assign the created system administrator role to the specified administrator account on vxag (ID: 64038) The administrator failed to assign the newly created system administrator role to the specified administrator account on the vxag appliance. This issue has now been resolved. [WebUI] Incorrect display of Windows administrator account (ID: 62875) If a Windows administrator account was configured for a Netpool by clicking the Add Administrator Account action link in the Windows Administrator Accounts area of Access Methods > VPN > Common Settings > Netpools > Advanced > Windows Administrator, this Windows administrator account would also be displayed in another Netpool. This issue has now been resolved. [WebUI] Incorrect display of parameter description for ARP interval (ID: 62497) seconds, means only sending gratuitous ARP when switching to ACTIVE was displayed in the ARP area of System Configuration > High Availability > General Settings. However, the ARP interval could not be set to This issue has now been resolved. OpenSSL vulnerabilities (ID: 62373&61316) ArrayOS AG 9.4 GA release has eliminated the OpenSSL vulnerabilities reported by CVE , CVE , CVE , CVE and CVE Model not being displayed in the output of the show version command (ID: 60934) If the license of the AG appliance expired, the model would not be displayed in the output of the show version command. This issue has now been resolved. DesktopDirect DesktopDirect-Server Array Networks, Inc. All Rights Reserved. 11

12 A desktop with no hostname or IP address being created (ID: 57571) A desktop with no hostname or IP address could be created or imported to the AG appliance. This issue has now been resolved. MotionPro MotionPro-Server Failing to delete the DeviceID rule configured for the LocalDB account whose name contained a two-byte character (ID: 61923) The administrator failed to delete the DeviceID rule configured for the LocalDB account whose name contained a two-byte character using the no localdb deviceid account <account_name> <device_id> command. This issue has now been resolved. Now the administrator can delete all DeviceID rules by setting the value of the account_name parameter to *. Array Networks, Inc. All Rights Reserved. 12

13 KNOWN LIMITATIONS AccessDirect General Settings and Networking SSLv3 and TLSv1.0 no longer supporting DES-CBC-SHA (ID: 62700) Due to the upgrade of OpenSSL, the SSL protocols SSLv3 and TLSv1.0 no longer support the weak cipher suite DES-CBC-SHA. MNET interface not supporting IPv6 (ID: 62687) The MNET interface does not support IPv6. Not supporting configuring MNET interface via WebUI For now, the MNET interface cannot be configured via WebUI. Array Networks, Inc. All Rights Reserved. 13

ArrayOS AG Release Note

ArrayOS AG Release Note Introduction Release Date: September 30, 2018 This release note summarizes the general enhancements, resolved issues and known limitations for ArrayOS AG 9.4.0.233 release. Contacting Customer Support

More information

ArrayOS AG MotionPro HTML5 Portal Theme 1.4. Release Note

ArrayOS AG MotionPro HTML5 Portal Theme 1.4. Release Note ArrayOS AG MotionPro HTML5 Portal Theme 1.4 Introduction Release Note Release Date: October 27, 2017 This release note summarizes the improvements, fixes of and known limitations of AG MotionPro HTML5

More information

Release Date: May 10, Revision 1.1; May 12, 2016

Release Date: May 10, Revision 1.1; May 12, 2016 ArrayOS APV 8.6.0.19 Release Note Introduction ArrayOS APV 8.6.0.19 Release Notes Release Date: May 10, 2016 Revision 1.1; May 12, 2016 This release note summarizes the general enhancements, resolved issues

More information

ArrayOS AVX GA Release Note

ArrayOS AVX GA Release Note Introduction ArrayOS AVX 2.4.0.13 GA Release Note Release Date: July 11, 2017 This release note summarizes the new features, general enhancements, resolved issues and known limitations for the ArrayOS

More information

Support Matrix for ArrayOS AG

Support Matrix for ArrayOS AG About This Document Support Matrix for Array AG 9.3.0.160 Release Date: January 15, 2015 This document mainly introduces the support for the browsers and operation systems by each feature module of the

More information

ArrayOS SPX Build 15 Release Note March 15, 2011

ArrayOS SPX Build 15 Release Note March 15, 2011 ArrayOS SPX 8.4.6.0 Build 15 Release Note March 15, 2011 When upgrading, before launching the WebUI for the first time, administrators should always clean the browser s cache. New Features and Enhancements

More information

Support Matrix for ArrayOS AG

Support Matrix for ArrayOS AG About This Document Support Matrix for Array AG 9.3.0.153 Release Date: ovember 30, 2014 This document mainly introduces the support for the browsers and operation systems by each feature module of the

More information

Support Matrix for ArrayOS AG Update Date: May 30, 2014 Revision: 1.0

Support Matrix for ArrayOS AG Update Date: May 30, 2014 Revision: 1.0 Support Matrix for Array AG 9.3.0.78 Update Date: May 30, 2014 Revision: 1.0 About This Document This document mainly introduces the support for the browsers and operation systems by each feature module

More information

ArrayOS APV Release Note

ArrayOS APV Release Note Introduction Release Date: August 3, 2016 This release note summarizes the new features, general enhancements, resolved issues and known limitations for ArrayOS APV 8.6.0.30. Contacting Customer Support

More information

TM Patch History Last Updated 2010/09/17 Version 13

TM Patch History Last Updated 2010/09/17 Version 13 TM 6.5.2 Patch History Last Updated 2010/09/17 Version 13 To contact Array Networks, Inc. Customer Support, please call 1-877-MY-ARRAY (1-877-992-7729) or email the team at support@arraynetworks.net Additional

More information

MotionPro Android Release Note

MotionPro Android Release Note MotionPro Android 2.3.0 Release Note Release Date: June 26, 2015 Introduction This release document summarizes the device requirements, improvements and limitations for the release of the MotionPro Android

More information

TM Patch History Last Updated 2011/07/01 Version 28

TM Patch History Last Updated 2011/07/01 Version 28 TM 6.5.2 Patch History Last Updated 2011/07/01 Version 28 To contact Array Networks, Inc. Customer Support, please call 1-877-MY-ARRAY (1-877-992-7729) or email the team at support@arraynetworks.net Additional

More information

Release Date: October 27, 2017

Release Date: October 27, 2017 Introduction Release Date: October 27, 2017 This release note summarizes the new features, general enhancements, resolved issues and known limitations for ArrayOS APV 8.6.1.37. Contacting Customer Support

More information

FortiBalancer 8.4 Web UI Handbook

FortiBalancer 8.4 Web UI Handbook FortiBalancer 8.4 Web UI Handbook FortiBalancer 8.4 Web UI Handbook 18 March 2013 1 st Edition Copyright 2013 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, and FortiGuard are registered trademarks

More information

ArrayOS TM Release Note

ArrayOS TM Release Note Introduction ArrayOS TM 8.3.1.3 Release Note Update Date: May 11, 2012 This release note summarizes the new features, general enhancements, resolved issues and known limitations for ArrayOS TM 8.3.1.3.

More information

Vendor: Citrix. Exam Code: 1Y Exam Name: Citrix NetScaler 10.5 Essentials and Networking. Question Question 160

Vendor: Citrix. Exam Code: 1Y Exam Name: Citrix NetScaler 10.5 Essentials and Networking. Question Question 160 Vendor: Citrix Exam Code: 1Y0-351 Exam Name: Citrix NetScaler 10.5 Essentials and Networking Question 121 -- Question 160 Visit PassLeader and Download Full Version 1Y0-351 Exam Dumps QUESTION 121 Scenario:

More information

AG SERIES DATASHEET SECURE ACCESS GATEWAYS

AG SERIES DATASHEET SECURE ACCESS GATEWAYS JUMP IN. THE MOBILE WATERS ARE FINE. SECURE ACCESS GATEWAYS AG Series secure access gateways provide scalable and controlled remote and mobile access to corporate networks, enterprise applications and

More information

SonicOS Enhanced Release Notes

SonicOS Enhanced Release Notes SonicOS Contents Platform Compatibility... 1 Known Issues... 2 Resolved Known Issues... 3 Upgrading SonicOS Enhanced Image Procedures... 5 Related Technical Documentation...8 Platform Compatibility The

More information

Load Balancing Sage X3 ERP. Deployment Guide v Copyright Loadbalancer.org, Inc

Load Balancing Sage X3 ERP. Deployment Guide v Copyright Loadbalancer.org, Inc Load Balancing Sage X3 ERP Deployment Guide v1.0.1 Copyright 2002 2017 Loadbalancer.org, Inc Table of Contents 1. About this Guide...3 2. Deployment...3 3. Initial Setup...3 Accessing the Loadbalancer.org

More information

Virtual Secure Access Gateways

Virtual Secure Access Gateways Virtual Secure Access Gateways vxag virtual secure access gateways enable secure access to business applications for remote and mobile workers and dynamic, flexible and elastic provisioning of secure access

More information

Configuring Virtual Servers

Configuring Virtual Servers 3 CHAPTER This section provides an overview of server load balancing and procedures for configuring virtual servers for load balancing on an ACE appliance. Note When you use the ACE CLI to configure named

More information

HP Load Balancing Module

HP Load Balancing Module HP Load Balancing Module Load Balancing Configuration Guide Part number: 5998-4218 Software version: Feature 3221 Document version: 6PW100-20130326 Legal and notice information Copyright 2013 Hewlett-Packard

More information

Securing Wireless LAN Controllers (WLCs)

Securing Wireless LAN Controllers (WLCs) Securing Wireless LAN Controllers (WLCs) Document ID: 109669 Contents Introduction Prerequisites Requirements Components Used Conventions Traffic Handling in WLCs Controlling Traffic Controlling Management

More information

This article explains how to configure NSRP-Lite for a NS50 firewall to a single WAN.

This article explains how to configure NSRP-Lite for a NS50 firewall to a single WAN. This article explains how to configure NSRP-Lite for a NS50 firewall to a single WAN. Requirements: When configuring NSRP-Lite for the NS-50, confirm the following necessary requirements: The NS-25 or

More information

High Availability Synchronization PAN-OS 5.0.3

High Availability Synchronization PAN-OS 5.0.3 High Availability Synchronization PAN-OS 5.0.3 Revision B 2013, Palo Alto Networks, Inc. www.paloaltonetworks.com Contents Overview... 3 Device Configuration... 4 Network Configuration... 9 Objects Configuration...

More information

BIG-IP Access Policy Manager : Portal Access. Version 12.1

BIG-IP Access Policy Manager : Portal Access. Version 12.1 BIG-IP Access Policy Manager : Portal Access Version 12.1 Table of Contents Table of Contents Overview of Portal Access...7 Overview: What is portal access?...7 About portal access configuration elements...7

More information

Wireless LAN Controller Web Authentication Configuration Example

Wireless LAN Controller Web Authentication Configuration Example Wireless LAN Controller Web Authentication Configuration Example Document ID: 69340 Contents Introduction Prerequisites Requirements Components Used Conventions Web Authentication Web Authentication Process

More information

Secure Access Gateways

Secure Access Gateways A G SE R IES DATAS HEET Secure Access Gateways AG Series secure access gateways provide scalable and controlled remote and mobile access to corporate networks, enterprise applications and cloud services

More information

Index. Numerics. Index 1

Index. Numerics. Index 1 Index Numerics 3DES 7-3, 8-3 802.1x See port-based access control. A aaa authentication 5-8 aaa authenticaton web browser 6-11 aaa port-access See Web or MAC Authentication. access levels, authorized IP

More information

Load Balancing Microsoft Remote Desktop Services. Deployment Guide v Copyright Loadbalancer.org

Load Balancing Microsoft Remote Desktop Services. Deployment Guide v Copyright Loadbalancer.org Load Balancing Microsoft Remote Desktop Services Deployment Guide v2.0.2 Copyright Loadbalancer.org Table of Contents About this Guide...4 2. Loadbalancer.org Appliances Supported...4 3. Loadbalancer.org

More information

McAfee Network Security Platform 8.3

McAfee Network Security Platform 8.3 8.3.7.52-8.3.5.32 Manager-NS-series Release Notes McAfee Network Security Platform 8.3 Revision C Contents About this release New features Enhancements Resolved issues Installation instructions Known issues

More information

BIG-IP Access Policy Manager : Portal Access. Version 13.0

BIG-IP Access Policy Manager : Portal Access. Version 13.0 BIG-IP Access Policy Manager : Portal Access Version 13.0 Table of Contents Table of Contents Overview of Portal Access...7 Overview: What is portal access?...7 About portal access configuration elements...

More information

EQ/OS Release Notes

EQ/OS Release Notes EQ/OS 10.3.3 Release Notes About This Document...2 Supported Hardware...2 EQ/OS 10 Documentation...2 Enhancements and Fixes in 10.3.3c...3 What s New... 3 Change Notices... 3 Resolved Issues... 3 Enhancements

More information

Contents. Introduction. Prerequisites. Requirements. Components Used

Contents. Introduction. Prerequisites. Requirements. Components Used Contents Introduction Prerequisites Requirements Components Used Configure Network Diagram ASA ISE Step 1. Configure Network Device Step 2. Configure Posture conditions and policies Step 3. Configure Client

More information

McAfee Network Security Platform 8.3

McAfee Network Security Platform 8.3 8.3.7.52-8.3.3.27-2.11.9 Manager-XC-Cluster Release Notes McAfee Network Security Platform 8.3 Revision C Contents About this release New features Enhancements Resolved issues Installation instructions

More information

User authentication configuration example 11 Command authorization configuration example 13 Command accounting configuration example 14

User authentication configuration example 11 Command authorization configuration example 13 Command accounting configuration example 14 Contents Logging in to the CLI 1 Login methods 1 Logging in through the console or AUX port 2 Logging in through Telnet 5 Telnetting to the switch 5 Telnetting from the switch to another device 7 Logging

More information

Forescout. Configuration Guide. Version 4.2

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

More information

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

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

Configuring Network Admission Control

Configuring Network Admission Control 45 CHAPTER This chapter describes how to configure Network Admission Control (NAC) on Catalyst 6500 series switches. With a PFC3, Release 12.2(18)SXF2 and later releases support NAC. Note For complete

More information

FileCruiser. Administrator Portal Guide

FileCruiser. Administrator Portal Guide FileCruiser Administrator Portal Guide Contents Administrator Portal Guide Contents Login to the Administration Portal 1 Home 2 Capacity Overview 2 Menu Features 3 OU Space/Team Space/Personal Space Usage

More information

DEPLOYMENT GUIDE Version 1.1. Deploying the BIG-IP Access Policy Manager with IBM, Oracle, and Microsoft

DEPLOYMENT GUIDE Version 1.1. Deploying the BIG-IP Access Policy Manager with IBM, Oracle, and Microsoft DEPLOYMENT GUIDE Version 1.1 Deploying the BIG-IP Access Policy Manager with IBM, Oracle, and Microsoft Table of Contents Table of Contents Introducing the BIG-IP APM deployment guide Revision history...1-1

More information

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client.

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client. WatchGuard SSL v3.2 Update 2 Release Notes Supported Devices SSL 100 and 560 WatchGuard SSL OS Build 452330 Revision Date 11 November 2014 Introduction WatchGuard is pleased to announce the release of

More information

How to Configure Authentication and Access Control (AAA)

How to Configure Authentication and Access Control (AAA) How to Configure Authentication and Access Control (AAA) Overview The Barracuda Web Application Firewall provides features to implement user authentication and access control. You can create a virtual

More information

Cisco Secure Desktop (CSD) on IOS Configuration Example using SDM

Cisco Secure Desktop (CSD) on IOS Configuration Example using SDM Cisco Secure Desktop (CSD) on IOS Configuration Example using SDM Document ID: 70791 Contents Introduction Prerequisites Requirements Components Used Network Diagram Related Products Conventions Configure

More information

UCS Manager Communication Services

UCS Manager Communication Services Communication Protocols, page 1 Communication Services, page 1 Non-Secure Communication Services, page 3 Secure Communication Services, page 5 Network-Related Communication Services, page 12 Communication

More information

Cyclades ACS 5000 Advanced Console Server Appliances Release Notes Version September 24 th 2010

Cyclades ACS 5000 Advanced Console Server Appliances Release Notes Version September 24 th 2010 Cyclades ACS 5000 Advanced Console Server Appliances Release Notes Version 3.3.0-5 September 24 th 2010 This document outlines: 1. Update Instructions 2. Appliance Firmware Version and Language Support

More information

SonicOS Enhanced Release Notes

SonicOS Enhanced Release Notes SonicOS Contents Platform Compatibility... 1 Known Issues... 2 Resolved Known Issues... 3 Upgrading SonicOS Enhanced Image Procedures... 4 Related Technical Documentation...7 Platform Compatibility The

More information

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS CISCO 642-618 EXAM QUESTIONS & ANSWERS Number: 642-618 Passing Score: 800 Time Limit: 120 min File Version: 39.6 http://www.gratisexam.com/ CISCO 642-618 EXAM QUESTIONS & ANSWERS Exam Name: Deploying Cisco

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Configuring Network Admission Control

Configuring Network Admission Control CHAPTER 59 This chapter describes how to configure Network Admission Control (NAC) in Cisco IOS Release 12.2SX. Note For complete syntax and usage information for the commands used in this chapter, see

More information

How to Set Up VPN Certificates

How to Set Up VPN Certificates For the VPN service, you can use either self-signed certificates or certificates that are generated by an external CA. In this article: Before You Begin Before you set up VPN certificates, verify that

More information

BIG-IP Access Policy Manager : Secure Web Gateway. Version 13.0

BIG-IP Access Policy Manager : Secure Web Gateway. Version 13.0 BIG-IP Access Policy Manager : Secure Web Gateway Version 13.0 Table of Contents Table of Contents BIG-IP APM Secure Web Gateway Overview...9 About APM Secure Web Gateway... 9 About APM benefits for web

More information

Portal configuration commands

Portal configuration commands Contents Portal configuration commands 1 display portal acl 1 display portal connection statistics 5 display portal free-rule 7 display portal interface 9 display portal-roaming 11 display portal server

More information

Release Notes for Avaya WLAN 9100 AOS-Lite Operating System WAP9112 Release WAP9114 Release 8.1.0

Release Notes for Avaya WLAN 9100 AOS-Lite Operating System WAP9112 Release WAP9114 Release 8.1.0 WLAN 9100 Release Notes Release Notes for Avaya WLAN 9100 AOS-Lite Operating System WAP9112 Release 8.1.0 WAP9114 Release 8.1.0 Avaya Inc - External Distribution 1. Introduction This document provides

More information

Juniper Networks Access Control Release Notes

Juniper Networks Access Control Release Notes Juniper Networks Access Control Release Notes Unified Access Control 4.4R8 UAC Build # 23799 OAC Version 5.60.23799 This is an incremental release notes describing the changes made from C4.4R1 release

More information

Startup Tool TG - Getting Started Guide

Startup Tool TG - Getting Started Guide Startup Tool TG - Getting Started Guide For Classic Ingate SIParator Version 5.0.10 or later Document revision 17B, February 20, 2017 1(24) Table of Contents 0 Quick Start... 2 1 Ingate Startup Tool TG...

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager VMware Identity Manager Cloud Deployment DEC 2017 VMware AirWatch 9.2 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Cisco Passguide Exam Questions & Answers

Cisco Passguide Exam Questions & Answers Cisco Passguide 642-648 Exam Questions & Answers Number: 642-648 Passing Score: 800 Time Limit: 120 min File Version: 61.8 http://www.gratisexam.com/ Cisco 642-648 Exam Questions & Answers Exam Name: Deploying

More information

Numerics. Index 1. SSH See SSH. connection inactivity time 2-3 console, for configuring authorized IP managers 11-5 DES 6-3, 7-3

Numerics. Index 1. SSH See SSH. connection inactivity time 2-3 console, for configuring authorized IP managers 11-5 DES 6-3, 7-3 Numerics 3DES 6-3, 7-3 802.1X See port-based access control. 8-1 A aaa authentication 4-8 aaa port-access See Web or MAC Authentication. access levels, authorized IP managers 11-3 accounting address authorized

More information

Deployment Guide AX Series with Oracle E-Business Suite 12

Deployment Guide AX Series with Oracle E-Business Suite 12 Deployment Guide AX Series with Oracle E-Business Suite 12 DG_OEBS_032013.1 TABLE OF CONTENTS 1 Introduction... 4 2 Deployment Prerequisites... 4 3 Oracle E-Business Topology... 5 4 Accessing the AX Series

More information

upgrade-mp through xlate-bypass Commands

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

More information

Junos Pulse 2.1 Release Notes

Junos Pulse 2.1 Release Notes Access Solutions Junos Pulse 2.1 Release Notes Junos Pulse Build# 14305 Secure Access Build# 7.1R5 JWOS Build# 6.2R1.4 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408 745

More information

Platform Compatibility... 1 Enhancements... 2 Known Issues... 3 Upgrading SonicOS Enhanced Image Procedures... 3 Related Technical Documentation...

Platform Compatibility... 1 Enhancements... 2 Known Issues... 3 Upgrading SonicOS Enhanced Image Procedures... 3 Related Technical Documentation... SonicOS Contents Platform Compatibility... 1 Enhancements... 2 Known Issues... 3 Upgrading SonicOS Enhanced Image Procedures... 3 Related Technical Documentation...7 Platform Compatibility The SonicOS

More information

Migrating to the Cisco ASA Services Module from the FWSM

Migrating to the Cisco ASA Services Module from the FWSM Migrating to the Cisco ASA Services Module from the FWSM Contents Information About the Migration, page 1 Migrating the FWSM Configuration to the ASA SM, page 2 Unsupported Runtime Commands, page 4 Configuration

More information

The modusgate console is composed of five configuration modules, these are described in the following table:

The modusgate console is composed of five configuration modules, these are described in the following table: modusgate Quick Start Guide About the Startup Guide This modusgate console Startup Guide is designed to assist you in configuring the modusgate server using the simplified modusgate Configuration console.

More information

Platform Settings for Firepower Threat Defense

Platform Settings for Firepower Threat Defense Platform settings for FTD devices configure a range of unrelated features whose values you might want to share among several devices. Even if you want different settings per device, you must create a shared

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.91-8.1.7.44 Manager-Virtual IPS Release Notes Network Security Platform 8.1 Revision B Contents About this release New features Enhancements Resolved issues Installation instructions Known issues

More information

LAN to LAN IPsec Tunnel Between a Cisco VPN 3000 Concentrator and Router with AES Configuration Example

LAN to LAN IPsec Tunnel Between a Cisco VPN 3000 Concentrator and Router with AES Configuration Example LAN to LAN IPsec Tunnel Between a Cisco VPN 3000 Concentrator and Router with AES Configuration Example Document ID: 26402 Contents Introduction Prerequisites Requirements Components Used Conventions Configure

More information

client through crl configure Commands

client through crl configure Commands CHAPTER 7 7-1 client-access-rule Chapter 7 client-access-rule To configure rules that limit the remote access client types and versions that can connect via IPSec through the adaptive security appliance,

More information

New Features for ASA Version 9.0(2)

New Features for ASA Version 9.0(2) FIREWALL Features New Features for ASA Version 9.0(2) Cisco Adaptive Security Appliance (ASA) Software Release 9.0 is the latest release of the software that powers the Cisco ASA family. The same core

More information

Dell Secure Mobile Access About Dell Secure Mobile Access

Dell Secure Mobile Access About Dell Secure Mobile Access Dell Secure Mobile Access 11.4.0 May 2016 These release notes provide information about the Dell Secure Mobile Access (SMA) 11.4.0 release. About Dell Secure Mobile Access 11.4.0 Supported platforms New

More information

McAfee Network Security Platform 8.3

McAfee Network Security Platform 8.3 8.3.7.28-8.3.3.9 Manager-Mxx30-series Release Notes McAfee Network Security Platform 8.3 Revision C Contents About this release New features Enhancements Resolved issues Installation instructions Known

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.4.4 Revision A Contents About this release on page 2 System requirements on page 2 Build version on page 3 Compatibility on page 5 New features on page 5

More information

Configuring Real Servers and Server Farms

Configuring Real Servers and Server Farms 6 CHAPTER This section provides an overview of server load balancing and procedures for configuring real servers and server farms for load balancing on an ACE appliance. When you use the ACE CLI to configure

More information

Juniper Networks Secure Access Release Notes

Juniper Networks Secure Access Release Notes Juniper Networks Secure Access Release Notes IVE Platform Version 7.0R2 Build # 16499 This is an incremental release notes describing the changes made from 7.0R1 release to 7.0R2. The 7.0R1 GA release

More information

Barracuda Firewall Release Notes 6.5.x

Barracuda Firewall Release Notes 6.5.x Please Read Before Upgrading Before installing the new firmware version, back up your configuration and read all of the release notes that apply to the versions that are more current than the version that

More information

Setting Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection

Setting Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection Up a Mitel SX-2000 Digital PIMG Integration with Cisco Unity Connection Up a Mitel SX-2000 Digital PIMG Integration, page 1 Up a Mitel SX-2000 Digital PIMG Integration Task List for Mitel SX-2000 PIMG

More information

Cisco TrustSec How-To Guide: Universal Configuration for the Cisco Wireless LAN Controller

Cisco TrustSec How-To Guide: Universal Configuration for the Cisco Wireless LAN Controller Cisco TrustSec How-To Guide: Universal Configuration for the Cisco Wireless LAN Controller For Comments, please email: howtoguides@external.cisco.com Current Document Version: 3.0 August 27, 2012 Table

More information

Equivalencia. - Cisco vs Huawei -

Equivalencia. - Cisco vs Huawei - Equivalencia - Cisco vs Huawei - Item Commandos Cisco Commandos Huawei 1 Configure terminal system 4 disable NONE 5 enable NONE 6 end Return 7 exit Quit 8 interface { interface-type interface-number 9

More information

VMware Horizon View Deployment

VMware Horizon View Deployment VMware Horizon View provides end users with access to their machines and applications through a unified workspace across multiple devices, locations, and connections. The Horizon View Connection Server

More information

shun through sysopt radius ignore-secret Commands

shun through sysopt radius ignore-secret Commands CHAPTER 30 shun through sysopt radius ignore-secret Commands 30-1 shun Chapter 30 shun To block connections from an attacking host, use the shun command in privileged EXEC mode. To disable a shun, use

More information

Setting Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection

Setting Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection up Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection Up an Alcatel 4400 Digital PIMG Integration with Cisco Unity Connection, page 1 Up an Alcatel 4400 Digital PIMG Integration with Cisco

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

Fundamentals of Network Security v1.1 Scope and Sequence

Fundamentals of Network Security v1.1 Scope and Sequence Fundamentals of Network Security v1.1 Scope and Sequence Last Updated: September 9, 2003 This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document

More information

How to Configure SSL VPN Portal for Forcepoint NGFW TECHNICAL DOCUMENT

How to Configure SSL VPN Portal for Forcepoint NGFW TECHNICAL DOCUMENT How to Configure SSL VPN Portal for Forcepoint NGFW TECHNICAL DOCUMENT Ta Table of Contents Table of Contents TA TABLE OF CONTENTS 1 TABLE OF CONTENTS 1 BACKGROUND 2 CONFIGURATION STEPS 2 Create a SSL

More information

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS CISCO 300-206 EXAM QUESTIONS & ANSWERS Number: 300-206 Passing Score: 800 Time Limit: 120 min File Version: 35.2 http://www.gratisexam.com/ Exam Code: 300-206 Exam Name: Implementing Cisco Edge Network

More information

Gigabit SSL VPN Security Router

Gigabit SSL VPN Security Router As Internet becomes essential for business, the crucial solution to prevent your Internet connection from failure is to have more than one connection. PLANET is the ideal to help the SMBs increase the

More information

eigrp log-neighbor-warnings through functions Commands

eigrp log-neighbor-warnings through functions Commands CHAPTER 12 eigrp log-neighbor-warnings through functions Commands 12-1 eigrp log-neighbor-changes Chapter 12 eigrp log-neighbor-changes To enable the logging of EIGRP neighbor adjacency changes, use the

More information

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS CISCO 300-206 EXAM QUESTIONS & ANSWERS Number: 300-206 Passing Score: 800 Time Limit: 120 min File Version: 35.2 http://www.gratisexam.com/ Exam Code: 300-206 Exam Name: Implementing Cisco Edge Network

More information

Juniper JN0-570 JNCIS-SSL. Download Full Version :

Juniper JN0-570 JNCIS-SSL. Download Full Version : Juniper JN0-570 JNCIS-SSL Download Full Version : https://killexams.com/pass4sure/exam-detail/jn0-570 QUESTION : 135 Your company is rolling out Secure Meeting to assist the helpdesk in troubleshooting

More information

Getting Started. About the ASA for Firepower How the ASA Works with the Firepower 2100

Getting Started. About the ASA for Firepower How the ASA Works with the Firepower 2100 This chapter describes how to deploy the ASA on the Firepower 2100 in your network, and how to perform initial configuration. About the ASA for Firepower 2100, page 1 Connect the Interfaces, page 4 Power

More information

Configuring the CSM-S SSL Services

Configuring the CSM-S SSL Services CHAPTER 7 This chapter describes the Line Interface (CLI) commands to configure, monitor, and debug the CSM-S software for SSL. These configuration commands are the same commands that are valid in the

More information

Configuring the CSS for Device Management

Configuring the CSS for Device Management CHAPTER 2 Configuring the CSS for Device Management Before you can use the WebNS Device Management user interface software, you need to perform the tasks described in the following sections: WebNS Device

More information

This release of the product includes these new features that have been added since NGFW 5.5.

This release of the product includes these new features that have been added since NGFW 5.5. Release Notes Revision B McAfee Next Generation Firewall 5.7.3 Contents About this release New features Enhancements Known limitations Resolved issues System requirements Installation instructions Upgrade

More information

Logging in through SNMP from an NMS 22 Overview 22 Configuring SNMP agent 22 NMS login example 24

Logging in through SNMP from an NMS 22 Overview 22 Configuring SNMP agent 22 NMS login example 24 Contents Logging in to the CLI 1 Login methods 1 Logging in through the console or AUX port 2 Introduction 2 Configuration procedure 2 Logging in through Telnet 6 Introduction 6 Logging in to the switch

More information

Performance Monitor Administrative Options

Performance Monitor Administrative Options CHAPTER 12 Effective network management requires the fastest possible identification and resolution of events that occur on mission-critical systems. Performance Monitor administrative options enable you

More information

Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM

Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM Topology Note: ISR G1 devices use FastEthernet interfaces instead of GigabitEthernet interfaces. 2015 Cisco and/or its affiliates. All rights

More information

This release of the product includes these new features that have been added since NGFW 5.5.

This release of the product includes these new features that have been added since NGFW 5.5. Release Notes Revision A McAfee Next Generation Firewall 5.7.9 Contents About this release New features Enhancements Known limitations Resolved issues System requirements Installation instructions Upgrade

More information