SRX Chassis Cluster Upgrade with Minimal Downtime (v0.7)

Size: px
Start display at page:

Download "SRX Chassis Cluster Upgrade with Minimal Downtime (v0.7)"

Transcription

1 SRX Chassis Cluster Upgrade with Minimal Downtime (v0.7) Assume that node0 is the primary for control plane (RG0) and data plane (RG1+) and configured with high priority than the secondary node. On the node0 1. Upload the new Junos OS image /var/tmp/junos-srx x46-d35-domestic.tgz On the node1 1. Upload the new Junos OS image /var/tmp/junos-srx x46-d35-domestic.tgz 2. Disable all physical interfaces for transit traffic on node1 (secondary node) set interfaces xe-12/0/0 disable set interfaces xe-12/3/0 disable 3. Disable TCP SYN check and sequence check set security flow tcp-session no-syn-check set security flow tcp-session no-sequence-check 4. Disable preempt for all RG1+ delete chassis cluster redundancy-group 1 preempt 5. Delete all interface-monitor and ip-monitoring delete chassis cluster redundancy-group 1 interface-monitor delete chassis cluster redundancy-group 1 ip-monitoring 6. Commit the configuration 7. Adjust control-ports (SRX5K) or physically disconnect control link (Branch SRX and SRX1K/3K), and adjust fab interfaces 7. Adjust control-ports (SRX5K) or physically disconnect control link (Branch SRX and SRX1K/3K), and adjust fab interfaces 7a. For SRX5400/5600/5800, change the control and fabric ports to non-exisitng ports. - Control ports need to be set in any SPC port on the device, which does not have a physical connection - Fabric ports can be set in any IOC slots (existing or not) on the device. A simple way is that change the fabric ports to undefined port numbers ( port 40) on the same slot. delete chassis cluster control-ports set chassis cluster control-ports fpc 10 port 0 (SPC port) set chassis cluster control-ports fpc 22 port 0 (SPC port) set interfaces fab0 fabric-options member-interfaces xe-1/3/40 set interfaces fab1 fabric-options member-interfaces xe-13/3/40 NOTE: Assume that port 40 on FPC1 and FPC13 are non-existing ports for fabric link. If configured for dual control links, you need to also include the configuration change for the second control link. 7b. For Branch SRX and SRX1400/3400/3600, the control link(s) will need to be physically disconnected. set interfaces fab0 fabric-options member-interfaces xe-1/0/40 set interfaces fab1 fabric-options member-interfaces xe-14/0/40 7b. For Branch SRX and SRX1400/3400/3600, the control link(s) will need to be physically disconnected. set interfaces fab0 fabric-options member-interfaces xe-1/0/40 set interfaces fab1 fabric-options member-interfaces xe-14/0/40 1

2 8. Commit the configuration 8. Commit the configuration (Branch SRX and SRX1400/3400/3600 only) NOTE: For Branch SRX and SRX1400/3400/3600, will need to be applied to both nodes independently due to loss of node communication after control link removed in step 7b. NOTE: For SRX5400/5600/5800, upon completion the following errors will be generated due to control link down. These are expected error messages. Technically speaking the candidate configuration is not converted to active configuration on node0 (you can either additional like below or in step 12), but the candidate configuration is now in active configuration on node1. So you do not need to the change on node1. You can check it using show configuration display set match "control-ports fab[01]" command on node1. e.g, configuration check succeeds error: error communicating with error: remote - configuration failed on node1 error: failed error: Connection to node1 has been broken error: remote unlock- configuration failed on node1 NOTE: In case if you want to exit the configuration mode, you can execute again on node0. root@srx5k# exit The configuration has been changed but not ted Discard unted changes? [yes,no] (yes) no <<< SHOULD be "no" Exit aborted root@srx5k# and- quit complete Exiting configuration mode root@srx5k> show configuration display set match "control- ports fab[01]" set chassis cluster control- ports fpc 10 port 0 set chassis cluster control- ports fpc 22 port 0 set interfaces fab0 fabric- options member- interfaces xe- 1/3/40 set interfaces fab1 fabric- options member- interfaces xe- 13/3/40 NOTE: Before starting node1 upgrade, make sure the active configuration includes the changes on step 7 on both nodes. root@srx5k> show configuration display set match "control- ports fab[01]" set chassis cluster control- ports fpc 10 port 0 set chassis cluster control- ports fpc 22 port 0 set interfaces fab0 fabric- options member- interfaces xe- 1/3/40 set interfaces fab1 fabric- options member- interfaces xe- 13/3/40 NOTE: Before starting node1 upgrade, make sure the active configuration includes the changes on step 7 on both nodes. {disabled:node1} root@srx5k> show configuration display set match "control- ports fab[01]" set chassis cluster control- ports fpc 10 port 0 set chassis cluster control- ports fpc 22 port 0 set interfaces fab0 fabric- options member- interfaces xe- 1/3/40 set interfaces fab1 fabric- options member- interfaces xe- 13/3/40 2

