SlideShare uma empresa Scribd logo
1 de 29
#ATM16
Building the right
DC Fabric
Philippe Michelet, Senior Director, GPLM Data Center
HPE Aruba
March 2016
@ArubaNetworks |
2#ATM16
Agenda
– Data Center Fabric: a Definition and an introduction
– HPE Aruba Data Center Fabric: a Flexible Approach
– Layer 2 / Layer 3 / Overlay
– LAN/SAN Convergence
- In between multiple Data Centers – Data Center Interconnection
- The Foundation for Network Virtualization
- New !!! OpenSwitch on Altoline – the Most Open Network Operating System in the industry
- Conclusion
3#ATM16
Data Center Fabric
A Definition
4#ATM16
Data Center Fabric
Definition/Goals
– How do you optimally interconnect 1000, 10 000, 100 000 or more end points (servers, storage)
– E/W traffic vs N/S traffic
– Servers to servers inside the DC
– Clients to servers entering/servers to clients leaving the DC
– Full bisectional bandwidth
– Every end point has equal BW (TX/RX) with every other peer in the fabric
– Minimizing the number of connections
– Cables/fiber/transceivers can represent 50% of the cost of a Data Center
– Minimizing the number of hops to reach out any other peer in the fabric
– Latency impact
– Providing Redundancy when any node or any link fails
– Failure will happen – it’s just a question of time
– Being Flexible
– Can’t rewire a complete Data Center when going from 10000 to 10001 or 100000 to 100001 end points
5#ATM16
How the Graph Theory can help you...
Seven Bridges of Konigsberg, Leonhard Euler, 1736
– What is the most efficient way to connect n
nodes
– Large scale/Tier 1: >100 000 nodes
– Typically using [32-48] port switches
– Choice of Different Topologies
–Full Mesh
–Line (1-dimension cube)
–Rings
–Cubes,
–Etc.
– With Metrics
–Switch Radix
–Max Hops
–Total Switches
–Total Ports
–Total Links
6#ATM16
Standard Enterprise DC Deployment?
CLOS/Fat Tree
Note: Connectivity shown for some path only for clarity
– In a Fat Tree, there are as many edge ports as spine ports
NE = NS
– Now the most deployed solution up to ~5000 edge ports
– Advantages:
– Non-blocking architecture
– Constant Latency
– Fat Trees have a constant bisectional bandwidth
– Bisection bandwidth scales linearly with the number of nodes
– There are alternate paths for resiliency
– Formulas
FT (m,h): each node has m/2 children and m/2 parents
m = number of ports per switch
h = tree level
machines = m*(m/2)^(h-1)
switches = (2h-1)* (m/2)^(h-1)
example: m =24, if h=2 -> 2048 ports if h=3 -> 3456 ports
7#ATM16
Example of a CLOS Network Design
One of the “Big Seven”
T3 T3 T3 T3
T2 T2 T2 T2 T2 T2 T2 T2
T1 T1 T1 T1 T1 T1 T1 T1
ToR-1 ToR-20
T2 T2 T2 T2
T1 T1 T1 T1 T1 T1 T1 T1
ToR-1 ToR-20
T2 T2T2 T2
8#ATM16
HPE Aruba Flexible Approach
Software Defined vs Hardware Defined
9#ATM16
So, which Data Center Fabric are you building in 2016?
There is not a single answer
L R
x N
L R
x N
L R
x N
L R
x N
Ethernet & VLANS IP routing domain
L R
x N
L R
x N
L R
x N
L R
x N
L R
x N
L R
x N
L R
x N
L R
x N
L2 Fabric L3 Fabric Overlay
10#ATM16
Why using Layer 2 in 2016?
– Legacy support
– It works … “If it ain’t broke, don’t fix it”
– Some customers just don’t have the bandwidth to make big changes
– Some applications can’t be easily rewritten so Layer 2 extension remains a must have
– And introducing overlays is a no go considering the complexity (data/control and management planes completely different)
– From a pure technical perspective, Layer 2 is not dead
– Standardization around distributed ling aggregation is done – 802.1AX-2014 giving all vendors an opportunity to still
use Layer 2, but without any STP like solution (or STP used an “insurance” policy)
– HPE Aruba on the FlexFabric side is working on this implementation
– Proprietary implementations have been working for many years
– HPE Aruba Intelligent Resilient Fabric (IRF) – more than 5 years with the big chassis and ToR
– If TRILL remains a niche (supported by FlexFabric products), PBB/SPB provides an elegant alternative
– Compatible with all Ethernet L2 protocols
– Has a native OAM (Operation & Maintenance) – something that overlays are struggling with
– Simpler in nature than new overlays like VXLAN
– Has been used in production very successfully by HP IT since 2011
11#ATM16
Why using Layer 3 in 2016?
– Technically sounder than Layer 2
– No STP (always very complex to manage …)
– Broadcast/Security concerns
– Proven at scale / Reduces size of failure domains
– The choice made by the majority of big cloud providers
– Draft RFC on this subject (Facebook/Microsoft): “Use of BGP for routing in large-scale data centers” here
– Limited and controller number of applications – different from vast majority of Enterprise IT
– Simpler by nature if you know BGP
– Simpler control plane protocols
– eBGP (different AS for each ToR) /ECMP (Equal Cost Multi Path) / BFD (Bi Directional Forwarding Detection)
– Power of BGP, combined to ECMP for load distribution and BFD for protocol convergence acceleration (~200ms)
– Considered more “secure” even if more work will be required
– All protocols completely supported by FlexFabric portfolio and the foundation of the first release of
OpenSwitch
12#ATM16
Why using Overlays in 2016?
– Scalability – goes beyond the 802.1Q VLAN limitations (12bits/4096 IDs)
– Typically 16M services/tenants
– Essentially driven by VM mobility – L2 extension
– VXLAN as de-facto solution by VMware (NSX as part of their SDDC initiative)
– Encapsulation over IP – ability to cross L3 boundaries
– The fabric becomes a big L3 domain with L2 processing (encapsulation / de-capsulation) at the edge (NIC
or Leaf/ToR)
– Separation between “underlay” (L3 Fabric per previous slide) from the “overlay” (Hypervisor/Leaf/Tunnel instantiation)
– All DC fabric vendors do have an overlay solution today – including HPE Aruba with FlexFabric
– But keep in mind that careful attention is required
– Different data plane (additional header) makes Jumbo Frames a must have and will continue to evolve …
– Standardization around control plane is still work in progress (even if BGP EVPNs are here)
– Management is still a big issue – how do you quickly identify the root cause of the problem
– Is it the underlay? Is it the overlay?
13#ATM16
L2/L3/Overlays – Pros/Cons - My Perspective
L2 L3 Overlays Comments
Maturity High/Very high High/Very high Low (VXLAN)
If the concept of overlay is not
new, VXLAN is quite recent
Interoperability Well understood Well understood
Control Plane still work in
progress
BGP EVPN
Tenants (Scalability)
4K – 802.1Q
16M – PBB (802.1ah)
SW implementation
(VRF/VPNs)
16M VXLAN/VNIDs 24 bits / 16M tenants
Stability
Low
The key issue !!!
High Jury is still out …
Convergence Time
45s (standard STP timers)
3 ~ 5 s (RSTP)
BFD ~200ms (*)
OSPF/BGP ~5 to 10s
Real dependencies on
Underlay ..
Security (broadcast) Low Medium/High Medium
Multicast Well understood Well understood
Lot already done, but still
work in progress
OAM Ethernet OAM Protocol by Protocol
Still many improvements
required …
Area of innovation
14#ATM16
FlexFabric – What you change is the SW – Same HW
DC network Design Option 1 Option 2 Option 3
Traditional 3 Tier IRF MSTP PVST/PVST+
Layer 2 Spine & Leaf IRF MSTP PBB/SBP (IS-IS)
Layer 3 BGP (v4/v6) OSPF (v4/v6) IS-IS (v4/v6)
L3 Overlay
IS-IS with centralized L3
GW
EVPN with centralized
L3 GW
EVPN with distributed
L3 GW
LAN/SAN Converged Separate document available on hpe.com describing use case
DC Interconnect EVI (MACoverGRE) EVI 2.0 (VXLAN/EVPN) MPLS/VPLS
DCN with ToR (59xx) Supported
OpenStack with ToR (59xx) Supported
NSX-v with 59xx On-going certification with VMware
15#ATM16
HPE Data Center FlexFabric for Spine/Leaf Deployment
The industry’s best field tested and tried Ethernet fabric
Modular network OS with Intelligent Resilient Fabric
1/10/40GbE L2/L3 and converged switches
25GbE/100GbE (5950/Modular 5950)
HPIMCManagement
Core switches
Spine
HP Comware
Network OS
L2/L3 IPv4/v6
MPLS/VPLS
VXLAN
Top of Rack
(TOR)
Leaf switches
12900E 7910 7904
HPTechnologyServices
HPConsultingServices
SDN
NetVirt
5900 5900CP 5930/5940 Modular
5930/5940
16#ATM16
HPE Data Center FlexFabric for LAN/SAN Convergence
Ideally positions existing FC/FCoE customers to transition to IP Storage
Native FCEthernet FCoE
Ethernet
switches
NIC HBA
Server
FC
switches
FC SANEthernet LAN
Server
NIC HBA CNA
Server
Converged
switches
CNA
Server
FC SAN
Ethernet LAN
FCoE
Now: 50% CAPEX reduction, 66% OPEX reductionBefore: multiple networks
17#ATM16
Data Center Interconnect and EVI
• HPE Ethernet Virtual Interconnect (EVI) can be deployed for active/active DC over any Network
• EVI provides additional benefits such as:
− Transport agnostic
− Up to 16 Active/Active DCs
− Active/Active VRRP default gateways for VMs
− STP outages remain local to each DC
− Improves WAN utilization by dropping unknown frames and providing ARP suppression
Virtual Overlay VXLAN tunnels
Physical Underlay Network
Active Data Center (DC) 1
L2 or L3
Virtual Overlay VXLAN tunnels
Physical Underlay Network
Active Data Center (DC) 2
L2 or L3
L3 WANVM VM VM
VM VM VM
Hypervisor
VM VM VM
VM VM VM
Hypervisor
VM VM VM
VM VM VM
Hypervisor
VM VM VM
VM VM VM
Hypervisor
EVI tunnel
18#ATM16
Orchestrate
network fabrics
Complete the SDN
architecture with management
Accelerates deployment of
services and applications
•Unified IRF/PBB/SPB/TRILL,
fabric management
•Manages across
geographically dispersed
locations (DCI/EVI)
•VMware vMotion playback
•Unified DCB,
FCoE management
•Configuration, monitoring &
policy management for all
SDN layers
•OpenFlow switch
management
•SDN controller performance
management
•One application for managing
SDN and traditional
environments
•“Just right” network services
tuned to business
requirements
•Simplifies provisioning,
monitoring and
troubleshooting of applications
•Eliminates manual
provisioning of network service
parameters
•Easy to use service modeling
tool with drag and drop UI
IMC Orchestration for Data Center
19#ATM16
HPE FlexFabric
The Foundation for SDN/Network Virtualization
20#ATM16
HPE Network Virtualization Solutions
Industry’s most complete portfolio - addressing varied/complex use cases
20
Virtual Cloud Network HPE-VMware NSX Distributed Cloud
Network
Enhanced Neutron Networking
Open source, DevOps Virtualized VMW Enterprises Service Provider/Telcos
De-risk the journey with HPE Trusted Network Transformation Services
DCNVCN
Multi DC NFV
Powered by HPE
21#ATM16
New !!! HPE Altoline / OpenSwitch
The Most Open NOS in the Industry
22#ATM16
Lower TCONo vendor Lock inFaster Time to Service
Customer choiceAgile and scalable Affordable capacity
HPE Altoline trusted open network switches solution
Accelerate disaggregation of cloud data center networks
• Optimized for scalable and agile
cloud deployments
• Faster provisioning & time to
service
• HPE worldwide service & support
• HPE Technology Services
expertise
• HPE Altoline switches for open
networking
• Open source, or commercial Linux
OS license from HPE
• Global component buying options
• Global HPE support and services
• Direct sales and purchasing
Lower CapEx and OpEx
• Open source, or commercial Linux
tools and resources
• Consistent automation and SDN
23#ATM16
HPE Altoline deployment models
Top-of-rack spine-leaf switches for cloud data centers
Spine 6940
switch
Leaf 6920
switch
HPE Altoline 6940 Spine TOR
32*40GbE ports
HPE Altoline 6920 Leaf TOR
48*10GbE ports + 6*40GbE ports
Servers
Altoline
ToR Switch
24#ATM16
What is OpenSwitch? More details on openswitch.net
Community Based
• Launched with 8 charter
contributors
• Over 90 non-HPE people / 30
companies on mailing lists
• Active weekly IRC chats
• Sample story:
• LinkedIn said on IRC that
they would be interested, but
want to see Ansible support
• Ansible jumped in, saying
they want to help design the
Ansible integration
• Several IRC chats and open
email discussions since then
• Ansible looking to use
OpenSwitch as template for
native Ansible support
Open Source
• All HPE code for OpenSwitch
is in publicly available git,
mirrored to github
• All under Apache 2.0 (except
some leveraged projects e.g.
Quagga)
• Anyone can download the
source, tinker, build for all
supported platforms
• All HPE development for TOR
is done upstream first
• Leverage Yocto build recipes
and linux menuconfig: build
only the components you need
Full Feature NOS
• L3: using Quagga, with
significant investment to
further enhance. BGP, OSPF,
…
• L2: open-sourcing internally
developed protocols. MSTP,
mLAG, …
• Classic Management: CLI,
SNMP
• GUI: Web-UI
• Programmatic Management:
REST, Ansible, Direct OVSDB,
…
• Open vSwitch DB used for all
state
• Highly available, per-service
restartable
25#ATM16
HPE Data Center Solutions
Open Standards
Open APIs
Open Ecosystem
Open Source
26#ATM16
HPE Data Center Solutions – Built to Win
High Performance
DC Fabric
High Density / High Performance /
Highly Scalable / Highly Resilient
Composable
Infrastructure / SDN
Network Virtualization
“Instantiating open, complex networks and
associated policies in minutes vs. weeks”
Zero Touch Provisioning
- DC Fabric
IMC Platform (ZTP / Fabric Manager)
DevOps (Python, Ansible …)
Hybrid Cloud Integration Helion/Openstack/CSA integration
27#ATM16
Customers & Analysts trust us … Will you be next?
Solution: Entire HPE solution (Server/Storage/Networking/Technology Services)
“We chose HPE and got more than what we asked for. We wanted to standardize our
infrastructure and go with a single vendor to build our data center and reduce
management complexity” Wahid S. Hammami, CIO,Ministry of Petroleum and
Mineral Resources
http://h20195.www2.hp.com/V2/GetDocument.aspx?docname=4AA6-3550ENW&cc=us&lc=en
Solution: DC Core 12916
“We have the largest capacity flagship core switch HPE sells, and with that comes all
the flexibility we’ll ever need. With a 16-slot chassis, and 720 10Gb Ethernet ports,
it’s really a remarkable network core that will support whatever we want to do for the
next 10 years.” Bruce Allen, Director, Max Planck Institute for Gravitational Physics
http://h20195.www2.hp.com/V2/GetDocument.aspx?docname=4AA5-9943ENW
Solution: 2 data centers and launch new services in 8 months
“HP Networking solutions gave us the ability to rapidly scale our ShoreTel Sky
voice communications capacity from 130,000 users to more than a million users
in less than 8 months—and that’s a huge thing for us.” Dennis Schmidt, VP Network
Engineering, ShoreTel
More References here
28#ATM16
Join Aruba’s Titans of Tomorrow
force in the fight against network
mayhem. Find out what your
IT superpower is.
Share your results with friends
and receive a free superpower
t-shirt.
www.arubatitans.com
Thank you
philippe.michelet@hpe.com – 1 408 504 9514

