Network flow automation and Visibility. Arista Networks France IX

Size: px
Start display at page:

Download "Network flow automation and Visibility. Arista Networks France IX"

Transcription

1 Network flow automation and Visibility Arista Networks France IX

2 Are your workloads moving and scaling at an increased rate? Corporate Overview

3 Are you still waiting for provisioning to happen in seconds not weeks? Corporate Overview

4 Do your operations run 24x7 with no planned downtime? Corporate Overview

5 How to solve the network challenges with solutions shipping today Corporate Overview

6 Agenda Introduction Evolution of Automation in Networking SDN Use Cases Telemetry Q/A 6

7 Introduction 7

8 Data Centre Transport Agreement on the Physical topology Physical Architecture CLOS Leaf/Spine Consistent any-to-any latency/throughput Consistent performance for all racks Fully non-block architecture if required Simple scaling of new racks For the East to West Traffic workflows Spine Layer 10Gbe/40Gbe Layer 2/3 Leaf layer 10Gbe/1Gbe Layer 2/3 Consistent performance, subscription and latency between all racks Consistent performance and latency with scale Architecture built for any-to-any Data center traffic workflows 8

9 Data Centre Transport Building the Layer 3 network Physical CLOS leaf/spine architecture Equal Cost Multi-Pathing for active-active forwarding Standard protocols and Standard hardware, No increase in management or operational cost, minimal risk Strength All links are active, and forwarding traffic Distributed failure domain, with multiple spine topology Mac addressed and VLANs stay in the rack Issue 1U or chassis L3 switch Layer 3 between Leaf and Spine VM cannot move between rack, Layer 3 CLOS topology allows better control of mac and vlan usage Layer 2 within the Rack Subnet-A ECMP Subnet-B Physically Distributed resilient Core Subnet-C L2/L3 switch VXLAN was created to solve this issue Subnet-D ECMP Subnet-E OSPF or BGP Subnet-F 9

10 Virtual extensible LAN Virtual extensible LAN (VXLAN) IETF framework proposal, co-authored by Arista, Vmware, Cisco, Citrix, Red hat and Broadcom Announced at VMworld 2011 Vmotion without a large L2 network VM mobility across Layer 3 boundaries Integrates seamlessly with existing infrastructure Supported in hardware or software (Vshield) Similar standards proposed by Microsoft NVGRE for Microsoft HyperV VM /24 ESX host Subnet A VM /24 Layer 3 Tunnel VM mobility Across Layer 3 subnets Subnet B VM /24 ESX host VM /24 VM mobility within a best practice layer 3 network Architecture 10

11 Overlay Network Overlay Network provides transparency - Scalable Layer 2 services across a layer 3 transport - Decouples the requirements of the Virtualized from the constraints of the physical network - Tenant network transparent to the transport for Layer 3 scale - Multi-Tenancy with 24-bit tenancy ID and overlapping VLANs - Network becomes a flexible bandwidth platform Overlay network Physical Infrastructure VNI 3000 VNI 3000 VNI 2000 Transparent L2 Services Layer 3 Transport Scalable, multi-tenant Layer 2 services transparent to the Layer 3 transport network 11

12 Virtual extensible LAN VXLAN is carrying Ethernet, so it can work for Any VMs, Physical servers Any physical Appliances Load Balancing, FW, Storage, 12

13 The past: Outmoded development models Network Operating Systems were historically bound to specific hardware platforms Required 100% vendor development no customization Had no linkages to other companies applications and platforms Network Operating System Legacy Network Infrastructure time for a change 13

14 The future: Arista architecture for the SDCN Open Partnering: connecting the network to the best and most powerful infrastructurecentric applications available Series of powerful applications to run on the network in distributed system Network Applications Modular distributed system designed to be customized for customer s IT operations Universally capable infrastructure enables any application and workload combination Virtualization think cloud Programmatic and Flexible Network Operating System Universal Cloud Network 14

15 The Foundation is Programmability OpenFlow or other external / internal agent to control custom flow path Native Vmware / Nicira integration into vsphere, vcloud, NSZ - VXLAN Integration with OpenStack to support fully automated provisioning Native API calls with key partners. Enables network automation 15

16 Evolution of Automation in Networking 16

17 OpenStack OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter, all managed through a dashboard that gives administrators control while empowering their users to provision resources through a web interface. Source

18 Openstack Development and Contribution Openstack Quantum only supported a single network device driver - commonly the Open vswitch driver A dual-stack driver to Quantum that enables concurrent physical and virtual network element provisioning Nova Quantum/ Neutron This makes Openstack Quantum deployable and integrated across real world networks OVS Virtual Driver Physical Driver Software Defined Cloud Networks 18

19 VMTracer Provides Automated Integration and Visibility VLAN Trunks Opened/Pruned based on allowed range VLANs Created/Removed based on VM demand VLAN Trunks Opened/Pruned based on VM demand 7050# show vmtracer interface Ethernet48 Ethernet48: esx1.aristanetworks.com/ndstest/dvuplink1 VM Name Network Adapter VLAN Status State Exchange Network adapter 4 7 up/up -- Apache Network adapter 3 6 up/up vmotion MySQL Network adapter 1 5 up/up FT-A 19

20 Arista EOS Extensibility: XMPP XMPP Client/Server Multi-device Management Scalable, Simple, Open - Multi-device Message Bus Open Standard Open Source Federated Architecture Scales to 10,000+ Switches Encrypted, AAA Message Replay/Logging 20

