SlideShare une entreprise Scribd logo
1  sur  19
Télécharger pour lire hors ligne
v
Cumulus®
Linux®
2.5
Cumulus Networks®
Cumulus Linux 2.5
§ Making it easier for organizations of all sizes to
adopt modern data center networking
cumulusnetworks.com 2
Cumulus Linux Use Cases Expand
cumulusnetworks.com 3
Linux as a platform for….
Enterprise
Solutions
Network Virtualization
Overlays
High Capacity
IP networks
1.5
2.0
2.5
What’s new with Cumulus Linux 2.5?
§  Validated design guides for key IT Initiatives
•  Simplify modern data center adoption for 3 key use cases
§  Choice of network architectures
•  Simplify path to modern data center network architectures
cumulusnetworks.com 4
Virtualization OpenStack Big Data
Simplifying the Transition with Validated Designs
cumulusnetworks.com 5
§ Validated Designs:
§  Starting point for customer deployment
§  Designs tested in-house with configuration
files provided for reference
§  Detailed, step-by-step procedures and
guidance
§ Target Audience:
§  Data center architect or administrator who is
familiar with Linux and the use case
§ Results:
§  Accelerates Adoption
§  Lowers Risk associated with new deployment
VMware®
vSphere and Cumulus Networks®
Validated Solution Guide
Deploying VMware
®
vSphere with Cumulus
®
Linux
®
Switches
Big Data Hadoop and Cumulus Networks®
Validated Solution Guide
Deploying Apache Hadoop with Cumulus
®
Linux
®
Switches
0
0
00
0
0
0
00
0
0
01
1
0
1
11
1 1 1
11
1
1 11
1
Available with Cumulus Linux 2.5
Cumulus Linux for Virtualized Server Environments using vSphere
cumulusnetworks.com 6
§ Enable SDDC across compute,
storage and network
§  Choice of industry standard
hardware
§  Rich Ecosystem with automation
tools and services
§  L2 architecture with MLAG
Virtualized Server
Applications and Ecosystem
Industry Standard
Server
Physical
Storage
Physical NIC
and Network
Industry Standard
Network Switch
vCPU vRAM Datastore
Virtual
Disk
vNIC vSwitch
vDS
Hardware Accelerated
IPv4/IPv6 Network
Routing and Switching
Compute Storage Networking
vSphere (Hypervisor) Linux Network OS
Virtual SAN
Vmware vSphere
Cumulus Linux for Cloud Orchestration using OpenStack
cumulusnetworks.com 7
Cloud Orchestration
Your Applications
OPENSTACK
CLOUD OPERATING SYSTEM
OpenStack Shared Services
Hardware Accelereated
IPv4/IPv6 Network
Routing and Switching
Industry Standard
Network Switch
Physical StorageIndustry Standard Server
APIs
OpenStack Dashboard
Compute Networking Storage
§  Open Source based solution on bare
metal hardware, nova-net plugin
§  Resource automation
§  OpenStack: Virtual resources
§  Linux tools: Physical resources
§  OpenStack Solutions
§  OpenStack distribution partners
§  Network overlay partners
§  Custom OpenStack solution
OpenStack
Cumulus Linux for Big Data Environments using Hadoop
cumulusnetworks.com 8
Spine
Leaf
L3 Fabric
Map
Reduce
Big Data
§ Big Data Hadoop Benefits
§  Affordable capacity based on bare metal
hardware
§  Scalable IP Clos Fabrics
§  Converged administration of server and
networking hardware
§  Rapid Deployment: Automation,
Operational consistency
§  Easy Customization
•  Linux & PTM for locality optimization
Hadoop
Simplifying transition with CL 2.5: Choice of Network Architectures
IP Fabric
§  Simple IP Clos fabric
§  High capacity, scalable
networking
Spine
Leaf
L3 Fabric
Cumulus Linux 1.5 and 2.0: Layer 3 architectures
§  L2 active/active with MLAG
§  Drop in existing architecture
L2 Network
Aggregation
Access
L3
L2
Enabling Choice: Layer 2 and Layer 3 with Cumulus Linux 2.5
§  Flexible, virtual networking
§  Network overlay integration
IP Fabric with Network Overlays
Spine
Leaf
VNI Blue & Red
9cumulusnetworks.com
CL2.5 New Features
§ Layer 2 Features
§  MLAG
§  VRR – Active/active first hop redundancy protocol
§  VLAN Scale
§  LACP Bypass
§ Routing Enhancements
§ Others: QoS Enhancements
cumulusnetworks.com 10
Cumulus Linux 2.5 – MLAG
cumulusnetworks.com 11
§ MLAG
§  Dual-Attached solutions for
capacity/redundancy
§  Simple migration path for existing
L2 solutions
§  Operational consistency with
scaled-out IP Fabrics
§ How?
§  Implemented via clagd &
associated commands
§  Bonding provides multi-pathing
§  Leverage existing LACP protocol
•  LACP is easy to diagnose
auto peer-link.4000
iface peer-link.4000 inet static
address 169.254.0.1
netmask 255.255.255.252
clagd-peer-ip 169.254.0.2
clagd-sys-mac 44:38:39:ff:00:01
clagd-priority 8192
Aggregation
Access
Cumulus Linux 2.5 – VRR
cumulusnetworks.com 12
§ Virtual Router Redundancy:
§  Provides default gateway
redundancy (vIP)
§  Protocol-free redundancy
mechanism
•  It is not VRRP, it is VRR!
§  Active-active FHRP
§  Enhancements in CL2.5
•  Supports Router Redundancy
beyond host connectivity
•  Integration with ifupdown2
L3
L2
10.0.0.10
Default GW: 10.0.0.1
VRR – 10.0.0.1 VRR – 10.0.0.1
10.0.0.11
Default GW: 10.0.0.1
auto bridge.100
iface bridge.100
address <ipaddr>
hwaddress <mac>
bridge-stp on
address-virtual <mac> <ip1>
Cumulus Linux 2.5 – VLAN Scale
cumulusnetworks.com 13
§ VLAN-aware Bridges
§  New 802.1Q Linux bridge
driver
§  Enables VLAN Scale
•  VLAN-aware bridge scales to 2000
VLANs
§  Single instance spanning tree
•  Supports STP, RSTP
§  Ifupdown2 Configuration
§  Migration path: mixed mode
support
•  Recommended for migration only
Bridge
100
Bridge
VLAN-awarePer-VLAN
VLAN 100 VLAN 1-10,
100, 200
auto bridge
iface bridge
bridge-vlan-aware yes
bridge-ports glob swp1-52
bridge-stp on
bridge-vids 1-10 100 200
auto vlan100
iface vlan100
bridge-ports swp1.100 swp2.100
bridge-stp on
Cumulus Linux 2.5 – VLAN Scale (continued)
cumulusnetworks.com 14
§ Configuration Simplification
§  VLAN independent inclusion
of ports
§  Port specific configuration
now set on ports
auto swp1
iface swp1
bridge-access 100
mstpctl-portautoedge yes
mstpctl-bpduguard yes
Access port to VLAN 100
auto swp2
iface swp2
bridge-vids 10 100 200
mstpctl-portautoedge yes
mstpctl-bpduguard yes
Trunk with specific VLAN
IDs
auto bridge
iface bridge
bridge-vlan-aware yes
bridge-ports glob swp1-52
bridge-stp on
bridge-vids 1-10 100 200
VLAN-aware Bridge
auto swp49
iface swp49
mstpctl-portpathcost 10
Trunk all VLANS
(default)
Cumulus Linux 2.5 – LACP Bypass
cumulusnetworks.com 15
§ LACP fallback mechanism
§  Use Case: PXE boot for host
connected to switch via
LACP
§  Bypasses LACP protocol
negotiation
•  LACP negotiation takes over
when LACP partner is detected
PXE Boot
Ifupdown2 BOND Configuration:
bond lacp-bypass-allow 1
bond lacp-bypass-period 120
bond lacp-bypass-priority 1
Ifupdown2 BOND Configuration:
bond lacp-bypass-allow 1
bond lacp-bypass-period 120
bond lacp-bypass-priority 2
Cumulus Linux 2.5 – Routing Enhancements
cumulusnetworks.com 16
§  Open Source Quagga
§  Contributions:
•  Cumulus Networks is contributing all
enhancements to Quagga (includes major
updates for OSPF, BGP)
§  Large Community
•  Vendors using Quagga include: Vyatta, Pluribus
Networks, Midokura, PLUMgrid, 6WIND
•  Top Cloud providers and large hosting providers
have used it for many years
§  Cumulus Linux Routing & Automation:
§  Non-modal (iproute style) commands
§  Automation optimization (CL 2.5 Experimental)
•  Apply configuration modifications only
§  CL2.5 Routing Enhancements
§  Scalability
•  update-groups, large number of peers
§  BGP dynamic neighbors
§  Latest Quagga version
§  BGP add-path RX - Experimental
§  JSON support for some key commands –
Experimental
§  CL2.1 & 2.2 Routing Enhancements
§  Bidirectional Forwarding Detection (BFD)
§  Prescriptive Topology Manager (PTM) Integration
§  Route-map enhancements
§  OSPF Multi-instance support
§  Redistribute table support
§  Route tags
Unleash the Power of Open Networking in Your Data Center
§ Open Networking with Cumulus Linux
§  Empower selection of best of breed ecosystem
§  CapEx savings upfront, significant ongoing OpEx
savings
§ Cumulus Networks partners with you on your
journey to the Modern Data Center
§  Validated Design Guides
§  Training and Services
cumulusnetworks.com 17
Get Started!
Risk Free Trial
Remote Workbench
Regular webinars
Global Reach & Easy
Procurement
Step by Step
Validated Design
1 2 3 4
24/7 Support
5
Training & Consulting
Services
18cumulusnetworks.com
Stay in Touch — @cumulusnetworks
Questions — sales@cumulusnetworks.com
ADD TO CART
© 2015 Cumulus Networks. All rights reserved. CUMULUS, the Cumulus Logo, CUMULUS NETWORKS, and the Rocket Turtle Logo (the “Marks”) are trademarks and service marks
of Cumulus Networks, Inc. in the U.S. and other countries. You are not permitted to use the Marks without the prior written consent of Cumulus Networks. The registered trademark
Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis. All other marks are used under fair use or
license from their respective owners.
§ Thank You!
cumulusnetworks.com 19
Unleashing the Power of Open Networking