Mais conteúdo relacionado

Mais procurados

Getting Demo & POV Ready
Getting Demo & POV ReadyGetting Demo & POV Ready
Getting Demo & POV ReadyThousandEyes
 
Alcatel-Lucent OmniSwitch 6860/E AOS 8.1.1 Access Guardian and BYOD configura...
Alcatel-Lucent OmniSwitch 6860/E AOS 8.1.1 Access Guardian and BYOD configura...Alcatel-Lucent OmniSwitch 6860/E AOS 8.1.1 Access Guardian and BYOD configura...
Alcatel-Lucent OmniSwitch 6860/E AOS 8.1.1 Access Guardian and BYOD configura...Benjamin Eggerstedt
 
Understand the iptables step by step
Understand the iptables step by stepUnderstand the iptables step by step
Understand the iptables step by stepHungWei Chiu
 
Juniper Networks Router Architecture
Juniper Networks Router ArchitectureJuniper Networks Router Architecture
Juniper Networks Router Architecturelawuah
 
VXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksVXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksAPNIC
 
Introduction to nexux from zero to Hero
Introduction to nexux  from zero to HeroIntroduction to nexux  from zero to Hero
Introduction to nexux from zero to HeroDhruv Sharma
 
Huawei Router Basic Configuration Command
Huawei Router Basic Configuration CommandHuawei Router Basic Configuration Command
Huawei Router Basic Configuration CommandHuanetwork
 