21 Puppet & Chef Integration Puppet Master Puppet Agent Puppet IPC Chef Server is centralized store of your infrastructure s configuration Client Knife is used to communicate with Nodes using ssh Client Chef Workstation is a client with local Chef repository and properly configured Knife Systems managed by Chef are called Nodes Abstraction of EOS configuration into Resources Support Template-based automation tools Automate mundane tasks, reduce errors, save OPEX, real-time response to events Natively run Client/Agent in EOS Tight integration with EOS Tools (ZTP, AEM, CLI extensibility) 21

22 SDN Use Cases 22

23 Used features for deployment example DHCP Server TFTP/HTTP Server ZTP : Zero Touch Provisioning - Allow dhcp/bootp and scripting download Advanced Event Manager - Event Manager configuration Opscode Chef automation - Allow Chef client integration for management Cloudvision: XMPP - Remote control of single and multiple equipment simultaneously 1 DHCP offer 2 3 Config file or script Config request 23

24 Chef Integration Example /usr/bin/chef-client installs using standard Omnibus package & runs natively in EOS can run as daemon or scheduled task Cookbooks eos (used for today s demonstration) ohai (used for custom Ohai plugins) Recipes eos::default -- setup environment + custom ohai plugins eos::cloudvision -- manage CloudVision extension Roles eos_base -- ohai, eos::default eos_cloudvision -- eos::cloudvision Data Bags provides configuration parameters based on Arista OUI and system mac address 24

25 Potential Use Cases Network configuration and state inventory with Ohai Standardized routing policy Extending Chef command line tools into EOS CLI Configuration version control (using git or svn) Deploying EOS extensions Standardized interface templates Security policy Software image updates Development QA Deployment Configuration Methodology 25

26 Flowchart 26

27 Deployment Example 27

28 Stage 1: Arista ZTP Factory default switch boots No startup-config triggers ZTP DHCP request sent out all ports DHCP response including option 67 (bootfile) Download specified bootfile Restart switch 28

29 Stage 2: Arista AEM Factory default switch boots No startup-config triggers ZTP DHCP request sent out all ports DHCP response including option 67 (bootfile) Download specified bootfile Restart switch AEM fires onboot trigger Python script bootstraps Chef agent 29

30 Stage 3: Opscode Chef Factory default switch boots No startup-config triggers ZTP DHCP request sent out all ports DHCP response including option 67 (bootfile) Download specified bootfile Restart switch AEM fires onboot trigger Python script bootstraps Chef agent Chef agent executes Loads OHAI data from Sysdb Checks for CloudVision extension Downloads CloudVision and installs it 30

31 Stage 4: Arista CloudVision Factory default switch boots No startup-config triggers ZTP DHCP request sent out all ports DHCP response including option 67 (bootfile) Download specified bootfile Restart switch AEM fires onboot trigger Python script bootstraps Chef agent Chef agent executes Loads OHAI data from Sysdb Checks for CloudVision extension Downloads CloudVision and installs it CloudVision configured and operational Chef agent scheduled via CLI Scheduler Periodic runs by Chef agent keeps configuration standardized 31

32 Deployment Example Factory default switch boots No startup-config triggers ZTP DHCP request sent out all ports DHCP response including option 67 (bootfile) Download specified bootfile Restart switch AEM fires onboot trigger Python script bootstraps Chef agent Chef agent executes Loads OHAI data from Sysdb Checks for CloudVision extension Downloads CloudVision and installs it CloudVision configured and operational Chef agent scheduled via CLI Scheduler Periodic runs by Chef agent keeps configuration standardized 32

33 Arista EOS and A10 ID Address On/ Off VTEP VNI 5001 VTEP VNI /24 VTEP Hardware Virtualise : - Network appliances - Storage - Servers Lost Service 33

34 Practical Examples of SDN DirectFlow: Redirecting flows without any controller /24 via Backup via Spine-B Spine-A /24 via Backup via Spine-C Leaf-A Leaf-B Host-A DirectFlow enabled path selection via Spine-B <-> Spine-C Host-B Backup HTTP SMTP/Mail SIP/Voice Spine-B Spine-C 34

35 Smart System Upgrade: Initiating Maintenance Mode Maintenance Mode initiated Snapshot stores #neighbors, peers, etc Virtualization Infrastructure 35

36 Smart System Upgrade: Initiating Maintenance Mode Maintenance Mode initiated Snapshot stores #neighbors, peers, etc Virtualization Infrastructure Directly-connected Vmware hosts put into maintenance mode A10 graceful shutdown activated 36

37 Smart System Upgrade: Initiating Maintenance Mode Maintenance Mode initiated Snapshot stores #neighbors, peers, etc Virtualization Infrastructure Directly-connected Vmware hosts put into maintenance mode A10 graceful shutdown activated Open protocols used to drain traffic Exception based flow handling redirects traffic 37

38 Smart System Upgrade: General Operation Workload is moved Overlay facilitates virtual re-cabling Virtualization Infrastructure 38

39 Smart System Upgrade: General Operation Workload is moved Overlay facilitates virtual re-cabling Virtualization Infrastructure Maintenance is performed on device Device brought back into service API calls inform other devices 39

40 Smart System Upgrade: General Operation Workload is moved Overlay facilitates virtual re-cabling Virtualization Infrastructure Maintenance is performed on device Device brought back into service API calls inform other devices Maintenance summary sent to operations team Health checks are performed Removed from maintenance mode Workloads are rebalanced 40

41 Telemetry 41

42 How much is lack of visibility costing you? 59% of Fortune 500 companies experience a minimum of 1.6 hours of downtime per week -Dunn & Bradstreet Cost of an outage $ ,00 $ ,00 $ ,00 $ ,00 Downtime costs $5,600 per minute -Ponemon Institute $ ,00 $ ,00 $ ,00 $84 000, Minutes think differently. 42

43 Timeline of a problem is your network costing you money? Application intermittently slow $0 43