3 ### Start node1 upgrade ### 9. Upgrade Junos OS on the node1 request system software add no-copy no-validate <install-package> 10. Reboot request system reboot 11. After node1 boot with updated Junos OS, all FPCs and PICs should be online before further process (it takes minutes depending on the number of FPCs), and node1 should be in primary state for all RGs show version show chassis fpc pic-status show chassis cluser status (node0 should be lost status) NOTE: Prioritis of RG1+ will report priority 0 as part of normal behavior. 12. Before failing over to node1, it is best to verify the configuration change will occur successfully, then - disable all physical interfaces for transit traffic on node0 - enable all physical interfaces for transit traffic on node1 root@srx5k# set interfaces reth0 description TEST root@srx5k# complete root@srx5k# rollback 1 load complete root@srx5k# complete set interfaces xe-0/0/0 disable set interfaces xe-0/3/0 disable delete interfaces xe-12/0/0 disable delete interfaces xe-12/3/0 disable 12. Before failing over to node1, it is best to verify the configuration change will occur successfully, then - disable all physical interfaces for transit traffic on node0 - enable all physical interfaces for transit traffic on node1 root@srx5k1# set interfaces reth0 description TEST root@srx5k# node1: complete root@srx5k# rollback 1 load complete root@srx5k# node1: complete set interfaces xe-0/0/0 disable set interfaces xe-0/3/0 disable delete interfaces xe-12/0/0 disable delete interfaces xe-12/3/0 disable NOTE: Enable all physical interfaces of node1 that were disabled on step 2. NOTE: Enable all physical interfaces of node1 that were disabled on step 2. NOTE: If there are any conflicts, they need to be resolved before moving to the next step. NOTE: If there are any conflicts, they need to be resolved before moving to the next step. 13. Commit the configuration simultaneously on both nodes. This will cause all of the traffic to failover to the node1 NOTE: The total number of minimum down will vary depending on swiching/routing environment. ( dynamic routing, STP, MSTP, RSTP, VSTP, edge, PortFast, and etc). 13. Commit the configuration simultaneously on both nodes. This will cause all of the traffic to failover to the node1 NOTE: The total number of minimum down will vary depending on swiching/routing environment. ( dynamic routing, STP, MSTP, RSTP, VSTP, edge, PortFast, and etc). 14. Verify traffic is passing through node1 show security flow session summary monitor interface traffic 3

4 ### Start node0 upgrade ### 15. Upgrade Junos OS on the node0 request system software add no-validate no-copy <install-package> 16. Reboot request system reboot 17. After node0 boot with updated Junos OS, all FPCs and PICs should be online before further process (it takes minutes depending on the number of FPCs), and node0 should be in primary state for all RGs show version show chassis fpc pic-status show chassis cluser status (node0 should be lost status) NOTE: Prioritis of RG1+ will report priority 0 as part of normal behavior. 18. Before re-configuring control-ports (SRX5K) or connecting control link (Branch SRX and SRX1K/3K) and re-configuring fab interfaces, enable interface-monitor which disabled in step 5 set chassis cluster redundancy-group 1 interface-monitor xe-0/0/0 weight 255 set chassis cluster redundancy-group 1 interface-monitor xe-0/3/0 weight 255 set chassis cluster redundancy-group 1 interface-monitor xe-12/0/0 weight 255 set chassis cluster redundancy-group 1 interface-monitor xe-12/3/0 weight Before re-configuring control-ports (SRX5K) or connecting control link (Branch SRX and SRX1K/3K) and re-configuring fab interfaces, enable interface-monitor which disabled in step 5 set chassis cluster redundancy-group 1 interface-monitor xe-0/0/0 weight 255 set chassis cluster redundancy-group 1 interface-monitor xe-0/3/0 weight 255 set chassis cluster redundancy-group 1 interface-monitor xe-12/0/0 weight 255 set chassis cluster redundancy-group 1 interface-monitor xe-12/3/0 weight 255 NOTE: You still can configure node1 s interfaces even these are now shown on node0. NOTE: You still can configure node0 s interfaces even these are now shown on node Commit the configuration on both nodes 19. Commit the configuration on both nodes 20. Re-configure control-ports (SRX5K) or connect control link (Branch SRX and SRX1K/3K), and re-configure fab interfaces on node0 only (You will configure the below config on node1 at step 22) 20a. For SRX5400/5600/5800, re-configure the correct control and fabric interfaces on node0 delete chassis cluster control-ports set chassis cluster control-ports fpc 11 port 0 set chassis cluster control-ports fpc 23 port 0 set interfaces fab0 fabric-options member-interfaces xe-1/3/0 set interfaces fab1 fabric-options member-interfaces xe-13/3/0 and-quit 20b. For Branch SRX and SRX1400/3400/3600, physically re-connect control link(s) and re-configure fabric interfaces on node0 set interfaces fab0 fabric-options member-interfaces xe-1/0/0 set interfaces fab1 fabric-options member-interfaces xe-14/0/0 and-quit 4

