SlideShare a Scribd company logo
VMware NSX and Arista VTEP L2 Gateway Integration
2
Who am I?
| | ex- PSO | ex-
vExpert 2014 | 2016 | 2017
VCIX6-DCV | VCIX6-NV | Working on VCDX6-NV
nz.linkedin.com/in/bayupw
@bayupw
http://bayupw.blogspot.com/
http://www.vmug.com/nsx
@bayupw | NSX, vNetwork, vCD, vCNS
VMTN User Moderator
https://communities.vmware.com/community/vmtn/nsx
Bayu Wibowo
3
Agenda
1. NSX Quick Overview, NSX VXLAN to VLAN Bridging
2. Hardware VTEP Architecture & Configuration
Does not cover:
1. NSX for vSphere 101
2. VXLAN 101
3. NSX for Multi-Hypervisor or NSX-Transformers
4
NSX Components
Physical Network
(Underlay)
(Overlay)
5
NSX Main Features
App
DMZ
DB
Finance EngineeringHR
Micro-Segmentation Network Virtualisation
Web App DB
North-South,
Routed
NSX Edge
VXLAN
DLR
Arista Macro-Segmentation Services
6
Physical World and Network Virtualisation World
Network Virtualisation
Web App DB
North-South,
Routed
NSX Edge
VXLAN
DLR
Physical World
Physical Network
Network Virtualisation World
VMware NSX World
Optimised East-West Traffic
VXLAN Logical Switching
Distributed Routing
7
Layer 2 Bridging Use Cases – Software or Hardware Gateway
▪ P2V or V2V migrations from VLAN to VXLAN migrations where
changing IPs is not an option
▪ Extend physical network services/appliances/servers to VMs in
logical switches
▪ Extend virtual services (VM) in the logical switch to external devices
VMware NSX Brownfield Deployment Guide
http://www.vmware.com/content/dam/digitalmar
keting/vmware/en/pdf/whitepaper/products/nsx/
vmware-nsx-brownfield-design-and-
deployment-guide-white-paper.pdf
Bridging
Instance
Logical Switch
VXLAN 5001
VLAN 101
Physical Router
Physical Server
V2V
P2V
Bridging
Instance
Logical Switch
VXLAN 5001
VLAN 101
8
NSX 6.2 Software Layer 2 Bridging Enhancements
Prior NSX 6.2
▪ A logical switch could NOT
simultaneously:
• Participate in distributed routing
• Extend layer 2 to a VLAN
▪ Must use NSX Edge or Physical
Router for routing
NSX 6.2 and later
▪ On a given Logical Switch, Distributed
Logical Routing can coexist with
bridging
▪ Optimise traffic flow by eliminating the
need to route through a central NSX
Edge
▪ NOT currently supported on HW-VTEP
DLR
NSX
Edge
DB VLAN
DB
Logical
Switch
App Logical Switch
Transit Network
DB logical Switch is extended to
VLAN and uses DLR for routing
Bridging
Instance
Physical Server
DLR
NSX
Edge
DB VLAN
DB
Logical
Switch
App Logical Switch
Transit Network
App Logical Switch is not
extended to VLAN. DLR
can be used
DB logical Switch is extended to
VLAN. Must use Edge or physical
router for routing
Bridging
Instance
Physical Server
9
Software Layer 2 Bridging Underlay
VLAN 20 VLAN 20 VLAN 10VNI 5001
10
Software Layer 2 Bridging Physical (Rack) Connectivity
VLAN extended
between racks
VM VM
VLAN 10 VLAN 10
VXLAN
VLAN
11
Hardware VTEP Gateway
Hardware based Layer 2 Bridging
12
Physical (Rack) Connectivity
Software Gateway
▪ A single bridging instance per Logical
Switch
▪ Bandwidth limited by single bridging
instance
▪ VLAN need to be extended to Edge Clusters
(DLR Control VM / Bridge Instance)
Hardware Gateway
▪ Main benefits of hardware gateway:
Bandwidth, Scale and Low-latency
▪ Also allows extending VXLAN to areas that
cannot host a Software Gateway
▪ With Hardware Gateways, VLANs can be
kept local to a rack and don’t need to be
extended – L3 end-to-end
VXLAN
VLAN
Non-virtualized
devices (part of the
same L2 segment)
L3 (VXLAN)
only between
racks
VLAN 10 VLAN 20
VM VM
VLAN extended
between racks
VM VM
VLAN 10 VLAN 10
13
Hardware VTEP Prerequisites
▪ Supported VMware NSX version (VMware NSX 6.2.x and later)
▪ Supported VMware NSX License Edition
▪ Supported Hardware (Physical Switch) & firmware version
▪ Management (OVSDB) & Data Plane (VTEP) Connectivity
▪ Limitations
• Does not support bridging to NSX DLR
• In cross-vCenter deployment, hardware binding only supported on Primary
NSX Manager
14
NSX License Edition Requirements
15
VMware HCL – http://www.vmware.com/go/hcl
16
VMware HCL – http://www.vmware.com/go/hcl
17
Management Connectivity
NSX – Hardware Switch Controller (HSC) Communication
▪ Open vSwitch Management Protocol
(OVSDB Protocol) RFC 7047
https://tools.ietf.org/html/rfc7047
▪ The Hardware Switch Controller (HSC) is the
entity to which the NSX controller connects
in order to control Hardware switches
▪ The HSC runs an OVSDB server, presents
hardware ports to NSX
▪ The NSX controller runs an OVSDB client
that connects to the server on the HSC
▪ The HSC can run on a Hardware Switch itself
or it can be a separate appliance responsible
for several Hardware Switches
18
▪ In the case of Arista, the
OVSDB server is run by CVX
(CloudVision eXchange)
▪ NSX Controller connects to
CVX
▪ The information exchanged
by the control plane allows
setting up the data plane, i.e.
VXLAN tunnels between
VTEPs
Management & Data Plane Connectivity
19
Data Plane Connectivity
Multidestination BUM (Broadcast, Unknown Unicast, Multicast) Traffic
▪ BUM traffic uses Replication Service
Node (RSN)
▪ RSN = VMware ESXi host
▪ vSphere Cluster = Replication Node
Cluster
▪ BUM traffic from Hardware Gateway
VTEP uses RSN
▪ BUM traffic from ESXi VTEP uses
usual NSX replication mode
mechanisms
▪ RSNs are protected by Bidirectional
Forwarding Detection (BFD)
sessions from the Hardware
Gateway
20
Hardware VTEP Configuration Steps
1. Create Replication Service Nodes (RSN) / Replication Cluster
2. Configure Hardware Switch Controller (HSC)
3. Add Hardware VTEP Gateway to NSX
4. Extend Logical Switch to Hardware VTEP Gateway Port
Offline Demo - VMware HOL - 1703 - Hardware VTEP Integration with Arista
http://docs.hol.vmware.com/hol-isim/HOL-2017/hol-1703-arista.htm
21
Create Replication Cluster– 1
▪ Edit Replication Cluster
▪ Select ESXi hosts
22
Create Replication Cluster– 1
▪ Replication Cluster Added
23
Configure Hardware Switch Controller (HSC) – 2
▪ Arista HSC – CVX Configuration
▪ Add NSX controller
manager 192.168.110.15 6640
NSX Controller
OVSDB Port 6640
24
Configure Hardware Switch Controller (HSC) – 2
25
Add Hardware VTEP Gateway to NSX – 3
▪ Networking & Security | Security Definitions | Hardware Devices | +
▪ HSC certificate needs to be retrieved and added to the NSX
controller
26
Add Hardware VTEP Gateway to NSX – 3
▪ Hardware VTEP Added
27
Extend Logical Switch to Hardware VTEP Gateway Port – 4
▪ Manage Hardware Bindings
28
Summary – Layer 2 Bridging
▪ Physical to Virtual connectivity with
VMware NSX Software VXLAN
gateways
• Physical VLAN need to be extended to ESXi Host
• Requires DLR & DLR Control VM
▪ Wire Speed 10/40/100G VXLAN Gateway
with Arista
• Hardware based high performance
• High port density
• Physical flexibility – allows extending VXLAN to
areas that cannot host a Software Gateway.
Non-virtualized
workloads or
appliances
ESXi Host
Bridging
Instance
ESXi Host
29
References
▪ Hardware Layer 2 Gateways Integration with NSX |
https://communities.vmware.com/docs/DOC-30976
▪ VMware KB Arista CloudVision and NSX (2146500) |
https://kb.vmware.com/kb/2146500
▪ VMware and Arista Network Virtualization Reference Design Guide for
VMware vSphere Environments |
https://www.arista.com/assets/data/pdf/White_Paper_Design_VMware_
Arista.pdf
▪ NSX for vSphere with Arista Cloud Vision – Arista Design Guide |
http://cdn2.hubspot.net/hubfs/691113/Arista/White_Papers/NSX_vSpher
e_CloudVision_Design_Guide.pdf?t=1454351735729
▪ Blog Post Series on Hardware VTEP deep dive by Dmitri Kalintsev |
https://telecomoccasionally.wordpress.com/tag/hardware-vtep/
30
Arista – VMware VMworld 2016 Sessions
https://solutions.arista.com/vmworld2016
▪ NET9447 - Extensible Solution for Software
Driven Data Centers (SDDC) with VMware
and Arista
▪ Speakers: Jeff Raymond, Vice President, EOS
Product Management. Anoop Dawani, Product
Manager
▪ Date & Time: Wednesday, August 31st,
3:30PM - 4:30PM
▪ Arista and VMware's vision leverages core data
center virtualization technologies to transform
data center economics through automation and
non-disruptive deployment that embraces and
extends existing infrastructure investments. This
joint solution radically simplifies, optimizes and
accelerates the entire application deployment
lifecycle.
▪ NET9094 - Customer Case Study on
American Tire Distributors (ATD): Migrating
to the Software-Defined Data Center with
Arista Networks and VMware NSX
▪ Speakers: Jeff Raymond, Vice President, EOS
Product Management
▪ Brandon Smith, Senior Data Center Engineer,
American Tire Distributors
▪ Date & Time: Thursday, September 1st,
1:30PM - 2:30PM
▪ A real world customer case study sharing their
experience in migrating from legacy data center
to network virtualization with VMware NSX and
Arista underlay.
31
Arista vEOS Screenshots
32
Arista vEOS VM Settings
vEOS
IDE 0:0
LSI Logic
Aboot
IDE 1:0
33
34
35
36
Arista w/ CloudVision and NSX Better Together
Complementary Solutions
VMware
NSX
Arista w/
CloudVision
VMware NSX +
Arista w/
CloudVision
Instantiation of Multi-tier Applications on the Fly  
Central Point of Management for Virtual Infrastructure  
Micro-Segmentation  
Macro-Segmentation  
Central Point of Management for Arista EOS  
Physical Network Abstraction  
Software version independence  
Higher Scalability 
Single Point of Integration 
Simplified Operations 
37
Join other members like you who want to share their story on using daily
technical products, implementations, and their own experiences as an IT
professional. Create a Community Spotlight Presentation!
Your presentation will be virtually featured on VMUG.com, and
can be used at a Local Community or UserCon near you!
Submit at https://www.vmug.com/Volunteer/Share-Your-Story

