Presentation is loading. Please wait.

Presentation is loading. Please wait.

March 2, 2014 Jeff “Z” Szczerbinski, CCIE #4052 David Spears Software Defined Networking Workshop.

Similar presentations


Presentation on theme: "March 2, 2014 Jeff “Z” Szczerbinski, CCIE #4052 David Spears Software Defined Networking Workshop."— Presentation transcript:

1 March 2, 2014 Jeff “Z” Szczerbinski, CCIE #4052 David Spears Software Defined Networking Workshop

2 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 2 We see three big infrastructure trends….. Converged Infrastructure Cloud Software Defined Data Center Securit y StorageServe rs Facilitie s Services Networ k Manageme nt Network … the Network services all three… … and SDN drives new value

3 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 3 Software-defined Network Drivers and Impact Private cloud is not just about cost reduction. Agility will be a key benefit 1 HUMAN MIDDLEWARE 1 Gartner G00238288, Five Things That Private Cloud Is Not, 3 August 2012,Thomas J. Bittman Gartner does not endorse any vendor, product or service depicted in its research publications, and does not advise technology users to select only those vendors with the highest ratings. Gartner research publications consist of the opinions of Gartner's research organization and should not be construed as statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this research, including any warranties of merchantability or fitness for a particular purpose. DEVICE SECURITY 2 Ericsson white paper, “More Than 50 Billion Connected Devices,” February 2011 By 2020, 50 billion devices will be connected to wireless networks 2 SDN/OpenFlow market will grow to almost $2 billion by 2016 … driven by the growing need for scalability & network programmability 3 PROGRAMMABILITY 3 IDC #235074, “Technology Assessment: The Impact of OpenFlow on Data Center Network Architectures” June 2012

4 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 4 Legacy network human middleware can’t scale for cloud Time and resource intensive, not suited for cloud scale and x Source: HP x 50,000 users 10,000 provisions per day 20 commands per change 200,000 commands per day 1 minute per command 3,333 hours of effort420 network admins

5 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 5 Focus less on managing infrastructure… …and more on quality of business experience HP Virtual Application Network HP’s Vision for the Future of Networking

6 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 6 Software-defined networks deliver agility SIMPLIFICATION Aligns the network with business objectives Flexibility in network usage Rapid application deployment Lower operating complexity, expense

7 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 7 HP commitment to software-defined networks SIMPLIFICATION Software-defined Network Leadership Open Network Foundation OpenFlow Leadership NFV Leadership OpenStack Leadership

8 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 8 Defining Software-defined Networking Open standard-based programmatic access to infrastructure Infrastructure Control Application Separate control and data plane; abstract control plane of many devices to one Deliver open programmable interfaces to orchestrate network service automation SDN Architecture Source: opennetworking.orgopennetworking.org

9 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 9 Delivering the functions of an SDN Architecture Software-defined Network Components Infrastructure Control Application Separate control and data plane; abstract control plane of many devices to one Deliver open programmable interfaces to orchestrate network service automation SDN Architecture Open standard-based programmatic access to infrastructure Network Device Controller Open Programmable Interface Cloud Orchestration SDN Applications Open Programmable APIs

10 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 10 2008 2009 2010 2011 2012 HP Continues to Deliver SDN Applications HP Develops Lighthouse SDN Customers; Delivers SDN Controller & Applications HP Delivers Commercial OpenFlow HP Scales Lighthouse Customers to 60 HP Earn First 10 OpenFlow Lighthouse Customers HP Demos OpenFlow-enabled Switch HP Labs & Stanford Collaborate on Ethane HP SDN investments leading the industry 2007

11 © Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. OpenFlow and SDN: History and Foundation

12 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 12 Standard Intel x86-based systems Evolution of Server Architectures Proprietary Hardware Proprietary Operating Systems Proprietary Applications Standard Operating Systems (Linux, Windows, etc) Standard Operating Systems (Linux, Windows, etc) App … Innovation! Standard interfaces and programming languages Standard interfaces App

13 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 13 Standard “programmable” systems Evolution of Network Architectures Proprietary Hardware Proprietary OS OS-Integrated Features Routing MCast … QoS Standard interfaces and control protocols Open interfaces and programming languages Network features (applications) Centralized Control Plane Innovation!

14 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 14 Definitions 14 Software Defined Networking (SDN) – New network architecture – Separates the network control plane from the forwarding hardware. – Allows the data plane to be defined by a logically centralized controller (or set of controllers). OpenFlow – Standard protocol used between the control and data planes – environment that allows for experimentation of networking protocols and traffic flows without interrupting the operation of the “production” network. HARDWARE NETWORK OS APPLICATION HARDWARE ABSTRACTION LAYER

