SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

Vxlan control plane and routing
Vxlan control plane and routingVxlan control plane and routing
Vxlan control plane and routingWilfredzeng
 
What SD-WAN Means for Enterprise
What SD-WAN Means for EnterpriseWhat SD-WAN Means for Enterprise
What SD-WAN Means for EnterpriseToshal Dudhwala
 
Introduction to Segment Routing
Introduction to Segment RoutingIntroduction to Segment Routing
Introduction to Segment RoutingMyNOG
 
MetTel SD-WAN Hidden Benefits - webinar deck - Jan '17
MetTel SD-WAN Hidden Benefits - webinar deck - Jan '17MetTel SD-WAN Hidden Benefits - webinar deck - Jan '17
MetTel SD-WAN Hidden Benefits - webinar deck - Jan '17Scott Logan
 
TechWiseTV Workshop: Cisco SD-WAN
TechWiseTV Workshop: Cisco SD-WANTechWiseTV Workshop: Cisco SD-WAN
TechWiseTV Workshop: Cisco SD-WANRobb Boyd
 
Campus_Network_Design_with_ArubaOS-CX_-_Leading_Practices
Campus_Network_Design_with_ArubaOS-CX_-_Leading_PracticesCampus_Network_Design_with_ArubaOS-CX_-_Leading_Practices
Campus_Network_Design_with_ArubaOS-CX_-_Leading_PracticesRoanVillalobos1
 
The Segment Routing Architecture (IEEE Globecom 2015)
The Segment Routing Architecture (IEEE Globecom 2015)The Segment Routing Architecture (IEEE Globecom 2015)
The Segment Routing Architecture (IEEE Globecom 2015)nagendranainar
 
Introduction to BRAS
Introduction to BRASIntroduction to BRAS
Introduction to BRASKHNOG
 
A comparison of segment routing data-plane encodings
A comparison of segment routing data-plane encodingsA comparison of segment routing data-plane encodings
A comparison of segment routing data-plane encodingsGunter Van de Velde
 
Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Las Vegas 2017
Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Las Vegas 2017Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Las Vegas 2017
Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Las Vegas 2017Bruno Teixeira
 
TechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the DatacenterTechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the DatacenterRobb Boyd
 
Ovs dpdk hwoffload way to full offload
Ovs dpdk hwoffload way to full offloadOvs dpdk hwoffload way to full offload
Ovs dpdk hwoffload way to full offloadKevin Traynor
 
VXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksVXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksAPNIC
 
Traffic Engineering Using Segment Routing
Traffic Engineering Using Segment Routing Traffic Engineering Using Segment Routing
Traffic Engineering Using Segment Routing Cisco Canada
 
Cisco Live Milan 2015 - BGP advance
Cisco Live Milan 2015 - BGP advanceCisco Live Milan 2015 - BGP advance
Cisco Live Milan 2015 - BGP advanceBertrand Duvivier
 
Подробный технический обзор коммутаторов Cisco ME3800X/3600X
Подробный технический обзор коммутаторов Cisco ME3800X/3600XПодробный технический обзор коммутаторов Cisco ME3800X/3600X
Подробный технический обзор коммутаторов Cisco ME3800X/3600XCisco Russia
 

Was ist angesagt? (20)

Vxlan control plane and routing
Vxlan control plane and routingVxlan control plane and routing
Vxlan control plane and routing
 
What SD-WAN Means for Enterprise
What SD-WAN Means for EnterpriseWhat SD-WAN Means for Enterprise
What SD-WAN Means for Enterprise
 
Introduction to Segment Routing
Introduction to Segment RoutingIntroduction to Segment Routing
Introduction to Segment Routing
 
ACI MultiPod 구성
ACI MultiPod 구성ACI MultiPod 구성
ACI MultiPod 구성
 
MetTel SD-WAN Hidden Benefits - webinar deck - Jan '17
MetTel SD-WAN Hidden Benefits - webinar deck - Jan '17MetTel SD-WAN Hidden Benefits - webinar deck - Jan '17
MetTel SD-WAN Hidden Benefits - webinar deck - Jan '17
 
TechWiseTV Workshop: Cisco SD-WAN
TechWiseTV Workshop: Cisco SD-WANTechWiseTV Workshop: Cisco SD-WAN
TechWiseTV Workshop: Cisco SD-WAN
 
Campus_Network_Design_with_ArubaOS-CX_-_Leading_Practices
Campus_Network_Design_with_ArubaOS-CX_-_Leading_PracticesCampus_Network_Design_with_ArubaOS-CX_-_Leading_Practices
Campus_Network_Design_with_ArubaOS-CX_-_Leading_Practices
 
The Segment Routing Architecture (IEEE Globecom 2015)
The Segment Routing Architecture (IEEE Globecom 2015)The Segment Routing Architecture (IEEE Globecom 2015)
The Segment Routing Architecture (IEEE Globecom 2015)
 
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
 
Introduction to BRAS
Introduction to BRASIntroduction to BRAS
Introduction to BRAS
 
A comparison of segment routing data-plane encodings
A comparison of segment routing data-plane encodingsA comparison of segment routing data-plane encodings
A comparison of segment routing data-plane encodings
 
Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Las Vegas 2017
Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Las Vegas 2017Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Las Vegas 2017
Cisco Live! :: Cisco ASR 9000 Architecture :: BRKARC-2003 | Las Vegas 2017
 
TechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the DatacenterTechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the Datacenter
 
Ovs dpdk hwoffload way to full offload
Ovs dpdk hwoffload way to full offloadOvs dpdk hwoffload way to full offload
Ovs dpdk hwoffload way to full offload
 
VXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksVXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building Blocks
 
Traffic Engineering Using Segment Routing
Traffic Engineering Using Segment Routing Traffic Engineering Using Segment Routing
Traffic Engineering Using Segment Routing
 
Design Fundamentals for Remote and Branch Access Networks
Design Fundamentals for Remote and Branch Access NetworksDesign Fundamentals for Remote and Branch Access Networks
Design Fundamentals for Remote and Branch Access Networks
 
Cisco Live Milan 2015 - BGP advance
Cisco Live Milan 2015 - BGP advanceCisco Live Milan 2015 - BGP advance
Cisco Live Milan 2015 - BGP advance
 
Advanced Topics in IP Multicast Deployment
Advanced Topics in IP Multicast DeploymentAdvanced Topics in IP Multicast Deployment
Advanced Topics in IP Multicast Deployment
 
Подробный технический обзор коммутаторов Cisco ME3800X/3600X
Подробный технический обзор коммутаторов Cisco ME3800X/3600XПодробный технический обзор коммутаторов Cisco ME3800X/3600X
Подробный технический обзор коммутаторов Cisco ME3800X/3600X
 

Andere mochten auch

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
 

Andere mochten auch (20)

Hpe Intelligent Management Center
Hpe Intelligent Management CenterHpe Intelligent Management Center
Hpe Intelligent Management Center
 
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 ...
 

Ähnlich wie 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
 

Ähnlich wie 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
 

Mehr von Aruba, a Hewlett Packard Enterprise company

Mehr von 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_ Aruba AppRF – AOS 6.x & 8.x
EMEA Airheads_ Aruba AppRF – AOS 6.x & 8.xEMEA Airheads_ Aruba AppRF – AOS 6.x & 8.x
EMEA Airheads_ Aruba AppRF – AOS 6.x & 8.x
 
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- 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
 

Kürzlich hochgeladen

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe 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
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
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
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 

Kürzlich hochgeladen (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
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
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 

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