Release Notes for NorthStar Controller

Size: px
Start display at page:

Download "Release Notes for NorthStar Controller"

Transcription

1 Release Notes for NorthStar Controller Release January 2017 These release notes accompany Juniper Networks NorthStar Controller Release Contents Introduction Contents of this Release New Features Support for Multiple Network-Facing Interfaces for High Availability Deployments Support MapQuest Plugins v2.2 for Leaflet External LDAP Improvements Clean Up of Stale User Sessions by Admin Changes in Behavior Known Behavior Known Issues Resolved Issues Requesting Technical Support Revision History

2 Release Notes: Juniper Networks NorthStar Controller Introduction The Juniper Networks NorthStar Controller is an SDN controller that enables granular visibility and control of IP/MPLS flows in large service provider and enterprise networks. Network operators can use the NorthStar Controller to optimize their network infrastructure through proactive monitoring, planning, and explicit routing of large traffic loads dynamically based on user-defined constraints. The NorthStar Controller release is fully supported with Junos OS Releases 15.1F6 and 16.1R1. NorthStar Controller can also be deployed with Junos OS Releases 14.2R6, 15.1F4, and 15.1R4, but the following features would not be available: MD5 authentication for PCEP P2MP support Administrative group support NOTE: The Path Computation Element Protocol (PCEP) configuration on the PCC routers does not persist across upgrades when the SDN package is not part of the installation binary. Before upgrading the Junos OS image to this release, save the existing configuration to a file by using the save command. After you upgrade the Junos OS image on each PCC router, use the load override command to restore the PCEP configuration. Contents of this Release Junos OS supports Internet draft draft-crabbe-pce-pce-initiated-lsp-03 for the stateful PCE-initiated LSP implementation (M Series, MX Series, PTX Series, T Series, QFX Series, and ACX Series). Table 1 on page 2 describes the downloadable files. Table 1: NorthStar Controller Downloadable Files File NorthStar Application NOTE: E-signature also available. Northstar_Bundle_2_2_0.tar.gz which includes: NorthStar-Bundle-2.2.0/NorthStar-Bundle _171815_69024_21.x86_64.rpm installation file for use with: Bare metal server installation in which the JunosVM will be running as a virtual machine using qemu hypervisor via CLI. Installation onto a CentOS 6 VM running on the OpenStack virtualization platform. Readme file. 2

3 New Features Table 1: NorthStar Controller Downloadable Files (continued) File NorthStar JunosVM NOTE: E-signature also available. northstar_junosvm.tar.gz which includes: northstar_junosvm.img, a Qcow2 formatted file to be run as a virtual machine on OpenStack. NOTE: The junos_vm file has no configuration. Sample junos_vm configuration file. Sample HEAT templates for use when installing the NorthStar Controller in an OpenStack virtual environment: northstar220.heat.official for launching the NorthStar Controller in standalone mode without a floating IP address. northstar220.floating.heat.official for launching the NorthStar Controller in standalone mode with a floating IP address. northstar220.3instances.heat.official for launching the NorthStar Controller in cluster mode without a floating IP address. northstar220.3instances.floating.heat.official for launching the NorthStar Controller in cluster mode with a floating IP address. Readme file. New Features This section lists new features in the NorthStar Controller Release Support for Multiple Network-Facing Interfaces for High Availability Deployments Prior to this release, the NorthStar Controller supported only one interface monitored by Zookeeper. Zookeeper was never aware when an unmonitored interface went down, so the information could not be propagated across the network or taken into consideration in the election of an active node for high availability (HA) clusters. In NorthStar Controller Release 2.2.0, a total of five monitored interfaces are now supported, one of which is designated by the user as the cluster communication (Zookeeper) interface. The following changes were made to enable this new feature: The net_setup.py script allows configuration of the additional monitored interfaces in both the host configuration (Host interfaces 1 through 5), and JunosVM configuration (JunosVM interfaces 1 through 5). See NorthStar Controller 2.2 RPM Bundle Installation in the NorthStar Controller Getting Started Guide for the steps to configure these interfaces. The ha_agent sends probes using ICMP packets (ping) to remote cluster endpoints (including the Zookeeper interface) to monitor the connectivity of the interfaces. If the packet is not received within the timeout period, the neighbor is declared unreachable. The ha_agent updates Zookeeper on any interface status changes and propagates that information across the cluster. Interval and timeout values for the cluster are user-configurable in the HA setup script. Default values are 10 seconds and 30 seconds, respectively. Also in the HA setup script is an option to configure whether switchover 3