5 21. Make node0 in halt status by request system halt request system halt warning: This command will not halt the other routing- engine. If planning to switch off power, use the both- routing- engines option. Halt the system? [yes,no] (no) yes *** FINAL System shutdown message from *** System going down IMMEDIATELY Shutdown NOW! [pid 2193] failed to set the server tnp addresswaiting (max 60 seconds) for system process `vnlru_mem' to stop...done Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining done syncing disks... All buffers synced. Uptime: 1h25m0s recorded reboot as normal shutdown The operating system has halted. Please press any key to reboot. NOTE: DO NOT press any key before step 22 is completed. 22. When node0 console prints out The operating system has halted., re-configure control-ports (SRX5K) or connect control link (Branch SRX and SRX1K/3K), and reconfigure fab interfaces 22a. For SRX5400/5600/5800, re-configure the correct control and fabric interfaces on node0 delete chassis cluster control-ports set chassis cluster control-ports fpc 11 port 0 set chassis cluster control-ports fpc 23 port 0 set interfaces fab0 fabric-options member-interfaces xe-1/3/0 set interfaces fab1 fabric-options member-interfaces xe-13/3/0 and-quit 22b. For Branch SRX and SRX/1400/3400/3600, re-connect control link(s) and reconfigure fabric interfaces on node0 set interfaces fab0 fabric-options member-interfaces xe-1/0/0 set interfaces fab1 fabric-options member-interfaces xe-14/0/0 and-quit NOTE: Make sure DO NOT until node0 is in halt status in step 21. NOTE: Make sure node1 is primary for all RGs (show chassis cluster status). 23. Press any key to reboot node0 24. When node0 returns to Up state, verify if it has synchronized with node1. Then enable all physical interfaces for transit traffic on node0, which was disabled in step 12 and enable TCP syn-check/ sequence-check which were disabled in step 3, 4, 5. show chassis fpc pic-status (verify all slots and pics are Online ) show security flow session summary (verify both nodes reporting similar session counts) delete interfaces xe-0/0/0 disable delete interfaces xe-0/3/0 disable delete security flow tcp-session no-syn-check 5

6 delete security flow tcp-session no-sequence-check 25. Verify if the RG states are back online with the correct priority show chassis cluster status 26. Enable preempt and ip-monitoring if they were configured before for RG1+ set chassis cluster redundancy-group 1 preempt and-quit 27. Optional: Failover RG groups to Node0 (in case preempt is not configured, or is used with higher priority on node1) request chassis cluster failover redundancy-group 0 node 0 request chassis cluster failover redundancy-group 1 node 0 request chassis cluster failover reset redundancy-group 0 request chassis cluster failover reset redundancy-group 1 6

Deployment Guide for SRX Series Services Gateways in Chassis Cluster Configuration

Deployment Guide for SRX Series Services Gateways in Chassis Cluster Configuration Deployment Guide for SRX Series Services Gateways in Chassis Cluster Configuration Version 1.2 June 2013 Juniper Networks, 2013 Contents Introduction... 3 Chassis Cluster Concepts... 4 Scenarios for Chassis

More information

Junos Security. Chapter 11: High Availability Clustering Implementation

Junos Security. Chapter 11: High Availability Clustering Implementation Junos Security Chapter 11: High Availability Clustering Implementation 2012 Juniper Networks, Inc. All rights reserved. www.juniper.net Worldwide Education Services Chapter Objectives After successfully

More information

Cluster Upgrade. SRX Series Services Gateways for the Branch Upgrade Junos OS with Minimal Traffic Disruption and a Single Command APPLICATION NOTE

Cluster Upgrade. SRX Series Services Gateways for the Branch Upgrade Junos OS with Minimal Traffic Disruption and a Single Command APPLICATION NOTE APPLICATION NOTE Simple Chassis Cluster Upgrade SRX Series Services Gateways for the Branch Upgrade Junos OS with Minimal Traffic Disruption and a Single Command Copyright 2013, Juniper Networks, Inc.

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring SRX Chassis Clusters for High Availability Modified: 2018-09-26 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Junos OS Release 12.1X47 Feature Guide

Junos OS Release 12.1X47 Feature Guide Junos OS Release 12.1X47 Feature Guide Junos OS Release 12.1X47-D15 19 November 2014 Revision 1 This feature guide accompanies Junos OS Release 12.1X47-D15. This guide contains detailed information about

More information

A. Verify that the IKE gateway proposals on the initiator and responder are the same.

A. Verify that the IKE gateway proposals on the initiator and responder are the same. Volume: 64 Questions Question: 1 You need to configure an IPsec tunnel between a remote site and a hub site. The SRX Series device at the remote site receives a dynamic IP address on the external interface

More information

Configuring the JUNOS Software to Upgrade the T1600 Router Chassis to LCC0 of a TX Matrix Plus Routing Platform

Configuring the JUNOS Software to Upgrade the T1600 Router Chassis to LCC0 of a TX Matrix Plus Routing Platform Configuring the JUNOS Software to Upgrade the T1600 Router Chassis to LCC0 of a TX Matrix Plus Routing Platform This topic provides an overview of the T1600 router configuration in order to upgrade it

More information

SRX Services Gateway Cluster Deployments Across Layer Two Networks. Deployment requirements for SRX cluster connectivity across layer two networks

SRX Services Gateway Cluster Deployments Across Layer Two Networks. Deployment requirements for SRX cluster connectivity across layer two networks SRX Services Gateway Cluster Deployments Across Layer Two Networks Deployment requirements for SRX cluster connectivity across layer two networks Introduction Stateful firewall clustering has traditionally

More information

Cisco cbr Converged Broadband Routers High Availability Configuration Guide

Cisco cbr Converged Broadband Routers High Availability Configuration Guide Cisco cbr Converged Broadband Routers High Availability Configuration Guide First Published: 2015-07-31 Last Modified: 2015-12-01 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose,

More information

Lab 2. Spanning Tree Protocols. Overview. JNCIS-ENT++ Bootcamp

Lab 2. Spanning Tree Protocols. Overview. JNCIS-ENT++ Bootcamp Lab 2 Spanning Tree Protocols Overview This lab demonstrates basic configuration and monitoring tasks when implementing spanning tree and some related protection features on EX Series switches. In this

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

J-series High Availability

J-series High Availability Application Note J-series High Availability Configuring and Deploying the J-series Chassis Cluster Feature Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408.745.2000

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

BRANCH SRX SERIES AND J SERIES CHASSIS CLUSTERING

BRANCH SRX SERIES AND J SERIES CHASSIS CLUSTERING APPLICATION NOTE BRANCH SRX SERIES AND J SERIES CHASSIS CLUSTERING Configuring Chassis Clusters on Branch SRX Series Services Gateways and J Series Services Routers Copyright 2012, Juniper Networks, Inc.

More information

Optimised redundancy for Security Gateway deployments

Optimised redundancy for Security Gateway deployments Optimised redundancy for Security Gateway deployments RECAP:- JUNIPER LTE SECURITY OFFERING Customer Priorities Core elements protection RAN and UE protection SCTP protection Scalability Mission critical

More information

Switch Stacking ArubaOS Switch

Switch Stacking ArubaOS Switch Switch Stacking ArubaOS Switch 10:00 GMT 11:00 CEST 13:00 GST September 25 th, 2018 Manoj Ramalingam, Aruba ERT Engineering resolution team Why stacking? To reduce the number of uplinks and optimize their

More information

Lab 5. Spanning Tree. Overview. JNCIS-ENT Bootcamp

Lab 5. Spanning Tree. Overview. JNCIS-ENT Bootcamp Lab 5 Spanning Tree Overview This lab demonstrates basic configuration and monitoring tasks when implementing spanning tree and some related protection features on EX Series switches. In this lab, you

More information

Avaya Aura TM System Platform R6.0 Release Notes Issue 2.0

Avaya Aura TM System Platform R6.0 Release Notes Issue 2.0 Avaya Aura TM Release Notes Issue 2.0 INTRODUCTION This document introduces the Avaya Aura TM System Platform Release 6.0 and describes known issues and the issues resolved in this release. Please Note:

More information

Hitless Failover and Hitless Upgrade User Guide

Hitless Failover and Hitless Upgrade User Guide Hitless Failover and Hitless Upgrade User Guide This guide describes hitless failover and hitless upgrade, including: Causes and Behaviors of MSM Failover on page 1 Summary of Supported Features on page

More information

Stack Manager and High Availability

Stack Manager and High Availability debug platform stack-manager, on page 2 mode sso, on page 3 main-cpu, on page 4 policy config-sync prc reload, on page 5 mode sso, on page 6 policy config-sync prc reload, on page 7 redundancy config-sync

More information

Question: 1 You have a Cisco UCS cluster and you must recover a lost admin password. In which order must you power cycle the fabric interconnects?

Question: 1 You have a Cisco UCS cluster and you must recover a lost admin password. In which order must you power cycle the fabric interconnects? Volume: 327 Questions Question: 1 You have a Cisco UCS cluster and you must recover a lost admin password. In which order must you power cycle the fabric interconnects? A. primary first, and then secondary

More information

This Tech Note provides instructions on how to upgrade to ClearPass 6.7 from versions 6.5 and later.

This Tech Note provides instructions on how to upgrade to ClearPass 6.7 from versions 6.5 and later. ClearPass Policy Manager Tech Note Upgrading to ClearPass 6.7 This Tech Note provides instructions on how to upgrade to ClearPass 6.7 from versions 6.5 and later. Review the ClearPass 6.7 Release Notes

More information

Reimage Procedures. Firepower 2100 Series Software Reimage and Disaster Recovery

Reimage Procedures. Firepower 2100 Series Software Reimage and Disaster Recovery Firepower 2100 Series Software Reimage and Disaster Recovery Procedures, page 1 Firepower 2100 Series Software Reimage and Disaster Recovery Procedures In some cases, you may want to reset your system

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Deploying Secure Multicast Market Data Services for Financial Services Environments Modified: 2016-07-29 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

More information

Index. B Boot software 5-2 Bridging architecture 7-6 Broadcast filter 8-55 limiting 8-22 Buffer port 7-9 Syslog 8-17, 8-20

Index. B Boot software 5-2 Bridging architecture 7-6 Broadcast filter 8-55 limiting 8-22 Buffer port 7-9 Syslog 8-17, 8-20 Index Numerics 10/100 mode 8-27 1000BaseLx 7-10 1000BaseSx 7-10 1000BaseT 7-10 100BaseFx 7-10 100BaseFx Ports 7-10 100BaseTx 7-10 10BaseT 7-10 802.3x Gigabit negotiation 8-29 9304M Routing Switch 2-9 9308M

More information

Configuring the Fabric Interconnects

Configuring the Fabric Interconnects Configuring the Fabric Interconnects This chapter includes the following sections: Initial System Setup, page 1 Performing an Initial System Setup for a Standalone Configuration, page 3 Initial System

More information

Configuring Failover. Understanding Failover CHAPTER

Configuring Failover. Understanding Failover CHAPTER CHAPTER 14 This chapter describes the security appliance failover feature, which lets you configure two security appliances so that one takes over operation if the other one fails. The ASA 5505 series

More information

Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT

Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT The Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT feature supports the forwarding of packets from a standby

More information

Maintenance Tasks. About A/B Partition CHAPTER

Maintenance Tasks. About A/B Partition CHAPTER CHAPTER 4 These topics describe the Chassis Manager maintenance tasks: About A/B Partition, page 4-1 Configuring Basic System Information, page 4-2 Configuring System Global Settings, page 4-4 Configuring

More information

Configuring Supervisor Engine Redundancy Using RPR and SSO on Supervisor Engine 6-E and Supervisor Engine 6L-E

Configuring Supervisor Engine Redundancy Using RPR and SSO on Supervisor Engine 6-E and Supervisor Engine 6L-E 9 CHAPTER Configuring Supervisor Engine Redundancy Using RPR and SSO on Supervisor Engine 6-E and Supervisor Engine 6L-E Catalyst 4500 series switches allow a redundant supervisor engine to take over if

More information

Overview. Overview. Cisco UCS 6324 Fabric Interconnect with Cisco UCS B-Series Servers and C-Series Servers, which is. Overview 1

Overview. Overview. Cisco UCS 6324 Fabric Interconnect with Cisco UCS B-Series Servers and C-Series Servers, which is. Overview 1 This chapter includes the following sections:, on page 1 Components That Support Firmware Upgrade, on page 6 Firmware Version Terminology, on page 7 Cross-Version Firmware Support, on page 8 Server Pack,

More information

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps:// IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com Exam : JN0-696 Title : Security Support, Professional (JNCSP-SEC) Version : DEMO 1 / 4 1.When attempting to

More information

Overview. Overview. This chapter includes the following sections:

Overview. Overview. This chapter includes the following sections: This chapter includes the following sections:, page 1 Components That Support Firmware Upgrade, page 6 Firmware Version Terminology, page 7 Cross-Version Firmware Support, page 8 Server Pack, page 10 Light

More information

About Chassis Manager

About Chassis Manager CHAPTER 1 Chassis Manager runs directly on your Server Switch to perform administration tasks. This chapter discusses the various components of the interface. Chassis Manager runs on all Server Switches.

More information

Troubleshoot Firmware

Troubleshoot Firmware Recovering Fabric Interconnect During Upgrade, page 1 Recovering IO Modules During Firmware Upgrade, page 8 Recovering Fabric Interconnect During Upgrade If one or both fabric interconnects fail during

More information

Managing Switch Stacks

Managing Switch Stacks CHAPTER 5 This chapter describes how to manage Catalyst 3750 switch stacks. For complete syntax and usage information for the commands used in this chapter, refer to the command reference for this release.

More information

COMMAND. JTAC support info. request suport information. Restore factory settins

COMMAND. JTAC support info. request suport information. Restore factory settins COMMAND JTAC support info request suport information Restore factory settins load override /packages/mnt/jbase/sbin/install/default-juniper.conf load factory-default Shell Commands (file related) start

More information

Configuring Session Manager

Configuring Session Manager This chapter describes how to configure Session Manager on Cisco NX-OS devices. This chapter contains the following sections: About Session Manager, page 1 Licensing Requirements for Session Manager, page

More information

Cisco cbr Converged Broadband Routers High Availability Configuration Guide for Cisco IOS XE Everest

Cisco cbr Converged Broadband Routers High Availability Configuration Guide for Cisco IOS XE Everest Cisco cbr Converged Broadband Routers High Availability Configuration Guide for Cisco IOS XE Everest 16.5.1 First Published: 2017-04-07 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San

More information

The multiple spanning-tree (MST) implementation is based on the IEEE 802.1s standard.

The multiple spanning-tree (MST) implementation is based on the IEEE 802.1s standard. CHAPTER 18 This chapter describes how to configure the Cisco implementation of the IEEE 802.1s Multiple STP (MSTP) on the IE 3010 switch. Note The multiple spanning-tree (MST) implementation is based on

More information

FortiTester Handbook VERSION FortiTester Handbook Fortinet Technologies Inc.

FortiTester Handbook VERSION FortiTester Handbook Fortinet Technologies Inc. FortiTester Handbook VERSION 2.3.2 FortiTester Handbook 2.3.2 1 FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET BLOG https://blog.fortinet.com

More information

Configuring MST Using Cisco NX-OS

Configuring MST Using Cisco NX-OS This chapter describes how to configure Multiple Spanning Tree (MST) on Cisco NX-OS devices. This chapter includes the following sections: Finding Feature Information, page 1 Information About MST, page

More information

Junos Security. Rob Cameron, Brad Woodberg, Patricio Giecco, O'REILLY. Tim Eberhard, andjames Quinn INFORMATIQNSBIBLIOTHEK UNIVERSITATSBIBLIOTHEK

Junos Security. Rob Cameron, Brad Woodberg, Patricio Giecco, O'REILLY. Tim Eberhard, andjames Quinn INFORMATIQNSBIBLIOTHEK UNIVERSITATSBIBLIOTHEK Junos Security Rob Cameron, Brad Woodberg, Patricio Giecco, Tim Eberhard, andjames Quinn TECHNISCHE INFORMATIQNSBIBLIOTHEK UNIVERSITATSBIBLIOTHEK HANNOVER O'REILLY Beijing Cambridge Farnham Kiiln Sebastopol

More information

IDENTIFICATION OF VOLATILE AND NON-VOLATILE STORAGE AND SANITIZATION OF SYSTEM COMPONENTS JUNIPER NETWORKS SRX-SERIES SRX AP(DP)

IDENTIFICATION OF VOLATILE AND NON-VOLATILE STORAGE AND SANITIZATION OF SYSTEM COMPONENTS JUNIPER NETWORKS SRX-SERIES SRX AP(DP) UNCLASSIFIED IDENTIFICATION OF VOLATILE AND NON-VOLATILE STORAGE AND SANITIZATION OF SYSTEM COMPONENTS JUNIPER NETWORKS SRX-SERIES SRX550-645AP(DP) REVISION 1.0 August 17, 2012 UNCLASSIFIED TABLE OF CONTENTS

More information

Pulse Secure Access Cluster Upgrade

Pulse Secure Access Cluster Upgrade Pulse Secure Access Cluster Upgrade How-to Guide Published Date July 2015 Contents Step 1: Confirming a Supported Upgrade Path 3 Step 2: Downloading the Service Package 3 Step 3: Creating Backup Files

More information

Consolidated Packages and SubPackages Management

Consolidated Packages and SubPackages Management Consolidated Packages and SubPackages Management This chapter discusses how consolidated packages and software subpackages (individual and optional) are managed and are used to run the Cisco ASR 1000 Series

More information

Consolidated Packages and SubPackages Management

Consolidated Packages and SubPackages Management Consolidated Packages and SubPackages Management This document discusses how consolidated packages and software subpackages (individual and optional) are run and managed on the Cisco cbr Series Converged

More information

Software Requirement for Virtual Services Platform 9010

Software Requirement for Virtual Services Platform 9010 Release 3.4 NN46250-111 (700507325 Rev 03) Issue 01.03 October 2015 Avaya Virtual Services Platform 9000 Software Requirement for Virtual Services Platform 9010 The Control Processor (CP) modules in the

More information

Upgrading or Downgrading the Cisco Nexus 3500 Series NX-OS Software

Upgrading or Downgrading the Cisco Nexus 3500 Series NX-OS Software Upgrading or Downgrading the Cisco Nexus 3500 Series NX-OS Software This chapter describes how to upgrade or downgrade the Cisco NX-OS software. It contains the following sections: About the Software Image,

More information

Overview. Cisco UCS Manager User Documentation

Overview. Cisco UCS Manager User Documentation Cisco UCS Manager User Documentation, page 1 Infrastructure Management Guide, page 2 Cisco Unified Computing System, page 3 Cisco UCS Building Blocks and Connectivity, page 5 Cisco UCS Manager User Documentation

More information

Upgrading Earlier Release Version Servers for Cisco UCS Manager Integration

Upgrading Earlier Release Version Servers for Cisco UCS Manager Integration Upgrading Earlier Release Version s for Cisco UCS Manager Integration This chapter includes the following sections: Required Items for Upgrade, page 1 Upgrading the C-Series Firmware, page 2 Updating Cisco

More information

The information in this document is based on the Cisco VPN 3000 Series Concentrator.

The information in this document is based on the Cisco VPN 3000 Series Concentrator. What Is VRRP? Document ID: 7210 Contents Introduction Prerequisites Requirements Components Used Conventions How Does the VPN 3000 Concentrator Implement VRRP? Configure VRRP Synchronize the Configurations

More information

This article describes how to upgrade CS200 and CS400 series Nimble Storage arrays from 1 GigE to 10 GigE connectivity.

This article describes how to upgrade CS200 and CS400 series Nimble Storage arrays from 1 GigE to 10 GigE connectivity. Summary This article describes how to upgrade CS200 and CS400 series Nimble Storage arrays from 1 GigE to 10 GigE connectivity. Procedures are outlined for each major Nimble OS release. Each Nimble OS

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Multichassis Link Aggregation on a QFX Series Switch Release NCE 64 Modified: 2016-08-01 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

More information

The instruction in this document is applicable on Cisco FireSIGHT Management Center FS2000 and FS4000 models.

The instruction in this document is applicable on Cisco FireSIGHT Management Center FS2000 and FS4000 models. Contents Introduction Prerequisite Hardware Requirements Procedures Step 1: Backup the Current Configuration and Data Step 2. Remove and Replace the Existing Storage Media Step 3. Reconfigure the RAID

More information

GRP Redundant Processor Support

GRP Redundant Processor Support GRP Redundant Processor Support Feature Summary The GRP redundant processor feature allows you to install two gigabit route processors (GRPs) in a Cisco 12000 series router. One GRP functions as the primary

More information

Assigning the Switch IP Address and Default Gateway

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

More information

Implementing AutoVPN Network Design Using the SRX Series with ibgp as the Dynamic Routing Protocol

Implementing AutoVPN Network Design Using the SRX Series with ibgp as the Dynamic Routing Protocol APPLICATION NOTE Introduction to AutoVPN Implementing AutoVPN Network Design Using the SRX Series with ibgp as the Dynamic Routing Protocol Copyright 2013, Juniper Networks, Inc. 1 Table of Contents Introduction...3

More information

Configuring Rapid PVST+ Using NX-OS

Configuring Rapid PVST+ Using NX-OS Configuring Rapid PVST+ Using NX-OS This chapter describes how to configure the Rapid per VLAN Spanning Tree (Rapid PVST+) protocol on Cisco NX-OS devices. This chapter includes the following sections:

More information

Junos Ansible Modules Documentation

Junos Ansible Modules Documentation Junos Ansible Modules Documentation Release 2.1.1.dev0 Juniper Networks, Inc. Jun 08, 2018 Contents 1 juniper_junos_system 3 2 juniper_junos_srx_cluster 7 3 juniper_junos_pmtud 11 4 juniper_junos_ping

More information

C Commands. Cisco Nexus 5500 Series NX-OS System Management Command Reference 1

C Commands. Cisco Nexus 5500 Series NX-OS System Management Command Reference 1 C s customer-id (Call Home), page 2 contract-id (Call Home), page 3 configure maintenance profile, page 4 commit (session), page 6 commit (Call Home), page 7 clear ntp statistics, page 8 clear ntp session,

More information

HP LeftHand P4500 and P GbE to 10GbE migration instructions

HP LeftHand P4500 and P GbE to 10GbE migration instructions HP LeftHand P4500 and P4300 1GbE to 10GbE migration instructions Part number: AT022-96003 edition: August 2009 Legal and notice information Copyright 2009 Hewlett-Packard Development Company, L.P. Confidential

More information

Server Utilities. Enabling Or Disabling Smart Access USB. This chapter includes the following sections:

Server Utilities. Enabling Or Disabling Smart Access USB. This chapter includes the following sections: This chapter includes the following sections: Enabling Or Disabling Smart Access USB, page 1 Exporting Technical Support Data, page 3 Exporting Technical Support Data to Front Panel USB Device, page 5

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

UNIVERGE SV8500 SOFTWARE UPGRADE PROCEDURE FROM S5 TO S6

UNIVERGE SV8500 SOFTWARE UPGRADE PROCEDURE FROM S5 TO S6 Page 1 UNIVERGE SV8500 SOFTWARE UPGRADE PROCEDURE FROM S5 TO S6 SCOPE This document explains how to upgrade the software on the UNIVERGE SV8500 from FP85-108 S5 software to FP85-109 S6 software. For details

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring a Routing Matrix with a TX Matrix Plus Router in Mixed Mode Modified: 2016-12-13 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

Maintenance Tasks CHAPTER

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

More information

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

Consolidated Packages and SubPackages Management

Consolidated Packages and SubPackages Management Consolidated Packages and SubPackages Management This document discusses how consolidated packages and software subpackages (individual and optional) are run and managed on the Cisco cbr Series Converged

More information

High Availability and Disaster Recovery

High Availability and Disaster Recovery High Availability and Disaster Recovery ScienceLogic version 8.4.0 rev 2 Table of Contents High Availability & Disaster Recovery Overview 4 Overview 4 Disaster Recovery 4 High Availability 4 Differences

More information

COMMAND LINE CHEAT SHEET

COMMAND LINE CHEAT SHEET BASIC show show show display exit exit / up exit quit run run - - end exit exit all return include match match include formal display-set - - reload request system reboot admin reboot now reboot GENERAL

More information

BIG-IP Systems: Upgrading Software. Version 13.0

BIG-IP Systems: Upgrading Software. Version 13.0 BIG-IP Systems: Upgrading Software Version 13.0 Table of Contents Table of Contents Upgrading Version 11.x or 12.x BIG-IP Software... 5 Introduction to upgrading version 11.x, or later, BIG-IP software...5

More information

IDENTIFICATION OF VOLATILE AND NON-VOLATILE STORAGE AND SANITIZATION OF SYSTEM COMPONENTS JUNIPER NETWORKS SRX-SERIES SRX300

IDENTIFICATION OF VOLATILE AND NON-VOLATILE STORAGE AND SANITIZATION OF SYSTEM COMPONENTS JUNIPER NETWORKS SRX-SERIES SRX300 UNCLASSIFIED IDENTIFICATION OF VOLATILE AND NON-VOLATILE STORAGE AND SANITIZATION OF SYSTEM COMPONENTS JUNIPER NETWORKS SRX-SERIES SRX300 REVISION 1.0 Mar 28, 2016 UNCLASSIFIED TABLE OF CONTENTS 1 Introduction...

More information

The operator has activated this LED to identify this chassis. This chassis is not being identified. Fabric modules are all operational.

The operator has activated this LED to identify this chassis. This chassis is not being identified. Fabric modules are all operational. s Chassis s, page 1 System Controller s, page 2 Supervisor Module s, page 3 Fan Tray s, page 3 Fabric Module s, page 4 Line Card s, page 4 Power Supply s, page 5 Chassis s The chassis s are located at

More information

How to Set Up Your SRX550 High Memory Services Gateway

How to Set Up Your SRX550 High Memory Services Gateway How to Set Up Your SRX550 High Memory Services Gateway The SRX550 High Memory Services Gateway is a large branch office gateway that combines security, routing, switching, and WAN interfaces with next-generation

More information

Recovering a Lost Password

Recovering a Lost Password This chapter includes the following sections: Password Recovery for the Admin Account, page 1 Determining the Leadership Role of a Fabric Interconnect, page 2 Recovering the Admin Account Password in a

More information

Troubleshooting. Diagnosing Problems

Troubleshooting. Diagnosing Problems Troubleshooting 8 This chapter explains how you can troubleshoot a specific problem at system power-up, such as abnormal LED activity or no system power. Topic Page Diagnosing Problems 8-1 Troubleshooting

More information

INSTALLATION RUNBOOK FOR. VNF (virtual firewall) 15.1X49-D30.3. Liberty. Application Type: vsrx Version: MOS Version: 8.0. OpenStack Version:

INSTALLATION RUNBOOK FOR. VNF (virtual firewall) 15.1X49-D30.3. Liberty. Application Type: vsrx Version: MOS Version: 8.0. OpenStack Version: INSTALLATION RUNBOOK FOR Juniper vsrx Application Type: vsrx Version: VNF (virtual firewall) 15.1X49-D30.3 MOS Version: 8.0 OpenStack Version: Liberty 1 Introduction 1.1 Target Audience 2 Application Overview

More information

Junos OS. 2nd edition FOR. Walter Goralski, Cathy Gadecki, and Michael Bushong. John Wiley & Sons, Inc. WILEY

Junos OS. 2nd edition FOR. Walter Goralski, Cathy Gadecki, and Michael Bushong. John Wiley & Sons, Inc. WILEY Junos OS FOR 2nd edition Walter Goralski, Cathy Gadecki, and Michael Bushong WILEY John Wiley & Sons, Inc. Table of Contents tllii(tii«es9«9i

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

NAT Box-to-Box High-Availability Support

NAT Box-to-Box High-Availability Support The feature enables network-wide protection by making an IP network more resilient to potential link and router failures at the Network Address Translation (NAT) border. NAT box-to-box high-availability

More information

2.2 Cisco IOS Commands for the Catalyst 4500 Series Switches snmp ifindex clear. This command has no arguments or keywords.

2.2 Cisco IOS Commands for the Catalyst 4500 Series Switches snmp ifindex clear. This command has no arguments or keywords. Chapter 2 2.2 snmp ifindex clear snmp ifindex clear To clear any previously configured snmp ifindex commands that were entered for a specific interface, use the snmp ifindex clear command. snmp ifindex

More information

Using the Cable Monitor Tool

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

More information

Troubleshooting Booting

Troubleshooting Booting CHAPTER 2 This chapter describes techniques that you can use to troubleshoot a router running Cisco IOS XR software. It includes the following sections: Booting Tips, page 2-73 Verifying Successful Bootup,

More information

Configuring Rapid PVST+

Configuring Rapid PVST+ This chapter describes how to configure the Rapid per VLAN Spanning Tree (Rapid PVST+) protocol on Cisco NX-OS devices using Cisco Data Center Manager (DCNM) for LAN. For more information about the Cisco

More information

Configuring NTP. Information About NTP NTP. This chapter describes how to configure the Network Time Protocol (NTP) on Cisco MDS 9000 Series switches.

Configuring NTP. Information About NTP NTP. This chapter describes how to configure the Network Time Protocol (NTP) on Cisco MDS 9000 Series switches. This chapter describes how to configure the Network Time Protocol (NTP) on Cisco MDS 9000 Series switches. Information About NTP Information About NTP, on page 1 Prerequisites for NTP, on page 2 Guidelines

More information

Overview. About the Cisco UCS S3260 System

Overview. About the Cisco UCS S3260 System About the Cisco UCS S3260 System, on page 1 How to Use This Guide, on page 3 Cisco UCS S3260 System Architectural, on page 5 Connectivity Matrix, on page 7 Deployment Options, on page 7 Management Through

More information

Configuring User Accounts and RBAC

Configuring User Accounts and RBAC This chapter describes how to configure user accounts and role-based access control (RBAC) on Cisco NX-OS devices. This chapter includes the following sections: Finding Feature Information, page 1 Information

More information

Spanning-Tree Protocol

Spanning-Tree Protocol Spanning-Tree Protocol Malin Bornhager Halmstad University Session Number 2002, Svenska-CNAP Halmstad University 1 Objectives Redundancy in a converged network Spanning-Tree Protocol (STP) STP Operation

More information

Configuring Stateful Interchassis Redundancy

Configuring Stateful Interchassis Redundancy The Stateful Interchassis Redundancy feature enables you to configure pairs of devices to act as backups for each other. This module describes conceptual information about and tasks for configuring stateful

More information

802.1w Rapid Spanning Tree Protocol (RSTP) 802.1d Spanning Tree Protocol (STP)

802.1w Rapid Spanning Tree Protocol (RSTP) 802.1d Spanning Tree Protocol (STP) 13 802.1w Rapid Spanning Tree Protocol (RSTP) 802.1d Spanning Tree Protocol (STP) Contents Overview.................................................... 13-2 How Spanning Tree Operates.................................

More information

Backing Up and Restoring the Configuration

Backing Up and Restoring the Configuration Backing Up and Restoring the Configuration This chapter includes the following sections: Backup and Export Configuration, page 1 Backup Types, page 1 Considerations and Recommendations for Backup Operations,

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

Configuring STP. Understanding Spanning-Tree Features CHAPTER

Configuring STP. Understanding Spanning-Tree Features CHAPTER CHAPTER 11 This chapter describes how to configure the Spanning Tree Protocol (STP) on your switch. For information about the Rapid Spanning Tree Protocol (RSTP) and the Multiple Spanning Tree Protocol

More information

Cisco Catalyst 2960-S FlexStack: Description, Usage, and Best Practices

Cisco Catalyst 2960-S FlexStack: Description, Usage, and Best Practices Cisco Catalyst 2960-S FlexStack: Description, Usage, and Best Practices Introduction Cisco FlexStack stacking for Cisco Catalyst 2960-S Series Switches provides a true stacking solution with all switches

More information

Satellite nv System Commands

Satellite nv System Commands Satellite nv System Commands This module describes the commands used to configure Satellite nv System on Cisco ASR 9000 Series Router. hw-module satellite reload, page 3 install nv satellite, page 4 install

More information

EXAM - JN Service Provider Routing and Switching, Specialist (JNCIS-SP) Buy Full Product.

EXAM - JN Service Provider Routing and Switching, Specialist (JNCIS-SP) Buy Full Product. Juniper EXAM - JN0-360 Service Provider Routing and Switching, Specialist (JNCIS-SP) Buy Full Product http://www.examskey.com/jn0-360.html Examskey Juniper JN0-360 exam demo product is here for you to

More information

Switch Memory and Configuration

Switch Memory and Configuration 6 Switch Memory and Configuration Contents Overview..................................................... 6-3 Overview of Configuration File Management................... 6-3 Using the CLI To Implement

More information

ExpressCluster for Linux Version 3 Cluster Resource Reference

ExpressCluster for Linux Version 3 Cluster Resource Reference ExpressCluster for Linux Version 3 Cluster Resource Reference Revision 6us EXPRESSCLUSTER is a registered trademark of NEC Corporation. Linux is a trademark or registered trademark of Linus Torvalds in

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