Contenu connexe

Tendances

[OpenStack Days Korea 2016] Track1 - Mellanox CloudX - Acceleration for Cloud...
[OpenStack Days Korea 2016] Track1 - Mellanox CloudX - Acceleration for Cloud...[OpenStack Days Korea 2016] Track1 - Mellanox CloudX - Acceleration for Cloud...
[OpenStack Days Korea 2016] Track1 - Mellanox CloudX - Acceleration for Cloud...OpenStack Korea Community
 
Webinar- Tea for the Tillerman
Webinar- Tea for the TillermanWebinar- Tea for the Tillerman
Webinar- Tea for the TillermanCumulus Networks
 
Making the Switch to Bare Metal and Open Networking
Making the Switch to Bare Metal and Open NetworkingMaking the Switch to Bare Metal and Open Networking
Making the Switch to Bare Metal and Open NetworkingCumulus Networks
 
OVHcloud Hosted Private Cloud Platform Network use cases with VMware NSX
OVHcloud Hosted Private Cloud Platform Network use cases with VMware NSXOVHcloud Hosted Private Cloud Platform Network use cases with VMware NSX
OVHcloud Hosted Private Cloud Platform Network use cases with VMware NSXOVHcloud
 
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'OpenStack Korea Community
 
Osdc2014 openstack networking yves_fauser
Osdc2014 openstack networking yves_fauserOsdc2014 openstack networking yves_fauser
Osdc2014 openstack networking yves_fauseryfauser
 
[OpenStack Day in Korea 2015] Track 3-4 - Software Defined Storage (SDS) and ...
[OpenStack Day in Korea 2015] Track 3-4 - Software Defined Storage (SDS) and ...[OpenStack Day in Korea 2015] Track 3-4 - Software Defined Storage (SDS) and ...
[OpenStack Day in Korea 2015] Track 3-4 - Software Defined Storage (SDS) and ...OpenStack Korea Community
 
Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...
Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...
Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...Cloud Native Day Tel Aviv
 
[OpenStack 하반기 스터디] HA using DVR
[OpenStack 하반기 스터디] HA using DVR[OpenStack 하반기 스터디] HA using DVR
[OpenStack 하반기 스터디] HA using DVROpenStack Korea Community
 
Microservices Network Architecture 101
Microservices Network Architecture 101Microservices Network Architecture 101
Microservices Network Architecture 101Cumulus Networks
 