ZyXEL Next Generation GPON-FTTH solution
ZyXEL Next Generation GPON-FTTH solutionZyXEL Next Generation GPON-FTTH solution
ZyXEL Next Generation GPON-FTTH solutionBhairave Maulekhi
 
VoIP and data communication using cisco packet tracer
VoIP and data communication using cisco packet tracerVoIP and data communication using cisco packet tracer
VoIP and data communication using cisco packet tracerFikri Paramadina
 
The Data Center Network Evolution
The Data Center Network EvolutionThe Data Center Network Evolution
The Data Center Network EvolutionCisco Canada
 
Basic ASA Configuration, NAT in ASA Firewall
Basic ASA Configuration,NAT in ASA FirewallBasic ASA Configuration,NAT in ASA Firewall
Basic ASA Configuration, NAT in ASA Firewall NetProtocol Xpert
 
Juniper SRX Quickstart 12.1R3 by Thomas Schmidt
Juniper SRX Quickstart 12.1R3 by Thomas SchmidtJuniper SRX Quickstart 12.1R3 by Thomas Schmidt
Juniper SRX Quickstart 12.1R3 by Thomas SchmidtNam Nguyen
 
Troubleshooting BGP Juniper Examples
Troubleshooting BGP Juniper ExamplesTroubleshooting BGP Juniper Examples
Troubleshooting BGP Juniper ExamplesSalachudin Emir
 
CCNA Product Overview.pptx
CCNA Product Overview.pptxCCNA Product Overview.pptx
CCNA Product Overview.pptxKISHOYIANKISH
 
Cisco router command configuration overview
Cisco router command configuration overviewCisco router command configuration overview
Cisco router command configuration overview3Anetwork com
 

Mais procurados (20)

Getting Demo & POV Ready
Getting Demo & POV ReadyGetting Demo & POV Ready
Getting Demo & POV Ready
 
Alcatel-Lucent OmniSwitch 6860/E AOS 8.1.1 Access Guardian and BYOD configura...
Alcatel-Lucent OmniSwitch 6860/E AOS 8.1.1 Access Guardian and BYOD configura...Alcatel-Lucent OmniSwitch 6860/E AOS 8.1.1 Access Guardian and BYOD configura...
Alcatel-Lucent OmniSwitch 6860/E AOS 8.1.1 Access Guardian and BYOD configura...
 
Understand the iptables step by step
Understand the iptables step by stepUnderstand the iptables step by step
Understand the iptables step by step
 
Juniper Networks Router Architecture
Juniper Networks Router ArchitectureJuniper Networks Router Architecture
Juniper Networks Router Architecture
 
VXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksVXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building Blocks
 
Introduction to nexux from zero to Hero
Introduction to nexux  from zero to HeroIntroduction to nexux  from zero to Hero
Introduction to nexux from zero to Hero
 
Virtuals LAN
Virtuals LANVirtuals LAN
Virtuals LAN
 
JUNOS: OSPF and BGP
JUNOS: OSPF and BGPJUNOS: OSPF and BGP
JUNOS: OSPF and BGP
 
Huawei Router Basic Configuration Command
Huawei Router Basic Configuration CommandHuawei Router Basic Configuration Command
Huawei Router Basic Configuration Command
 
ZyXEL Next Generation GPON-FTTH solution
ZyXEL Next Generation GPON-FTTH solutionZyXEL Next Generation GPON-FTTH solution
ZyXEL Next Generation GPON-FTTH solution
 
VoIP and data communication using cisco packet tracer
VoIP and data communication using cisco packet tracerVoIP and data communication using cisco packet tracer
VoIP and data communication using cisco packet tracer
 
The Data Center Network Evolution
The Data Center Network EvolutionThe Data Center Network Evolution
The Data Center Network Evolution
 
EVPN Introduction
EVPN IntroductionEVPN Introduction
EVPN Introduction
 
Basic ASA Configuration, NAT in ASA Firewall
Basic ASA Configuration,NAT in ASA FirewallBasic ASA Configuration,NAT in ASA Firewall
Basic ASA Configuration, NAT in ASA Firewall
 
Juniper SRX Quickstart 12.1R3 by Thomas Schmidt
Juniper SRX Quickstart 12.1R3 by Thomas SchmidtJuniper SRX Quickstart 12.1R3 by Thomas Schmidt
Juniper SRX Quickstart 12.1R3 by Thomas Schmidt
 
