Cisco Vbng Solution Based on CSR1000V and Xrv 9000

Total Page:16

File Type:pdf, Size:1020Kb

Cisco Vbng Solution Based on CSR1000V and Xrv 9000 BRKSPG-2063 Cisco vBNG solution Based on CSR1000V and XRv 9000 Vimal Dharmavarapu, Product Manager Marketing Chengsheng Luo, Senior Product Manager Agenda • Introducing Cisco vBNG Solutions • NSO / ESC – VNF Life Cycle Management • Smart Licensing • XRv 9000 – IOS XR Based vRouter / vBNG Solution • CSR1000v – IOS XE Based vRouter / vBNG Solution & Use Cases • Conclusion BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 3 What this Session will include • Introduction to CSR1000v and IOS XRv9000 platforms • Overview of Deployment capabilities and use-cases • Introduction to vBNG Lifecycle Management • Impediments to vBNG Performance • Overview and Benefits with Smart-Licensing BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 4 What this Session will not include • Roadmap update on vBNG, vRouter Functionality • Deep-dive on NFVI Solutions • BNG Roadmap update • Demo for vBNG BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 5 vBNG Solutions Overview vBNG VNF Orchestration CSR 1000v, XRv 9000 Cisco ESC Software for vBNG vBNG Lifecycle Management Solutions Smart License Hardware, Host OS Automatic Provisioning, Cost UCS, KVM/VMware/…, Savings with License Sharing Performance BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 6 VNF Lifecycle Management ETSI NFV MANO Virtual Network Functions Manager (VNFM) NSO ESC *Source: ETSI NFV MANO WI (working document) BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 8 Cisco Elastic Service Controller (ESC) NFVO Network / Cloud Engineer ESC is Cisco’s VNFM, for managing Cisco and 3rd Party VNF’s NETCONF REST CLI (yang) ETSI Web GUI ESC • Programmable / Model Driven • Netconf and REST Interface VNF Lifecycle VNFD model-driven Manager Monitoring & Actions • YANG data model VIM Abstraction • Open and Modular VIM Drivers • Interop with 3rd party VNF and NFVO REST API • Micro services CIS* AWS* • Abstracts VIM complexity from service orchestration Containers* * Not supported today, and on radar for future BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 9 VNF Life Cycle onboard Onboard – VNFD, VNF image, day-0 deploy VNF Deploy/Undeploy – ETSI (TOSCA), undeploy NETCONF (YANG), REST (YANG) Elastic Monitor – ICMP ping, SNMP, custom Services Controller Scale – Auto/Manual scale in/out Update* (ESC) monitor Healing – Auto/Manual reboot/redeploy Update – Application upgrade healing / scale recovery BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 10 ESC VNF Life Cycle Stages Engine Elastic Service Controller VNF VNF VNF VNF VNF Deploy Alive Recovery Scaling Undeploy VM VM VM VM VM VM VM Pre Post Pre Post Pre Post Pre Post DeployVM aliveVM DeployVM aliveVM DeployVM aliveVM DeployVM Pre VM Post VNF Alive Pre Post Pre Post Pre Post Deploy aliveVM DeployVM aliveVM DeployVM aliveVM DeployVM Pre Deploy Post Day 1/2 Pre Post Pre Post Pre Post alive Recovery alive Scaling alive Undeploy Day 0 Predefined Predefined Predefined Predefined Predefined Predefined Predefined Action Monitor Action Monitor Action Monitor Action Custom Custom Custom Custom Custom Custom Custom Script Script Script Script Script Script Script Action Action Action Action Action Action Action List of Actions List of Events Life Cycle Stage Driven • Notify (callback) • Advertise Service • VM Alive • Withdraw Service • Service Alive • Restart VM Monitor Driven • Upper load threshold crossed • Scale up (add a VM) • Lower load threshold crossed • Scale down (remove a VM) • Service fail • Individually customizable • VM not responding action(s) for every event BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public VNF auto-healing with NFVO NSO/ESC NFVO (NSO) 7. NFVO configures VNF 2. ESC sends VM 6. ESC sends recovery recovery initialized complete success notification to NFVO notification to NFVO 7 2 6 1. ESC detects VM failures 5. ESC reapplies monitoring to VM and ensures the successful ESC 1 5 recovery 3 3. ESC sends reboot or OpenStack redeploy request to 4. Openstack VM VM VM recover VMs in OpenStack recovers the VM 4 BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 12 VNF auto-scaling with NFVO NSO/ESC NFVO (NSO) 7. NFVO configures VNF if 2. ESC sends VM 6. ESC sends VM scale required scale out init out complete with notification to NFVO success notification to 7 NFVO 2 6 1. ESC detects KPI threshold 5. ESC applies the monitor to exceeded the new deployed VMs and get ESC 1 5 VM_ALIVE for all the VMs 3 3. ESC sends new VM Openstac deployment requests 4. Openstack VM VM VM based on the scaling rules deploys more VMs k 4 BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 13 KPI Thresholds - VM Monitoring On ESC Threshold Name Threshold Type Metric Value ESC Action Customized Action VM_ALIVE Rising/Falling ICMP Ping 3 successful Service Booted Verify CSR connectivity Reachability pings Add to Radius VM_OVERLOADED Rising Session Count >7000 Service Scale-Up (add Adjust Radius Load-Balancing VM) VM_OVERLOADED_FULL Rising Session Count >8000 None Adjust Radius Load-Balancing to exclude this CSR VM_OVERLOADED_LIGHT Falling Session Count <2000 None Adjust Radius Load-Balancing VM_OVERLOADED_EMPTY Falling Session Count <1 Service Scale-Down Remove CSR from Radius (remove VM) Load-Balancing KPI XML Definition: Specification of actions in the same file: <kpi> <rule> <event_name>VM_OVERLOADED</event_name> <event_name>VM_OVERLOADED</event_name> <metric_value>7000</metric_value> <action>ALWAYS log</action> <metric_cond>GT</metric_cond> <action>TRUE servicescaleup.sh</action> <metric_collector> <action>TRUE sp_script_service_scale_up</action> <type>SUBSCRIBER_SESSION</type> </rule> <nicid>0</nicid> … <poll_frequency>15</poll_frequency> <configuration> <polling_unit>seconds</polling_unit> <dst>iosxe_config.txt</dst> </metric_collector> <file>file://cisco/csr_SP_config.sh</file> </kpi> </configuration> BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 14 Scalable vBNG solution Enabled By ESC 1.500 active VMs supported by a single ESC x 8.000 Subscribers per CSR1000V = 12.000.000 Subscribers BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 15 Scalable vBNG solution Enabled By ESC 1.000 active VMs supported by a single ESC x 32.000 Subscribers per XRv9000 = 32.000.000 Subscribers BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 16 Smart Licensing Router Cisco Smart Cisco Commerce Firewall Software Manager Workspace Usage Software Direct Deployment Direct Unified Proxy or SCH Communication Transport Gateway s Offline Monthly Router Inventory Update Firewall Air Gap SSMS Software Unified Mediated Deployment Mediated Communication s BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 17 XRv 9000 IOS XR Based vRouter / vBNG Solution IOS XRv 9000: Built on proven IOS-XR Inheriting the evolution of XR to eXR IOS-XRv 9000 IOS-XRv 9000 OSPF EVPN L2TP Process LLDP LACP ARP SNMP Granular Machine Recovery Packaging to Machine OSPF LLDP IS-IS FIB RIB BGP- SYSDB LLDP BGP LDP Netflow LS Modular TWAM 802.1a RSVP VRRP GRE SMU P g Patching Adv. App QOS SR PCEP Y.1731 Telemetry Hosting Open Netconf EVPN Flow 64bit Tool-able Modular More Modular Patchable Extensible BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 19 IOS XRv 9000: Architected for Success Separate Control Plane & Data-Plane containers, running in a VM environment LXC IOS XR LC + DATA PLANE LXC LXC L2 L3 MCast Designed to mimic Antares(ASR9000) data-path. ADMIN ACL FIB FIB FIB IOS XR RP Easier to use and Easier to trouble-shoot QOS VM GDPlane API RP Comps CM vAntares vAntares Datapath Routing FM vAntaresDatapathDatapath Protocols CISCO’s proprietary SW based HW assists SM produce best-in-class data-path performance RIB DP Agent Driver ADMIN IPC ADMIN ADMIN IPC PD Interface VPP +FD.IO XR System Infra SystemXR XRSystemInfra Manager B I Ctrl Eth Ctrl Eth Constructed on Open-source VPP & FD.IO vmxnet3 Mgmt e1000 virtio Projects. Feature & Performance Advantage 10G 10G PCIE Eth LINUX KERNEL –WRL7(3.14) Supports a variety of I/O Options : Virtio,SR- KVM, ESXi IOV,vmxnet3,e1000, PCIE Pass-through BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public 20 Key Use-Cases of XRv9000 APPLIANCE Upto 70 Mn Paths VM BASED PROVEN Industry Leading Scale Based on CISCO IOS XR APPLIANCE ~160 Gbps Throughput IOS-XR running VM BASED PERFORMANCE ELASTIC on ASR, CRS, NCS L2VPN,L3VPN & MCast Full Featured Scalability from Operations; No Single-Core to serial drawbacks Multiple-Core 32K Sessions per VM APPLIANCE “HW in Software” VM BASED Geo-Red with ASR9000 Traffic Manager TCAM Policer COMMON MANAGMENT NFVI NSO AGNOSTIC Multi-Domain Path Comp Netconf/Yang VM BASED Compatible All XR Prod BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public IOS XRv 9000: Life Cycle Management cisco Service Design My Designs My Deployments Deployment Wizard Create Select Scope Deliver New Folder Deploy Operate Engineering Testing Optimize OSS BSS Netconf/Yang Service Cisco Network Service Powered Orchestration Orchestrator (NSO) Server Server Cisco IOS-XRv 9000 IOS-XRv 9000 IOS-XRv 9000 Prime ESC Vnf M Hypervisor Hypervisor VIM NFVI BRKSPG-2063 © 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public IOS XRv 9000:
Recommended publications
  • Cisco ASR 9000 Series Aggregation Services Router Broadband Network Gateway Configuration Guide, Release 5.3.X
    Cisco ASR 9000 Series Aggregation Services Router Broadband Network Gateway Configuration Guide, Release 5.3.x First Published: 2015-01-12 Last Modified: 2015-08-27 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 ASR 9000 Series Aggregation Services Router MPLS Configuration Guide Cisco IOS XR Release 3.7.2 March 2009
    Cisco ASR 9000 Series Aggregation Services Router MPLS Configuration Guide Cisco IOS XR Release 3.7.2 March 2009 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 Customer Order Number: OL-17241-01 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 Enterprise Networks Catalog Volume 5: Europe, Middle East, Africa and Russia #Networkintuitive 02 Switches Wireless Routing
    Constantly learning, constantly adapting, constantly protecting Built on Cisco DNA Cisco Enterprise Networks Catalog Volume 5: www.cisco.com/go/DNA Europe, Middle East, Africa and Russia #networkintuitive 02 Switches Wireless Routing Cisco Catalog - EMEAR Switches No SDA/SDA Switches P20 Vol.5 Cisco Catalyst 2960-CX Series P26 Cisco Catalyst 3560-CX Series P26 Security Cisco Catalyst 2960-L Series Switches P27 Cisco Catalyst 2960-X Series P28 Cisco Catalyst 3650 Series P28 Cisco Catalyst 3850 Series P31 Index Cisco Catalyst 4500E Series P33 Cisco Catalyst 4500-X Series P35 Cisco Catalyst 6800 Series P36 Cisco Nexus 7700 Switches P37 Cisco Meraki Cisco Catalyst 9300 Series Switches P40 Cisco Catalyst 9400 Series Switches P41 Cisco Catalyst 9500 Series Switches P42 Modules & Accessories P45 What's New Subscription-based software P46 Wireless Switches Cisco Virtual Beacon P54 DNA-Center Revolutionary Cisco Aironet Access Points P57 ■ Indoor Access Points P57 Catalyst 9000 Series ■ Outdoor Access Points P59 P16 ■ Cisco Aironet Antennas and Accessories P60 Cisco Wireless Controllers P62 Subscription-based software P64 Cisco DNA for Access Routing Wireless and Switching Subscription Cisco ISR 800 Series P69 Introducing New Software Cisco ISR 1000 Series P70 Subscription Licensing Cisco ISR 4000 Series P71 SMB Modules & Accessories P17 P72 Cisco Enterprise Network Functions Virtualization (ENVF) P74 Cisco 5000 Series Enterprise Network Compute System P75 Cisco SD WAN Wireless P76 Cisco Wide Area Application Services (WAAS) P78 Cisco® Aironet®
    [Show full text]
  • Cisco Services Cisco Service Provider Architecture Applications
    Security at the Speed of the Network: Automating and Accelerating Security Through SDN and NfV BRKSEC-2760 Hantzley Tauckoor – CISSP #472723, CCDE #2015::43 Consulting Systems Engineer – MANO & Programmability Global Virtual Engineering, Cisco Systems ./about_me Hantzley Tauckoor Consulting Systems Engineer – MANO & Programmability Global Virtual Engineering, Cisco Systems linkedin.com/in/hantzley Twitter: @hantzley [email protected] Agenda • Security from the Service Provider perspective • Putting SDN/NFV to work – DDoS • Automating Security in the SP Data Centre • Generating new revenue streams with hosted security services • SDN & NFV Infrastructure Security • Summary Agenda • Security from the Service Provider perspective • Putting SDN/NFV to work - DDoS • Automating Security in the SP Data Centre • Generating new revenue streams with hosted security services • SDN & NFV Infrastructure Security • Summary Security from the Service Provider Perspective Trends: New Opportunities … The world has gone mobile Traffic growth, driven by video 120,000 Other (43%, 25%) 10XDynamic Mobile Traffic Growth Threat100,000 LandscapeInternet Video (57%, 75%) From 2013-2019 80,000 Changing 23% Global Customer 60,000 CAGR 40,000 2013- 2018 Expectations Ubiquitous Access to Apps & Services 20,000 Petabytes Petabytes per Month 0 2013 2014 2015 2016 2017 2018 Rise of cloud computingIncreasing ThreatMachine Sophistication-to-Machine Risks to Service ProvidersEmergence of the Internet of Everything Soon to and Their Customers Change SP Architectures/ Changing
    [Show full text]
  • Opendns 1 Opendns
    OpenDNS 1 OpenDNS OpenDNS Type DNS Resolution Service Founded 2005 Headquarters San Francisco, California Key people David Ulevitch (Founder & CEO) [1] Employees 20 [2] Website OpenDNS.com OpenDNS is a Domain Name System (DNS) resolution service. OpenDNS extends DNS adding features such as misspelling correction, phishing protection, and optional content filtering. It provides an ad-supported service[3][4] "showing relevant ads when we [show] search results" and a paid advertisement-free service. Services DNS OpenDNS offers DNS resolution as an alternative to using Internet service providers' DNS servers. There are OpenDNS servers in strategic locations, and they also employ a large cache of the domain names.. OpenDNS has adopted and supports DNSCurve.[5] OpenDNS provides the following recursive nameserver addresses[6] for public use, mapped to the nearest operational server location by anycast routing: • 208.67.222.222 (resolver1.opendns.com) • 208.67.220.220 (resolver2.opendns.com) • 208.67.222.220 [6] • 208.67.220.222 [6] IPv6 addresses (experimental)[7] • 2620:0:ccc::2 • 2620:0:ccd::2 Other features include a phishing filter, domain blocking and typo correction (for example, typing "example.og" instead of "example.org"). OpenDNS maintains a list of malicious sites and blocks access to them when a user tries to access them through their service. OpenDNS also run a service called PhishTank for users to submit and review suspected phishing sites. The name OpenDNS refers to the DNS concept of being open, where queries from any source are accepted. It is not related to open source software; the service is based on closed-source software.[8] OpenDNS earns a portion of its revenue by resolving a domain name to an OpenDNS server when the name is not otherwise defined in DNS.
    [Show full text]
  • Cisco 1100 Series Software Configuration Guide, Cisco IOS XE Fuji 16.7.X
    Cisco 1100 Series Software Configuration Guide, Cisco IOS XE Fuji 16.7.x First Published: 2017-03-06 Last Modified: 2017-10-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 © 2017 Cisco Systems, Inc. All rights reserved. CONTENTS CHAPTER 1 Overview 1 Introduction to Cisco 1000 Series Integrated Services Routers 1 Sections in this Document 1 CHAPTER 2 Using Cisco IOS XE Software 5 Accessing the CLI Using a Router Console 5 Accessing the CLI Using a Directly-Connected Console 5 Connecting to the Console Port 5 Use the Console Interface 6 Using SSH to Access Console 6 Accessing the CLI from a Remote Console Using Telnet 7 Preparing to Connect to the Router Console Using Telnet 7 Using Telnet to Access a Console Interface 8 Accessing the CLI from a Remote Console Using a Modem 8 Accessing the CLI from a Micro USB Serial Console Port 9 Keyboard Shortcuts 9 Using the History Buffer to Recall Commands 9 Understanding Command Modes 10 Understanding Diagnostic Mode 11 Getting Help 12 Using the no and default Forms of Commands 16 Using the factory reset Commands 16 Saving Configuration Changes 16 Managing Configuration Files 17 Filtering Output from the show and more Commands 17 Powering Off a Router 18 Cisco 1100 Series Software Configuration Guide, Cisco IOS XE Fuji 16.7.x iii Contents Finding Support Information for Platforms and Cisco Software Images 18 Using Cisco Feature Navigator 18 Using Software Advisor 18 Using Software
    [Show full text]
  • System Setup and Software Installation Guide for Cisco ASR 9000 Series Routers, IOS XR Release 6.7.X
    System Setup and Software Installation Guide for Cisco ASR 9000 Series Routers, IOS XR Release 6.7.x First Published: 2020-08-01 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]
  • Deployment Guides Deploying Reactive Ddos Protection Using
    DEPLOYMENT GUIDE DEPLOYING REACTIVE DDOS PROTECTION USING A10 AGALAXY SYSTEM Building and operating DDoS defenses is a critical first step for IT administrators in protecting their OVERVIEW infrastructure and application from crushing DDoS attacks. Learning the nuances of a new platform requires reading reference manuals and in many cases, hands-on trial and error experience. We have written this deployment guide to give you a simple-to-understand jumpstart in building your defenses. This deployment guide provides the instructions with screenshots from the A10 Networks aGalaxy® management system to speed up your ability to configure, monitor, and manage the A10 Thunder TPS™ Mitigator and Thunder TPS Detector. The deployment mode shown in this document is flow-based static detection with BGP traffic redirection to an asymmetric reactive mitigation scrubbing platform. A10 components covered in this deployment guide include: • aGalaxy management system • Thunder TPS Mitigator • Thunder TPS Detector (configured with peacetime baselining using Detection 1.0 setting) Who is the reader? IT administrators What is the challenge? The many steps in setting up an A10 Thunder TPS DDoS defense system in a reactive mode What is the solution? A step-by-step guide for TALK configuring aGalaxy and Thunder TPS WITH A10 What is the goal? To educate IT administrators on how to set up DDoS defense with aGalaxy CONTACT US a10networks.com/contact TABLE OF CONTENTS OVERVIEW ...........................................................................................................................................................................
    [Show full text]
  • System Management Configuration Guide for Cisco ASR 9000 Series Routers, IOS XR Release 7.3.X
    System Management Configuration Guide for Cisco ASR 9000 Series Routers, IOS XR Release 7.3.x First Published: 2021-02-01 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]
  • System Security Configuration Guide for Cisco ASR 9000 Series Routers, IOS XR Release 6.6.X
    System Security Configuration Guide for Cisco ASR 9000 Series Routers, IOS XR Release 6.6.x First Published: 2019-04-01 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 ASR 9000 Series Aggregation Services Router System Security Configuration Guide, Release 5.3.X
    Cisco ASR 9000 Series Aggregation Services Router System Security Configuration Guide, Release 5.3.x First Published: 2015-01-15 Last Modified: 2015-09-11 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]
  • Deploying Carrier Ethernet Services on ASR-9000
    Deploying Carrier Ethernet Services on ASR-9000 Kashif Islam – Solutions Architect BRKSPG-2202 Cisco Spark Questions? Use Cisco Spark to chat with the speaker after the session How 1. Find this session in the Cisco Live Mobile App 2. Click “Join the Discussion” 3. Install Spark or go directly to the space 4. Enter messages/questions in the space Cisco Spark spaces will be cs.co/ciscolivebot#BRKSPG-2202 available until July 3, 2017. © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Agenda • Cisco EPN and Agile Carrier Ethernet Architecture • ASR-9000 and IOS-XR Recap • ASR-9000 Configuration Toolset • Services Evolution with EVPN • Services Management and Orchestration • Summary © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public Cisco EPN and Agile Carrier Ethernet Architecture Market Trend: Network Infrastructure Convergence Single Any-Service Network for Lower CAPEX & OPEX • One efficiently utilized network • One operational model Mobile Backhaul • All services on a single network Business / Private Cloud Residential Triple Play SONET/ATM Multiple under-utilized networks • Up to 75% CAPEX savings No integration between services • OPEX efficiency – one skill set Different operational skill sets • Revenue opportunities – one access, multiple services BRKSPG-2202 © 2017 Cisco and/or its affiliates. All rights reserved. Cisco Public 6 Cisco EPN Vision On-Demand Automated Services Anywhere Policy Always “ON” Real-Time Fully Dynamic Scale Analytics Virtualized Intelligent Open and Convergence Programmable Agility Application Seamless Interaction Experience Business VM CDN VM Core ApplicationsService Broker “Businessand Services Intents” Optimize APIs Edge Cloud Service Profile Orchestration Catalog of Virtual “Operational Intent” Engine Functions Access CORE Provisioning / AssuranceNCS NCS / ProgrammingEDGE Mobility £ APIs Access Revenue ¥$€ Evolved Programmable Transport Network BRKSPG-2202 © 2017 Cisco and/or its affiliates.
    [Show full text]