[2015-05월 세미나] Network Bottlenecks Mutiply with NFV Don't Forget Performance ...
[2015-05월 세미나] Network Bottlenecks Mutiply with NFV Don't Forget Performance ...[2015-05월 세미나] Network Bottlenecks Mutiply with NFV Don't Forget Performance ...
[2015-05월 세미나] Network Bottlenecks Mutiply with NFV Don't Forget Performance ...OpenStack Korea Community
 
The Need for Complex Analytics from Forwarding Pipelines
The Need for Complex Analytics from Forwarding Pipelines The Need for Complex Analytics from Forwarding Pipelines
The Need for Complex Analytics from Forwarding Pipelines Netronome
 
Understanding and deploying Network Virtualization
Understanding and deploying Network VirtualizationUnderstanding and deploying Network Virtualization
Understanding and deploying Network VirtualizationSDN Hub
 
Network and Service Virtualization tutorial at ONUG Spring 2015
Network and Service Virtualization tutorial at ONUG Spring 2015Network and Service Virtualization tutorial at ONUG Spring 2015
Network and Service Virtualization tutorial at ONUG Spring 2015SDN Hub
 
PLNOG16: IOS XR – 12 lat innowacji, Krzysztof Mazepa
PLNOG16: IOS XR – 12 lat innowacji, Krzysztof MazepaPLNOG16: IOS XR – 12 lat innowacji, Krzysztof Mazepa
PLNOG16: IOS XR – 12 lat innowacji, Krzysztof MazepaPROIDEA
 
NSX, API, Automation and Unicorns
NSX, API, Automation and UnicornsNSX, API, Automation and Unicorns
NSX, API, Automation and UnicornsRomain DECKER
 
OpenStack Networks the Web-Scale Way - Scott Laffer, Cumulus Networks
OpenStack Networks the Web-Scale Way - Scott Laffer, Cumulus NetworksOpenStack Networks the Web-Scale Way - Scott Laffer, Cumulus Networks
OpenStack Networks the Web-Scale Way - Scott Laffer, Cumulus NetworksOpenStack
 
Orchestration tool roundup kubernetes vs. docker vs. heat vs. terra form vs...
Orchestration tool roundup   kubernetes vs. docker vs. heat vs. terra form vs...Orchestration tool roundup   kubernetes vs. docker vs. heat vs. terra form vs...
Orchestration tool roundup kubernetes vs. docker vs. heat vs. terra form vs...Nati Shalom
 
[OpenStack Day in Korea 2015] Track 3-6 - Archiectural Overview of the Open S...
[OpenStack Day in Korea 2015] Track 3-6 - Archiectural Overview of the Open S...[OpenStack Day in Korea 2015] Track 3-6 - Archiectural Overview of the Open S...
[OpenStack Day in Korea 2015] Track 3-6 - Archiectural Overview of the Open S...OpenStack Korea Community
 

Tendances (20)

[OpenStack Days Korea 2016] Track1 - Mellanox CloudX - Acceleration for Cloud...
[OpenStack Days Korea 2016] Track1 - Mellanox CloudX - Acceleration for Cloud...[OpenStack Days Korea 2016] Track1 - Mellanox CloudX - Acceleration for Cloud...
[OpenStack Days Korea 2016] Track1 - Mellanox CloudX - Acceleration for Cloud...
 
Webinar- Tea for the Tillerman
Webinar- Tea for the TillermanWebinar- Tea for the Tillerman
Webinar- Tea for the Tillerman
 
Making the Switch to Bare Metal and Open Networking
Making the Switch to Bare Metal and Open NetworkingMaking the Switch to Bare Metal and Open Networking
Making the Switch to Bare Metal and Open Networking
 
OVHcloud Hosted Private Cloud Platform Network use cases with VMware NSX
OVHcloud Hosted Private Cloud Platform Network use cases with VMware NSXOVHcloud Hosted Private Cloud Platform Network use cases with VMware NSX
OVHcloud Hosted Private Cloud Platform Network use cases with VMware NSX
 
What is 3d torus
What is 3d torusWhat is 3d torus
What is 3d torus
 
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
 
Osdc2014 openstack networking yves_fauser
Osdc2014 openstack networking yves_fauserOsdc2014 openstack networking yves_fauser
Osdc2014 openstack networking yves_fauser
 
[OpenStack Day in Korea 2015] Track 3-4 - Software Defined Storage (SDS) and ...
[OpenStack Day in Korea 2015] Track 3-4 - Software Defined Storage (SDS) and ...[OpenStack Day in Korea 2015] Track 3-4 - Software Defined Storage (SDS) and ...
[OpenStack Day in Korea 2015] Track 3-4 - Software Defined Storage (SDS) and ...
 
Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...
Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...
Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...
 
[OpenStack 하반기 스터디] HA using DVR
[OpenStack 하반기 스터디] HA using DVR[OpenStack 하반기 스터디] HA using DVR
[OpenStack 하반기 스터디] HA using DVR
 
Microservices Network Architecture 101
Microservices Network Architecture 101Microservices Network Architecture 101
Microservices Network Architecture 101
 
[2015-05월 세미나] Network Bottlenecks Mutiply with NFV Don't Forget Performance ...
[2015-05월 세미나] Network Bottlenecks Mutiply with NFV Don't Forget Performance ...[2015-05월 세미나] Network Bottlenecks Mutiply with NFV Don't Forget Performance ...
[2015-05월 세미나] Network Bottlenecks Mutiply with NFV Don't Forget Performance ...
 
The Need for Complex Analytics from Forwarding Pipelines
The Need for Complex Analytics from Forwarding Pipelines The Need for Complex Analytics from Forwarding Pipelines
The Need for Complex Analytics from Forwarding Pipelines
 
Understanding and deploying Network Virtualization
Understanding and deploying Network VirtualizationUnderstanding and deploying Network Virtualization
Understanding and deploying Network Virtualization
 
Network and Service Virtualization tutorial at ONUG Spring 2015
Network and Service Virtualization tutorial at ONUG Spring 2015Network and Service Virtualization tutorial at ONUG Spring 2015
Network and Service Virtualization tutorial at ONUG Spring 2015
 
PLNOG16: IOS XR – 12 lat innowacji, Krzysztof Mazepa
PLNOG16: IOS XR – 12 lat innowacji, Krzysztof MazepaPLNOG16: IOS XR – 12 lat innowacji, Krzysztof Mazepa
PLNOG16: IOS XR – 12 lat innowacji, Krzysztof Mazepa
 