Troubleshooting BGP Juniper Examples
Troubleshooting BGP Juniper ExamplesTroubleshooting BGP Juniper Examples
Troubleshooting BGP Juniper Examples
 
ccna cheat_sheet
ccna cheat_sheetccna cheat_sheet
ccna cheat_sheet
 
CCNA Product Overview.pptx
CCNA Product Overview.pptxCCNA Product Overview.pptx
CCNA Product Overview.pptx
 
EtherChannel
EtherChannelEtherChannel
EtherChannel
 
Cisco router command configuration overview
Cisco router command configuration overviewCisco router command configuration overview
Cisco router command configuration overview
 

Destaque

Five myths about Network Function Virtualization (NFV)
Five myths about Network Function Virtualization (NFV) Five myths about Network Function Virtualization (NFV)
Five myths about Network Function Virtualization (NFV) srichakra komatineni
 
Container as a Service with Docker
Container as a Service with DockerContainer as a Service with Docker
Container as a Service with DockerPatrick Chanezon
 
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013Alcatel-Lucent Cloud
 
Managing and Implementing Network Function Virtualization with Intelligent OSS
Managing and Implementing Network Function Virtualization with Intelligent OSSManaging and Implementing Network Function Virtualization with Intelligent OSS
Managing and Implementing Network Function Virtualization with Intelligent OSSComarch
 
Data Center Interconnects: An Overview
Data Center Interconnects: An OverviewData Center Interconnects: An Overview
Data Center Interconnects: An OverviewXO Communications
 
Integrating SDN into the Data Center
Integrating SDN into the Data CenterIntegrating SDN into the Data Center
Integrating SDN into the Data CenterJuniper Networks
 
OSS in the era of SDN and NFV: Evolution vs Revolution - What we can learn f...
OSS in the era of SDN and NFV:  Evolution vs Revolution - What we can learn f...OSS in the era of SDN and NFV:  Evolution vs Revolution - What we can learn f...
OSS in the era of SDN and NFV: Evolution vs Revolution - What we can learn f...Colt Technology Services
 
How to adopt SDN/NFV Technology into the BSS & OSS stack and shorten the time...
How to adopt SDN/NFV Technology into the BSS & OSS stack and shorten the time...How to adopt SDN/NFV Technology into the BSS & OSS stack and shorten the time...
How to adopt SDN/NFV Technology into the BSS & OSS stack and shorten the time...Comarch
 
DCI - the architecture from the future
DCI - the architecture from the futureDCI - the architecture from the future
DCI - the architecture from the futureAndrzej Krzywda
 
Serverless computing and Function-as-a-Service (FaaS)
Serverless computing and Function-as-a-Service (FaaS)Serverless computing and Function-as-a-Service (FaaS)
Serverless computing and Function-as-a-Service (FaaS)Moritz Strube
 
PyParis2017 / Function-as-a-service - a pythonic perspective on severless com...
PyParis2017 / Function-as-a-service - a pythonic perspective on severless com...PyParis2017 / Function-as-a-service - a pythonic perspective on severless com...
PyParis2017 / Function-as-a-service - a pythonic perspective on severless com...Pôle Systematic Paris-Region
 
How will virtual networks, controlled by software, impact OSS systems?
How will virtual networks, controlled by software, impact OSS systems?How will virtual networks, controlled by software, impact OSS systems?
How will virtual networks, controlled by software, impact OSS systems?Comarch
 
Data Center Network Trends - Lin Nease
Data Center Network Trends - Lin NeaseData Center Network Trends - Lin Nease
Data Center Network Trends - Lin NeaseHPDutchWorld
 
Managing change in the data center network
Managing change in the data center networkManaging change in the data center network
Managing change in the data center networkInterop
 
Arista Networks - Building the Next Generation Workplace and Data Center Usin...
Arista Networks - Building the Next Generation Workplace and Data Center Usin...Arista Networks - Building the Next Generation Workplace and Data Center Usin...
Arista Networks - Building the Next Generation Workplace and Data Center Usin...Aruba, a Hewlett Packard Enterprise company
 
Data center interconnect seamlessly through SDN
Data center interconnect seamlessly through SDNData center interconnect seamlessly through SDN
Data center interconnect seamlessly through SDNFelecia Fierro
 
The New Network for the Data Center
The New Network for the Data CenterThe New Network for the Data Center
The New Network for the Data CenterJuniper Networks
 
Haxe dci-presentation by Andreas SÖDERLUND
Haxe   dci-presentation by Andreas SÖDERLUNDHaxe   dci-presentation by Andreas SÖDERLUND
Haxe dci-presentation by Andreas SÖDERLUNDGrégory PARODI
 
06 - IDNOG04 - Dion Leung (Coriant) - Emerging Trends & Real Deployments for ...
06 - IDNOG04 - Dion Leung (Coriant) - Emerging Trends & Real Deployments for ...06 - IDNOG04 - Dion Leung (Coriant) - Emerging Trends & Real Deployments for ...
06 - IDNOG04 - Dion Leung (Coriant) - Emerging Trends & Real Deployments for ...Indonesia Network Operators Group
 
Function as a Service: IT forum expo 2017
Function as a Service: IT forum expo 2017Function as a Service: IT forum expo 2017
Function as a Service: IT forum expo 2017Igor Rosa Macedo
 

Destaque (20)

Five myths about Network Function Virtualization (NFV)
Five myths about Network Function Virtualization (NFV) Five myths about Network Function Virtualization (NFV)
Five myths about Network Function Virtualization (NFV)
 
Container as a Service with Docker
Container as a Service with DockerContainer as a Service with Docker
Container as a Service with Docker
 
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013
Alcatel-Lucent Cloud: Shaping the Future NFV OSS David Amzallag TM Forum 2013
 
Managing and Implementing Network Function Virtualization with Intelligent OSS
Managing and Implementing Network Function Virtualization with Intelligent OSSManaging and Implementing Network Function Virtualization with Intelligent OSS
Managing and Implementing Network Function Virtualization with Intelligent OSS
 
Data Center Interconnects: An Overview
Data Center Interconnects: An OverviewData Center Interconnects: An Overview
Data Center Interconnects: An Overview
 
Integrating SDN into the Data Center
Integrating SDN into the Data CenterIntegrating SDN into the Data Center
Integrating SDN into the Data Center
 
OSS in the era of SDN and NFV: Evolution vs Revolution - What we can learn f...
OSS in the era of SDN and NFV:  Evolution vs Revolution - What we can learn f...OSS in the era of SDN and NFV:  Evolution vs Revolution - What we can learn f...
OSS in the era of SDN and NFV: Evolution vs Revolution - What we can learn f...
 
How to adopt SDN/NFV Technology into the BSS & OSS stack and shorten the time...
How to adopt SDN/NFV Technology into the BSS & OSS stack and shorten the time...How to adopt SDN/NFV Technology into the BSS & OSS stack and shorten the time...
How to adopt SDN/NFV Technology into the BSS & OSS stack and shorten the time...
 
DCI - the architecture from the future
DCI - the architecture from the futureDCI - the architecture from the future
DCI - the architecture from the future
 
Serverless computing and Function-as-a-Service (FaaS)
Serverless computing and Function-as-a-Service (FaaS)Serverless computing and Function-as-a-Service (FaaS)
Serverless computing and Function-as-a-Service (FaaS)
 