4 Release Notes: Juniper Networks NorthStar Controller is to be allowed for each interface. See Configuring a Cluster for High Availability in the NorthStar Controller Feature Guide for HA setup instructions. For nested VM configurations, you can modify supervisord-junosvm.sh to add the bridges needed for the additional monitored interfaces. Support MapQuest Plugins v2.2 for Leaflet The slippy map panel used in the NorthStar topology map supports MapQuest Maps if you have a MapQuest API key. Without a MapQuest API key, the slippy map uses Open Street Maps, for which there is no cost or registration requirement. To obtain a MapQuest API key: 1. Register with MapQuest and obtain a MapQuest API key from There is a cost for some plans, which you can see at 2. Close all NorthStar web clients. 3. Log in to the NorthStar application server. 4. Edit the config.json file located at /opt/pcs/nodejs/config.json. 5. Enter the MapQuest API key for the entry mapquestkey (include the key inside the quotes). 6. Launch the NorthStar Controller web client and verify that the slippy map panel loads properly. A sample configuration (config.json) follows: { } "usessl" : true, "useoauth" : true, "limitfullcontroluser" : true, "resttimeout": 30000, "dbcapacity": 35, "nodejsport": 48091, "nodejssslport": 48443, "mapquestkey": "api-key***** External LDAP Improvements The following external LDAP improvements have been added: Active Directory is supported. A Test Connectivity feature has been added so the NorthStar Controller application server can verify connection to the LDAP server. In the Web UI, navigate to Administration > Authentication (Admin user only). Clean Up of Stale User Sessions by Admin The Admin can use a web URL to manually terminate all sessions. 4

5 Changes in Behavior Use the following procedure: 1. Obtain an access token for the Admin user from api-ref-northstar-auth.html. 2. Use the following web URL and action, inserting the appropriate server IP address to replace server-ip: POST Changes in Behavior This section lists changes in NorthStar Controller behavior since the previous release. The NorthStar setup scripts and menu options have changed to support new features. See NorthStar Controller 2.2 RPM Bundle Installation in the NorthStar Controller Getting Started Guide and Configuring a Cluster for High Availability in the NorthStar Controller Feature Guide for complete information. Known Behavior The following behaviors are known to occur in NorthStar Controller Release 2.2.0: The NorthStar application uses default classification for control packets. To support a different packet classification, you can use Linux firewall iptables to reclassify packets to a different priority. See Changing Control Packet Classification Using the Mangle Table in the NorthStar Controller Getting Started Guide for sample configuration snippets that show how to modify the ToS bits using the mangle table, changing DSCP values to cs6. When upgrading the NorthStar Controller from an earlier 2.x release, you should regenerate your Cassandra keystore password and certificate files, because if the certificate has expired, your NTAD session will not come up. To confirm certificate expiration, review the Toposerver log (/opt/northstar/logs/toposerver.log) for the following error message: DB Error: initialize - Error verifying peer certificate: certificate has expired You can also check the certificate expiration date using the following command: # openssl x509 -enddate -noout -in /opt/northstar/data/apache-cassandra/conf/client.pem If the certificate has expired, use the following procedure to correct the problem: 1. Source the environment variable:. /opt/northstar/northstar.env 2. Obtain the current certificate and keystore password. cat /opt/northstar/data/apache-cassandra/conf/cassandra.yaml grep keystore_password 5

6 Release Notes: Juniper Networks NorthStar Controller Verify the existing certificate. keytool -list -v -keystore /opt/northstar/data/apache-cassandra/conf/server.keystore -storepass ${password} 4. Stop all processes. supervisorctl stop northstar:* infra:* 5. Delete existing keys. rm -f /opt/northstar/data/apache-cassandra/conf/server.keystore rm -f /opt/northstar/data/apache-cassandra/conf/server.publickey rm -f /opt/northstar/data/apache-cassandra/conf/client.pem rm -f /opt/northstar/data/apache-cassandra/conf/client.keystore 6. Regenerate the new certificate and key, replacing ${password} in the example with your existing password from the previous command. source /opt/northstar/northstar.env keytool -genkey -alias cassandra -keyalg RSA -validity dname "CN=NorthStar, OU=NorthStar, O=Juniper, L=Sunnyvale, S=CA, C=US" -keypass ${password} -storepass ${password} -keystore /opt/northstar/data/apache-cassandra/conf/server.keystore keytool -export -alias cassandra -keypass ${password} -storepass ${password} -keystore /opt/northstar/data/apache-cassandra/conf/server.keystore -file /opt/northstar/data/apache-cassandra/conf/server.publickey keytool -import -alias cassandra -keypass ${password} -storepass ${password} -file /opt/northstar/data/apache-cassandra/conf/server.publickey -keystore /opt/northstar/data/apache-cassandra/conf/client.keystore -noprompt keytool -exportcert -rfc -noprompt -alias cassandra -keystore /opt/northstar/data/apache-cassandra/conf/server.keystore -storepass ${password} -file /opt/northstar/data/apache-cassandra/conf/client.pem NOTE: For a cluster setup, these files should only be generated on one server and then copied to the rest of the servers in the cluster. 7. Set the access permissions and ownership. cd /opt/northstar/data/apache-cassandra/conf/ chmod 700 * chown pcs:pcs * 8. Restart the Infra process. supervisorctl start infra:* The NorthStar Controller uses a private certificate, which some browsers might automatically flag. You can still proceed to the NorthStar URL. User administration must be done through the Web UI; it cannot be done through the Java client UI. 6