NSX, API, Automation and Unicorns
NSX, API, Automation and UnicornsNSX, API, Automation and Unicorns
NSX, API, Automation and Unicorns
 
OpenStack Networks the Web-Scale Way - Scott Laffer, Cumulus Networks
OpenStack Networks the Web-Scale Way - Scott Laffer, Cumulus NetworksOpenStack Networks the Web-Scale Way - Scott Laffer, Cumulus Networks
OpenStack Networks the Web-Scale Way - Scott Laffer, Cumulus Networks
 
Orchestration tool roundup kubernetes vs. docker vs. heat vs. terra form vs...
Orchestration tool roundup   kubernetes vs. docker vs. heat vs. terra form vs...Orchestration tool roundup   kubernetes vs. docker vs. heat vs. terra form vs...
Orchestration tool roundup kubernetes vs. docker vs. heat vs. terra form vs...
 
[OpenStack Day in Korea 2015] Track 3-6 - Archiectural Overview of the Open S...
[OpenStack Day in Korea 2015] Track 3-6 - Archiectural Overview of the Open S...[OpenStack Day in Korea 2015] Track 3-6 - Archiectural Overview of the Open S...
[OpenStack Day in Korea 2015] Track 3-6 - Archiectural Overview of the Open S...
 

En vedette

20ten final presentation-Cumulus
20ten final presentation-Cumulus20ten final presentation-Cumulus
20ten final presentation-Cumulusjulianasur
 
Cumulus Networks Overview
Cumulus Networks OverviewCumulus Networks Overview
Cumulus Networks OverviewAdam Lorts
 
Open stack ucb virt theory
Open stack ucb virt theoryOpen stack ucb virt theory
Open stack ucb virt theoryhnwilcox
 
ONIE / Cumulus Networks Webinar
ONIE / Cumulus Networks WebinarONIE / Cumulus Networks Webinar
ONIE / Cumulus Networks WebinarCumulus Networks
 
Open Network OS Overview as of 2015/10/16
Open Network OS Overview as of 2015/10/16Open Network OS Overview as of 2015/10/16
Open Network OS Overview as of 2015/10/16Kentaro Ebisawa
 
Ansible & Cumulus Networks - Simplify Network Automation
Ansible & Cumulus Networks - Simplify Network AutomationAnsible & Cumulus Networks - Simplify Network Automation
Ansible & Cumulus Networks - Simplify Network AutomationCumulus Networks
 
VMware NSX + Cumulus Networks: Software Defined Networking
VMware NSX + Cumulus Networks: Software Defined NetworkingVMware NSX + Cumulus Networks: Software Defined Networking
VMware NSX + Cumulus Networks: Software Defined NetworkingCumulus Networks
 
現代 IT 人一定要知道的 Ansible 自動化組態技巧
現代 IT 人一定要知道的 Ansible 自動化組態技巧現代 IT 人一定要知道的 Ansible 自動化組態技巧
現代 IT 人一定要知道的 Ansible 自動化組態技巧Chu-Siang Lai
 
Building Scalable Data Center Networks
Building Scalable Data Center NetworksBuilding Scalable Data Center Networks
Building Scalable Data Center NetworksCumulus Networks
 

En vedette (11)

20ten final presentation-Cumulus
20ten final presentation-Cumulus20ten final presentation-Cumulus
20ten final presentation-Cumulus
 
Cumulus Networks Overview
Cumulus Networks OverviewCumulus Networks Overview
Cumulus Networks Overview
 
Open stack ucb virt theory
Open stack ucb virt theoryOpen stack ucb virt theory
Open stack ucb virt theory
 
ONIE / Cumulus Networks Webinar
ONIE / Cumulus Networks WebinarONIE / Cumulus Networks Webinar
ONIE / Cumulus Networks Webinar
 
Open Network OS Overview as of 2015/10/16
Open Network OS Overview as of 2015/10/16Open Network OS Overview as of 2015/10/16
Open Network OS Overview as of 2015/10/16
 
Cumulus Linux 2.5.3
Cumulus Linux 2.5.3Cumulus Linux 2.5.3
Cumulus Linux 2.5.3
 
OCP Switch Overview
OCP Switch OverviewOCP Switch Overview
OCP Switch Overview
 
Ansible & Cumulus Networks - Simplify Network Automation
Ansible & Cumulus Networks - Simplify Network AutomationAnsible & Cumulus Networks - Simplify Network Automation
Ansible & Cumulus Networks - Simplify Network Automation
 
VMware NSX + Cumulus Networks: Software Defined Networking
VMware NSX + Cumulus Networks: Software Defined NetworkingVMware NSX + Cumulus Networks: Software Defined Networking
VMware NSX + Cumulus Networks: Software Defined Networking
 
現代 IT 人一定要知道的 Ansible 自動化組態技巧
現代 IT 人一定要知道的 Ansible 自動化組態技巧現代 IT 人一定要知道的 Ansible 自動化組態技巧
現代 IT 人一定要知道的 Ansible 自動化組態技巧
 
Building Scalable Data Center Networks
Building Scalable Data Center NetworksBuilding Scalable Data Center Networks
Building Scalable Data Center Networks
 

Similaire à Cumulus Linux 2.5 Guide Simplifies Data Center Networking

Unleash the Power of Open Networking
Unleash the Power of Open NetworkingUnleash the Power of Open Networking
Unleash the Power of Open NetworkingCumulus Networks
 
Simplifying OpenStack Networks with Routing on the Host: Gerard Chami + Scott...
Simplifying OpenStack Networks with Routing on the Host: Gerard Chami + Scott...Simplifying OpenStack Networks with Routing on the Host: Gerard Chami + Scott...
Simplifying OpenStack Networks with Routing on the Host: Gerard Chami + Scott...OpenStack
 
Cumulus Linux 2.2 Overview
Cumulus Linux 2.2 OverviewCumulus Linux 2.2 Overview
Cumulus Linux 2.2 OverviewCumulus Networks
 
VMworld 2013: Virtualized Network Services Model with VMware NSX
VMworld 2013: Virtualized Network Services Model with VMware NSX VMworld 2013: Virtualized Network Services Model with VMware NSX
VMworld 2013: Virtualized Network Services Model with VMware NSX VMworld
 