15 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 15 OpenFlow Protocol Overview 15 OpenFlow is a protocol specification defining an API to the switch forwarding plane It enables selective centralization of flow control with variable grain flow control A controller can use this API to control or selectively modify the forwarding of traffic flows in the network It is a standard defined by the Open Networking Foundation (ONF) CONTROLLER(s) APP

16 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 16 16 Pro-Active and/or Reactive Flow Table CONTROLLER APP CONTROLLER APP

17 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 17 17 OpenFlow 1.0 Table RulesActionStats Packet + Byte Counters 1.Forward packet to zero or more ports 2.Encapsulate and forward to controller 3.Send to normal processing pipeline 4.Modify fields 5.Add extensions Switch Port VLAN ID VLAN pcp MAC src MAC dst Eth type IP Src IP Dst IP ToS IP Prot L4 sport L4 dport + Mask for Field Match

18 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 18 OpenFlow Switch Flow Table Example Both fine and coarse grain flow control possible. SWITCH actionsmatch rules Forward to IDS Tunnel Port Rate Limit, Forward Normal Forward Normal TCP Port 16384 TCP Port 80 from 01:23:45:67:89:ab * (wildcard) CONTROLLER

19 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 19 OpenFlow Protocol Version History VersionRelease DateKey Enhancements 1.0December 2009First Official Specification 1.1February 2011MPLS, QinQ, multi-table 1.2December 2011IPv6, more extensibility 1.3April 2012QoS, Tunneling

20 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 20 OpenFlow 1.0 and 1.3 FeaturesBenefits OpenFlow 1.0- Single TableSimple programming model, validation of SDN value proposition, early proof of concepts OpenFlow 1.3 Multiple tableIncrease performance and scalability. GroupsAllows for multipathing or redundancy. Tags: MPLS & VLANFlexibility in programing Virtual Portsadditional flexibility in programing the forwarding plane with rules that can match against more information contained in Ethernet packets. Controller connection Failure Simpler modes to deal with the loss of connectivity with the controller Extensible Match supportDramatically increases flexibility. Controller role-change mechanism allows the switch to be aware of a controller’s role – eg failover from primary controller to the secondary IPV6 SupportOpenFlow 1.3 provides IPV6 support Per-flow metersMeasure and control the rate of packets.

21 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 21 OpenFlow 1.3

22 © Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Transforming the Industry with Software- defined Networks

23 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 23 HP leads in software-defined networking 2H 2012 Infrastructure Control Application SDN Architecture 25 OpenFlow switches Over 15M installed ports Virtual Cloud Sentinel Load Balancing WAN Bursting UC&C 1H 2013 40 OpenFlow switches Over 20M installed ports Virtual Application Networks SDN Controller Virtual Cloud Sentinel Load Balancing Virtual Application Networks SDN Controller

24 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 24 Industry’s most complete software-defined data center network fabric Virtual Application Networks deliver automation, agility 40 Switches – over 20 million ports Virtual Application Networks SDN Controller Virtual Cloud Sentinel Load Balancing Management Traditional & 3 rd party VAN Server Connect Manager Intelligent Management Center VAN SDN Manager VAN Resource Automation Mgr UC&C WAN Bursting Infrastructure Control Application SDN Architecture

25 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 25 Tenant 1 Network virtualization for scalable multitenant data centers Virtual Cloud Network application Infrastructure Control Application SDN Architecture Scalable cloud automation Scalable cloud multitenancy Private-public cloud integration VAN SDN Controller Tenant 2 Virtual Cloud Network App

26 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 26 Delivering new revenue opportunities for service provider cloud data centers Dynamic WAN bandwidth provisioning Infrastructure Control Application SDN Architecture Automated provisioning On-demand scalability Disaster avoidance HP Operations Orchestration Service Provider DC Hypervisor VM Customer DC Hypervisor VM VAN SDN Controller

27 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 27 Automating policy for campus enterprise business applications UC&C SDN application for Lync Infrastructure Control Application SDN Architecture Simplified policy Deployment Dynamic prioritization Enhanced user experience UC&C SDN Application VAN SDN Controller Watch Demo SDN API POC

28 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 28 Enabling real-time threat detection across enterprise campus networks Portscope security application Infrastructure Control Application SDN Architecture Secure BYOD Unprecedented Visibility Better than antivirus alone RepDV Database Malicious-site.com Sentinel Security App VAN SDN Controller TippingPoint

29 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 29 Open and extensible platform Virtual Application Network SDN Controller HP VAN SDN Controller: Extensible, scalable, resilient platform Provides centralized automation for your SDN-enabled network Controls policy and forwarding decisions Compliant with OpenFlow 1.0 and 1.3 protocols Enables HP and 3rd party SDN applications