7 Known Issues By default, the topology map layout is not saved, so it is lost during a switchover. In order to retain a layout, you must specifically save it. Navigate to Layout>Manage Layouts, click Save, complete the requested information, and select the Default check box if you want the layout to be your default layout. When scheduled LSPs reach their configured end time, they are automatically deleted from the database. In the Web UI, expired LSPs are automatically removed from the Network Information pane (Tunnel tab) display upon expiration. After installing the NorthStar Controller or performing an upgrade, you should wait for all processes to be up and running before attempting to log in to the Web client. Not doing so can cause the UI to display incomplete information. Refer to the NorthStar Controller Getting Started Guide for information about checking the status of processes. The NorthStar Controller allows you to create PCE-initiated LSPs that serve as secondary or standby LSPs to a primary PCE-initiated LSP. You can also modify a PCC-delegated LSP that serves as secondary or standby LSP to a primary PCC-delegated LSP. You cannot configure PCE-initiated LSPs to serve as secondary or standby LSPs to a primary PCC-delegated LSP. For some delegated LSPs configured with strict path, the actual signaled path uses a different set of transit routers than would be expected according to the RSVP-TE RFC. For optimal performance, we recommend that the total number of PCE-delegated and PCE-initiated LSPs per ingress node be less than or equal to The NorthStar Controller HA module does not trigger a switchover when the NorthStar client is disconnected from the NorthStar server (loss of connectivity). It is the user s responsibility to make sure the connectivity between the client and the server is up and running. PCC-delegated LSP settings data can be lost when de-activating and re-activating PCEP on a PCC. Failover can sometimes happen when shutting down a standby node if the active node is not assigned the highest priority. User-facing interface failure is not covered by HA. Because link flapping parameters (timers and frequency) are not persistent during failover, they have to be manually copied on each node of a cluster. When LSP names collide, a PCC-controlled LSP overrides the PCE-initiated LSP. OSPF should be configured on donor interfaces in unnumbered interface cases, for the donor IP address to be reachable in OSPF. Known Issues Table 2 on page 8 lists known issues in NorthStar Controller Release The identifier associated with each entry is the tracking number in the Juniper Networks Problem Report (PR) tracking system. 7

8 Release Notes: Juniper Networks NorthStar Controller Table 2: Known Issues in NorthStar Controller Identifier For delegated LSPs, if the LSP metric is not part of the initial configuration, a change or addition of the LSP metric through PCEP will result in a make-before-break operation When processing P flags and I flags in PCEP objects, the PCE and PCC do not honor the P flags and I flags that are carried in the PCEP object The bandwidth specified in a PCE-initiated LSP must be greater than or equal to the minimum bandwidth that is specified in an auto-bandwidth template, or the template should not contain a minimum-bandwidth clause. In addition, the bandwidth specified in a PCE-initiated LSP should not exceed the maximum bandwidth that is specified in the template If you configure unnumbered interfaces on parallel links between two routers, the NorthStar Controller is not able to display accurate connections Locally-provisioned filtering does not work as intended in PCCs. Use the command show mpls lsp ingress locally-provisioned to obtain a list of externally provisioned LSPs The show path-computation-client active-pce detail command does not provide the running count of the LSP cleanup timer When you modify the attributes of an LSP, the LSP goes down while the controller remains active. When the configuration of a packet LSP is changed to a non-packet LSP configuration, we recommend that you delete the LSP and re-provision it The /opt/pcs/db/config/pce_md5.config file does not add nodes dynamically, so new PCEP-enabled nodes cannot be brought up. Reset Topology does not clear the MD5 configuration file on the controller (/opt/pcs/db/config/pce_md5.config). When you change topologies, you must manually delete this configuration file Output of the show path-computation-client status command incorrectly includes the count of externally provisioned LSPs The set protocols pcep max-provisioned-lsps command does not prohibit creation of new PCE-initiated LSPs beyond the configured limit. When changing the value of max-provisioned-lsps, the new value must be greater than the number of LSPs currently provisioned on the router. Resolved Issues Table 3 on page 8 lists resolved issues in NorthStar Controller Release Where an identifier is listed, it is the tracking number in the Juniper Networks Problem Report (PR) tracking system. Table 3: Resolved Issues in NorthStar Controller Identifier Operation status of Tunnel does not update properly on PCEP connection down/up event Web UI shows the nodes shifted from the desired location. 8

9 Requesting Technical Support Table 3: Resolved Issues in NorthStar Controller (continued) Identifier Slippy map panel does not display MapQuest tiles properly with API key Topology server becomes out of sync with NTAD Setting Lat/Lon from the map in the Planner client fails. (No ID) REST API is not able to delete links marked as failed (F). (No ID) The controller status of scheduled diverse LSPs displays NoRoute_Rescheduled when an LSP cannot be placed due to insufficient bandwidth. (No ID) Optimization does not work for LSP with required path and a loose route. (No ID) Cannot provision LSP with preferred loose path. Requesting Technical Support Revision History Technical product support is available through the Juniper Networks Technical Assistance Center (JTAC). If you are a customer with an active J-Care or JNASC support contract, or are covered under warranty, and need post-sales technical support, you can access our tools and resources online or open a case with JTAC. 31 January 2017 NorthStar Controller Release All rights reserved. Juniper Networks, Junos, Steel-Belted Radius, NetScreen, and ScreenOS are registered trademarks of Juniper Networks, Inc. in the United States and other countries. The Juniper Networks Logo, the Junos logo, and JunosE are trademarks of Juniper Networks, Inc. All other trademarks, service marks, registered trademarks, or registered service marks are the property of their respective owners. Juniper Networks assumes no responsibility for any inaccuracies in this document. Juniper Networks reserves the right to change, modify, transfer, or otherwise revise this publication without notice. 9