Using linux to manage the entire rack
Using linux to manage the entire rackUsing linux to manage the entire rack
Using linux to manage the entire rackCumulus Networks
 
Reference design for v mware nsx
Reference design for v mware nsxReference design for v mware nsx
Reference design for v mware nsxsolarisyougood
 
Modern Data Center Network Architecture - The house that Clos built
Modern Data Center Network Architecture - The house that Clos builtModern Data Center Network Architecture - The house that Clos built
Modern Data Center Network Architecture - The house that Clos builtCumulus Networks
 
NSX: La Virtualizzazione di Rete e il Futuro della Sicurezza
NSX: La Virtualizzazione di Rete e il Futuro della SicurezzaNSX: La Virtualizzazione di Rete e il Futuro della Sicurezza
NSX: La Virtualizzazione di Rete e il Futuro della SicurezzaVMUG IT
 
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...nvirters
 
Lenovo networking: top of the top of the rack
Lenovo networking: top of the top of the rackLenovo networking: top of the top of the rack
Lenovo networking: top of the top of the rackLenovo Data Center
 
Dragonflow Austin Summit Talk
Dragonflow Austin Summit Talk Dragonflow Austin Summit Talk
Dragonflow Austin Summit Talk Eran Gampel
 
OpenStack Networking and Automation
OpenStack Networking and AutomationOpenStack Networking and Automation
OpenStack Networking and AutomationAdam Johnson
 
VMworld 2013: Designing Network Virtualization for Data-Centers: Greenfield D...
VMworld 2013: Designing Network Virtualization for Data-Centers: Greenfield D...VMworld 2013: Designing Network Virtualization for Data-Centers: Greenfield D...
VMworld 2013: Designing Network Virtualization for Data-Centers: Greenfield D...VMworld
 
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco InfrastructureVMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco InfrastructureVMworld
 
Cisco UCS Integrated Infrastructure for Big Data with Cassandra
Cisco UCS Integrated Infrastructure for Big Data with CassandraCisco UCS Integrated Infrastructure for Big Data with Cassandra
Cisco UCS Integrated Infrastructure for Big Data with CassandraDataStax Academy
 
Understanding network and service virtualization
Understanding network and service virtualizationUnderstanding network and service virtualization
Understanding network and service virtualizationSDN Hub
 
VMworld 2013: Advanced VMware NSX Architecture
VMworld 2013: Advanced VMware NSX Architecture VMworld 2013: Advanced VMware NSX Architecture
VMworld 2013: Advanced VMware NSX Architecture VMworld
 
NFD9 - David Sinn, Real World Examples
NFD9 - David Sinn, Real World ExamplesNFD9 - David Sinn, Real World Examples
NFD9 - David Sinn, Real World ExamplesCumulus Networks
 

Similaire à Cumulus Linux 2.5 Guide Simplifies Data Center Networking (20)

Unleash the Power of Open Networking
Unleash the Power of Open NetworkingUnleash the Power of Open Networking
Unleash the Power of Open Networking
 
Big data, better networks
Big data, better networksBig data, better networks
Big data, better networks
 
Simplifying OpenStack Networks with Routing on the Host: Gerard Chami + Scott...
Simplifying OpenStack Networks with Routing on the Host: Gerard Chami + Scott...Simplifying OpenStack Networks with Routing on the Host: Gerard Chami + Scott...
Simplifying OpenStack Networks with Routing on the Host: Gerard Chami + Scott...
 
Accelerated SDN in Azure
Accelerated SDN in AzureAccelerated SDN in Azure
Accelerated SDN in Azure
 
Cumulus Linux 2.2 Overview
Cumulus Linux 2.2 OverviewCumulus Linux 2.2 Overview
Cumulus Linux 2.2 Overview
 
VMworld 2013: Virtualized Network Services Model with VMware NSX
VMworld 2013: Virtualized Network Services Model with VMware NSX VMworld 2013: Virtualized Network Services Model with VMware NSX
VMworld 2013: Virtualized Network Services Model with VMware NSX
 
Using linux to manage the entire rack
Using linux to manage the entire rackUsing linux to manage the entire rack
Using linux to manage the entire rack
 
Reference design for v mware nsx
Reference design for v mware nsxReference design for v mware nsx
Reference design for v mware nsx
 
Modern Data Center Network Architecture - The house that Clos built
Modern Data Center Network Architecture - The house that Clos builtModern Data Center Network Architecture - The house that Clos built
Modern Data Center Network Architecture - The house that Clos built
 
NSX: La Virtualizzazione di Rete e il Futuro della Sicurezza
NSX: La Virtualizzazione di Rete e il Futuro della SicurezzaNSX: La Virtualizzazione di Rete e il Futuro della Sicurezza
NSX: La Virtualizzazione di Rete e il Futuro della Sicurezza
 
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
 
Lenovo networking: top of the top of the rack
Lenovo networking: top of the top of the rackLenovo networking: top of the top of the rack
Lenovo networking: top of the top of the rack
 
Dragonflow Austin Summit Talk
Dragonflow Austin Summit Talk Dragonflow Austin Summit Talk
Dragonflow Austin Summit Talk
 
OpenStack Networking and Automation
OpenStack Networking and AutomationOpenStack Networking and Automation
OpenStack Networking and Automation
 
VMworld 2013: Designing Network Virtualization for Data-Centers: Greenfield D...
VMworld 2013: Designing Network Virtualization for Data-Centers: Greenfield D...VMworld 2013: Designing Network Virtualization for Data-Centers: Greenfield D...
VMworld 2013: Designing Network Virtualization for Data-Centers: Greenfield D...
 
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco InfrastructureVMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
 
Cisco UCS Integrated Infrastructure for Big Data with Cassandra
Cisco UCS Integrated Infrastructure for Big Data with CassandraCisco UCS Integrated Infrastructure for Big Data with Cassandra
Cisco UCS Integrated Infrastructure for Big Data with Cassandra
 
Understanding network and service virtualization
Understanding network and service virtualizationUnderstanding network and service virtualization
Understanding network and service virtualization
 
VMworld 2013: Advanced VMware NSX Architecture
VMworld 2013: Advanced VMware NSX Architecture VMworld 2013: Advanced VMware NSX Architecture
VMworld 2013: Advanced VMware NSX Architecture
 
NFD9 - David Sinn, Real World Examples
NFD9 - David Sinn, Real World ExamplesNFD9 - David Sinn, Real World Examples
NFD9 - David Sinn, Real World Examples
 