More Related Content

PDF
HCCJP 23回勉強会 5分で分かる APIゲートウェイと サービスメッシュの違い なぜAPIの管理とサービスメッシュは異なるユースケース を補完するパ...
PDF
IT Automation with Ansible
PPTX
Overview of Distributed Virtual Router (DVR) in Openstack/Neutron
PPTX
Introduction to SDN and NFV
PDF
OpenStack networking (Neutron)
PDF
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...
PDF
Make Internet Safer with DNS Firewall - Implementation Case Study at a Major ISP
PPTX
Software Defined Networks
HCCJP 23回勉強会 5分で分かる APIゲートウェイと サービスメッシュの違い なぜAPIの管理とサービスメッシュは異なるユースケース を補完するパ...
IT Automation with Ansible
Overview of Distributed Virtual Router (DVR) in Openstack/Neutron
Introduction to SDN and NFV
OpenStack networking (Neutron)
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...
Make Internet Safer with DNS Firewall - Implementation Case Study at a Major ISP
Software Defined Networks

What's hot (20)

PPTX
OpenFlow Switch Management using NETCONF and YANG
PDF
BGP Dynamic Routing and Neutron
PDF
What's Coming in CloudStack 4.19
PPTX
Software defined networking(sdn) vahid sadri
PDF
Mise en place d'une infrastructure VDI de A à Z
PPTX
serverspecを使用したサーバ設定テストの実例
PDF
MuleSoft Surat Virtual Meetup#21 - MuleSoft API and RAML Design Best Practice...
PDF
Large scale overlay networks with ovn: problems and solutions
PPTX
OVN DBs HA with scale test
PDF
Alexei Vladishev - Zabbix - Monitoring Solution for Everyone
PPTX
SDN Architecture & Ecosystem
PPTX
클라우드 환경을 위한 네트워크 가상화와 NSX(기초편)
PDF
Brkarc 3454 - in-depth and personal with the cisco nexus 2000 fabric extender...
PDF
SDN입문 (Overlay and Underlay)
PPTX
Ansible presentation
PDF
DevOps with Ansible
PDF
Deeper Dive in Docker Overlay Networks
PPTX
VMware Workstation
PDF
[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...
PDF
The Best Storage Solution For CloudStack: LINSTOR
OpenFlow Switch Management using NETCONF and YANG
BGP Dynamic Routing and Neutron
What's Coming in CloudStack 4.19
Software defined networking(sdn) vahid sadri
Mise en place d'une infrastructure VDI de A à Z
serverspecを使用したサーバ設定テストの実例
MuleSoft Surat Virtual Meetup#21 - MuleSoft API and RAML Design Best Practice...
Large scale overlay networks with ovn: problems and solutions
OVN DBs HA with scale test
Alexei Vladishev - Zabbix - Monitoring Solution for Everyone
SDN Architecture & Ecosystem
클라우드 환경을 위한 네트워크 가상화와 NSX(기초편)
Brkarc 3454 - in-depth and personal with the cisco nexus 2000 fabric extender...
SDN입문 (Overlay and Underlay)
Ansible presentation
DevOps with Ansible
Deeper Dive in Docker Overlay Networks
VMware Workstation
[OpenInfra Days Korea 2018] Day 2 - CEPH 운영자를 위한 Object Storage Performance T...
The Best Storage Solution For CloudStack: LINSTOR
Ad

Similar to VMware NSX and Arista L2 Hardware VTEP Gateway Integration (20)

PDF
VMworld 2013: Bringing Network Virtualization to VMware Environments with NSX
PDF
VMworld 2013: An Introduction to Network Virtualization
PPTX
VMware nsx network virtualization tool
PPTX
VMworld 2015: VMware NSX Deep Dive
PPTX
VMworld 2015: VMware NSX Deep Dive
PDF
VMworld 2013: Designing Network Virtualization for Data-Centers: Greenfield D...
PDF
VMworld 2013: NSX PCI Reference Architecture Workshop Session 1 - Segmentation
PDF
VMworld 2015: The Future of Network Virtualization with VMware NSX
PPTX
VMUGbe 21 Filip Verloy
PDF
OVHcloud Hosted Private Cloud Platform Network use cases with VMware NSX
PDF
VMworld 2013: Advanced VMware NSX Architecture
PPTX
PLNOG16: VXLAN Gateway, efektywny sposób połączenia świata wirtualnego z fizy...
PPTX
Reference design for v mware nsx
PDF
VMUG - NSX Architettura e Design
PPTX
VMworld 2015: vSphere Distributed Switch 6 –Technical Deep Dive
PDF
NSX: La Virtualizzazione di Rete e il Futuro della Sicurezza
PDF
VMworld 2013: Datacenter Transformation with Network Virtualization: Today an...
PDF
VMworld 2013: Deploying VMware NSX Network Virtualization
PPTX
A consolidated virtualization approach to deploying distributed cloud networks
VMworld 2013: Bringing Network Virtualization to VMware Environments with NSX
VMworld 2013: An Introduction to Network Virtualization
VMware nsx network virtualization tool
VMworld 2015: VMware NSX Deep Dive
VMworld 2015: VMware NSX Deep Dive
VMworld 2013: Designing Network Virtualization for Data-Centers: Greenfield D...
VMworld 2013: NSX PCI Reference Architecture Workshop Session 1 - Segmentation
VMworld 2015: The Future of Network Virtualization with VMware NSX
VMUGbe 21 Filip Verloy
OVHcloud Hosted Private Cloud Platform Network use cases with VMware NSX
VMworld 2013: Advanced VMware NSX Architecture
PLNOG16: VXLAN Gateway, efektywny sposób połączenia świata wirtualnego z fizy...
Reference design for v mware nsx
VMUG - NSX Architettura e Design
VMworld 2015: vSphere Distributed Switch 6 –Technical Deep Dive
NSX: La Virtualizzazione di Rete e il Futuro della Sicurezza
VMworld 2013: Datacenter Transformation with Network Virtualization: Today an...
VMworld 2013: Deploying VMware NSX Network Virtualization
A consolidated virtualization approach to deploying distributed cloud networks
Ad

Recently uploaded (20)

PDF
Encapsulation theory and applications.pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
cuic standard and advanced reporting.pdf
Encapsulation theory and applications.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
NewMind AI Weekly Chronicles - August'25 Week I
Encapsulation_ Review paper, used for researhc scholars
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Mobile App Security Testing_ A Comprehensive Guide.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Advanced methodologies resolving dimensionality complications for autism neur...
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Dropbox Q2 2025 Financial Results & Investor Presentation
Reach Out and Touch Someone: Haptics and Empathic Computing
20250228 LYD VKU AI Blended-Learning.pptx
Big Data Technologies - Introduction.pptx
Spectral efficient network and resource selection model in 5G networks
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
cuic standard and advanced reporting.pdf

VMware NSX and Arista L2 Hardware VTEP Gateway Integration

  • 1. VMware NSX and Arista VTEP L2 Gateway Integration
  • 2. 2 Who am I? | | ex- PSO | ex- vExpert 2014 | 2016 | 2017 VCIX6-DCV | VCIX6-NV | Working on VCDX6-NV nz.linkedin.com/in/bayupw @bayupw http://bayupw.blogspot.com/ http://www.vmug.com/nsx @bayupw | NSX, vNetwork, vCD, vCNS VMTN User Moderator https://communities.vmware.com/community/vmtn/nsx Bayu Wibowo
  • 3. 3 Agenda 1. NSX Quick Overview, NSX VXLAN to VLAN Bridging 2. Hardware VTEP Architecture & Configuration Does not cover: 1. NSX for vSphere 101 2. VXLAN 101 3. NSX for Multi-Hypervisor or NSX-Transformers
  • 5. 5 NSX Main Features App DMZ DB Finance EngineeringHR Micro-Segmentation Network Virtualisation Web App DB North-South, Routed NSX Edge VXLAN DLR Arista Macro-Segmentation Services
  • 6. 6 Physical World and Network Virtualisation World Network Virtualisation Web App DB North-South, Routed NSX Edge VXLAN DLR Physical World Physical Network Network Virtualisation World VMware NSX World Optimised East-West Traffic VXLAN Logical Switching Distributed Routing
  • 7. 7 Layer 2 Bridging Use Cases – Software or Hardware Gateway ▪ P2V or V2V migrations from VLAN to VXLAN migrations where changing IPs is not an option ▪ Extend physical network services/appliances/servers to VMs in logical switches ▪ Extend virtual services (VM) in the logical switch to external devices VMware NSX Brownfield Deployment Guide http://www.vmware.com/content/dam/digitalmar keting/vmware/en/pdf/whitepaper/products/nsx/ vmware-nsx-brownfield-design-and- deployment-guide-white-paper.pdf Bridging Instance Logical Switch VXLAN 5001 VLAN 101 Physical Router Physical Server V2V P2V Bridging Instance Logical Switch VXLAN 5001 VLAN 101
  • 8. 8 NSX 6.2 Software Layer 2 Bridging Enhancements Prior NSX 6.2 ▪ A logical switch could NOT simultaneously: • Participate in distributed routing • Extend layer 2 to a VLAN ▪ Must use NSX Edge or Physical Router for routing NSX 6.2 and later ▪ On a given Logical Switch, Distributed Logical Routing can coexist with bridging ▪ Optimise traffic flow by eliminating the need to route through a central NSX Edge ▪ NOT currently supported on HW-VTEP DLR NSX Edge DB VLAN DB Logical Switch App Logical Switch Transit Network DB logical Switch is extended to VLAN and uses DLR for routing Bridging Instance Physical Server DLR NSX Edge DB VLAN DB Logical Switch App Logical Switch Transit Network App Logical Switch is not extended to VLAN. DLR can be used DB logical Switch is extended to VLAN. Must use Edge or physical router for routing Bridging Instance Physical Server
  • 9. 9 Software Layer 2 Bridging Underlay VLAN 20 VLAN 20 VLAN 10VNI 5001
  • 10. 10 Software Layer 2 Bridging Physical (Rack) Connectivity VLAN extended between racks VM VM VLAN 10 VLAN 10 VXLAN VLAN
  • 11. 11 Hardware VTEP Gateway Hardware based Layer 2 Bridging
  • 12. 12 Physical (Rack) Connectivity Software Gateway ▪ A single bridging instance per Logical Switch ▪ Bandwidth limited by single bridging instance ▪ VLAN need to be extended to Edge Clusters (DLR Control VM / Bridge Instance) Hardware Gateway ▪ Main benefits of hardware gateway: Bandwidth, Scale and Low-latency ▪ Also allows extending VXLAN to areas that cannot host a Software Gateway ▪ With Hardware Gateways, VLANs can be kept local to a rack and don’t need to be extended – L3 end-to-end VXLAN VLAN Non-virtualized devices (part of the same L2 segment) L3 (VXLAN) only between racks VLAN 10 VLAN 20 VM VM VLAN extended between racks VM VM VLAN 10 VLAN 10
  • 13. 13 Hardware VTEP Prerequisites ▪ Supported VMware NSX version (VMware NSX 6.2.x and later) ▪ Supported VMware NSX License Edition ▪ Supported Hardware (Physical Switch) & firmware version ▪ Management (OVSDB) & Data Plane (VTEP) Connectivity ▪ Limitations • Does not support bridging to NSX DLR • In cross-vCenter deployment, hardware binding only supported on Primary NSX Manager
  • 14. 14 NSX License Edition Requirements
  • 15. 15 VMware HCL – http://www.vmware.com/go/hcl
  • 16. 16 VMware HCL – http://www.vmware.com/go/hcl
  • 17. 17 Management Connectivity NSX – Hardware Switch Controller (HSC) Communication ▪ Open vSwitch Management Protocol (OVSDB Protocol) RFC 7047 https://tools.ietf.org/html/rfc7047 ▪ The Hardware Switch Controller (HSC) is the entity to which the NSX controller connects in order to control Hardware switches ▪ The HSC runs an OVSDB server, presents hardware ports to NSX ▪ The NSX controller runs an OVSDB client that connects to the server on the HSC ▪ The HSC can run on a Hardware Switch itself or it can be a separate appliance responsible for several Hardware Switches
  • 18. 18 ▪ In the case of Arista, the OVSDB server is run by CVX (CloudVision eXchange) ▪ NSX Controller connects to CVX ▪ The information exchanged by the control plane allows setting up the data plane, i.e. VXLAN tunnels between VTEPs Management & Data Plane Connectivity
  • 19. 19 Data Plane Connectivity Multidestination BUM (Broadcast, Unknown Unicast, Multicast) Traffic ▪ BUM traffic uses Replication Service Node (RSN) ▪ RSN = VMware ESXi host ▪ vSphere Cluster = Replication Node Cluster ▪ BUM traffic from Hardware Gateway VTEP uses RSN ▪ BUM traffic from ESXi VTEP uses usual NSX replication mode mechanisms ▪ RSNs are protected by Bidirectional Forwarding Detection (BFD) sessions from the Hardware Gateway
  • 20. 20 Hardware VTEP Configuration Steps 1. Create Replication Service Nodes (RSN) / Replication Cluster 2. Configure Hardware Switch Controller (HSC) 3. Add Hardware VTEP Gateway to NSX 4. Extend Logical Switch to Hardware VTEP Gateway Port Offline Demo - VMware HOL - 1703 - Hardware VTEP Integration with Arista http://docs.hol.vmware.com/hol-isim/HOL-2017/hol-1703-arista.htm
  • 21. 21 Create Replication Cluster– 1 ▪ Edit Replication Cluster ▪ Select ESXi hosts
  • 22. 22 Create Replication Cluster– 1 ▪ Replication Cluster Added
  • 23. 23 Configure Hardware Switch Controller (HSC) – 2 ▪ Arista HSC – CVX Configuration ▪ Add NSX controller manager 192.168.110.15 6640 NSX Controller OVSDB Port 6640
  • 24. 24 Configure Hardware Switch Controller (HSC) – 2
  • 25. 25 Add Hardware VTEP Gateway to NSX – 3 ▪ Networking & Security | Security Definitions | Hardware Devices | + ▪ HSC certificate needs to be retrieved and added to the NSX controller
  • 26. 26 Add Hardware VTEP Gateway to NSX – 3 ▪ Hardware VTEP Added
  • 27. 27 Extend Logical Switch to Hardware VTEP Gateway Port – 4 ▪ Manage Hardware Bindings
  • 28. 28 Summary – Layer 2 Bridging ▪ Physical to Virtual connectivity with VMware NSX Software VXLAN gateways • Physical VLAN need to be extended to ESXi Host • Requires DLR & DLR Control VM ▪ Wire Speed 10/40/100G VXLAN Gateway with Arista • Hardware based high performance • High port density • Physical flexibility – allows extending VXLAN to areas that cannot host a Software Gateway. Non-virtualized workloads or appliances ESXi Host Bridging Instance ESXi Host
  • 29. 29 References ▪ Hardware Layer 2 Gateways Integration with NSX | https://communities.vmware.com/docs/DOC-30976 ▪ VMware KB Arista CloudVision and NSX (2146500) | https://kb.vmware.com/kb/2146500 ▪ VMware and Arista Network Virtualization Reference Design Guide for VMware vSphere Environments | https://www.arista.com/assets/data/pdf/White_Paper_Design_VMware_ Arista.pdf ▪ NSX for vSphere with Arista Cloud Vision – Arista Design Guide | http://cdn2.hubspot.net/hubfs/691113/Arista/White_Papers/NSX_vSpher e_CloudVision_Design_Guide.pdf?t=1454351735729 ▪ Blog Post Series on Hardware VTEP deep dive by Dmitri Kalintsev | https://telecomoccasionally.wordpress.com/tag/hardware-vtep/
  • 30. 30 Arista – VMware VMworld 2016 Sessions https://solutions.arista.com/vmworld2016 ▪ NET9447 - Extensible Solution for Software Driven Data Centers (SDDC) with VMware and Arista ▪ Speakers: Jeff Raymond, Vice President, EOS Product Management. Anoop Dawani, Product Manager ▪ Date & Time: Wednesday, August 31st, 3:30PM - 4:30PM ▪ Arista and VMware's vision leverages core data center virtualization technologies to transform data center economics through automation and non-disruptive deployment that embraces and extends existing infrastructure investments. This joint solution radically simplifies, optimizes and accelerates the entire application deployment lifecycle. ▪ NET9094 - Customer Case Study on American Tire Distributors (ATD): Migrating to the Software-Defined Data Center with Arista Networks and VMware NSX ▪ Speakers: Jeff Raymond, Vice President, EOS Product Management ▪ Brandon Smith, Senior Data Center Engineer, American Tire Distributors ▪ Date & Time: Thursday, September 1st, 1:30PM - 2:30PM ▪ A real world customer case study sharing their experience in migrating from legacy data center to network virtualization with VMware NSX and Arista underlay.
  • 32. 32 Arista vEOS VM Settings vEOS IDE 0:0 LSI Logic Aboot IDE 1:0
  • 33. 33
  • 34. 34
  • 35. 35
  • 36. 36 Arista w/ CloudVision and NSX Better Together Complementary Solutions VMware NSX Arista w/ CloudVision VMware NSX + Arista w/ CloudVision Instantiation of Multi-tier Applications on the Fly   Central Point of Management for Virtual Infrastructure   Micro-Segmentation   Macro-Segmentation   Central Point of Management for Arista EOS   Physical Network Abstraction   Software version independence   Higher Scalability  Single Point of Integration  Simplified Operations 
  • 37. 37 Join other members like you who want to share their story on using daily technical products, implementations, and their own experiences as an IT professional. Create a Community Spotlight Presentation! Your presentation will be virtually featured on VMUG.com, and can be used at a Local Community or UserCon near you! Submit at https://www.vmug.com/Volunteer/Share-Your-Story