Release Notes for NorthStar Controller

Release Notes for NorthStar Controller Release Notes for NorthStar Controller Release 3.1.0 14 September 2017 These release notes accompany Juniper Networks NorthStar Controller Release 3.1.0. Contents Introduction........................................................

More information

Network Configuration Example

Network Configuration Example Network Configuration Example RSVP LSP Tunnels Modified: 2016-12-14 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights reserved. Juniper

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring the BGP Local Preference Release NCE0046 Modified: 2016-11-08 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Protocol Independent Multicast Join Load Balancing Release NCE0054 Modified: 2017-01-20 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

More information

EX2500 Ethernet Switch 3.1 Release Notes

EX2500 Ethernet Switch 3.1 Release Notes EX2500 Ethernet Switch 3.1 Release Notes Release 3.1R2 29 January 2010 Revision 3 These release notes accompany Release 3.1R2 of the Juniper Networks EX2500 Ethernet Switches and software. They briefly

More information

Intrusion Detection and Prevention IDP 4.1r4 Release Notes

Intrusion Detection and Prevention IDP 4.1r4 Release Notes Intrusion Detection and Prevention IDP 4.1r4 Release Notes Build 4.1.134028 September 22, 2009 Revision 02 Contents Overview...2 Supported Hardware...2 Changed Features...2 IDP OS Directory Structure...2

More information

Junos OS. RSVP LSP Tunnels Feature Guide. Release Published: Copyright 2011, Juniper Networks, Inc.

Junos OS. RSVP LSP Tunnels Feature Guide. Release Published: Copyright 2011, Juniper Networks, Inc. Junos OS RSVP LSP Tunnels Feature Guide Release 11.4 Published: 2011-11-08 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net This product includes

More information

JUNOSPHERE RELEASE NOTES

JUNOSPHERE RELEASE NOTES JUNOSPHERE RELEASE NOTES Release 1.1 17 June 2011 These release notes cover Release 1.1 of the Junosphere virtual network. If the information in these release notes differs from the information found in

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Ethernet CFM Over VPLS Modified: 2017-01-24 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Ingress Replication for MVPN and for IP Multicast Using Next Gen MVPN Modified: 2016-12-20 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring RSVP-Signaled Point-to-Multipoint LSPs on Logical Systems Modified: 2017-01-18 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

Juniper Secure Analytics Patch Release Notes

Juniper Secure Analytics Patch Release Notes Juniper Secure Analytics Patch Release Notes 2014.8 October 2017 2014.8.r11.20171013131303 patch resolves several known issues in Juniper Secure Analytics (JSA). Contents Installing 2014.8.r11 Patch..............................................

More information

Contrail Release Release Notes

Contrail Release Release Notes Contrail Release 3.2.2 Release Notes Release 3.2.2 March 2017 Contents Introduction........................................................ 2 New and Changed Features............................................

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Active Flow Monitoring Version 9 Modified: 2017-01-18 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring VPLS Multihoming Using Autodiscovery (FEC 129) Release NCE0072 Modified: 2016-10-26 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA

More information

NSM Plug-In Users Guide

NSM Plug-In Users Guide Juniper Secure Analytics Release 2014.3 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2014-10-15 Copyright Notice Copyright 2014 Juniper

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

Network Configuration Example

Network Configuration Example Network Configuration Example Interconnecting a Layer 2 Circuit with a Layer 3 VPN Modified: 2017-01-19 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Juniper Secure Analytics

Juniper Secure Analytics Juniper Secure Analytics Managing Juniper SRX PCAP Data Release 2014.1 Modified: 2016-03-16 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring a Two-Tiered Virtualized Data Center for Large Enterprise Networks Release NCE 33 Modified: 2016-08-01 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Private VLANs on a QFX Switch Using Extended Functionality Modified: 2016-08-01 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

Junos Pulse Access Control Service

Junos Pulse Access Control Service Junos Pulse Access Control Service RADIUS Server Management Guide Release 4.4 Published: 2013-02-15 Part Number: Juniper Networks, Inc. 1194 rth Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Managing Unintended Traffic Black-Hole Conditions in a T Series Router Modified: 2017-01-23 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring IS-IS Dual Stacking of IPv4 and IPv6 Unicast Addresses Release NCE0068 Modified: 2017-01-20 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring External BGP Peering Release NCE0056 Modified: 2017-01-20 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

SDN Controllers in the WAN: protocols and applications