Plus de Cumulus Networks

Building a Layer 3 network with Cumulus Linux
Building a Layer 3 network with Cumulus LinuxBuilding a Layer 3 network with Cumulus Linux
Building a Layer 3 network with Cumulus LinuxCumulus Networks
 
Operationalizing EVPN in the Data Center: Part 2
Operationalizing EVPN in the Data Center: Part 2Operationalizing EVPN in the Data Center: Part 2
Operationalizing EVPN in the Data Center: Part 2Cumulus Networks
 
Demystifying EVPN in the data center: Part 1 in 2 episode series
Demystifying EVPN in the data center: Part 1 in 2 episode seriesDemystifying EVPN in the data center: Part 1 in 2 episode series
Demystifying EVPN in the data center: Part 1 in 2 episode seriesCumulus Networks
 
Best practices for network troubleshooting
Best practices for network troubleshootingBest practices for network troubleshooting
Best practices for network troubleshootingCumulus Networks
 
NetDevOps 202: Life After Configuration
NetDevOps 202: Life After ConfigurationNetDevOps 202: Life After Configuration
NetDevOps 202: Life After ConfigurationCumulus Networks
 
Cumulus Networks: Automating Network Configuration
Cumulus Networks: Automating Network ConfigurationCumulus Networks: Automating Network Configuration
Cumulus Networks: Automating Network ConfigurationCumulus Networks
 
How deep is your buffer – Demystifying buffers and application performance
How deep is your buffer – Demystifying buffers and application performanceHow deep is your buffer – Demystifying buffers and application performance
How deep is your buffer – Demystifying buffers and application performanceCumulus Networks
 
Demystifying Networking: Data Center Networking Trends 2017
Demystifying Networking: Data Center Networking Trends 2017Demystifying Networking: Data Center Networking Trends 2017
Demystifying Networking: Data Center Networking Trends 2017Cumulus Networks
 
Network Architecture for Containers
Network Architecture for ContainersNetwork Architecture for Containers
Network Architecture for ContainersCumulus Networks
 
Webinar: Network Automation [Tips & Tricks]
Webinar: Network Automation [Tips & Tricks]Webinar: Network Automation [Tips & Tricks]
Webinar: Network Automation [Tips & Tricks]Cumulus Networks
 
July NYC Open Networking Meeup
July NYC Open Networking MeeupJuly NYC Open Networking Meeup
July NYC Open Networking MeeupCumulus Networks
 
Demystifying Networking Webinar Series- Routing on the Host
Demystifying Networking Webinar Series- Routing on the HostDemystifying Networking Webinar Series- Routing on the Host
Demystifying Networking Webinar Series- Routing on the HostCumulus Networks
 
Ifupdown2: Network Interface Manager
Ifupdown2: Network Interface ManagerIfupdown2: Network Interface Manager
Ifupdown2: Network Interface ManagerCumulus Networks
 
Operationalizing VRF in the Data Center
Operationalizing VRF in the Data CenterOperationalizing VRF in the Data Center
Operationalizing VRF in the Data CenterCumulus Networks
 
Linux networking is Awesome!
Linux networking is Awesome!Linux networking is Awesome!
Linux networking is Awesome!Cumulus Networks
 
Webinar-Linux Networking is Awesome
Webinar-Linux Networking is AwesomeWebinar-Linux Networking is Awesome
Webinar-Linux Networking is AwesomeCumulus Networks
 
Dreamhost deploying dreamcompute at scale
Dreamhost deploying dreamcompute at scaleDreamhost deploying dreamcompute at scale
Dreamhost deploying dreamcompute at scaleCumulus Networks
 
Operationalizing BGP in the SDDC
Operationalizing BGP in the SDDCOperationalizing BGP in the SDDC
Operationalizing BGP in the SDDCCumulus Networks
 
Manage your switches like servers
Manage your switches like serversManage your switches like servers
Manage your switches like serversCumulus Networks
 
Cumulus Linux 2.5.5 What's New
Cumulus Linux 2.5.5 What's NewCumulus Linux 2.5.5 What's New
Cumulus Linux 2.5.5 What's NewCumulus Networks
 

Plus de Cumulus Networks (20)

Building a Layer 3 network with Cumulus Linux
Building a Layer 3 network with Cumulus LinuxBuilding a Layer 3 network with Cumulus Linux
Building a Layer 3 network with Cumulus Linux
 
Operationalizing EVPN in the Data Center: Part 2
Operationalizing EVPN in the Data Center: Part 2Operationalizing EVPN in the Data Center: Part 2
Operationalizing EVPN in the Data Center: Part 2
 
Demystifying EVPN in the data center: Part 1 in 2 episode series
Demystifying EVPN in the data center: Part 1 in 2 episode seriesDemystifying EVPN in the data center: Part 1 in 2 episode series
Demystifying EVPN in the data center: Part 1 in 2 episode series
 
Best practices for network troubleshooting
Best practices for network troubleshootingBest practices for network troubleshooting
Best practices for network troubleshooting
 
NetDevOps 202: Life After Configuration
NetDevOps 202: Life After ConfigurationNetDevOps 202: Life After Configuration
NetDevOps 202: Life After Configuration
 
Cumulus Networks: Automating Network Configuration
Cumulus Networks: Automating Network ConfigurationCumulus Networks: Automating Network Configuration
Cumulus Networks: Automating Network Configuration
 
How deep is your buffer – Demystifying buffers and application performance
How deep is your buffer – Demystifying buffers and application performanceHow deep is your buffer – Demystifying buffers and application performance
How deep is your buffer – Demystifying buffers and application performance
 
Demystifying Networking: Data Center Networking Trends 2017
Demystifying Networking: Data Center Networking Trends 2017Demystifying Networking: Data Center Networking Trends 2017
Demystifying Networking: Data Center Networking Trends 2017
 
Network Architecture for Containers
Network Architecture for ContainersNetwork Architecture for Containers
Network Architecture for Containers
 
Webinar: Network Automation [Tips & Tricks]
Webinar: Network Automation [Tips & Tricks]Webinar: Network Automation [Tips & Tricks]
Webinar: Network Automation [Tips & Tricks]
 
July NYC Open Networking Meeup
July NYC Open Networking MeeupJuly NYC Open Networking Meeup
July NYC Open Networking Meeup
 