PyParis2017 / Function-as-a-service - a pythonic perspective on severless com...
PyParis2017 / Function-as-a-service - a pythonic perspective on severless com...PyParis2017 / Function-as-a-service - a pythonic perspective on severless com...
PyParis2017 / Function-as-a-service - a pythonic perspective on severless com...
 
How will virtual networks, controlled by software, impact OSS systems?
How will virtual networks, controlled by software, impact OSS systems?How will virtual networks, controlled by software, impact OSS systems?
How will virtual networks, controlled by software, impact OSS systems?
 
Data Center Network Trends - Lin Nease
Data Center Network Trends - Lin NeaseData Center Network Trends - Lin Nease
Data Center Network Trends - Lin Nease
 
Managing change in the data center network
Managing change in the data center networkManaging change in the data center network
Managing change in the data center network
 
Arista Networks - Building the Next Generation Workplace and Data Center Usin...
Arista Networks - Building the Next Generation Workplace and Data Center Usin...Arista Networks - Building the Next Generation Workplace and Data Center Usin...
Arista Networks - Building the Next Generation Workplace and Data Center Usin...
 
Data center interconnect seamlessly through SDN
Data center interconnect seamlessly through SDNData center interconnect seamlessly through SDN
Data center interconnect seamlessly through SDN
 
The New Network for the Data Center
The New Network for the Data CenterThe New Network for the Data Center
The New Network for the Data Center
 
Haxe dci-presentation by Andreas SÖDERLUND
Haxe   dci-presentation by Andreas SÖDERLUNDHaxe   dci-presentation by Andreas SÖDERLUND
Haxe dci-presentation by Andreas SÖDERLUND
 
06 - IDNOG04 - Dion Leung (Coriant) - Emerging Trends & Real Deployments for ...
06 - IDNOG04 - Dion Leung (Coriant) - Emerging Trends & Real Deployments for ...06 - IDNOG04 - Dion Leung (Coriant) - Emerging Trends & Real Deployments for ...
06 - IDNOG04 - Dion Leung (Coriant) - Emerging Trends & Real Deployments for ...
 
Function as a Service: IT forum expo 2017
Function as a Service: IT forum expo 2017Function as a Service: IT forum expo 2017
Function as a Service: IT forum expo 2017
 

Semelhante a Data center network reference architecture with hpe flex fabric

PLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aq
PLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aqPLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aq
PLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aqPROIDEA
 
Design Cloud system: InfiniBand vs. Ethernet
Design Cloud system: InfiniBand vs. EthernetDesign Cloud system: InfiniBand vs. Ethernet
Design Cloud system: InfiniBand vs. EthernetPatrik Kristel
 
configuration of switch campus network
configuration of switch campus networkconfiguration of switch campus network
configuration of switch campus networksubhash subbu
 
PLNOG 17 - Marek Janik - Sieć dla IXP
PLNOG 17 - Marek Janik - Sieć dla IXPPLNOG 17 - Marek Janik - Sieć dla IXP
PLNOG 17 - Marek Janik - Sieć dla IXPPROIDEA
 
12.) fabric (your next data center)
12.) fabric (your next data center)12.) fabric (your next data center)
12.) fabric (your next data center)Jeff Green
 
An FPGA for high end Open Networking
An FPGA for high end Open NetworkingAn FPGA for high end Open Networking
An FPGA for high end Open Networkingrinnocente
 
High perf-networking
High perf-networkingHigh perf-networking
High perf-networkingmtimjones
 
From virtual to high end HW routing for the adult
From virtual to high end HW routing for the adultFrom virtual to high end HW routing for the adult
From virtual to high end HW routing for the adultMarketingArrowECS_CZ
 
Ceph Day Amsterdam 2015 - Deploying flash storage for Ceph without compromisi...
Ceph Day Amsterdam 2015 - Deploying flash storage for Ceph without compromisi...Ceph Day Amsterdam 2015 - Deploying flash storage for Ceph without compromisi...
Ceph Day Amsterdam 2015 - Deploying flash storage for Ceph without compromisi...Ceph Community
 
PLNOG16: Data center interconnect dla opornych, Krzysztof Mazepa
PLNOG16: Data center interconnect dla opornych, Krzysztof MazepaPLNOG16: Data center interconnect dla opornych, Krzysztof Mazepa
PLNOG16: Data center interconnect dla opornych, Krzysztof MazepaPROIDEA
 
IBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable Switches
IBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable SwitchesIBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable Switches
IBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable SwitchesIBM India Smarter Computing
 
vPC techonology for full ha from dc core to baremetel server.
vPC techonology for full ha from dc core to baremetel server.vPC techonology for full ha from dc core to baremetel server.
vPC techonology for full ha from dc core to baremetel server.Ajeet Singh
 
Ln family portfolio_customer_presentation
Ln family portfolio_customer_presentationLn family portfolio_customer_presentation
Ln family portfolio_customer_presentationLenovo Data Center
 
Juniper round table switching and product overview
Juniper round table   switching and product overviewJuniper round table   switching and product overview
Juniper round table switching and product overviewKappa Data
 

Semelhante a Data center network reference architecture with hpe flex fabric (20)

The new imperative in the data center with workload centric networking
The new imperative in the data center with workload centric networkingThe new imperative in the data center with workload centric networking
The new imperative in the data center with workload centric networking
 
Mellanox Approach to NFV & SDN
Mellanox Approach to NFV & SDNMellanox Approach to NFV & SDN
Mellanox Approach to NFV & SDN
 
PLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aq
PLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aqPLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aq
PLNOG 8: Peter Ashwood-Smith - Shortest Path Bridging IEEE 802.1aq
 
DellEMC Networking Product Portfolio Guide
DellEMC Networking Product Portfolio GuideDellEMC Networking Product Portfolio Guide
DellEMC Networking Product Portfolio Guide
 
Design Cloud system: InfiniBand vs. Ethernet
Design Cloud system: InfiniBand vs. EthernetDesign Cloud system: InfiniBand vs. Ethernet
Design Cloud system: InfiniBand vs. Ethernet
 
configuration of switch campus network
configuration of switch campus networkconfiguration of switch campus network
configuration of switch campus network
 
Interop: The 10GbE Top 10
Interop: The 10GbE Top 10Interop: The 10GbE Top 10
Interop: The 10GbE Top 10
 
IERU fttx
IERU fttxIERU fttx
IERU fttx
 
PLNOG 17 - Marek Janik - Sieć dla IXP
PLNOG 17 - Marek Janik - Sieć dla IXPPLNOG 17 - Marek Janik - Sieć dla IXP
PLNOG 17 - Marek Janik - Sieć dla IXP
 
12.) fabric (your next data center)
12.) fabric (your next data center)12.) fabric (your next data center)
12.) fabric (your next data center)
 
An FPGA for high end Open Networking
An FPGA for high end Open NetworkingAn FPGA for high end Open Networking
An FPGA for high end Open Networking
 
Overview of Major Aruba Switching Features incl. Smart Rate for Multi-Gig Ports
Overview of Major Aruba Switching Features incl. Smart Rate for Multi-Gig PortsOverview of Major Aruba Switching Features incl. Smart Rate for Multi-Gig Ports
Overview of Major Aruba Switching Features incl. Smart Rate for Multi-Gig Ports
 
High perf-networking
High perf-networkingHigh perf-networking
High perf-networking
 