SDN Controllers in the WAN: protocols and applications SDN Controllers in the WAN: protocols and applications Julian Lucek jlucek@juniper.net @julianlucek Agenda SDN Controller for WAN concept Enabling protocols BGP Link State (BGP-LS) Path Computation Element

More information

JUNOSPHERE RELEASE NOTES

JUNOSPHERE RELEASE NOTES JUNOSPHERE RELEASE NOTES Release 1.6 28 October 2011 These release notes cover Junosphere Release 1.6. If the information in these release notes differs from the information found in the published documentation

More information

KTHNOC, MPLS/RSVP lab, rev: 1.7 KTHNOC. MPLS/RSVP lab. Juniper version. Group Nr. Name1. Name2. Name3. Name4. Date. Grade. Instructor s Signature

KTHNOC, MPLS/RSVP lab, rev: 1.7 KTHNOC. MPLS/RSVP lab. Juniper version. Group Nr. Name1. Name2. Name3. Name4. Date. Grade. Instructor s Signature KTHNOC MPLS/RSVP lab Juniper version Group Nr Name1 Name2 Name3 Name4 Date Grade Instructor s Signature Table of Contents 1 Goals...3 2 Preparations...3 2.1RSVP concepts...3 3 Initial configuration...4

More information

Junos Space Connectivity Services Director Release Notes 2.1R1

Junos Space Connectivity Services Director Release Notes 2.1R1 Junos Space Connectivity Services Director Release Notes 2.1R1 16 August 2017 Contents Introduction........................................................ 3 Release Notes for Connectivity Services Director

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Authentication and Enforcement Using SRX Series Services Gateways and Aruba ClearPass Policy Manager Modified: 2016-08-01 Juniper Networks, Inc. 1133 Innovation

More information

Configuring High Availability (HA)

Configuring High Availability (HA) 4 CHAPTER This chapter covers the following topics: Adding High Availability Cisco NAC Appliance To Your Network, page 4-1 Installing a Clean Access Manager High Availability Pair, page 4-3 Installing

More information

Juniper Networks CTPOS Release 7.0R1 Software Release Notes

Juniper Networks CTPOS Release 7.0R1 Software Release Notes Juniper Networks CTPOS Release 7.0R1 Software Release Notes Release 7.0R1 September 2014 Revision 2 These release notes accompany Release 7.0R1 of the CTPOS software. They describe device documentation

More information

Juniper Secure Analytics Patch Release Notes

Juniper Secure Analytics Patch Release Notes Juniper Secure Analytics Patch Release Notes 2014.8 January 2018 2014.8.r12.20171213225424 patch resolves several known issues in Juniper Secure Analytics (JSA). Contents Installing 2014.8.r12 Patch.............................................

More information

Read the following information carefully, before you begin an upgrade.

Read the following information carefully, before you begin an upgrade. Read the following information carefully, before you begin an upgrade. Review Supported Upgrade Paths, page 1 Review Time Taken for Upgrade, page 1 Review Available Cisco APIC-EM Ports, page 2 Securing

More information

Intrusion Detection and Prevention Release Notes

Intrusion Detection and Prevention Release Notes Intrusion Detection and Prevention Release Notes Release 4.0r4 5-21-2007 Contents 1 Version Summary on page 2 2 New Features on page 2 3 Changes to Default Behavior on page 2 4 System Requirements on page

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring DCBX Application Protocol TLV Exchange Release NCE 63 Modified: 2016-08-01 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

Juniper Secure Analytics Patch Release Notes

Juniper Secure Analytics Patch Release Notes Juniper Secure Analytics Patch Release Notes 2014.5 June 2015 2014.5.r1.20150605140117 patch resolves several known issues in Juniper Secure Analytics (JSA). Contents Installing 2014.5.r1 Patch..............................................

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring the BGP Local Autonomous System Attribute Release NCE0045 Modified: 2016-11-08 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

Dynamic PCC. Information About Dynamic PCC. Path Computation Element Protocol Functions

Dynamic PCC. Information About Dynamic PCC. Path Computation Element Protocol Functions The Stateful Path Computation Element Protocol(PCEP) enables a router to report and optionally delegate Label Switched Paths (LSPs) which is established using either Resource Reservation Protocol (RSVP)

More information

StreamSets Control Hub Installation Guide

StreamSets Control Hub Installation Guide StreamSets Control Hub Installation Guide Version 3.2.1 2018, StreamSets, Inc. All rights reserved. Table of Contents 2 Table of Contents Chapter 1: What's New...1 What's New in 3.2.1... 2 What's New in

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring a Single SRX Series Device in a Branch Office Modified: 2017-01-23 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Juniper Secure Analytics Patch Release Notes

Juniper Secure Analytics Patch Release Notes Juniper Secure Analytics Patch Release Notes 7.3.0 January 2018 7.3.0.20171205025101 patch resolves several known issues in Juniper Secure Analytics (JSA). Contents Administrator Notes..................................................

More information

Assuming you have Icinga 2 installed properly, and the API is not enabled, the commands will guide you through the basics:

Assuming you have Icinga 2 installed properly, and the API is not enabled, the commands will guide you through the basics: Icinga 2 Contents This page references the GroundWork Cloud Hub and the Icinga 2 virtualization environment. 1.0 Prerequisites 1.1 Enable the API The Icinga 2 system you run needs to have the API feature

More information

Using ANM With Virtual Data Centers

Using ANM With Virtual Data Centers APPENDIXB Date: 3/8/10 This appendix describes how to integrate ANM with VMware vcenter Server, which is a third-party product for creating and managing virtual data centers. Using VMware vsphere Client,

More information

Cisco Terminal Services (TS) Agent Guide, Version 1.0

Cisco Terminal Services (TS) Agent Guide, Version 1.0 First Published: 2016-08-29 Last Modified: 2018-01-30 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

STRM Administration Guide

STRM Administration Guide Security Threat Response Manager Release 20.2 Juniper Networks, Inc. 94 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 204-09-2 Copyright Notice Copyright 20 Juniper

More information

UPGRADING STRM TO R1 PATCH

UPGRADING STRM TO R1 PATCH UPGRADING STRM TO 2012.1.R1 PATCH RELEASE 2012.1 MARCH 2013 This Upgrade Guide provides information on the following: Before You Upgrade Clearing the Cache After You Upgrade Before You Upgrade Upgrade

More information

Junos Space Connectivity Services Director Release 2.0R6 Release Notes

Junos Space Connectivity Services Director Release 2.0R6 Release Notes Junos Space Connectivity Services Director Release 2.0R6 Release Notes Release 2.0R6 24 April 2017 The Junos Space Connectivity Services Director application enables unified lifecycle management of configuration

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

Set Up Cisco ISE in a Distributed Environment

Set Up Cisco ISE in a Distributed Environment Cisco ISE Deployment Terminology, page 1 Personas in Distributed Cisco ISE Deployments, page 2 Cisco ISE Distributed Deployment, page 2 Configure a Cisco ISE Node, page 5 Administration Node, page 8 Policy

More information

vcmp for Appliance Models: Administration Version 13.0

vcmp for Appliance Models: Administration Version 13.0 vcmp for Appliance Models: Administration Version 13.0 Table of Contents Table of Contents Introduction to the vcmp System... 7 What is vcmp?... 7 Other vcmp system components... 8 BIG-IP license considerations

More information

Dell Active Fabric Manager for Microsoft Cloud Platform System 2.2(0.0)

Dell Active Fabric Manager for Microsoft Cloud Platform System 2.2(0.0) Rev. A06 2017-04 Dell Active Fabric Manager for Microsoft Cloud Platform System 2.2(0.0) This document describes the new features, enhancements, and fixed issues for Active Fabric Manager for Microsoft

More information

Intrusion Detection and Prevention Release Notes

Intrusion Detection and Prevention Release Notes Intrusion Detection and Prevention Release Notes Release 4.1r3 December 2008 Contents 1. Version Summary on page 2 2. New Features and Enhancements on page 2 3. Changes to Default Behavior on page 2 4.

More information

MPLS/RSVP/BGP lab KTH CSC. Juniper version. Group Nr. Name1. Name2. Name3. Name4. Name5. Grade. Instructor s Signature

MPLS/RSVP/BGP lab KTH CSC. Juniper version. Group Nr. Name1. Name2. Name3. Name4. Name5. Grade. Instructor s Signature KTH CSC MPLS/RSVP/BGP lab Juniper version Group Nr Name1 Name2 Name3 Name4 Name5 Grade Instructor s Signature Table of Contents 1Goals...3 2 Preparations...3 3 Initial configuration...5 4 RSVP-signalled

More information

Identity Firewall. About the Identity Firewall

Identity Firewall. About the Identity Firewall This chapter describes how to configure the ASA for the. About the, on page 1 Guidelines for the, on page 7 Prerequisites for the, on page 9 Configure the, on page 10 Monitoring the, on page 16 History

More information

Network Model Configuration Expert Mode

Network Model Configuration Expert Mode This section contains the following topics: Expert Mode Overview Expert Mode Overview, on page 1 Navigation and Commit, on page 2 Configuring a Network Model Using the Expert Mode, on page 3 The Expert

More information

STRM Log Manager Administration Guide

STRM Log Manager Administration Guide Security Threat Response Manager STRM Log Manager Administration Guide Release 2010.0 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2011-10-10

More information

Intrusion Detection and Prevention Release Notes

Intrusion Detection and Prevention Release Notes Intrusion Detection and Prevention Release Notes January 27, 2009 (updated February 13, 2009) Part Number: 530-023833-02 Revision 4.2r2 Contents Overview...2 New Features and Enhancements...2 Unsupported

More information

Issues Fixed in DC/OS

Issues Fixed in DC/OS Release Notes for 1.10.4 These are the release notes for DC/OS 1.10.4. DOWNLOAD DC/OS OPEN SOURCE Issues Fixed in DC/OS 1.10.4 CORE-1375 - Docker executor does not hang due to lost messages. DOCS-2169

More information

Privileged Remote Access Failover Configuration

Privileged Remote Access Failover Configuration Privileged Remote Access Failover Configuration 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of