44 Timeline of a problem is your network costing you money? Users begin reporting issues 30 minutes $168,000 44

45 Timeline of a problem is your network costing you money? Set-up Bridge Assemble the team 45 minutes $252,000 45

46 Timeline of a problem is your network costing you money? Find the virtual machine 60 minutes $336,000 46

47 Timeline of a problem is your network costing you money? Look at counters Review system logs 90 minutes $504,000 47

48 Timeline of a problem is your network costing you money? Get a sniffer 120 minutes $672,000 48

49 Timeline of a problem is your network costing you money? Review the capture Isolate problem 150 minutes $840,000 49

50 Advanced Mirroring Advanced mirroring is used for in-path traffic mirroring. - Capturing data traffic and forwarding directly to mirror port for analysis - Destination could be a tap aggregation/matrix switch network for forwarding to a pool of analysis tools Server-A Eth-24 Analyzer Switch in the forwarding path, and mirroring traffic for analysis Server-B Eth-1 Eth-2 50

51 How do we get from this. 51

52 To this.. 52

53 Monitoring Infrastructure in action 53

54 Network-wide Visibility with Tap Aggregation Aggregated Mirror Traffic: Live Traffic Feed, timestamped, filtered LANZ+Stream: Live Congestion Metrics Switch 1 350ns Switch 1: Latency: 350ns Status: OK Application Monitor Application Path Analysis: Switch 3 15µs Switch 6 733ns 100µs 12µs 10µs Switch 3: Latency: 15µs Status: Heavy Congestion Top 3 congested flows Source Destination Port http http Switch 8 505ns Switch 6: Latency: 733ns Status: OK Switch 8: Latency: 505ns Status: OK 54

55 Thank You 55

Data Center Automation

Data Center Automation Data Center Automation About Arista Networks 10/40/100GbE Networks for the Virtualized Cloud & Data Center Founded in 2004 Shipping Since Mid-2008 ANET, IPO (NYSE) in June 2014 1000+ Employees More than

More information

Software Defined Cloud Networking

Software Defined Cloud Networking Introduction Ethernet networks have evolved significantly since their inception back in the 1980s, with many generational changes to where we are today. Networks are orders of magnitude faster with 10Gbps

More information

Weiterentwicklung von OpenStack Netzen 25G/50G/100G, FW-Integration, umfassende Einbindung. Alexei Agueev, Systems Engineer

Weiterentwicklung von OpenStack Netzen 25G/50G/100G, FW-Integration, umfassende Einbindung. Alexei Agueev, Systems Engineer Weiterentwicklung von OpenStack Netzen 25G/50G/100G, FW-Integration, umfassende Einbindung Alexei Agueev, Systems Engineer ETHERNET MIGRATION 10G/40G à 25G/50G/100G Interface Parallelism Parallelism increases

More information

Apstra Operating System AOS

Apstra Operating System AOS Apstra Operating System AOS 2.3 CHALLENGES Network admins manually track and verify thousands of elements, even for a small spineleaf networks with a handful of devices. SOLUTION Apstra AOS A turn-key

More information

Arista 7300X and 7250X Series: Q&A

Arista 7300X and 7250X Series: Q&A Arista 7300X and 7250X Series: Q&A Product Overview What are the 7300X and 7250X Family? The Arista 7300X Series are purpose built 10/40GbE data center modular switches in a new category called Spline

More information

Lecture 8 Advanced Networking Virtual LAN. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Lecture 8 Advanced Networking Virtual LAN. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Lecture 8 Advanced Networking Virtual LAN Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Advanced Networking Scenario: Data Center Network Single Multiple, interconnected via Internet

More information

Ethernet Fabrics- the logical step to Software Defined Networking (SDN) Frank Koelmel, Brocade

Ethernet Fabrics- the logical step to Software Defined Networking (SDN) Frank Koelmel, Brocade Ethernet Fabrics- the logical step to Software Defined Networking (SDN) Frank Koelmel, Brocade fkoelmel@broc 10/28/2013 2 2012 Brocade Communications Systems, Inc. Proprietary Information ETHERNET FABRICS

More information

EOS CloudVision Overview Data Sheet

EOS CloudVision Overview Data Sheet EOS CloudVision Overview Data Sheet CloudVision Highlights Cloud Automation for Everyone Arista EOS CloudVision simplifies complex time and resource intensive tasks in a turnkey software solution designed

More information

Lecture 7 Advanced Networking Virtual LAN. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Lecture 7 Advanced Networking Virtual LAN. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Lecture 7 Advanced Networking Virtual LAN Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Advanced Networking Scenario: Data Center Network Single Multiple, interconnected via Internet

More information

Provisioning Overlay Networks

Provisioning Overlay Networks This chapter has the following sections: Using Cisco Virtual Topology System, page 1 Creating Overlays, page 2 Creating Network using VMware, page 3 Creating Subnetwork using VMware, page 4 Creating Routers

More information

Software Defined Cloud Networking

Software Defined Cloud Networking Software Defined Cloud Networking Arista Networks, a leader in high-speed, highly programmable data center switching, has outlined a number of guiding principles for integration with Software Defined Networking

More information

EOS CloudVision Overview Data Sheet

EOS CloudVision Overview Data Sheet EOS CloudVision Overview Data Sheet CloudVision Highlights Cloud Automation for Everyone Arista EOS CloudVision simplifies complex time and resource intensive tasks in a turnkey software solution designed

More information

Arista 7320X: Q&A. Product Overview. 7320X: Q&A Document What are the 7320X series?

Arista 7320X: Q&A. Product Overview. 7320X: Q&A Document What are the 7320X series? Arista 7320X: Q&A Product Overview What are the 7320X series? The 7320X series are a range of high performance 100GbE systems that offer flexible support for 10GbE to 100GbE. The 7320X series comprise