From virtual to high end HW routing for the adult
From virtual to high end HW routing for the adultFrom virtual to high end HW routing for the adult
From virtual to high end HW routing for the adult
 
Ceph Day Amsterdam 2015 - Deploying flash storage for Ceph without compromisi...
Ceph Day Amsterdam 2015 - Deploying flash storage for Ceph without compromisi...Ceph Day Amsterdam 2015 - Deploying flash storage for Ceph without compromisi...
Ceph Day Amsterdam 2015 - Deploying flash storage for Ceph without compromisi...
 
PLNOG16: Data center interconnect dla opornych, Krzysztof Mazepa
PLNOG16: Data center interconnect dla opornych, Krzysztof MazepaPLNOG16: Data center interconnect dla opornych, Krzysztof Mazepa
PLNOG16: Data center interconnect dla opornych, Krzysztof Mazepa
 
IBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable Switches
IBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable SwitchesIBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable Switches
IBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable Switches
 
vPC techonology for full ha from dc core to baremetel server.
vPC techonology for full ha from dc core to baremetel server.vPC techonology for full ha from dc core to baremetel server.
vPC techonology for full ha from dc core to baremetel server.
 
Ln family portfolio_customer_presentation
Ln family portfolio_customer_presentationLn family portfolio_customer_presentation
Ln family portfolio_customer_presentation
 
Juniper round table switching and product overview
Juniper round table   switching and product overviewJuniper round table   switching and product overview
Juniper round table switching and product overview
 

Mais de Aruba, a Hewlett Packard Enterprise company

Mais de Aruba, a Hewlett Packard Enterprise company (20)

Airheads Tech Talks: Cloud Guest SSID on Aruba Central
Airheads Tech Talks: Cloud Guest SSID on Aruba CentralAirheads Tech Talks: Cloud Guest SSID on Aruba Central
Airheads Tech Talks: Cloud Guest SSID on Aruba Central
 
Airheads Tech Talks: Understanding ClearPass OnGuard Agents
Airheads Tech Talks: Understanding ClearPass OnGuard AgentsAirheads Tech Talks: Understanding ClearPass OnGuard Agents
Airheads Tech Talks: Understanding ClearPass OnGuard Agents
 
Airheads Tech Talks: Advanced Clustering in AOS 8.x
Airheads Tech Talks: Advanced Clustering in AOS 8.xAirheads Tech Talks: Advanced Clustering in AOS 8.x
Airheads Tech Talks: Advanced Clustering in AOS 8.x
 
EMEA Airheads_ Advance Aruba Central
EMEA Airheads_ Advance Aruba CentralEMEA Airheads_ Advance Aruba Central
EMEA Airheads_ Advance Aruba Central
 
EMEA Airheads- Switch stacking_ ArubaOS Switch
EMEA Airheads- Switch stacking_ ArubaOS SwitchEMEA Airheads- Switch stacking_ ArubaOS Switch
EMEA Airheads- Switch stacking_ ArubaOS Switch
 
EMEA Airheads- LACP and distributed LACP – ArubaOS Switch
EMEA Airheads- LACP and distributed LACP – ArubaOS SwitchEMEA Airheads- LACP and distributed LACP – ArubaOS Switch
EMEA Airheads- LACP and distributed LACP – ArubaOS Switch
 
Introduction to AirWave 10
Introduction to AirWave 10Introduction to AirWave 10
Introduction to AirWave 10
 
EMEA Airheads- Virtual Switching Framework- Aruba OS Switch
EMEA Airheads- Virtual Switching Framework- Aruba OS SwitchEMEA Airheads- Virtual Switching Framework- Aruba OS Switch
EMEA Airheads- Virtual Switching Framework- Aruba OS Switch
 
EMEA Airheads- Aruba Central with Instant AP
EMEA Airheads- Aruba Central with Instant APEMEA Airheads- Aruba Central with Instant AP
EMEA Airheads- Aruba Central with Instant AP
 
EMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.x
EMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.xEMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.x
EMEA Airheads- AirGroup profiling changes across 8.1 & 8.2 – ArubaOS 8.x
 
EMEA Airheads- Getting Started with the ClearPass REST API – CPPM
EMEA Airheads-  Getting Started with the ClearPass REST API – CPPMEMEA Airheads-  Getting Started with the ClearPass REST API – CPPM
EMEA Airheads- Getting Started with the ClearPass REST API – CPPM
 
EMEA Airheads - AP Discovery Logic and AP Deployment
EMEA Airheads - AP Discovery Logic and AP DeploymentEMEA Airheads - AP Discovery Logic and AP Deployment
EMEA Airheads - AP Discovery Logic and AP Deployment
 
EMEA Airheads- Layer-3 Redundancy for Mobility Master - ArubaOS 8.x
EMEA Airheads- Layer-3 Redundancy for Mobility Master - ArubaOS 8.xEMEA Airheads- Layer-3 Redundancy for Mobility Master - ArubaOS 8.x
EMEA Airheads- Layer-3 Redundancy for Mobility Master - ArubaOS 8.x
 
EMEA Airheads- Manage Devices at Branch Office (BOC)
EMEA Airheads- Manage Devices at Branch Office (BOC)EMEA Airheads- Manage Devices at Branch Office (BOC)
EMEA Airheads- Manage Devices at Branch Office (BOC)
 
EMEA Airheads - What does AirMatch do differently?v2
 EMEA Airheads - What does AirMatch do differently?v2 EMEA Airheads - What does AirMatch do differently?v2
EMEA Airheads - What does AirMatch do differently?v2
 
Airheads Meetups: 8400 Presentation
Airheads Meetups: 8400 PresentationAirheads Meetups: 8400 Presentation
Airheads Meetups: 8400 Presentation
 
Airheads Meetups: Ekahau Presentation
Airheads Meetups: Ekahau PresentationAirheads Meetups: Ekahau Presentation
Airheads Meetups: Ekahau Presentation
 
Airheads Meetups- High density WLAN
Airheads Meetups- High density WLANAirheads Meetups- High density WLAN
Airheads Meetups- High density WLAN
 
Airheads Meetups- Avans Hogeschool goes Aruba
Airheads Meetups- Avans Hogeschool goes ArubaAirheads Meetups- Avans Hogeschool goes Aruba
Airheads Meetups- Avans Hogeschool goes Aruba
 
EMEA Airheads - Configuring different APIs in Aruba 8.x
EMEA Airheads - Configuring different APIs  in Aruba 8.x EMEA Airheads - Configuring different APIs  in Aruba 8.x
EMEA Airheads - Configuring different APIs in Aruba 8.x
 

Último

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 

Último (20)

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 