More information

Junos Pulse for Google Android

Junos Pulse for Google Android Junos Pulse for Google Android User Guide Release 2.1 November 2011 R3 Copyright 2011, Juniper Networks, Inc. Juniper Networks, Junos, Steel-Belted Radius, NetScreen, and ScreenOS are registered trademarks

More information

NSP Network Services Platform Release Deployment Overview. 3HE AAAA-TQZZA Issue 1 March 2018

NSP Network Services Platform Release Deployment Overview. 3HE AAAA-TQZZA Issue 1 March 2018 Network Services Platform Deployment Overview 3HE-14100-AAAA-TQZZA Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company names mentioned herein may be trademarks

More information

About IOS XR Traffic Controller (XTC)

About IOS XR Traffic Controller (XTC) Configure PCE The path computation element (PCE) describes a set of procedures by which a path computation client (PCC) can report and delegate control of head-end tunnels sourced from the PCC to a PCE

More information

Contrail Cloud Platform Architecture

Contrail Cloud Platform Architecture Contrail Cloud Platform Architecture Release 10.0 Modified: 2018-04-04 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, the Juniper

More information

Junos Pulse Mobile Security Gateway

Junos Pulse Mobile Security Gateway Junos Pulse Mobile Security Gateway Administration Guide Release 4.0 June 22, 2012 R1 Copyright 2012, Juniper Networks, Inc. Juniper Networks, Junos, Steel-Belted Radius, NetScreen, and ScreenOS are registered

More information

NSM Plug-In Users Guide

NSM Plug-In Users Guide Security Threat Response Manager Release 2013.2 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2013-07-19 Copyright Notice Copyright 2013

More information

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1

vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1 vsphere Replication for Disaster Recovery to Cloud vsphere Replication 8.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

HPE Enterprise Integration Module for SAP Solution Manager 7.1

HPE Enterprise Integration Module for SAP Solution Manager 7.1 HPE Enterprise Integration Module for SAP Solution Manager 7.1 Software Version: 12.55 User Guide Document Release Date: August 2017 Software Release Date: August 2017 HPE Enterprise Integration Module

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Dual-Stack Lite for IPv6 Access Release NCE0025 Modified: 2016-10-12 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Contrail Cloud Platform Architecture

Contrail Cloud Platform Architecture Contrail Cloud Platform Architecture Release 13.0 Modified: 2018-08-23 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, the Juniper

More information

Configuring APIC Accounts

Configuring APIC Accounts This chapter contains the following sections: Adding an APIC Account, page 1 Viewing APIC Reports, page 3 Assigning an APIC account to a Pod, page 15 Handling APIC Failover, page 15 Adding an APIC Account

More information

EX2500 Ethernet Switch 3.0 Release Notes

EX2500 Ethernet Switch 3.0 Release Notes EX2500 Ethernet Switch 3.0 Release Notes Release 3.0R1 24 April 2009 Part Number: 530-029707-01 Revision 2 These release notes accompany Release 3.0R1 of the Juniper Networks EX2500 Ethernet Switches and

More information

High Availability (AP SSO) Deployment Guide

High Availability (AP SSO) Deployment Guide High Availability (AP SSO) Deployment Guide Document ID: 113681 Contents Introduction Prerequisites Requirements Components Used Conventions Topology New HA Overview HA Connectivity Using Redundant Port

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Stateful NAT64 for Handling IPv4 Address Depletion Release NCE0030 Modified: 2017-01-23 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Validated Reference - Business Edge Solution - Device R-10 Release 1.0 Published: 2014-03-31 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089

More information

Configuring Dynamic VPN

Configuring Dynamic VPN Configuring Dynamic VPN Version 1.0 October 2009 JUNIPER NETWORKS Page 1 of 15 Table of Contents Introduction...3 Feature License...3 Platform support...3 Limitations...3 Dynamic VPN Example...3 Topology...4

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

Teradici PCoIP Connection Manager 1.8 and Security Gateway 1.14

Teradici PCoIP Connection Manager 1.8 and Security Gateway 1.14 Teradici PCoIP Connection Manager 1.8 and Security Gateway 1.14 TER1502010/A-1.8-1.14 Contents Document History 4 Who Should Read This Guide? 5 PCoIP Connection Manager and PCoIP Security Gateway Overview

More information

Network Configuration Example

Network Configuration Example Network Configuration Example GMPLS Modified: 2016-12-14 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights reserved. Juniper Networks, Junos,

More information

vrealize Operations Management Pack for NSX for vsphere 3.5.0

vrealize Operations Management Pack for NSX for vsphere 3.5.0 vrealize Operations Management Pack for NSX for vsphere 3.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Logging Network Statistics Using Accounting Profiles Modified: 2017-01-18 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

MPLS LDP Graceful Restart

MPLS LDP Graceful Restart MPLS LDP Graceful Restart Last Updated: November 23, 2011 When a router is configured with Multiprotocol Label Switching (MPLS) Label Distribution Protocol (LDP) Graceful Restart (GR), it assists a neighboring

More information

Network Configuration Example