More information

Brocade Ethernet Fabrics

Brocade Ethernet Fabrics Brocade Ethernet Fabrics Brocade 9 June 2015 On-Demand Data Center Network Technologies Strategic focus areas FIBRE CHANNEL FABRICS ETHERNET FABRICS CORE ROUTING SDN NFV CLOUD ORCHESTRATION 2015 Brocade

More information

VXLAN Overview: Cisco Nexus 9000 Series Switches

VXLAN Overview: Cisco Nexus 9000 Series Switches White Paper VXLAN Overview: Cisco Nexus 9000 Series Switches What You Will Learn Traditional network segmentation has been provided by VLANs that are standardized under the IEEE 802.1Q group. VLANs provide

More information

Nexus 1000V in Context of SDN. Martin Divis, CSE,

Nexus 1000V in Context of SDN. Martin Divis, CSE, Nexus 1000V in Context of SDN Martin Divis, CSE, mdivis@cisco.com Why Cisco Nexus 1000V Losing the Edge Server Admin Host Host Host Host Server Admin manages virtual switching! vswitch vswitch vswitch

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme NET1949BU Seamless Network Connectivity for Virtual and Bare-metal s with NSX Suresh Thiru Sridhar Subramanian VMworld 2017 Content: Not for publication VMworld 2017 - NET1949BU Disclaimer This presentation

More information

Provisioning Overlay Networks

Provisioning Overlay Networks This chapter has the following sections: Using Cisco Virtual Topology System, page 1 Creating Overlays, page 2 Creating Network using VMware, page 4 Creating Subnetwork using VMware, page 4 Creating Routers

More information

DELL EMC TECHNICAL SOLUTION BRIEF

DELL EMC TECHNICAL SOLUTION BRIEF DELL EMC TECHAL SOLUTION BRIEF ARCHITECTING A CLOUD FABRIC WHEN DEPLOING VIRTUALIZATION OVERLAS Version 2.0 Author: VICTOR LAMA Dell EMC Networking SE May 2017 Architecting a Data Center Cloud Fabric:

More information

Simplifying Network Operations through Data Center Automation

Simplifying Network Operations through Data Center Automation Simplifying Network Operations through Data Center Automation It s simply not good enough to have a great and scalable network alone. A data center can have tens of thousands of compute, storage and network

More information

Layer-4 to Layer-7 Services

Layer-4 to Layer-7 Services Overview, page 1 Tenant Edge-Firewall, page 1 LBaaS, page 2 FWaaS, page 4 Firewall Configuration, page 6 Overview Layer-4 through Layer-7 services support(s) end-to-end communication between a source and

More information

Solving the Virtualization Conundrum

Solving the Virtualization Conundrum Solving the Virtualization Conundrum Collapsing hierarchical, multi-tiered networks of the past into more compact, resilient, feature rich, two-tiered, leafspine or SplineTM networks have clear advantages

More information

Arista 7050X Series: Q&A

Arista 7050X Series: Q&A Arista 7050X Series: Q&A Product Overview What is the 7050X Family? The Arista 7050X Series are purpose built 10/40GbE data center switches in compact and energy efficient form factors with wire speed

More information

SDN Differentiates Your Business with Competitive Advantages. Addison Chi Solution Architect Arista Networks

SDN Differentiates Your Business with Competitive Advantages. Addison Chi Solution Architect Arista Networks SDN Differentiates Your Business with Competitive Advantages Addison Chi Solution Architect Arista Networks addison@aristanetworks.com Agenda Expectations in the Enterprise Cloud Scale the Cloud with Cost

More information

Cloud Networking (VITMMA02) Network Virtualization: Overlay Networks OpenStack Neutron Networking

Cloud Networking (VITMMA02) Network Virtualization: Overlay Networks OpenStack Neutron Networking Cloud Networking (VITMMA02) Network Virtualization: Overlay Networks OpenStack Neutron Networking Markosz Maliosz PhD Department of Telecommunications and Media Informatics Faculty of Electrical Engineering

More information

Deploy Microsoft SQL Server 2014 on a Cisco Application Centric Infrastructure Policy Framework

Deploy Microsoft SQL Server 2014 on a Cisco Application Centric Infrastructure Policy Framework White Paper Deploy Microsoft SQL Server 2014 on a Cisco Application Centric Infrastructure Policy Framework August 2015 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

More information

PLEXXI HCN FOR VMWARE ENVIRONMENTS

PLEXXI HCN FOR VMWARE ENVIRONMENTS PLEXXI HCN FOR VMWARE ENVIRONMENTS SOLUTION BRIEF FEATURING Plexxi s pre-built, VMware Integration Pack makes Plexxi integration with VMware simple and straightforward. Fully-automated network configuration,

More information

Arista 7050X Series: Q&A

Arista 7050X Series: Q&A Arista 7050X Series: Q&A Product Overview What is the 7050X Family? The Arista 7050X Series are purpose built 10/40GbE data center switches in compact and energy efficient form factors with wire speed

More information

Cross-vCenter NSX Installation Guide. Update 4 VMware NSX for vsphere 6.4 VMware NSX Data Center for vsphere 6.4

Cross-vCenter NSX Installation Guide. Update 4 VMware NSX for vsphere 6.4 VMware NSX Data Center for vsphere 6.4 Cross-vCenter NSX Installation Guide Update 4 VMware NSX for vsphere 6.4 VMware NSX Data Center for vsphere 6.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Cisco Application Centric Infrastructure and Microsoft SCVMM and Azure Pack

