Cisco Devnet Evolving Technologies Study Guide

Total Page:16

File Type:pdf, Size:1020Kb

Cisco Devnet Evolving Technologies Study Guide Cisco DevNet Evolving Technologies Study Guide Nicholas Russo — CCIE #42518 (EI/SP) CCDE #20160041 March 13, 2021 1 Abstract Nicholas Russo holds active CCIE certifications in Enterprise Infrastructure and Service Provider, as well as CCDE. Nick authored a comprehensive study guide for the CCIE Service Provider version 4 examination and this document provides updates to the written test for all CCIE/CCDE tracks. Nick also holds a Bachelor’s of Science in Computer Science, from the Rochester Institute of Technology (RIT) and is a frequent programmer in the field of network automation. Nick lives in Maryland, USA with his wife, Carla, and daughters, Olivia and Josephine. For updates to this document and Nick’s other professional publications, please follow the author on his Twitter, LinkedIn, and personal website. Technical Reviewers: Angelos Vassiliou, Leonid Danilov, and many from the RouterGods team. This material is not sponsored or endorsed by Cisco Systems, Inc. Cisco, Cisco Systems, CCIE and the CCIE Logo are trademarks of Cisco Systems, Inc. and its affiliates. All Cisco products, features, or technologies mentioned in this document are trademarks of Cisco. This includes, but is not limited to, Cisco IOS, Cisco IOS-XE, Cisco IOS-XR, and Cisco DevNet. The information herein is provided on an “as is” basis, without any warranties or representations, express, implied or statutory, including without limitation, warranties of noninfringement, merchantability or fitness for a particular purpose. Author’s Notes This book was originally designed for the CCIE and CCDE certification tracks that introduced the “Evolving Technologies” section of the blueprint for the written qualification exam. Those exams have since been overhauled and many of their topics have been moved under the umbrella of Cisco DevNet. This book is not specific to any certification track and provides an overview of the three key evolving technologies: Cloud, Network Programmability, and Internet of Things (IoT). Italic text represents cited text from another not created by the author. This is often directly from a Cisco document, which is appropriate given that this is a summary of Cisco’s vision on the topics therein. This book is not an official publication and does not have an ISBN assigned. The book will always be free. The opinions expressed in this study guide and its corresponding documentation belong to the author and do not necessarily represent those of Cisco. My only request is that you not distribute this book yourself. Please direct your friends and colleagues to my website where they can download it for free. I wrote this book because I believe that free and open-source software is the way of the future. So too do I believe that the manner in which this book is published represents the future of publishing. I hope this book serves its obviously utility as a technical reference, but also as an inspiration for others to meaningfully contribute to the open-source community. Copyright 2021 Nicholas Russo http://njrusmc.net 2 Contents 1 Cloud 7 1.1 Introduction..............................................7 1.2 Infrastructure, platform, and software as a service (XaaS).................... 13 1.3 Performance, scalability, and high availability........................... 15 1.4 Security implications, compliance, and policy........................... 17 1.5 Workload migration.......................................... 18 1.6 Compute virtualization........................................ 19 1.6.1 Virtual Machines....................................... 19 1.6.2 Containers with Docker Demonstration........................... 20 1.6.3 Python Virtual Environments (venv) for Refactoring.................... 28 1.7 Connectivity.............................................. 32 1.7.1 Virtual Switches....................................... 33 1.7.2 Software-Defined Wide Area Network (SD-WAN Viptela Demonstration)........ 33 1.7.3 Software-Defined Access (SDA).............................. 37 1.7.4 Software-Defined Data Center (SD-DC).......................... 38 1.8 Virtualization functions........................................ 40 1.8.1 Network Functions Virtualization infrastructure (NFVi).................. 40 1.8.2 Virtual Network Functions with NFVIS Demonstration.................. 41 1.9 Automation and orchestration tools................................. 47 1.9.1 Cloud Center......................................... 47 1.9.2 Digital Network Architecture Center (DNA-C) Demonstration.............. 48 1.9.3 Kubernetes Orchestration with minikube Demonstration................. 53 1.9.4 Amazon Web Services (AWS) CLI Demonstration.................... 59 1.9.5 Infrastructure as Code using Terraform........................... 66 1.9.6 Flask Application Monitoring with Prometheus...................... 78 1.10 References and Resources..................................... 86 2 Network Programmability 87 2.1 Data models and structures..................................... 87 2.1.1 YANG............................................. 87 2.1.2 YAML............................................. 91 2.1.3 JSON............................................. 91 2.1.4 XML.............................................. 92 2.2 Device programmability....................................... 93 2.2.1 Google Remote Procedure Call (gRPC) on IOS-XR using iosxr grpc.......... 93 2.2.2 gRPC on IOS-XR using grpcio and Manual Compilation................. 100 2.2.3 gRPC Network Management Interface (gNMI) on IOS-XR using gNMIc........ 111 2.2.4 Python paramiko Library on IOS-XE............................ 119 2.2.5 Python netmiko Library on IOS-XE............................. 121 2.2.6 NETCONF using netconf-console on IOS-XE....................... 122 2.2.7 NETCONF using Python and jinja2 on IOS-XE...................... 126 2.2.8 REST API on IOS-XE.................................... 128 2.2.9 RESTCONF on IOS-XE................................... 133 2.3 Controller based network design.................................. 134 2.3.1 SDN Models......................................... 134 2.3.2 Centralized SDN using OpenFlow and Faucet....................... 139 2.4 Configuration management tools and version control systems.................. 145 2.4.1 Agent-based Summary................................... 145 2.4.2 Agent-less Summary..................................... 147 2.4.3 Agent-less Demonstration with Ansible (SSH/CLI).................... 147 2.4.4 NETCONF-based Infrastructure as Code with Ansible.................. 150 2.4.5 RESTCONF-based Infrastructure as Code with Ansible................. 155 Copyright 2021 Nicholas Russo http://njrusmc.net 3 2.4.6 Agent-less Demonstration with Nornir........................... 159 2.4.7 Version Control Overview.................................. 165 2.4.8 Git with Github........................................ 166 2.4.9 Git with AWS CodeCommit and CodeBuild........................ 168 2.4.10 Subversion (SVN) and comparison to Git......................... 176 2.4.11 Network Validation with Batfish............................... 181 2.4.12 Data Validation with JSON Schema............................ 189 2.5 References and Resources..................................... 196 3 Internet of Things 198 3.1 IoT Technology Stack........................................ 198 3.1.1 IoT Network Hierarchy.................................... 200 3.1.2 Data Acquisition and Flow.................................. 201 3.2 IoT standards and protocols..................................... 202 3.3 IoT security.............................................. 205 3.4 IoT Edge and Fog Computing.................................... 207 3.4.1 Data Aggregation....................................... 207 3.4.2 Edge Intelligence....................................... 210 3.5 References and Resources..................................... 211 4 Blueprint v1.0 Legacy Topics 212 4.1 Cloud................................................. 212 4.1.1 Troubleshooting and Management............................. 212 4.1.2 OpenStack components with PackStack Demonstration................. 212 4.1.3 Cloud Comparison Chart.................................. 222 4.2 Network Programmability...................................... 222 4.2.1 SDN Controllers....................................... 222 4.2.2 DevOps methodologies, tools and workflows....................... 224 4.2.3 Basic Jenkins Setup Demonstration............................ 226 4.3 Internet of Things........................................... 233 4.3.1 Performance, Reliability, and Scalability.......................... 233 5 Glossary of Terms 234 List of Figures 1 Public Cloud High Level.......................................8 2 Private Cloud High Level.......................................8 3 Virtual Private Cloud High Level...................................9 4 Connecting Cloud via Private WAN................................. 11 5 Connecting Cloud via IXP...................................... 12 6 Connecting Cloud via Internet VPN................................. 13 7 Comparing Virtual Machines and Containers........................... 20 8 Viptela SD-WAN High Level..................................... 35 9 Viptela Home Dashboard...................................... 35 10 Viptela Node Summary....................................... 36 11 Viptela Event Logging........................................ 36 12 Viptela Flow Exploration....................................... 37 13 Viptela VoIP QoS Policy....................................... 37 14 Cisco ACI SD-DC
Recommended publications
  • Cisco Nexus 9000 Series NX-OS VXLAN Configuration Guide, Release 9.3(X)
    Cisco Nexus 9000 Series NX-OS VXLAN Configuration Guide, Release 9.3(x) First Published: 2019-07-20 Last Modified: 2021-09-22 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) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS REFERENCED IN THIS DOCUMENTATION ARE SUBJECT TO CHANGE WITHOUT NOTICE. EXCEPT AS MAY OTHERWISE BE AGREED BY CISCO IN WRITING, ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS DOCUMENTATION ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. The Cisco End User License Agreement and any supplemental license terms govern your use of any Cisco software, including this product documentation, and are located at: http://www.cisco.com/go/softwareterms.Cisco product warranty information is available at http://www.cisco.com/go/warranty. US Federal Communications Commission Notices are found here http://www.cisco.com/c/en/us/products/us-fcc-notice.html. IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Any products and features described herein as in development or available at a future date remain in varying stages of development and will be offered on a when-and if-available basis. Any such product or feature roadmaps are subject to change at the sole discretion of Cisco and Cisco will have no liability for delay in the delivery or failure to deliver any products or feature roadmap items that may be set forth in this document.
    [Show full text]
  • Cisco Nexus 3000 Series NX-OS System Management Configuration Guide, Release 9.3(X)
    Cisco Nexus 3000 Series NX-OS System Management Configuration Guide, Release 9.3(x) First Published: 2019-07-20 Last Modified: 2020-11-10 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) Fax: 408 527-0883 © 2019–2020 Cisco Systems, Inc. All rights reserved. CONTENTS PREFACE Preface xix Audience xix Document Conventions xix Related Documentation for Cisco Nexus 3000 Series Switches xx Documentation Feedback xx Communications, Services, and Additional Information xx CHAPTER 1 New and Changed Information 1 New and Changed Information 1 CHAPTER 2 Overview 3 Licensing Requirements 3 System Management Features 3 CHAPTER 3 Configuring Switch Profiles 7 Information About Switch Profiles 7 Switch Profile Configuration Modes 8 Configuration Validation 8 Software Upgrades and Downgrades with Switch Profiles 9 Prerequisites for Switch Profiles 10 Guidelines and Limitations for Switch Profiles 10 Configuring Switch Profiles 11 Adding a Switch to a Switch Profile 13 Adding or Modifying Switch Profile Commands 14 Importing a Switch Profile 17 Verifying Commands in a Switch Profile 19 Cisco Nexus 3000 Series NX-OS System Management Configuration Guide, Release 9.3(x) iii Contents Isolating a Peer Switch 19 Deleting a Switch Profile 20 Deleting a Switch from a Switch Profile 20 Displaying the Switch Profile Buffer 21 Synchronizing Configurations After a Switch Reboot 22 Switch Profile Configuration show Commands 23 Supported Switch Profile Commands 23
    [Show full text]
  • SRD Configuration Guide October 21, 2008
    Cisco Persistent Storage Device for Cisco IOS Release 12.2(33)SRD Configuration Guide October 21, 2008 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) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS. THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY. The following information is for FCC compliance of Class A devices: This equipment has been tested and found to comply with the limits for a Class A digital device, pursuant to part 15 of the FCC rules. These limits are designed to provide reasonable protection against harmful interference when the equipment is operated in a commercial environment. This equipment generates, uses, and can radiate radio-frequency energy and, if not installed and used in accordance with the instruction manual, may cause harmful interference to radio communications. Operation of this equipment in a residential area is likely to cause harmful interference, in which case users will be required to correct the interference at their own expense.
    [Show full text]
  • Cisco Virtualized Infrastructure Manager Installation Guide, 2.4.9
    Cisco Virtualized Infrastructure Manager Installation Guide, 2.4.9 First Published: 2019-01-09 Last Modified: 2019-05-20 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) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS. THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY. The Cisco implementation of TCP header compression is an adaptation of a program developed by the University of California, Berkeley (UCB) as part of UCB's public domain version of the UNIX operating system. All rights reserved. Copyright © 1981, Regents of the University of California. NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE SUPPLIERS ARE PROVIDED “AS IS" WITH ALL FAULTS. CISCO AND THE ABOVE-NAMED SUPPLIERS DISCLAIM ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THOSE OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OR ARISING FROM A COURSE OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
    [Show full text]
  • In the United States Bankruptcy Court for the District of Delaware
    Case 21-10457-LSS Doc 237 Filed 05/13/21 Page 1 of 2 IN THE UNITED STATES BANKRUPTCY COURT FOR THE DISTRICT OF DELAWARE Chapter 11 In re: Case No. 21-10457 (LSS) MOBITV, INC., et al., Jointly Administered Debtors.1 Related Docket Nos. 73 and 164 NOTICE OF FILING OF SUCCESSFUL BIDDER ASSET PURCHASE AGREEMENT PLEASE TAKE NOTICE that, on April 7, 2021, the United States Bankruptcy Court for the District of Delaware (the “Bankruptcy Court”) entered the Order (A) Approving Bidding Procedures for the Sale of Substantially All Assets of the Debtors; (B) Approving Procedures for the Assumption and Assignment of Executory Contracts and Unexpired Leases; (C) Scheduling the Auction and Sale Hearing; and (D) Granting Related Relief [Docket No. 164] (the “Bidding Procedures Order”).2 PLEASE TAKE FURTHER NOTICE that, pursuant to the Bidding Procedures Order, the Debtors conducted an auction on May 11-12, 2021 for substantially all of the Debtors’ assets (the “Assets”). At the conclusion of the auction, the Debtors, in consultation with their advisors and the Consultation Parties, selected the bid submitted by TiVo Corporation (the “Successful Bidder”) as the Successful Bid. PLEASE TAKE FURTHER NOTICE that, on May 12, 2021, the Debtors filed the Notice of Auction Results [Docket No. 234] with the Bankruptcy Court. PLEASE TAKE FURTHER NOTICE that attached hereto as Exhibit A is the Asset Purchase Agreement dated May 12, 2021 (the “Successful Bidder APA”) between the Debtors and the Successful Bidder. PLEASE TAKE FURTHER NOTICE that a hearing is scheduled for May 21, 2021 at 2:00 p.m.
    [Show full text]
  • Cisco Nexus 9000 Series NX-OS Fundamentals Configuration Guide, Release 6.X First Published: 2013-11-20 Last Modified: 2014-09-26
    Cisco Nexus 9000 Series NX-OS Fundamentals Configuration Guide, Release 6.x First Published: 2013-11-20 Last Modified: 2014-09-26 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) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS. THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY. The Cisco implementation of TCP header compression is an adaptation of a program developed by the University of California, Berkeley (UCB) as part of UCB's public domain version of the UNIX operating system. All rights reserved. Copyright © 1981, Regents of the University of California. NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE SUPPLIERS ARE PROVIDED “AS IS" WITH ALL FAULTS. CISCO AND THE ABOVE-NAMED SUPPLIERS DISCLAIM ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THOSE OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OR ARISING FROM A COURSE OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
    [Show full text]
  • Cisco Nexus 5000 Series Switches At-A-Glance
    Cisco Nexus 5000 Series Switches At-A-Glance Switches to Simplify Data Center Transformation Cisco Nexus 5000 Series Switches simplify cable • End-to-end FCoE: FCoE is an open standards–based Cisco Nexus® 5000 Series Switches, part of the unified fabric management, allowing hosts to connect to any network protocol that encapsulates Fibre Channel over Ethernet, component of the Cisco® Data Center Business Advantage through a unified Ethernet interface and enabling faster eliminating the need for separate switches, cabling, (DCBA) architectural framework, deliver an innovative rollout of new applications and services. adapters, and transceivers for each class of traffic.This architecture to simplify data center transformation by Main Features feature dramatically decreases power consumption enabling a high-performance, standards-based, and reduces both capital expenditures (CapEx) and • High-performance, low-latency 10 Gigabit Ethernet, multi-protocol, multi-purpose, Ethernet-based fabric. operating expenses (OpEx) for businesses. delivered by a cut-through switching architecture, for They help consolidate separate LAN, SAN, and server cluster 10 Gigabit Ethernet server access in next-generation • Multi-hop FCoE: Cisco Unified Fabric unites data network environments into a single Ethernet fabric. Backed data centers center and storage networks to deliver a single by a broad system of industry-leading technology partners, • Fibre Channel over Ethernet (FCoE)–capable switches high-performance, highly available and scalable Cisco Nexus 5000
    [Show full text]
  • TR-4350: Flexpod Express with Microsoft Windows Server 2012 R2
    Technical Report FlexPod Express with Microsoft Windows Server 2012 R2 Hyper-V: Large Configuration Implementation Guide Glenn Sizemore, Arvind Ramakrishnan, Karthick Radhakrishnan, NetApp Jeffrey Fultz, Cisco Systems October 2014 | TR-4350 TABLE OF CONTENTS 1 Overview ................................................................................................................................................ 5 2 Audience ................................................................................................................................................ 5 3 Architecture ........................................................................................................................................... 5 3.1 Large Configuration .......................................................................................................................................... 5 4 Hardware Details ................................................................................................................................... 6 4.1 Large Configuration ........................................................................................................................................6 5 Software Details .................................................................................................................................... 6 6 Configuration Guidelines ..................................................................................................................... 7 7 FlexPod Express Cabling Information .............................................................................................
    [Show full text]
  • Cisco Nexus 9300 Switch Datasheet CONTENT
    Cisco Nexus 9300 Switch Datasheet CONTENT Content ................................................................................................................................................ 1 Overview .............................................................................................................................................. 2 Appearance .......................................................................................................................................... 2 Nexus 9300 switches characteristics ..................................................................................................... 3 Cisco NX-OS Software Overview ........................................................................................................... 7 Specification of Nexus 9300 series switches ......................................................................................... 9 Base model ordering information ....................................................................................................... 12 Sources ............................................................................................................................................... 12 Contact Us Tel: +1-626-239-8066 (USA) +852-3050-1066 / +852-3174-6166 / +852-9795-4940 (Hong Kong) Fax: +852-3050-1066 (Hong Kong) Email: [email protected] (Sales Inquiries) [email protected] (CCIE Technical Support) ROUTER SWITCH LIMITED 1 OVERVIEW The Cisco Nexus® 9000 Series Switches include both modular and fixed-port switches
    [Show full text]
  • Cisco Nexus 9000 Series NX-OS Software Upgrade and Downgrade Guide, Release 9.3(X)
    Cisco Nexus 9000 Series NX-OS Software Upgrade and Downgrade Guide, Release 9.3(x) First Published: 2021-01-18 Last Modified: 2021-09-23 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) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS. THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY. The Cisco implementation of TCP header compression is an adaptation of a program developed by the University of California, Berkeley (UCB) as part of UCB's public domain version of the UNIX operating system. All rights reserved. Copyright © 1981, Regents of the University of California. NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE SUPPLIERS ARE PROVIDED “AS IS" WITH ALL FAULTS. CISCO AND THE ABOVE-NAMED SUPPLIERS DISCLAIM ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THOSE OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OR ARISING FROM A COURSE OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
    [Show full text]
  • Cisco Nexus 9000 Series NX-OS Fundamentals Configuration Guide, Release 7.X
    Cisco Nexus 9000 Series NX-OS Fundamentals Configuration Guide, Release 7.x First Published: 2015-02-01 Last Modified: 2021-09-14 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) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS REFERENCED IN THIS DOCUMENTATION ARE SUBJECT TO CHANGE WITHOUT NOTICE. EXCEPT AS MAY OTHERWISE BE AGREED BY CISCO IN WRITING, ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS DOCUMENTATION ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. The Cisco End User License Agreement and any supplemental license terms govern your use of any Cisco software, including this product documentation, and are located at: http://www.cisco.com/go/softwareterms.Cisco product warranty information is available at http://www.cisco.com/go/warranty. US Federal Communications Commission Notices are found here http://www.cisco.com/c/en/us/products/us-fcc-notice.html. IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Any products and features described herein as in development or available at a future date remain in varying stages of development and will be offered on a when-and if-available basis. Any such product or feature roadmaps are subject to change at the sole discretion of Cisco and Cisco will have no liability for delay in the delivery or failure to deliver any products or feature roadmap items that may be set forth in this document.
    [Show full text]
  • Cisco Nexus 5000 Series Switches
    Data Sheet Cisco Nexus 5000 Series Switches Product Overview The Cisco Nexus™ 5000 Series Switches comprise a family of line-rate, low-latency, lossless 10 Gigabit Ethernet and Fibre Channel over Ethernet (FCoE) switches for data center applications (Figure 1). Figure 1. The Cisco Nexus 5000 Series Includes the Cisco Nexus 5010 Switch and Cisco Nexus 5020 Switch Supporting 10 Gigabit Ethernet and FCoE Today’s data centers are increasingly filled with dense rack-mount and blade servers that host powerful multicore processors. The rapid increase of in-rack computing density, along with the increasing use of virtualization software, combine to push the demand for 10 Gigabit Ethernet and consolidated I/O: applications for which the Cisco Nexus 5000 Series is an excellent match. With low latency, front-to-back cooling, and rear-facing ports, the Cisco Nexus 5000 Series is designed for data centers transitioning to 10 Gigabit Ethernet as well as those ready to deploy a unified fabric that can handle their LAN, SAN, and server clusters, providing networking over a single link (or dual links for redundancy). The switch family, using cut-through architecture, supports line-rate 10 Gigabit Ethernet on all ports while maintaining consistently low latency independent of packet size and services enabled. It supports a set of network technologies known collectively as IEEE Data Center Bridging (DCB) that increases the reliability, efficiency, and scalability of Ethernet networks. These features allow the switches to support multiple traffic classes over a lossless Ethernet fabric, thus enabling consolidation of LAN, SAN, and cluster environments. Its ability to connect FCoE to native Fibre Channel protects existing storage system investments while dramatically simplifying in-rack cabling.
    [Show full text]