Network Configuration Example Network Configuration Example MetaFabric Architecture 2.0: Configuring Virtual Chassis Fabric and VMware NSX Modified: 2017-04-14 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

More information

vcmp for Appliance Models: Administration Version

vcmp for Appliance Models: Administration Version vcmp for Appliance Models: Administration Version 12.1.1 Table of Contents Table of Contents Introduction to the vcmp System...7 What is vcmp?...7 Other vcmp system components...8 BIG-IP license considerations

More information

Failover Configuration Bomgar Privileged Access

Failover Configuration Bomgar Privileged Access Failover Configuration Bomgar Privileged Access 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property

More information

Junos OS Multiple Instances for Label Distribution Protocol Feature Guide Release 11.4 Published: Copyright 2011, Juniper Networks, Inc.

Junos OS Multiple Instances for Label Distribution Protocol Feature Guide Release 11.4 Published: Copyright 2011, Juniper Networks, Inc. Junos OS Multiple Instances for Label Distribution Protocol Feature Guide Release 11.4 Published: 2011-11-08 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000

More information

Chapter 21 RIP Configuration Guidelines

Chapter 21 RIP Configuration Guidelines Chapter 21 RIP Configuration Guidelines To configure the Routing Information Protocol (RIP), you include the following statements: protocols { rip { any-sender; authentication-key password; authentication-type

More information

Managing Switch Stacks

Managing Switch Stacks Finding Feature Information, page 1 Prerequisites for Switch Stacks, page 1 Restrictions for Switch Stacks, page 2 Information About Switch Stacks, page 2 How to Configure a Switch Stack, page 14 Troubleshooting

More information

Cloud CPE Solution Release Notes

Cloud CPE Solution Release Notes Cloud CPE Solution Release Notes Release 2.1 10 February 2017 Revision 3 These Release Notes accompany Release 2.1 of the Juniper Networks Cloud CPE Solution. They contain installation information, and

More information

Technology Overview. Frequently Asked Questions: MX Series 3D Universal Edge Routers Quality of Service. Published:

Technology Overview. Frequently Asked Questions: MX Series 3D Universal Edge Routers Quality of Service. Published: Technology Overview Frequently Asked Questions: MX Series 3D Universal Edge Routers Quality of Service Published: 2014-01-10 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089

More information

BIG-IP TMOS : Implementations. Version

BIG-IP TMOS : Implementations. Version BIG-IP TMOS : Implementations Version 11.5.1 Table of Contents Table of Contents Customizing the BIG-IP Dashboard...13 Overview: BIG-IP dashboard customization...13 Customizing the BIG-IP dashboard...13

More information

Network and Security Manager (NSM) Release Notes DMI Schema & NSM Schema

Network and Security Manager (NSM) Release Notes DMI Schema & NSM Schema Network and Security Manager (NSM) Release Notes DMI Schema & NSM Schema Release version 320 ver 1.0.320, Aug 31, 2015 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000

More information

Juniper Extension Toolkit Applications Guide

Juniper Extension Toolkit Applications Guide Juniper Extension Toolkit Applications Guide Modified: 2017-05-06 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, Junos, Steel-Belted

More information

Contents Introduction... 5 Configuring Single Sign-On... 7 Configuring Identity Federation Using SAML 2.0 Authentication... 29

Contents Introduction... 5 Configuring Single Sign-On... 7 Configuring Identity Federation Using SAML 2.0 Authentication... 29 Oracle Access Manager Configuration Guide 16 R1 March 2016 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 8 Installing Oracle HTTP Server...

More information

CBA850 3G/4G/LTE Wireless WAN Bridge Application Guide

CBA850 3G/4G/LTE Wireless WAN Bridge Application Guide CBA850 3G/4G/LTE Wireless WAN Bridge Application Guide Modified: 2016-06-06 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights reserved.

More information

IDP Detector Engine Release Notes

IDP Detector Engine Release Notes IDP Detector Engine Release Notes Part Number: 530-029025-01 Revision January 15, 2009 Contents Recent Release History...2 IDP Detector Engine Overview...3 Understanding IDP Detector Engine Version Numbers...3

More information

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Introduction Preparing the 3.2.X system for the upgrade Installing the BIG-IP version 9.2.3 software Licensing the software using

More information

TIBCO ActiveMatrix Policy Director Administration

TIBCO ActiveMatrix Policy Director Administration TIBCO ActiveMatrix Policy Director Administration Software Release 2.0.0 November 2014 Document Updated: January 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES

More information

NexentaStor VVOL

NexentaStor VVOL NexentaStor 5.1.1 VVOL Admin Guide Date: January, 2018 Software Version: NexentaStor 5.1.1 VVOL Part Number: 3000-VVOL-5.1.1-000065-A Table of Contents Preface... 3 Intended Audience 3 References 3 Document

More information

Cisco CTL Client Setup

Cisco CTL Client Setup This chapter provides information about Cisco CTL client setup. About, page 2 Addition of Second SAST Role in the CTL File for Recovery, page 2 Cluster Encryption Configuration Through CLI, page 3 Remove

More information