Cisco Application Centric Infrastructure and Microsoft SCVMM and Azure Pack White Paper Cisco Application Centric Infrastructure and Microsoft SCVMM and Azure Pack Introduction Cisco Application Centric Infrastructure (ACI) is a next-generation data center fabric infrastructure

More information

Introduction to Neutron. Network as a Service

Introduction to Neutron. Network as a Service Introduction to Neutron Network as a Service Assaf Muller, Associate Software Engineer, Cloud Networking, Red Hat assafmuller.wordpress.com, amuller@redhat.com, amuller on Freenode (#openstack) The Why

More information

Automating Cloud Networking with RedHat OpenStack

Automating Cloud Networking with RedHat OpenStack Automating Cloud Networking with RedHat OpenStack Madhu Kashyap Sr. Product Mgr, OpenStack & SDN 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. INTERNAL USE ONLY The New IP The Foundation for the Digital Business

More information

Neutron networking with RHEL OpenStack Platform. Nir Yechiel Senior Technical Product Manager, OpenStack Red Hat

Neutron networking with RHEL OpenStack Platform. Nir Yechiel Senior Technical Product Manager, OpenStack Red Hat Neutron networking with RHEL OpenStack Platform Nir Yechiel (@nyechiel) Senior Technical Product Manager, OpenStack Red Hat About Me OpenStack Community Member Working with customers deploying OpenStack

More information

Building NFV Solutions with OpenStack and Cisco ACI

Building NFV Solutions with OpenStack and Cisco ACI Building NFV Solutions with OpenStack and Cisco ACI Domenico Dastoli @domdastoli INSBU Technical Marketing Engineer Iftikhar Rathore - INSBU Technical Marketing Engineer Agenda Brief Introduction to Cisco

More information

Exam Name: VMware Certified Associate Network Virtualization

Exam Name: VMware Certified Associate Network Virtualization Vendor: VMware Exam Code: VCAN610 Exam Name: VMware Certified Associate Network Virtualization Version: DEMO QUESTION 1 What is determined when an NSX Administrator creates a Segment ID Pool? A. The range

More information

Cisco Virtual Networking Solution for OpenStack

Cisco Virtual Networking Solution for OpenStack Data Sheet Cisco Virtual Networking Solution for OpenStack Product Overview Extend enterprise-class networking features to OpenStack cloud environments. A reliable virtual network infrastructure that provides

More information

Cross-vCenter NSX Installation Guide. Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2

Cross-vCenter NSX Installation Guide. Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2 Cross-vCenter NSX Installation Guide Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

DELL EMC TECHNICAL SOLUTION BRIEF. ARCHITECTING A DELL EMC HYPERCONVERGED SOLUTION WITH VMware vsan. Version 1.0. Author: VICTOR LAMA

DELL EMC TECHNICAL SOLUTION BRIEF. ARCHITECTING A DELL EMC HYPERCONVERGED SOLUTION WITH VMware vsan. Version 1.0. Author: VICTOR LAMA DELL EMC TECHNICAL SOLUTION BRIEF ARCHITECTING A DELL EMC HPERCONVERGED SOLUTION WITH VMware vsan Version 1.0 Author: VICTOR LAMA Dell EMC Networking SE July 2017 What is VMware vsan? VMware vsan (formerly

More information

Arista Networks and F5 Solution Integration

Arista Networks and F5 Solution Integration Arista Networks and F5 Solution Integration Inside Overview Agility and Efficiency Drive Costs Virtualization of the Infrastructure Network Agility with F5 Arista Networks EOS Maximizes Efficiency and

More information

VMWARE SOLUTIONS AND THE DATACENTER. Fredric Linder

VMWARE SOLUTIONS AND THE DATACENTER. Fredric Linder VMWARE SOLUTIONS AND THE DATACENTER Fredric Linder MORE THAN VSPHERE vsphere vcenter Core vcenter Operations Suite vcenter Operations Management Vmware Cloud vcloud Director Chargeback VMware IT Business

More information

Arista 7170 series: Q&A

Arista 7170 series: Q&A Arista 7170 series: Q&A Product Overview What are the 7170 series? The Arista 7170 Series are purpose built multifunctional programmable 100GbE systems built for the highest performance environments and

More information

Network Configuration Example

Network Configuration Example Network Configuration Example MetaFabric Architecture 2.0: Configuring Virtual Chassis Fabric and VMware NSX Modified: 2017-04-14 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

More information

Cloud Networking From Theory to Practice. Ivan Pepelnjak NIL Data Communications

Cloud Networking From Theory to Practice. Ivan Pepelnjak NIL Data Communications Cloud Networking From Theory to Practice Ivan Pepelnjak (ip@ioshints.info) NIL Data Communications Who is Ivan Pepelnjak... in 30 Seconds Networking engineer since 1985 (DECnet, Netware, X.25, OSI, IP...)

More information

VMware and Arista Network Virtualization Reference Design Guide for VMware vsphere Environments

VMware and Arista Network Virtualization Reference Design Guide for VMware vsphere Environments VMware and Arista Network Virtualization Reference Design Guide for VMware vsphere Environments Deploying VMware NSX with Arista's Software Defined Cloud Networking Infrastructure REFERENCE DESIGN GUIDE

More information

Ordering and deleting Single-node Trial for VMware vcenter Server on IBM Cloud instances

Ordering and deleting Single-node Trial for VMware vcenter Server on IBM Cloud instances Ordering and deleting Single-node Trial for VMware vcenter Server on IBM Cloud instances The Single-node Trial for VMware vcenter Server on IBM Cloud is a single-tenant hosted private cloud that delivers

More information

LTRDCT-2781 Building and operating VXLAN BGP EVPN Fabrics with Data Center Network Manager

LTRDCT-2781 Building and operating VXLAN BGP EVPN Fabrics with Data Center Network Manager LTRDCT-2781 Building and operating VXLAN BGP EVPN Fabrics with Data Center Network Manager Henrique Molina, Technical Marketing Engineer Matthias Wessendorf, Technical Marketing Engineer Cisco Spark How

More information

Virtual Extensible LAN (VXLAN) Overview

Virtual Extensible LAN (VXLAN) Overview Virtual Extensible LAN (VXLAN) Overview This document provides an overview of how VXLAN works. It also provides criteria to help determine when and where VXLAN can be used to implement a virtualized Infrastructure.

More information

vrealize Operations Management Pack for NSX for vsphere 3.5.0

vrealize Operations Management Pack for NSX for vsphere 3.5.0 vrealize Operations Management Pack for NSX for vsphere 3.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Cross-vCenter NSX Installation Guide. Update 6 Modified on 16 NOV 2017 VMware NSX for vsphere 6.3

Cross-vCenter NSX Installation Guide. Update 6 Modified on 16 NOV 2017 VMware NSX for vsphere 6.3 Cross-vCenter NSX Installation Guide Update 6 Modified on 16 NOV 2017 VMware NSX for vsphere 6.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Quantum, network services for Openstack. Salvatore Orlando Openstack Quantum core developer

Quantum, network services for Openstack. Salvatore Orlando Openstack Quantum core developer Quantum, network services for Openstack Salvatore Orlando sorlando@nicira.com Openstack Quantum core developer Twitter- @taturiello Caveats Quantum is in its teenage years: there are lots of things that

More information

Cisco ACI with Cisco AVS

Cisco ACI with Cisco AVS This chapter includes the following sections: Cisco AVS Overview, page 1 Cisco AVS Installation, page 6 Key Post-Installation Configuration Tasks for the Cisco AVS, page 43 Distributed Firewall, page 62

More information

JN0-210.juniper. Number: JN0-210 Passing Score: 800 Time Limit: 120 min.

JN0-210.juniper. Number: JN0-210 Passing Score: 800 Time Limit: 120 min. JN0-210.juniper Number: JN0-210 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 Which protocol does Juniper Networks recommend to provide real-time updates of the network topology to the NorthStar

More information

Next-Generation Data Center Interconnect Powered by the Adaptive Cloud Fabric

Next-Generation Data Center Interconnect Powered by the Adaptive Cloud Fabric Solution Overview Next-Generation Interconnect Powered by the Adaptive Cloud Fabric Increases availability and simplifies the stretching and sharing of resources across distributed data centers Highlights

More information

Virtual Security Gateway Overview

Virtual Security Gateway Overview This chapter contains the following sections: Information About the Cisco Virtual Security Gateway, page 1 Cisco Virtual Security Gateway Configuration for the Network, page 10 Feature History for Overview,

More information

Best Practice Deployment of F5 App Services in Private Clouds. Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect

Best Practice Deployment of F5 App Services in Private Clouds. Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect Best Practice Deployment of F5 App Services in Private Clouds Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect Agenda 1 2 3 4 5 The trend of data center, private cloud

More information

Cisco UCS Director Tech Module Cisco Application Centric Infrastructure (ACI)

Cisco UCS Director Tech Module Cisco Application Centric Infrastructure (ACI) Cisco UCS Director Tech Module Cisco Application Centric Infrastructure (ACI) Version: 1.0 September 2016 1 Agenda Overview & Architecture Hardware & Software Compatibility Licensing Orchestration Capabilities

More information

ARISTA DESIGN GUIDE Data Center Interconnection with VXLAN

ARISTA DESIGN GUIDE Data Center Interconnection with VXLAN ARISTA DESIGN GUIDE Data Center Interconnection with VXLAN Version 1.0 November 2014 The requirement to operate multiple, geographically dispersed data centers is a fact of life for many businesses and

More information

Cisco ACI Simulator Release Notes, Release 1.1(1j)

Cisco ACI Simulator Release Notes, Release 1.1(1j) Cisco ACI Simulator Release Notes, This document provides the compatibility information, usage guidelines, and the scale values that were validated in testing this Cisco ACI Simulator release. Use this

More information

Fully Scalable Networking with MidoNet

Fully Scalable Networking with MidoNet Fully Scalable ing with MidoNet Sandro Mathys Community Manager Sandro Mathys MidoNet Community Manager at Midokura Former Linux Systems Engineer Long standing contributor to Fedora & RDO Twitter / Freenode

More information

Virtualization Design

Virtualization Design VMM Integration with UCS-B, on page 1 VMM Integration with AVS or VDS, on page 3 VMM Domain Resolution Immediacy, on page 6 OpenStack and Cisco ACI, on page 8 VMM Integration with UCS-B About VMM Integration

More information

NSX Administration Guide. Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2

NSX Administration Guide. Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2 NSX Administration Guide Update 3 Modified on 20 NOV 2017 VMware NSX for vsphere 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Pluribus Adaptive Cloud Fabric

Pluribus Adaptive Cloud Fabric Product Overview Adaptive Cloud Fabric Powering the Software-Defined Enterprise Highlights Completely software enabled and built on open networking platforms Powered by the Netvisor ONE network Operating

More information

DEPLOYING NFV: BEST PRACTICES

DEPLOYING NFV: BEST PRACTICES DEPLOYING NFV: BEST PRACTICES Rimma Iontel Senior Cloud Architect, Cloud Practice riontel@redhat.com Julio Villarreal Pelegrino Principal Architect, Cloud Practice julio@redhat.com INTRODUCTION TO NFV

More information

The Next Opportunity in the Data Centre

The Next Opportunity in the Data Centre The Next Opportunity in the Data Centre Application Centric Infrastructure Soni Jiandani Senior Vice President, Cisco THE NETWORK IS THE INFORMATION BROKER FOR ALL APPLICATIONS Applications Are Changing

More information

Arista 7060X, 7060X2, 7260X and 7260X3 series: Q&A

Arista 7060X, 7060X2, 7260X and 7260X3 series: Q&A Arista 7060X, 7060X2, 7260X and 7260X3 series: Q&A Product Overview What are the 7060X, 7060X2, 7260X & 7260X3 series? The Arista 7060X Series, comprising of the 7060X, 7060X2, 7260X and 7260X3, are purpose-built

More information

Title DC Automation: It s a MARVEL!

Title DC Automation: It s a MARVEL! Title DC Automation: It s a MARVEL! Name Nikos D. Anagnostatos Position Network Consultant, Network Solutions Division Classification ISO 27001: Public Data Center Evolution 2 Space Hellas - All Rights

More information

Managing Demand Spikes in a highly flexible and agile deployment

Managing Demand Spikes in a highly flexible and agile deployment Managing Demand Spikes in a highly flexible and agile deployment Yuki Sato S2 (Akita, Japan) Jan Hilberath Midokura (Tokyo, Japan) Agenda Company Introduction Why SUSE OpenStack with MidoNet? MidoNet Introduction

More information

DELL EMC VSCALE FABRIC

DELL EMC VSCALE FABRIC NETWORK DATA SHEET DELL EMC VSCALE FABRIC FIELD-PROVEN BENEFITS Increased utilization and ROI Create shared resource pools (compute, storage, and data protection) that connect to a common, automated network

More information

Deploying TeraVM in an OpenStack Environment

Deploying TeraVM in an OpenStack Environment Application Note Deploying TeraVM in an OpenStack Environment VIAVI Solutions TeraVM in OpenStack* is revolutionizing IP testing! Never before has it been as easy or cost effective to scale test traffic

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme LHC2103BU NSX and VMware Cloud on AWS: Deep Dive Ray Budavari, Senior Staff Technical Product Manager NSX @rbudavari #VMworld #LHC2103BU Disclaimer This presentation may contain product features that are

More information

Hochverfügbarkeit in Campusnetzen

Hochverfügbarkeit in Campusnetzen Hochverfügbarkeit in Campusnetzen Für die deutsche Airheads Community 04. Juli 2017, Tino H. Seifert, System Engineer Aruba Differences between Campus Edge and Campus Core Campus Edge In many cases no

More information

Design Guide: Deploying NSX for vsphere with Cisco ACI as Underlay

Design Guide: Deploying NSX for vsphere with Cisco ACI as Underlay Design Guide: Deploying NSX for vsphere with Cisco ACI as Underlay Table of Contents Executive Summary... 2 Benefits of NSX Architecture... 4 2.1 NSX Primary Use Cases... 4 2.2 Logical Layer Connectivity...

More information

Integration of Hypervisors and L4-7 Services into an ACI Fabric. Azeem Suleman, Principal Engineer, Insieme Business Unit

Integration of Hypervisors and L4-7 Services into an ACI Fabric. Azeem Suleman, Principal Engineer, Insieme Business Unit Integration of Hypervisors and L4-7 Services into an ACI Fabric Azeem Suleman, Principal Engineer, Insieme Business Unit Agenda Introduction to ACI Review of ACI Policy Model Hypervisor Integration Layer

More information

Build Cloud like Rackspace with OpenStack Ansible

Build Cloud like Rackspace with OpenStack Ansible Build Cloud like Rackspace with OpenStack Ansible https://etherpad.openstack.org/p/osa-workshop-01 Jirayut Nimsaeng DevOps & Cloud Architect 2nd Cloud OpenStack-Container Conference and Workshop 2016 Grand

More information

Cisco Virtual Topology System Release Service Provider Data Center Cisco Knowledge Network. Phil Lowden (plowden) October 9, 2018

Cisco Virtual Topology System Release Service Provider Data Center Cisco Knowledge Network. Phil Lowden (plowden) October 9, 2018 Cisco Virtual Topology System Release 2.6.2 Service Provider Data Center Cisco Knowledge Network Phil Lowden (plowden) October 9, 2018 Cisco VTS is a standards-based, open software-overlay management and

More information

vrealize Operations Management Pack for NSX for vsphere 3.0

vrealize Operations Management Pack for NSX for vsphere 3.0 vrealize Operations Management Pack for NSX for vsphere 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme NET1416BE NSX Logical Routing Yves Hertoghs Pooja Patel #VMworld #NET1416BE Disclaimer This presentation may contain product features that are currently under development. This overview of new technology

More information

My network deploys. How about yours? EOS APIs. Andrei Dvornic

My network deploys. How about yours? EOS APIs. Andrei Dvornic My network deploys itself How about yours? EOS APIs Andrei Dvornic andrei@arista.com 1 EOS fundamentals Standard Linux kernel Unique multi-process state sharing architecture that separates networking state

More information

BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer

BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer Agenda Background Technical Overview Demonstration Q&A 2 Looking Back Do You Remember What This Guy Did to IT? Linux 3 The Internet

More information

Running RHV integrated with Cisco ACI. JuanLage Principal Engineer - Cisco May 2018

Running RHV integrated with Cisco ACI. JuanLage Principal Engineer - Cisco May 2018 Running RHV integrated with Cisco ACI JuanLage Principal Engineer - Cisco May 2018 Agenda Why we need SDN on the Data Center What problem are we solving? Introduction to Cisco Application Centric Infrastructure

More information

Securing VMware NSX MAY 2014

Securing VMware NSX MAY 2014 Securing VMware NSX MAY 2014 Securing VMware NSX Table of Contents Executive Summary... 2 NSX Traffic [Control, Management, and Data]... 3 NSX Manager:... 5 NSX Controllers:... 8 NSX Edge Gateway:... 9

More information

Cisco Prime Data Center Network Manager Release 7.1

Cisco Prime Data Center Network Manager Release 7.1 Product Bulletin Cisco Prime Data Center Network Manager Release 7.1 PB733518 Cisco Prime Data Center Network Manager (DCNM) software is an advanced network management system (NMS) for storage, LAN, and

More information

Arista 7160 series: Q&A

Arista 7160 series: Q&A Arista 7160 series: Q&A Product Overview What are the 7160 Series? Highly dynamic cloud data center networks continue to evolve with the introduction of new protocols and server technologies such as containers

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design 4.0 VMware Validated Design for Software-Defined Data Center 4.0 You can find the most up-to-date technical

More information

Policy Driven Data Centre with ACI

Policy Driven Data Centre with ACI Policy Driven Data Centre with ACI Chris Gascoigne Technical Solutions Architect #clmel Agenda Introduction What is policy Network policy Application policy Conclusion Introduction Traditional Data Centre

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme NET1350BUR Deploying NSX on a Cisco Infrastructure Jacob Rapp jrapp@vmware.com Paul A. Mancuso pmancuso@vmware.com #VMworld #NET1350BUR Disclaimer This presentation may contain product features that are

More information

Data Center and Cloud Automation

Data Center and Cloud Automation Data Center and Cloud Automation Tanja Hess Systems Engineer September, 2014 AGENDA Challenges and Opportunities Manual vs. Automated IT Operations What problem are we trying to solve and how do we solve

More information

Pluribus Adaptive Cloud Fabric Powering the Software-Defined Enterprise

Pluribus Adaptive Cloud Fabric Powering the Software-Defined Enterprise Adaptive Cloud Fabric Powering the Software-Defined Enterprise Highlights Completely software enabled and built on open networking platforms Powered by the Netvisor ONE network Operating System Eliminates

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design for Software-Defined Data Center 4.0 This document supports the version of each product listed and supports

More information

Cisco ACI Simulator VM Installation Guide

Cisco ACI Simulator VM Installation Guide Cisco ACI Simulator VM Installation Guide New and Changed Information 2 About the Application Policy Infrastructure Controller 2 About the ACI Simulator Virtual Machine 2 Simulator VM Topology and Connections

More information

Arista Telemetry. White Paper. arista.com

Arista Telemetry. White Paper. arista.com Arista Telemetry With phenomenal DC growth that includes the expansion of web, cloud datacenters, software defined networks, and big data, there is a need for a complete solution to optimize the networks

More information

Cisco ACI Simulator Release Notes, Release 2.2(3)

Cisco ACI Simulator Release Notes, Release 2.2(3) Cisco ACI Simulator Release Notes, Release 2.2(3) This document provides the compatibility information, usage guidelines, and the scale values that were validated in testing this Cisco ACI Simulator release.

More information

Architecture and Design. 17 JUL 2018 VMware Validated Design 4.3 VMware Validated Design for Management and Workload Consolidation 4.

Architecture and Design. 17 JUL 2018 VMware Validated Design 4.3 VMware Validated Design for Management and Workload Consolidation 4. 17 JUL 2018 VMware Validated Design 4.3 VMware Validated Design for Management and Workload Consolidation 4.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Creating a VMware vcloud NFV Platform R E F E R E N C E A R C H I T E C T U R E V E R S I O N 1. 5

Creating a VMware vcloud NFV Platform R E F E R E N C E A R C H I T E C T U R E V E R S I O N 1. 5 Creating a VMware vcloud NFV Platform R E F E R E N C E A R C H I T E C T U R E V E R S I O N 1. 5 Table of Contents 1. Introduction... 4 2. Network Function Virtualization Overview... 5 2.1 NFV Infrastructure

More information

Programmability, Integration and Visibility for Media Networks

Programmability, Integration and Visibility for Media Networks C U R A T E D B Y Programmability, Integration and Visibility for Media Networks Gerard Phillips, Systems Engineer Arista Networks IP SHOWCASE THEATRE AT IBC SEPT. 14-18, 2018 The visibility challenge

More information

Mellanox Virtual Modular Switch

Mellanox Virtual Modular Switch WHITE PAPER July 2015 Mellanox Virtual Modular Switch Introduction...1 Considerations for Data Center Aggregation Switching...1 Virtual Modular Switch Architecture - Dual-Tier 40/56/100GbE Aggregation...2

More information

Cisco Cloud Services Router 1000V with Cisco IOS XE Software Release 3.13

Cisco Cloud Services Router 1000V with Cisco IOS XE Software Release 3.13 Q&A Cisco Cloud Services Router 1000V with Cisco IOS XE Software Release 3.13 Q. What is the Cisco Cloud Services Router 1000V? A. The Cisco Cloud Services Router 1000V (CSR 1000V) is a router in virtual

More information

Brocade and VMware Strategic Partners. Kyle Creason Brocade Systems Engineer

Brocade and VMware Strategic Partners. Kyle Creason Brocade Systems Engineer Brocade and VMware Strategic Partners Kyle Creason Brocade Systems Engineer Brocade Data Center Network Technologies Strategic focus areas FIBRE CHANNEL FABRICS ETHERNET FABRICS CORE ROUTING SDN NFV CLOUD

More information

CloudVision Macro-Segmentation Service

CloudVision Macro-Segmentation Service CloudVision Macro-Segmentation Service Inside Address network-based security as a pool of resources, stitch security to applications and transactions, scale on-demand, automate deployment and mitigation,

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design for Software-Defined Data Center 3.0 This document supports the version of each product listed and supports

More information