Demystifying Networking Webinar Series- Routing on the Host
Demystifying Networking Webinar Series- Routing on the HostDemystifying Networking Webinar Series- Routing on the Host
Demystifying Networking Webinar Series- Routing on the Host
 
Ifupdown2: Network Interface Manager
Ifupdown2: Network Interface ManagerIfupdown2: Network Interface Manager
Ifupdown2: Network Interface Manager
 
Operationalizing VRF in the Data Center
Operationalizing VRF in the Data CenterOperationalizing VRF in the Data Center
Operationalizing VRF in the Data Center
 
Linux networking is Awesome!
Linux networking is Awesome!Linux networking is Awesome!
Linux networking is Awesome!
 
Webinar-Linux Networking is Awesome
Webinar-Linux Networking is AwesomeWebinar-Linux Networking is Awesome
Webinar-Linux Networking is Awesome
 
Dreamhost deploying dreamcompute at scale
Dreamhost deploying dreamcompute at scaleDreamhost deploying dreamcompute at scale
Dreamhost deploying dreamcompute at scale
 
Operationalizing BGP in the SDDC
Operationalizing BGP in the SDDCOperationalizing BGP in the SDDC
Operationalizing BGP in the SDDC
 
Manage your switches like servers
Manage your switches like serversManage your switches like servers
Manage your switches like servers
 
Cumulus Linux 2.5.5 What's New
Cumulus Linux 2.5.5 What's NewCumulus Linux 2.5.5 What's New
Cumulus Linux 2.5.5 What's New
 

Dernier

Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)jennyeacort
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...Technogeeks
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Rob Geurden
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceBrainSell Technologies
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 
Cyber security and its impact on E commerce
Cyber security and its impact on E commerceCyber security and its impact on E commerce
Cyber security and its impact on E commercemanigoyal112
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfAlina Yurenko
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationBradBedford3
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLionel Briand
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Angel Borroy López
 
Innovate and Collaborate- Harnessing the Power of Open Source Software.pdf
Innovate and Collaborate- Harnessing the Power of Open Source Software.pdfInnovate and Collaborate- Harnessing the Power of Open Source Software.pdf
Innovate and Collaborate- Harnessing the Power of Open Source Software.pdfYashikaSharma391629
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsSafe Software
 
Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Mater
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtimeandrehoraa
 

Dernier (20)

Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
 
2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. Salesforce
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 
Cyber security and its impact on E commerce
Cyber security and its impact on E commerceCyber security and its impact on E commerce
Cyber security and its impact on E commerce
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion Application
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and Repair
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
 
Innovate and Collaborate- Harnessing the Power of Open Source Software.pdf
Innovate and Collaborate- Harnessing the Power of Open Source Software.pdfInnovate and Collaborate- Harnessing the Power of Open Source Software.pdf
Innovate and Collaborate- Harnessing the Power of Open Source Software.pdf
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtime
 
Advantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your BusinessAdvantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your Business
 