30 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 30 The REST interfaces that external applications use to interact with the network Northbound API RESTful APIs enable the VAN SDN controller to have support for: Third party applications Open-source applications Unified communications and control application OpenStack virtual cloud applications Full management platforms such as IMC UC&C application VAN SDN Controllerxx OpenStack virtual cloud Northbound APIs (RESTful) 3 rd party application … Network Virtualization Flow based traffic eng Partner Dev application … Internal Applications External Applications Internal APIs (Java) Southbound API HP VAN SDN Controller SDN Protocols

31 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 31 The Java interfaces that the internal applications use to control the network Internal API Internal APIs enable VAN SDN controller to have support for: Partner developed applications Security service applications Flow based traffic engineering Optimized data path selection UC&C application VAN SDN Controllerxx OpenStack virtual cloud Northbound APIs (RESTful) 3 rd party application … Network Virtualization Flow based traffic eng Partner Dev application … Network Control Applications SDN Business Applications Internal APIs (Java) Southbound API HP VAN SDN Controller SDN Protocols

32 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 32 The interface that the controller uses to interact with the infrastructure Southbound API VAN SDN controller supports OpenFlow enabled infrastructure: HP 50 OpenFlow enabled devices Compliant with OpenFlow 1.0 & 1.3 Available to work with any OpenFlow enabled switch from other vendors Extensible to support future SDN standards UC&C application VAN SDN Controllerxx OpenStack virtual cloud Northbound APIs (RESTful) 3 rd party application … Network Virtualizatio n Flow based traffic eng Partner Dev application … Network Control Application s SDN Business Application s Internal APIs (Java) Southbound API HP VAN SDN Controller SDN Protocols

33 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 33 Industry’s first comprehensive SDN management tool IMC Virtual Application Networks SDN Manager Completes the SDN architecture with management Configuration, monitoring & policy mgmt for all SDN layers OpenFlow switch management SDN controller performance management One application for managing SDN and traditional environments 1 Compared with Cisco Nexus 1010 Virtual Services Appliance 50% less management complexity 10X acceleration of SDN deployments Infrastructure SDN Architecture Controller Application IMC SDN Manager

34 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 34 Controller management uses the HP REST API to manage the OpenFlow infrastructure Management functionality includes managing OpenFlow resources, flow policies, traffic monitor, reporting, troubleshooting, and APP management OpenFlow Network Management

35 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 35 SDN & Network Virtualization Open, interoperable solution unifying physical and virtual HP-VMware Networking Solution HP Cloud OS SDN apps Federation ConvergedContr ol Overlay Underla y Unifies underlay & overlay visibility & control Delivers dynamic cloud orchestration d orchestration SDN Manager Intelligent Management Center (IMC) vCenter Plug-in Provides single pane- of-glass management for physical & virtual networks Server VAN SDN Controller VMware NSX Enables interoperability and SDN extensibility via federation Extends network virtualization to physical servers

36 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 36 SDN Ecosystem: Why? The value of a platform is dependent on the applications that exist within that ecosystem We have to build the best ecosystem for developers and drive SDN standards to ensure the ecosystem grows the market for all vendors and developers

37 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 37 HP SDN Software Development Kit (SDK) RESTful APIs Developer guide Sample code Develop Community portal Knowledge base Training, services Collaborate SDN simulator SDN virtual lab Validation test Simulate & Certify

38 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 38 Virtual Application Networks SDN Controller Infrastructure Control SDN Architecture Programmable network aligned to business application delivers agility Open SDN portfolio, SDK, App Store enable Ecosystem Application Virtual Cloud Sentinel Load Balancing Partner Apps UC&C ConvergedContr ol Design Implementation & Support Services Over 25 million ports across 50 Switches 10 Routers

39 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 39 Simplify, Transform, Evolve Software-Defined Network Services Network Cloud Optimization Service Virtual Network Protection Service Network Infrastructure Optimization Services Transformation Experience Workshop SDN Baseline Discovery Virtual Application Network Proof of Concept SDN Strategy & Roadmap Services SDN Design and Implementation Services Cloud-ready Network Services Support Services

40 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. 40 Open standard-based programmatic access to infrastructure Deliver open programmable interfaces to automate orchestration of network services HP Software-Defined Network Ecosystem Vision Network Device Infrastructure Layer Business Applications SDN Controller Control Layer SDN Controller Application Layer Network Virtualization Security UC & C Campus/Branch WAN Data Center VAN SDN Controller OpenFlow- enabled Infrastructure 3 rd -party Infrastructure Visibility & Control WAN bursting HP 3 rd Party Ecosystem 3 rd -party Controllers vSwitche s Customer & Partner Apps 3 rd -party Apps Federation APIs

41 © Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Make it Simple Make it Matter Make History Thank you


Download ppt "March 2, 2014 Jeff “Z” Szczerbinski, CCIE #4052 David Spears Software Defined Networking Workshop."

Similar presentations


Ads by Google