Data center network reference architecture with hpe flex fabric

  • 1. #ATM16 Building the right DC Fabric Philippe Michelet, Senior Director, GPLM Data Center HPE Aruba March 2016 @ArubaNetworks |
  • 2. 2#ATM16 Agenda – Data Center Fabric: a Definition and an introduction – HPE Aruba Data Center Fabric: a Flexible Approach – Layer 2 / Layer 3 / Overlay – LAN/SAN Convergence - In between multiple Data Centers – Data Center Interconnection - The Foundation for Network Virtualization - New !!! OpenSwitch on Altoline – the Most Open Network Operating System in the industry - Conclusion
  • 4. 4#ATM16 Data Center Fabric Definition/Goals – How do you optimally interconnect 1000, 10 000, 100 000 or more end points (servers, storage) – E/W traffic vs N/S traffic – Servers to servers inside the DC – Clients to servers entering/servers to clients leaving the DC – Full bisectional bandwidth – Every end point has equal BW (TX/RX) with every other peer in the fabric – Minimizing the number of connections – Cables/fiber/transceivers can represent 50% of the cost of a Data Center – Minimizing the number of hops to reach out any other peer in the fabric – Latency impact – Providing Redundancy when any node or any link fails – Failure will happen – it’s just a question of time – Being Flexible – Can’t rewire a complete Data Center when going from 10000 to 10001 or 100000 to 100001 end points
  • 5. 5#ATM16 How the Graph Theory can help you... Seven Bridges of Konigsberg, Leonhard Euler, 1736 – What is the most efficient way to connect n nodes – Large scale/Tier 1: >100 000 nodes – Typically using [32-48] port switches – Choice of Different Topologies –Full Mesh –Line (1-dimension cube) –Rings –Cubes, –Etc. – With Metrics –Switch Radix –Max Hops –Total Switches –Total Ports –Total Links
  • 6. 6#ATM16 Standard Enterprise DC Deployment? CLOS/Fat Tree Note: Connectivity shown for some path only for clarity – In a Fat Tree, there are as many edge ports as spine ports NE = NS – Now the most deployed solution up to ~5000 edge ports – Advantages: – Non-blocking architecture – Constant Latency – Fat Trees have a constant bisectional bandwidth – Bisection bandwidth scales linearly with the number of nodes – There are alternate paths for resiliency – Formulas FT (m,h): each node has m/2 children and m/2 parents m = number of ports per switch h = tree level machines = m*(m/2)^(h-1) switches = (2h-1)* (m/2)^(h-1) example: m =24, if h=2 -> 2048 ports if h=3 -> 3456 ports
  • 7. 7#ATM16 Example of a CLOS Network Design One of the “Big Seven” T3 T3 T3 T3 T2 T2 T2 T2 T2 T2 T2 T2 T1 T1 T1 T1 T1 T1 T1 T1 ToR-1 ToR-20 T2 T2 T2 T2 T1 T1 T1 T1 T1 T1 T1 T1 ToR-1 ToR-20 T2 T2T2 T2
  • 8. 8#ATM16 HPE Aruba Flexible Approach Software Defined vs Hardware Defined
  • 9. 9#ATM16 So, which Data Center Fabric are you building in 2016? There is not a single answer L R x N L R x N L R x N L R x N Ethernet & VLANS IP routing domain L R x N L R x N L R x N L R x N L R x N L R x N L R x N L R x N L2 Fabric L3 Fabric Overlay
  • 10. 10#ATM16 Why using Layer 2 in 2016? – Legacy support – It works … “If it ain’t broke, don’t fix it” – Some customers just don’t have the bandwidth to make big changes – Some applications can’t be easily rewritten so Layer 2 extension remains a must have – And introducing overlays is a no go considering the complexity (data/control and management planes completely different) – From a pure technical perspective, Layer 2 is not dead – Standardization around distributed ling aggregation is done – 802.1AX-2014 giving all vendors an opportunity to still use Layer 2, but without any STP like solution (or STP used an “insurance” policy) – HPE Aruba on the FlexFabric side is working on this implementation – Proprietary implementations have been working for many years – HPE Aruba Intelligent Resilient Fabric (IRF) – more than 5 years with the big chassis and ToR – If TRILL remains a niche (supported by FlexFabric products), PBB/SPB provides an elegant alternative – Compatible with all Ethernet L2 protocols – Has a native OAM (Operation & Maintenance) – something that overlays are struggling with – Simpler in nature than new overlays like VXLAN – Has been used in production very successfully by HP IT since 2011
  • 11. 11#ATM16 Why using Layer 3 in 2016? – Technically sounder than Layer 2 – No STP (always very complex to manage …) – Broadcast/Security concerns – Proven at scale / Reduces size of failure domains – The choice made by the majority of big cloud providers – Draft RFC on this subject (Facebook/Microsoft): “Use of BGP for routing in large-scale data centers” here – Limited and controller number of applications – different from vast majority of Enterprise IT – Simpler by nature if you know BGP – Simpler control plane protocols – eBGP (different AS for each ToR) /ECMP (Equal Cost Multi Path) / BFD (Bi Directional Forwarding Detection) – Power of BGP, combined to ECMP for load distribution and BFD for protocol convergence acceleration (~200ms) – Considered more “secure” even if more work will be required – All protocols completely supported by FlexFabric portfolio and the foundation of the first release of OpenSwitch
  • 12. 12#ATM16 Why using Overlays in 2016? – Scalability – goes beyond the 802.1Q VLAN limitations (12bits/4096 IDs) – Typically 16M services/tenants – Essentially driven by VM mobility – L2 extension – VXLAN as de-facto solution by VMware (NSX as part of their SDDC initiative) – Encapsulation over IP – ability to cross L3 boundaries – The fabric becomes a big L3 domain with L2 processing (encapsulation / de-capsulation) at the edge (NIC or Leaf/ToR) – Separation between “underlay” (L3 Fabric per previous slide) from the “overlay” (Hypervisor/Leaf/Tunnel instantiation) – All DC fabric vendors do have an overlay solution today – including HPE Aruba with FlexFabric – But keep in mind that careful attention is required – Different data plane (additional header) makes Jumbo Frames a must have and will continue to evolve … – Standardization around control plane is still work in progress (even if BGP EVPNs are here) – Management is still a big issue – how do you quickly identify the root cause of the problem – Is it the underlay? Is it the overlay?
  • 13. 13#ATM16 L2/L3/Overlays – Pros/Cons - My Perspective L2 L3 Overlays Comments Maturity High/Very high High/Very high Low (VXLAN) If the concept of overlay is not new, VXLAN is quite recent Interoperability Well understood Well understood Control Plane still work in progress BGP EVPN Tenants (Scalability) 4K – 802.1Q 16M – PBB (802.1ah) SW implementation (VRF/VPNs) 16M VXLAN/VNIDs 24 bits / 16M tenants Stability Low The key issue !!! High Jury is still out … Convergence Time 45s (standard STP timers) 3 ~ 5 s (RSTP) BFD ~200ms (*) OSPF/BGP ~5 to 10s Real dependencies on Underlay .. Security (broadcast) Low Medium/High Medium Multicast Well understood Well understood Lot already done, but still work in progress OAM Ethernet OAM Protocol by Protocol Still many improvements required … Area of innovation
  • 14. 14#ATM16 FlexFabric – What you change is the SW – Same HW DC network Design Option 1 Option 2 Option 3 Traditional 3 Tier IRF MSTP PVST/PVST+ Layer 2 Spine & Leaf IRF MSTP PBB/SBP (IS-IS) Layer 3 BGP (v4/v6) OSPF (v4/v6) IS-IS (v4/v6) L3 Overlay IS-IS with centralized L3 GW EVPN with centralized L3 GW EVPN with distributed L3 GW LAN/SAN Converged Separate document available on hpe.com describing use case DC Interconnect EVI (MACoverGRE) EVI 2.0 (VXLAN/EVPN) MPLS/VPLS DCN with ToR (59xx) Supported OpenStack with ToR (59xx) Supported NSX-v with 59xx On-going certification with VMware
  • 15. 15#ATM16 HPE Data Center FlexFabric for Spine/Leaf Deployment The industry’s best field tested and tried Ethernet fabric Modular network OS with Intelligent Resilient Fabric 1/10/40GbE L2/L3 and converged switches 25GbE/100GbE (5950/Modular 5950) HPIMCManagement Core switches Spine HP Comware Network OS L2/L3 IPv4/v6 MPLS/VPLS VXLAN Top of Rack (TOR) Leaf switches 12900E 7910 7904 HPTechnologyServices HPConsultingServices SDN NetVirt 5900 5900CP 5930/5940 Modular 5930/5940
  • 16. 16#ATM16 HPE Data Center FlexFabric for LAN/SAN Convergence Ideally positions existing FC/FCoE customers to transition to IP Storage Native FCEthernet FCoE Ethernet switches NIC HBA Server FC switches FC SANEthernet LAN Server NIC HBA CNA Server Converged switches CNA Server FC SAN Ethernet LAN FCoE Now: 50% CAPEX reduction, 66% OPEX reductionBefore: multiple networks
  • 17. 17#ATM16 Data Center Interconnect and EVI • HPE Ethernet Virtual Interconnect (EVI) can be deployed for active/active DC over any Network • EVI provides additional benefits such as: − Transport agnostic − Up to 16 Active/Active DCs − Active/Active VRRP default gateways for VMs − STP outages remain local to each DC − Improves WAN utilization by dropping unknown frames and providing ARP suppression Virtual Overlay VXLAN tunnels Physical Underlay Network Active Data Center (DC) 1 L2 or L3 Virtual Overlay VXLAN tunnels Physical Underlay Network Active Data Center (DC) 2 L2 or L3 L3 WANVM VM VM VM VM VM Hypervisor VM VM VM VM VM VM Hypervisor VM VM VM VM VM VM Hypervisor VM VM VM VM VM VM Hypervisor EVI tunnel
  • 18. 18#ATM16 Orchestrate network fabrics Complete the SDN architecture with management Accelerates deployment of services and applications •Unified IRF/PBB/SPB/TRILL, fabric management •Manages across geographically dispersed locations (DCI/EVI) •VMware vMotion playback •Unified DCB, FCoE management •Configuration, monitoring & policy management for all SDN layers •OpenFlow switch management •SDN controller performance management •One application for managing SDN and traditional environments •“Just right” network services tuned to business requirements •Simplifies provisioning, monitoring and troubleshooting of applications •Eliminates manual provisioning of network service parameters •Easy to use service modeling tool with drag and drop UI IMC Orchestration for Data Center
  • 19. 19#ATM16 HPE FlexFabric The Foundation for SDN/Network Virtualization
  • 20. 20#ATM16 HPE Network Virtualization Solutions Industry’s most complete portfolio - addressing varied/complex use cases 20 Virtual Cloud Network HPE-VMware NSX Distributed Cloud Network Enhanced Neutron Networking Open source, DevOps Virtualized VMW Enterprises Service Provider/Telcos De-risk the journey with HPE Trusted Network Transformation Services DCNVCN Multi DC NFV Powered by HPE
  • 21. 21#ATM16 New !!! HPE Altoline / OpenSwitch The Most Open NOS in the Industry
  • 22. 22#ATM16 Lower TCONo vendor Lock inFaster Time to Service Customer choiceAgile and scalable Affordable capacity HPE Altoline trusted open network switches solution Accelerate disaggregation of cloud data center networks • Optimized for scalable and agile cloud deployments • Faster provisioning & time to service • HPE worldwide service & support • HPE Technology Services expertise • HPE Altoline switches for open networking • Open source, or commercial Linux OS license from HPE • Global component buying options • Global HPE support and services • Direct sales and purchasing Lower CapEx and OpEx • Open source, or commercial Linux tools and resources • Consistent automation and SDN
  • 23. 23#ATM16 HPE Altoline deployment models Top-of-rack spine-leaf switches for cloud data centers Spine 6940 switch Leaf 6920 switch HPE Altoline 6940 Spine TOR 32*40GbE ports HPE Altoline 6920 Leaf TOR 48*10GbE ports + 6*40GbE ports Servers Altoline ToR Switch
  • 24. 24#ATM16 What is OpenSwitch? More details on openswitch.net Community Based • Launched with 8 charter contributors • Over 90 non-HPE people / 30 companies on mailing lists • Active weekly IRC chats • Sample story: • LinkedIn said on IRC that they would be interested, but want to see Ansible support • Ansible jumped in, saying they want to help design the Ansible integration • Several IRC chats and open email discussions since then • Ansible looking to use OpenSwitch as template for native Ansible support Open Source • All HPE code for OpenSwitch is in publicly available git, mirrored to github • All under Apache 2.0 (except some leveraged projects e.g. Quagga) • Anyone can download the source, tinker, build for all supported platforms • All HPE development for TOR is done upstream first • Leverage Yocto build recipes and linux menuconfig: build only the components you need Full Feature NOS • L3: using Quagga, with significant investment to further enhance. BGP, OSPF, … • L2: open-sourcing internally developed protocols. MSTP, mLAG, … • Classic Management: CLI, SNMP • GUI: Web-UI • Programmatic Management: REST, Ansible, Direct OVSDB, … • Open vSwitch DB used for all state • Highly available, per-service restartable
  • 25. 25#ATM16 HPE Data Center Solutions Open Standards Open APIs Open Ecosystem Open Source
  • 26. 26#ATM16 HPE Data Center Solutions – Built to Win High Performance DC Fabric High Density / High Performance / Highly Scalable / Highly Resilient Composable Infrastructure / SDN Network Virtualization “Instantiating open, complex networks and associated policies in minutes vs. weeks” Zero Touch Provisioning - DC Fabric IMC Platform (ZTP / Fabric Manager) DevOps (Python, Ansible …) Hybrid Cloud Integration Helion/Openstack/CSA integration
  • 27. 27#ATM16 Customers & Analysts trust us … Will you be next? Solution: Entire HPE solution (Server/Storage/Networking/Technology Services) “We chose HPE and got more than what we asked for. We wanted to standardize our infrastructure and go with a single vendor to build our data center and reduce management complexity” Wahid S. Hammami, CIO,Ministry of Petroleum and Mineral Resources http://h20195.www2.hp.com/V2/GetDocument.aspx?docname=4AA6-3550ENW&cc=us&lc=en Solution: DC Core 12916 “We have the largest capacity flagship core switch HPE sells, and with that comes all the flexibility we’ll ever need. With a 16-slot chassis, and 720 10Gb Ethernet ports, it’s really a remarkable network core that will support whatever we want to do for the next 10 years.” Bruce Allen, Director, Max Planck Institute for Gravitational Physics http://h20195.www2.hp.com/V2/GetDocument.aspx?docname=4AA5-9943ENW Solution: 2 data centers and launch new services in 8 months “HP Networking solutions gave us the ability to rapidly scale our ShoreTel Sky voice communications capacity from 130,000 users to more than a million users in less than 8 months—and that’s a huge thing for us.” Dennis Schmidt, VP Network Engineering, ShoreTel More References here
  • 28. 28#ATM16 Join Aruba’s Titans of Tomorrow force in the fight against network mayhem. Find out what your IT superpower is. Share your results with friends and receive a free superpower t-shirt. www.arubatitans.com