Cumulus Linux 2.5 Guide Simplifies Data Center Networking

  • 2. Cumulus Linux 2.5 § Making it easier for organizations of all sizes to adopt modern data center networking cumulusnetworks.com 2
  • 3. Cumulus Linux Use Cases Expand cumulusnetworks.com 3 Linux as a platform for…. Enterprise Solutions Network Virtualization Overlays High Capacity IP networks 1.5 2.0 2.5
  • 4. What’s new with Cumulus Linux 2.5? §  Validated design guides for key IT Initiatives •  Simplify modern data center adoption for 3 key use cases §  Choice of network architectures •  Simplify path to modern data center network architectures cumulusnetworks.com 4 Virtualization OpenStack Big Data
  • 5. Simplifying the Transition with Validated Designs cumulusnetworks.com 5 § Validated Designs: §  Starting point for customer deployment §  Designs tested in-house with configuration files provided for reference §  Detailed, step-by-step procedures and guidance § Target Audience: §  Data center architect or administrator who is familiar with Linux and the use case § Results: §  Accelerates Adoption §  Lowers Risk associated with new deployment VMware® vSphere and Cumulus Networks® Validated Solution Guide Deploying VMware ® vSphere with Cumulus ® Linux ® Switches Big Data Hadoop and Cumulus Networks® Validated Solution Guide Deploying Apache Hadoop with Cumulus ® Linux ® Switches 0 0 00 0 0 0 00 0 0 01 1 0 1 11 1 1 1 11 1 1 11 1 Available with Cumulus Linux 2.5
  • 6. Cumulus Linux for Virtualized Server Environments using vSphere cumulusnetworks.com 6 § Enable SDDC across compute, storage and network §  Choice of industry standard hardware §  Rich Ecosystem with automation tools and services §  L2 architecture with MLAG Virtualized Server Applications and Ecosystem Industry Standard Server Physical Storage Physical NIC and Network Industry Standard Network Switch vCPU vRAM Datastore Virtual Disk vNIC vSwitch vDS Hardware Accelerated IPv4/IPv6 Network Routing and Switching Compute Storage Networking vSphere (Hypervisor) Linux Network OS Virtual SAN Vmware vSphere
  • 7. Cumulus Linux for Cloud Orchestration using OpenStack cumulusnetworks.com 7 Cloud Orchestration Your Applications OPENSTACK CLOUD OPERATING SYSTEM OpenStack Shared Services Hardware Accelereated IPv4/IPv6 Network Routing and Switching Industry Standard Network Switch Physical StorageIndustry Standard Server APIs OpenStack Dashboard Compute Networking Storage §  Open Source based solution on bare metal hardware, nova-net plugin §  Resource automation §  OpenStack: Virtual resources §  Linux tools: Physical resources §  OpenStack Solutions §  OpenStack distribution partners §  Network overlay partners §  Custom OpenStack solution OpenStack
  • 8. Cumulus Linux for Big Data Environments using Hadoop cumulusnetworks.com 8 Spine Leaf L3 Fabric Map Reduce Big Data § Big Data Hadoop Benefits §  Affordable capacity based on bare metal hardware §  Scalable IP Clos Fabrics §  Converged administration of server and networking hardware §  Rapid Deployment: Automation, Operational consistency §  Easy Customization •  Linux & PTM for locality optimization Hadoop
  • 9. Simplifying transition with CL 2.5: Choice of Network Architectures IP Fabric §  Simple IP Clos fabric §  High capacity, scalable networking Spine Leaf L3 Fabric Cumulus Linux 1.5 and 2.0: Layer 3 architectures §  L2 active/active with MLAG §  Drop in existing architecture L2 Network Aggregation Access L3 L2 Enabling Choice: Layer 2 and Layer 3 with Cumulus Linux 2.5 §  Flexible, virtual networking §  Network overlay integration IP Fabric with Network Overlays Spine Leaf VNI Blue & Red 9cumulusnetworks.com
  • 10. CL2.5 New Features § Layer 2 Features §  MLAG §  VRR – Active/active first hop redundancy protocol §  VLAN Scale §  LACP Bypass § Routing Enhancements § Others: QoS Enhancements cumulusnetworks.com 10
  • 11. Cumulus Linux 2.5 – MLAG cumulusnetworks.com 11 § MLAG §  Dual-Attached solutions for capacity/redundancy §  Simple migration path for existing L2 solutions §  Operational consistency with scaled-out IP Fabrics § How? §  Implemented via clagd & associated commands §  Bonding provides multi-pathing §  Leverage existing LACP protocol •  LACP is easy to diagnose auto peer-link.4000 iface peer-link.4000 inet static address 169.254.0.1 netmask 255.255.255.252 clagd-peer-ip 169.254.0.2 clagd-sys-mac 44:38:39:ff:00:01 clagd-priority 8192 Aggregation Access
  • 12. Cumulus Linux 2.5 – VRR cumulusnetworks.com 12 § Virtual Router Redundancy: §  Provides default gateway redundancy (vIP) §  Protocol-free redundancy mechanism •  It is not VRRP, it is VRR! §  Active-active FHRP §  Enhancements in CL2.5 •  Supports Router Redundancy beyond host connectivity •  Integration with ifupdown2 L3 L2 10.0.0.10 Default GW: 10.0.0.1 VRR – 10.0.0.1 VRR – 10.0.0.1 10.0.0.11 Default GW: 10.0.0.1 auto bridge.100 iface bridge.100 address <ipaddr> hwaddress <mac> bridge-stp on address-virtual <mac> <ip1>
  • 13. Cumulus Linux 2.5 – VLAN Scale cumulusnetworks.com 13 § VLAN-aware Bridges §  New 802.1Q Linux bridge driver §  Enables VLAN Scale •  VLAN-aware bridge scales to 2000 VLANs §  Single instance spanning tree •  Supports STP, RSTP §  Ifupdown2 Configuration §  Migration path: mixed mode support •  Recommended for migration only Bridge 100 Bridge VLAN-awarePer-VLAN VLAN 100 VLAN 1-10, 100, 200 auto bridge iface bridge bridge-vlan-aware yes bridge-ports glob swp1-52 bridge-stp on bridge-vids 1-10 100 200 auto vlan100 iface vlan100 bridge-ports swp1.100 swp2.100 bridge-stp on
  • 14. Cumulus Linux 2.5 – VLAN Scale (continued) cumulusnetworks.com 14 § Configuration Simplification §  VLAN independent inclusion of ports §  Port specific configuration now set on ports auto swp1 iface swp1 bridge-access 100 mstpctl-portautoedge yes mstpctl-bpduguard yes Access port to VLAN 100 auto swp2 iface swp2 bridge-vids 10 100 200 mstpctl-portautoedge yes mstpctl-bpduguard yes Trunk with specific VLAN IDs auto bridge iface bridge bridge-vlan-aware yes bridge-ports glob swp1-52 bridge-stp on bridge-vids 1-10 100 200 VLAN-aware Bridge auto swp49 iface swp49 mstpctl-portpathcost 10 Trunk all VLANS (default)
  • 15. Cumulus Linux 2.5 – LACP Bypass cumulusnetworks.com 15 § LACP fallback mechanism §  Use Case: PXE boot for host connected to switch via LACP §  Bypasses LACP protocol negotiation •  LACP negotiation takes over when LACP partner is detected PXE Boot Ifupdown2 BOND Configuration: bond lacp-bypass-allow 1 bond lacp-bypass-period 120 bond lacp-bypass-priority 1 Ifupdown2 BOND Configuration: bond lacp-bypass-allow 1 bond lacp-bypass-period 120 bond lacp-bypass-priority 2
  • 16. Cumulus Linux 2.5 – Routing Enhancements cumulusnetworks.com 16 §  Open Source Quagga §  Contributions: •  Cumulus Networks is contributing all enhancements to Quagga (includes major updates for OSPF, BGP) §  Large Community •  Vendors using Quagga include: Vyatta, Pluribus Networks, Midokura, PLUMgrid, 6WIND •  Top Cloud providers and large hosting providers have used it for many years §  Cumulus Linux Routing & Automation: §  Non-modal (iproute style) commands §  Automation optimization (CL 2.5 Experimental) •  Apply configuration modifications only §  CL2.5 Routing Enhancements §  Scalability •  update-groups, large number of peers §  BGP dynamic neighbors §  Latest Quagga version §  BGP add-path RX - Experimental §  JSON support for some key commands – Experimental §  CL2.1 & 2.2 Routing Enhancements §  Bidirectional Forwarding Detection (BFD) §  Prescriptive Topology Manager (PTM) Integration §  Route-map enhancements §  OSPF Multi-instance support §  Redistribute table support §  Route tags
  • 17. Unleash the Power of Open Networking in Your Data Center § Open Networking with Cumulus Linux §  Empower selection of best of breed ecosystem §  CapEx savings upfront, significant ongoing OpEx savings § Cumulus Networks partners with you on your journey to the Modern Data Center §  Validated Design Guides §  Training and Services cumulusnetworks.com 17
  • 18. Get Started! Risk Free Trial Remote Workbench Regular webinars Global Reach & Easy Procurement Step by Step Validated Design 1 2 3 4 24/7 Support 5 Training & Consulting Services 18cumulusnetworks.com Stay in Touch — @cumulusnetworks Questions — sales@cumulusnetworks.com ADD TO CART
  • 19. © 2015 Cumulus Networks. All rights reserved. CUMULUS, the Cumulus Logo, CUMULUS NETWORKS, and the Rocket Turtle Logo (the “Marks”) are trademarks and service marks of Cumulus Networks, Inc. in the U.S. and other countries. You are not permitted to use the Marks without the prior written consent of Cumulus Networks. The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis. All other marks are used under fair use or license from their respective owners. § Thank You! cumulusnetworks.com 19 Unleashing the Power of Open Networking