SlideShare a Scribd company logo
VMworld Europe 2014: Advanced Network Services with NSX
Disclaimer
• This presentation may contain product features that are currently under development.
• This overview of new technology represents no commitment from VMware to deliver these
features in any generally available product.
• Features are subject to change, and must not be included in contracts, purchase orders, or
sales agreements of any kind.
• Technical feasibility and market demand will affect final delivery.
• Pricing and packaging for any new technologies or features discussed or presented have not
been determined.
CONFIDENTIAL 2
Agenda
1
What Network & Security services are used by
(all crazy) applications
2
What are TODAY exactly the NSX:
– Firewalling/Security services
– Load Balancing services
– VPN services
3 Service enhancements with NSX 3rd party vendors
CONFIDENTIAL 3
Agenda
1
What Network & Security services are used by
(all crazy) applications
2
What are TODAY exactly the NSX:
– Firewalling/Security services
– Load Balancing services
– VPN services
3 Service enhancements with NSX 3rd party vendors
CONFIDENTIAL 4
Network & Security Services Are Used by (All Crazy) Applications
• Switching / DHCP server-or-relay / DNS
• Routing / NAT
• Firewalling
• Load Balancing
• L2 and L3 VPN
NSX offers all those Network & Security services with central configuration and automation
Let's focus here on Firewalling, Load Balancing, and VPN
.1
.1
.1
.1
web-01 web-02 app-01 db-01app-02
Web-Tier-01
10.0.1.0/24
App-Tier-01
10.0.2.0/24
DB -Tier-01
10.0.3.0/24
Dynamic Routing
THAT'S IT!!!! OneArm LB
Router/ Firewall / Inline Load Balancer / VPN
5CONFIDENTIAL
Agenda
1
What Network & Security services are used by
(all crazy) applications
2
What are TODAY exactly the NSX:
– Firewalling/Security services
– Load Balancing services
– VPN services
3 Service enhancements with NSX 3rd party vendors
CONFIDENTIAL 6
Firewalling/Security – Configuration (1/4)
• Firewalling is configured centrally AND distributed to all ESXi on their VM NICs
192.168.10.0/29
Web LS
10.0.1.0/24
.11 .12
.12.11
App LS
10.0.2.0/24
.1
.1
.1
STOP
Web to App
TCP/8443
Pros:
• FW is distributed between all ESXi: Amazing firewalling scale!
• Offer security even within the same IP subnet / logical switch
VM1 VM2
VM1 VM2
7CONFIDENTIAL
Firewalling/Security – Configuration (2/4)
• L2 MAC addresses and L3 IP addresses can be used
• In addition any vCenter object name can be used
vSphere Distributed Switch
Web-LS1 – 10.0.1.0/24
App-LS1 – 10.0.2.0/24
192.168.150.51 192.168.150.52 192.168.250.51
Pros:
• Ease-of-use
VM1 VM2
VM1 VM2
8CONFIDENTIAL
Web-LS1 – 10.0.1.0/24
App-LS1 – 10.0.2.0/24
Firewalling/Security – Configuration (3/4)
• Port numbers can be used
• In addition protocol names can be used
Note: ALG (Application-Level Gateway) support for FTP, CIFS, ORACLE TNS, MS-RPC, and SUNRPC
vSphere Distributed Switch
192.168.150.51 192.168.150.52 192.168.250.51
Pros:
• Ease-of-use
VM1 VM2
VM1 VM2
9CONFIDENTIAL
Firewalling/Security – Configuration (4/4)
 Dynamic firewalling (Service Composer)
Security Groups
WHAT you want to
protect
Members (VM, vNIC…) and
Context (user identity, security
posture)
HOW you want to
protect it
Services (Firewall, antivirus…)
and Profiles (labels representing
specific policies)
APPLY
Pros:
• Agility
• Service Compliance
10
Firewalling/Security – Performance (1/2)
• Performance Lab Test
– Two Hypervisors with two VMs each
– Two 10G Physical NICs per server
– VM1 talks to VM3 & VM2 talks to VM4
11
VM1 VM2 VM3 VM4
10G
Interfaces
10G
Interfaces
Test
Setup
CONFIDENTIAL
Firewalling/Security – Performance (2/2)
• Results
20Gbps Per Host of Firewall Performance
with Negligible CPU Impact
Throughput Measurement
12CONFIDENTIAL
 Dynamic firewalling
• Compliance Demo
Firewalling/Security – Demo
13
.1
.1
.1
.1
app-01 db-01app-02
Web-Tier-01
10.0.1.0/24
App-Tier-01
10.0.2.0/24
DB -Tier-01
10.0.3.0/24
win-01 win-02linux-01 linux-02
Servers Linux Servers Windows
Access
Linux update servers
Access
Windows update servers
linux-03
New Linux Servers
are automatically
granted access
Firewalling/Security – Demo
14
 There is a dedicated session on DFW:
"SEC1746 – NSX DFW deep dive"
Firewalling/Security – more information
15
Agenda
1
What Network & Security services are used by
(all crazy) applications
2
What are TODAY exactly the NSX:
– Firewalling/Security services
– Load Balancing services
– VPN services
3 Service enhancements with NSX 3rd party vendors
CONFIDENTIAL 16
Load Balancing – Configuration (1/3)
 Both One-Arm and Inline modes are supported
Pros:
• Flexibilty
OneArm LB
.1
.1
.1
web-01 web-02 app-01 app-02
Web-Tier-01
10.0.1.0/24
App-Tier-01
10.0.2.0/24
.1
.1
.1
web-01 web-02 app-01 app-02
Web-Tier-01
10.0.1.0/24
App-Tier-01
10.0.2.0/24
Load Balancing – Configuration (2/3)
 Services (1/2):
Protocols TCP / UDP
FTP
HTTP
HTTPS (SSL-Passthrough)
HTTPS (SSL Offload)
LB methods
How end-users connections are split
across back-end servers.
Round Robin
Source IP hash
Least Connection
URI/HTTP header/URL
Health Checks
Load Balancer checks the
application health of each back-end
server.
TCP/UDP/ICMP
HTTP (GET, OPTION, POST)
HTTPS (GET, OPTION, POST)
Persistence
All connections from the same end-
user go to the same back-end
server.
TCP: SourceIP, MSRDP
HTTP: SourceIP, Cookie,
HTTPS: SourceIP, Cookie, ssl_session_id
18
Load Balancing – Configuration (2/3)
 Services (2/2):
Connection
throttling
Limit the connections to the VIP
/ to the back-end servers.
Client side:
. Max conc. connections
. Max new conn / sec
Server side:
. Max conc. Connections
High Availability Yes.
Monitoring . View VIP/Pool/Servers objects
. View VIP/Pool/Servers stats
. Global stats VIP sessions
L7 manipulation
The load balancer modifies the
end-users requests and/or back-
end servers responses.
. HTTP/HTTPS request/response headers
(For instance: URL block, url rewrite, header
rewrite)
19
Load Balancing - Performance
 Per Logical Load Balancer:
L4
Throughput 9.23 Gbps
# conc. sessions 1M
# sessions/sec 131k cps
L7 - HTTP
Throughput 6.59 Gbps
# conc. sessions 60k
# sessions/sec 45k cps
Reqs/sec 82.3k rps
L7 - HTTPS
Throughput 2.07 Gbps
# conc. sessions 60k
# sessions/sec 607 cps
Reqs/sec 35.0k rps
20
Load Balancing – Demo (1/2)
 Demo1:
• VIP SSL off-load
.1
.1
.1
.1
web-01 web-02 app-01 db-01app-02
Web-Tier-01
10.0.1.0/24
App-Tier-01
10.0.2.0/24
DB -Tier-01
10.0.3.0/24
HTTPS
HTTP
21
Load Balancing - Demo
22
Load Balancing – Demo (2/2)
• Demo2:
– Single VIP redirecting traffic to specific pool based on host
.1
.1
.1
.1
app-01 db-01app-02
Web-Tier-01
10.0.1.0/24
App-Tier-01
10.0.2.0/24
DB -Tier-01
10.0.3.0/24
app1.acme.com = VIP1@
web-05 web-06web-03 web-04web-01 web-02
Pool1 Pool2 Pool3
app1.acme.com
app2.acme.com = VIP1@
app2.acme.com
app3.acme.com = VIP1@
app3.acme.com
Demos (2/2)
 There is a specific session on LB:
"NET1588 - Load Balancer as a Service using NSX or Partner Solutions"
Load Balancing – more information
25
Agenda
1
What Network & Security services are used by
(all crazy) applications
2
What are TODAY exactly the NSX:
– Firewalling/Security services
– Load Balancing services
– VPN services
3 Service enhancements with NSX 3rd party vendors
CONFIDENTIAL 26
Logical VPN – User and Site-to-Site
• Interoperable IPsec tested with major vendors
• Clients on all major OS (Win, Apple, Linux)
• Remote Authentication via Active Directory, RSA
Secure ID, LDAP, Radius
• TCP Acceleration
• Encryption – 3DES, AES128, AES256
• AESNI H/W Offload
• NAT & Perimeter Firewall Traversal
Features
• High Performance – AES-NI acceleration
• 2+ Gb/s throughput per tenant
Scale and Performance
• Cloud to Corporate
• Cloud On-boarding
• Remote Office/Branch Office
• Remote Management
Use Cases
Internet/
WAN
Internet/
WAN
27
Logical VPN – Layer 2
Public
Cloud
• SSL-based
• Web-proxy Support
• L2 Extension to Cloud
• Broadcast support
• Extend multiple L2 Segments with a single pair of
L2 VPN Appliances
Features
• High Performance – AES-NI acceleration
• 2+ Gb/s throughput per tenant
Scale & Performance
• Cloud On-boarding
• Cloud Bursting
Use Cases
Internet/
WAN
VM VM VM
VLAN/VXLAN VLAN/VXLAN
Agenda
1
What Network & Security services are used by
(all crazy) applications
2
What are TODAY exactly the NSX:
– Firewalling/Security services
– Load Balancing services
– VPN services
3
Service enhancements with NSX 3rd party
vendors
CONFIDENTIAL 29
Security Partner Integrations
30
Next-generation IPS Malware Protection
Granular protection of individual VM
workloads with customizable policy definitions
Automation of advanced malware interception
Unified management for physical and
virtual sensors
Data Center security with agentless
anti-malware and guest network
threat protection
Real-time, dynamic threat protection and
response for workloads moving between
hosts and virtual data centers
Vulnerability Management
Automatic vulnerability risk assessment
Data Center wide real- time risk visibility
Auto segmentation of risky assets
Vulnerability prioritization for
effective remediation
Malware Protection
Single virtual appliance
provides agentless:
Anti-malware with URL filtering
Vulnerability and software scanning
Detection of file changes
Intrusion Detection & Prevention
Next-Generation Firewall
Multiple threat prevention disciplines including
firewall, IPS, and antimalware
Safe application enablement with continuous
content inspection for all threats
Granular user-based controls for apps,
content, users,
NSX is the platform for
integrating advanced
security services
CONFIDENTIAL
Load Balancer/ADC Partner integrations
NSX is the platform for
Application Delivery
Controller services. Application Delivery Controller
F5 specializes in Application Delivery
Networking (ADN) technology that optimizes
the delivery of network-based applications and
the security, performance, availability of
servers, data storage devices, and other
network resources.
Application Delivery Controller
Radware is a provider of
integrated application delivery / load
balancing and application & network
security solutions for virtual and cloud data
centers.
Application Delivery Controller
Citrix NetScaler makes apps and cloud-based
services run five times better by offloading
app and database servers, accelerating app
and service performance, and integrating
security.
Operations Partner Integrations
NSX is the platform for
Operation services
Network Operations
Riverbed provides comprehensive
monitoring and troubleshooting capabilities
across physical and virtual data center
networks based on NSX and Riverbed®
SteelCentral™ NetProfiler
Network Operations
EMC Service Assurance Suite and
VMware NSX break through the physical
network barriers and achieve the
provisioning speed, operational efficiency,
and management visibility and insight
promised by network virtualization
Network Operations
Gigamon and VMware are extending their
partnership to provide pervasive and
intelligent visibility into the physical and virtual
networks by integrating the Gigamon Visibility
Fabric with VMware NSX™ platform
CONFIDENTIAL 32
Demo with Symantec
33
Quarantine Vulnerable Systems until Remediated
Security Group = Quarantine Zone
Members = {Tag = ‘ANTI_VIRUS.VirusFound’, L2 Isolated Network}
Security Group = Desktop VMs
CONFIDENTIAL
Demo with Symantec
Quarantine Vulnerable Systems until Remediated
Full demo with config: https://www.youtube.com/watch?v=q1P7Xuicp84
34
How to test?
• Hands on lab available:
http://labs.hol.vmware.com/HOL/catalogs/
CONFIDENTIAL 35
Key take aways
 NSX offers all Network and Security services most crazy applications require
 Firewalling / Load Balancing / VPN services are offered natively with unique benefits
 in security with micro-segmentation
 in scale with distribution of services
 in ease-of-use
 And automation capabilities
 And NSX services can be enhanced with 3rd party vendors
CONFIDENTIAL 36
VMworld Europe 2014: Advanced Network Services with NSX
VMworld Europe 2014: Advanced Network Services with NSX

More Related Content

PDF
VMworld 2014: Introduction to NSX
PDF
VMworld 2013: Technical Deep Dive: Build a Collapsed DMZ Architecture for Opt...
PDF
VMworld 2013: Deploying VMware NSX Network Virtualization
PDF
VMworld 2014: Virtualize your Network with VMware NSX
PDF
VMworld 2015: The Future of Network Virtualization with VMware NSX
PDF
VMworld 2013: Virtualized Network Services Model with VMware NSX
PDF
VMworld 2013: Advanced VMware NSX Architecture
PDF
VMware NSX primer 2014
VMworld 2014: Introduction to NSX
VMworld 2013: Technical Deep Dive: Build a Collapsed DMZ Architecture for Opt...
VMworld 2013: Deploying VMware NSX Network Virtualization
VMworld 2014: Virtualize your Network with VMware NSX
VMworld 2015: The Future of Network Virtualization with VMware NSX
VMworld 2013: Virtualized Network Services Model with VMware NSX
VMworld 2013: Advanced VMware NSX Architecture
VMware NSX primer 2014

What's hot (20)

PDF
VMware NSX - Lessons Learned from real project
PPTX
nsx overview with use cases 1.0
PPTX
Nsx security deep dive
PDF
VMworld 2013: Operational Best Practices for NSX in VMware Environments
PDF
The Future of Cloud Networking is VMware NSX
PPTX
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
PDF
VMworld 2013: Bringing Network Virtualization to VMware Environments with NSX
PDF
VMworld 2014: Advanced Topics & Future Directions in Network Virtualization w...
PPTX
VMUGbe 21 Filip Verloy
PDF
VMworld 2014: VMware NSX and vCloud Automation Center Integration Technical D...
PDF
VMworld 2013: VMware NSX Integration with OpenStack
PPTX
VMworld 2015: VMware NSX Deep Dive
PDF
vVMworld 2013: Deploying, Troubleshooting, and Monitoring VMware NSX Distribu...
PDF
NSX Reference Design version 3.0
PDF
VMware NSX for vSphere - Intro and use cases
PDF
Security Practitioners guide to Micro Segmentation with VMware NSX and Log In...
PDF
VMware NSX + Cumulus Networks: Software Defined Networking
PPTX
VMworld 2016: Advanced Network Services with NSX
PPTX
VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...
PDF
Network Virtualization with VMware NSX
VMware NSX - Lessons Learned from real project
nsx overview with use cases 1.0
Nsx security deep dive
VMworld 2013: Operational Best Practices for NSX in VMware Environments
The Future of Cloud Networking is VMware NSX
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2013: Bringing Network Virtualization to VMware Environments with NSX
VMworld 2014: Advanced Topics & Future Directions in Network Virtualization w...
VMUGbe 21 Filip Verloy
VMworld 2014: VMware NSX and vCloud Automation Center Integration Technical D...
VMworld 2013: VMware NSX Integration with OpenStack
VMworld 2015: VMware NSX Deep Dive
vVMworld 2013: Deploying, Troubleshooting, and Monitoring VMware NSX Distribu...
NSX Reference Design version 3.0
VMware NSX for vSphere - Intro and use cases
Security Practitioners guide to Micro Segmentation with VMware NSX and Log In...
VMware NSX + Cumulus Networks: Software Defined Networking
VMworld 2016: Advanced Network Services with NSX
VMworld 2016: Migrating from a hardware based firewall to NSX to improve perf...
Network Virtualization with VMware NSX
Ad

Viewers also liked (16)

PDF
もう一つのHCI VxRackとVBlock
PDF
VMworld 2013: VMware Compliance Reference Architecture Framework Overview
PDF
VMworld 2013: NSX PCI Reference Architecture Workshop Session 2 - Privileged ...
PPTX
VMworld 2016 Recap
PPTX
Self service it with v realizeautomation and nsx
PPTX
Blue Medora - VMware vROps Management Pack for VCE Vblock Overview
PPTX
NSX for vSphere Logical Routing Deep Dive
PPTX
Emc vmax3 technical deep workshop
PPTX
SEC8022_Securing_SDDC_NSX_Hammad_Shahzad
PPTX
Emc recoverpoint technical
PPTX
VMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI Automation
PPTX
#NET5488 - Troubleshooting Methodology for VMware NSX - VMworld 2015
PDF
VMUG - NSX Architettura e Design
PPTX
VMware Site Recovery Manager - Architecting a DR Solution - Best Practices
PDF
V mware nsx_network_virtualization_open_stack
 
もう一つのHCI VxRackとVBlock
VMworld 2013: VMware Compliance Reference Architecture Framework Overview
VMworld 2013: NSX PCI Reference Architecture Workshop Session 2 - Privileged ...
VMworld 2016 Recap
Self service it with v realizeautomation and nsx
Blue Medora - VMware vROps Management Pack for VCE Vblock Overview
NSX for vSphere Logical Routing Deep Dive
Emc vmax3 technical deep workshop
SEC8022_Securing_SDDC_NSX_Hammad_Shahzad
Emc recoverpoint technical
VMworld 2016: Enforcing a vSphere Cluster Design with PowerCLI Automation
#NET5488 - Troubleshooting Methodology for VMware NSX - VMworld 2015
VMUG - NSX Architettura e Design
VMware Site Recovery Manager - Architecting a DR Solution - Best Practices
V mware nsx_network_virtualization_open_stack
 
Ad

Similar to VMworld Europe 2014: Advanced Network Services with NSX (20)

PPTX
VMware nsx network virtualization tool
PDF
GAMO VMware vCloud Air
PDF
VMworld 2013: VMware NSX Extensibility: Network and Security Services from 3r...
PPTX
Avi v20.1 — What’s New in Scalable, Multi-Cloud Load Balancing
PPTX
VMworld 2015: VMware NSX Deep Dive
PDF
An Introduction to VMware NSX
PDF
VMworld 2013: Introducing NSX Service Composer: The New Consumption Model for...
PPTX
VMware 2015: Next Horizon for Cloud Networking and Security
PDF
VMware NSX 101: What, Why & How
PPSX
Síťová virtualizace s VMware
PPTX
IaaS with Software Defined Networking
PDF
The Vision for the Future of Network Virtualization with VMware NSX
PPTX
NET8935_Small_DC_Shahzad_Ali
PDF
NSX_Poster.pdf
PPTX
New NSX Pitch Deck 2023 030302020202.pptx
PDF
Deploying Elastic Self-Service Load Balancing
PPTX
23.06.15 NSX ALB and vCD integration deepdive_webinar0615.pptx
PPTX
Integration of pola alto and v mware nsx to protect virtual and cloud environ...
PDF
VMworld 2013: VMware NSX with Next-Generation Security by Palo Alto Networks
VMware nsx network virtualization tool
GAMO VMware vCloud Air
VMworld 2013: VMware NSX Extensibility: Network and Security Services from 3r...
Avi v20.1 — What’s New in Scalable, Multi-Cloud Load Balancing
VMworld 2015: VMware NSX Deep Dive
An Introduction to VMware NSX
VMworld 2013: Introducing NSX Service Composer: The New Consumption Model for...
VMware 2015: Next Horizon for Cloud Networking and Security
VMware NSX 101: What, Why & How
Síťová virtualizace s VMware
IaaS with Software Defined Networking
The Vision for the Future of Network Virtualization with VMware NSX
NET8935_Small_DC_Shahzad_Ali
NSX_Poster.pdf
New NSX Pitch Deck 2023 030302020202.pptx
Deploying Elastic Self-Service Load Balancing
23.06.15 NSX ALB and vCD integration deepdive_webinar0615.pptx
Integration of pola alto and v mware nsx to protect virtual and cloud environ...
VMworld 2013: VMware NSX with Next-Generation Security by Palo Alto Networks

More from VMworld (20)

PPTX
VMworld 2016: vSphere 6.x Host Resource Deep Dive
PPTX
VMworld 2016: Troubleshooting 101 for Horizon
PPTX
VMworld 2016: What's New with Horizon 7
PPTX
VMworld 2016: Virtual Volumes Technical Deep Dive
PPTX
VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...
PPTX
VMworld 2016: The KISS of vRealize Operations!
PPTX
VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...
PPTX
VMworld 2016: Ask the vCenter Server Exerts Panel
PPTX
VMworld 2016: Virtualize Active Directory, the Right Way!
PPTX
VMworld 2015: Troubleshooting for vSphere 6
PPTX
VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...
PPTX
VMworld 2015: Advanced SQL Server on vSphere
PPTX
VMworld 2015: Virtualize Active Directory, the Right Way!
PPTX
VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...
PPTX
VMworld 2015: Building a Business Case for Virtual SAN
PPTX
VMworld 2015: Explaining Advanced Virtual Volumes Configurations
PPTX
VMworld 2015: Virtual Volumes Technical Deep Dive
PPTX
VMworld 2015: Networking Virtual SAN's Backbone
PPTX
VMworld 2015: The Best SDDC!
PPTX
VMworld 2015: Conversation with the VMware CIO Suggestions on being an IT Leader
VMworld 2016: vSphere 6.x Host Resource Deep Dive
VMworld 2016: Troubleshooting 101 for Horizon
VMworld 2016: What's New with Horizon 7
VMworld 2016: Virtual Volumes Technical Deep Dive
VMworld 2016: Advances in Remote Display Protocol Technology with VMware Blas...
VMworld 2016: The KISS of vRealize Operations!
VMworld 2016: Getting Started with PowerShell and PowerCLI for Your VMware En...
VMworld 2016: Ask the vCenter Server Exerts Panel
VMworld 2016: Virtualize Active Directory, the Right Way!
VMworld 2015: Troubleshooting for vSphere 6
VMworld 2015: Monitoring and Managing Applications with vRealize Operations 6...
VMworld 2015: Advanced SQL Server on vSphere
VMworld 2015: Virtualize Active Directory, the Right Way!
VMworld 2015: Site Recovery Manager and Policy Based DR Deep Dive with Engine...
VMworld 2015: Building a Business Case for Virtual SAN
VMworld 2015: Explaining Advanced Virtual Volumes Configurations
VMworld 2015: Virtual Volumes Technical Deep Dive
VMworld 2015: Networking Virtual SAN's Backbone
VMworld 2015: The Best SDDC!
VMworld 2015: Conversation with the VMware CIO Suggestions on being an IT Leader

Recently uploaded (20)

PPT
Teaching material agriculture food technology
PDF
Approach and Philosophy of On baking technology
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Encapsulation theory and applications.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
KodekX | Application Modernization Development
DOCX
The AUB Centre for AI in Media Proposal.docx
Teaching material agriculture food technology
Approach and Philosophy of On baking technology
Chapter 3 Spatial Domain Image Processing.pdf
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Encapsulation_ Review paper, used for researhc scholars
Per capita expenditure prediction using model stacking based on satellite ima...
Encapsulation theory and applications.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
cuic standard and advanced reporting.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
A Presentation on Artificial Intelligence
Spectral efficient network and resource selection model in 5G networks
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
MYSQL Presentation for SQL database connectivity
Understanding_Digital_Forensics_Presentation.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
KodekX | Application Modernization Development
The AUB Centre for AI in Media Proposal.docx

VMworld Europe 2014: Advanced Network Services with NSX

  • 2. Disclaimer • This presentation may contain product features that are currently under development. • This overview of new technology represents no commitment from VMware to deliver these features in any generally available product. • Features are subject to change, and must not be included in contracts, purchase orders, or sales agreements of any kind. • Technical feasibility and market demand will affect final delivery. • Pricing and packaging for any new technologies or features discussed or presented have not been determined. CONFIDENTIAL 2
  • 3. Agenda 1 What Network & Security services are used by (all crazy) applications 2 What are TODAY exactly the NSX: – Firewalling/Security services – Load Balancing services – VPN services 3 Service enhancements with NSX 3rd party vendors CONFIDENTIAL 3
  • 4. Agenda 1 What Network & Security services are used by (all crazy) applications 2 What are TODAY exactly the NSX: – Firewalling/Security services – Load Balancing services – VPN services 3 Service enhancements with NSX 3rd party vendors CONFIDENTIAL 4
  • 5. Network & Security Services Are Used by (All Crazy) Applications • Switching / DHCP server-or-relay / DNS • Routing / NAT • Firewalling • Load Balancing • L2 and L3 VPN NSX offers all those Network & Security services with central configuration and automation Let's focus here on Firewalling, Load Balancing, and VPN .1 .1 .1 .1 web-01 web-02 app-01 db-01app-02 Web-Tier-01 10.0.1.0/24 App-Tier-01 10.0.2.0/24 DB -Tier-01 10.0.3.0/24 Dynamic Routing THAT'S IT!!!! OneArm LB Router/ Firewall / Inline Load Balancer / VPN 5CONFIDENTIAL
  • 6. Agenda 1 What Network & Security services are used by (all crazy) applications 2 What are TODAY exactly the NSX: – Firewalling/Security services – Load Balancing services – VPN services 3 Service enhancements with NSX 3rd party vendors CONFIDENTIAL 6
  • 7. Firewalling/Security – Configuration (1/4) • Firewalling is configured centrally AND distributed to all ESXi on their VM NICs 192.168.10.0/29 Web LS 10.0.1.0/24 .11 .12 .12.11 App LS 10.0.2.0/24 .1 .1 .1 STOP Web to App TCP/8443 Pros: • FW is distributed between all ESXi: Amazing firewalling scale! • Offer security even within the same IP subnet / logical switch VM1 VM2 VM1 VM2 7CONFIDENTIAL
  • 8. Firewalling/Security – Configuration (2/4) • L2 MAC addresses and L3 IP addresses can be used • In addition any vCenter object name can be used vSphere Distributed Switch Web-LS1 – 10.0.1.0/24 App-LS1 – 10.0.2.0/24 192.168.150.51 192.168.150.52 192.168.250.51 Pros: • Ease-of-use VM1 VM2 VM1 VM2 8CONFIDENTIAL
  • 9. Web-LS1 – 10.0.1.0/24 App-LS1 – 10.0.2.0/24 Firewalling/Security – Configuration (3/4) • Port numbers can be used • In addition protocol names can be used Note: ALG (Application-Level Gateway) support for FTP, CIFS, ORACLE TNS, MS-RPC, and SUNRPC vSphere Distributed Switch 192.168.150.51 192.168.150.52 192.168.250.51 Pros: • Ease-of-use VM1 VM2 VM1 VM2 9CONFIDENTIAL
  • 10. Firewalling/Security – Configuration (4/4)  Dynamic firewalling (Service Composer) Security Groups WHAT you want to protect Members (VM, vNIC…) and Context (user identity, security posture) HOW you want to protect it Services (Firewall, antivirus…) and Profiles (labels representing specific policies) APPLY Pros: • Agility • Service Compliance 10
  • 11. Firewalling/Security – Performance (1/2) • Performance Lab Test – Two Hypervisors with two VMs each – Two 10G Physical NICs per server – VM1 talks to VM3 & VM2 talks to VM4 11 VM1 VM2 VM3 VM4 10G Interfaces 10G Interfaces Test Setup CONFIDENTIAL
  • 12. Firewalling/Security – Performance (2/2) • Results 20Gbps Per Host of Firewall Performance with Negligible CPU Impact Throughput Measurement 12CONFIDENTIAL
  • 13.  Dynamic firewalling • Compliance Demo Firewalling/Security – Demo 13 .1 .1 .1 .1 app-01 db-01app-02 Web-Tier-01 10.0.1.0/24 App-Tier-01 10.0.2.0/24 DB -Tier-01 10.0.3.0/24 win-01 win-02linux-01 linux-02 Servers Linux Servers Windows Access Linux update servers Access Windows update servers linux-03 New Linux Servers are automatically granted access
  • 15.  There is a dedicated session on DFW: "SEC1746 – NSX DFW deep dive" Firewalling/Security – more information 15
  • 16. Agenda 1 What Network & Security services are used by (all crazy) applications 2 What are TODAY exactly the NSX: – Firewalling/Security services – Load Balancing services – VPN services 3 Service enhancements with NSX 3rd party vendors CONFIDENTIAL 16
  • 17. Load Balancing – Configuration (1/3)  Both One-Arm and Inline modes are supported Pros: • Flexibilty OneArm LB .1 .1 .1 web-01 web-02 app-01 app-02 Web-Tier-01 10.0.1.0/24 App-Tier-01 10.0.2.0/24 .1 .1 .1 web-01 web-02 app-01 app-02 Web-Tier-01 10.0.1.0/24 App-Tier-01 10.0.2.0/24
  • 18. Load Balancing – Configuration (2/3)  Services (1/2): Protocols TCP / UDP FTP HTTP HTTPS (SSL-Passthrough) HTTPS (SSL Offload) LB methods How end-users connections are split across back-end servers. Round Robin Source IP hash Least Connection URI/HTTP header/URL Health Checks Load Balancer checks the application health of each back-end server. TCP/UDP/ICMP HTTP (GET, OPTION, POST) HTTPS (GET, OPTION, POST) Persistence All connections from the same end- user go to the same back-end server. TCP: SourceIP, MSRDP HTTP: SourceIP, Cookie, HTTPS: SourceIP, Cookie, ssl_session_id 18
  • 19. Load Balancing – Configuration (2/3)  Services (2/2): Connection throttling Limit the connections to the VIP / to the back-end servers. Client side: . Max conc. connections . Max new conn / sec Server side: . Max conc. Connections High Availability Yes. Monitoring . View VIP/Pool/Servers objects . View VIP/Pool/Servers stats . Global stats VIP sessions L7 manipulation The load balancer modifies the end-users requests and/or back- end servers responses. . HTTP/HTTPS request/response headers (For instance: URL block, url rewrite, header rewrite) 19
  • 20. Load Balancing - Performance  Per Logical Load Balancer: L4 Throughput 9.23 Gbps # conc. sessions 1M # sessions/sec 131k cps L7 - HTTP Throughput 6.59 Gbps # conc. sessions 60k # sessions/sec 45k cps Reqs/sec 82.3k rps L7 - HTTPS Throughput 2.07 Gbps # conc. sessions 60k # sessions/sec 607 cps Reqs/sec 35.0k rps 20
  • 21. Load Balancing – Demo (1/2)  Demo1: • VIP SSL off-load .1 .1 .1 .1 web-01 web-02 app-01 db-01app-02 Web-Tier-01 10.0.1.0/24 App-Tier-01 10.0.2.0/24 DB -Tier-01 10.0.3.0/24 HTTPS HTTP 21
  • 22. Load Balancing - Demo 22
  • 23. Load Balancing – Demo (2/2) • Demo2: – Single VIP redirecting traffic to specific pool based on host .1 .1 .1 .1 app-01 db-01app-02 Web-Tier-01 10.0.1.0/24 App-Tier-01 10.0.2.0/24 DB -Tier-01 10.0.3.0/24 app1.acme.com = VIP1@ web-05 web-06web-03 web-04web-01 web-02 Pool1 Pool2 Pool3 app1.acme.com app2.acme.com = VIP1@ app2.acme.com app3.acme.com = VIP1@ app3.acme.com
  • 25.  There is a specific session on LB: "NET1588 - Load Balancer as a Service using NSX or Partner Solutions" Load Balancing – more information 25
  • 26. Agenda 1 What Network & Security services are used by (all crazy) applications 2 What are TODAY exactly the NSX: – Firewalling/Security services – Load Balancing services – VPN services 3 Service enhancements with NSX 3rd party vendors CONFIDENTIAL 26
  • 27. Logical VPN – User and Site-to-Site • Interoperable IPsec tested with major vendors • Clients on all major OS (Win, Apple, Linux) • Remote Authentication via Active Directory, RSA Secure ID, LDAP, Radius • TCP Acceleration • Encryption – 3DES, AES128, AES256 • AESNI H/W Offload • NAT & Perimeter Firewall Traversal Features • High Performance – AES-NI acceleration • 2+ Gb/s throughput per tenant Scale and Performance • Cloud to Corporate • Cloud On-boarding • Remote Office/Branch Office • Remote Management Use Cases Internet/ WAN Internet/ WAN 27
  • 28. Logical VPN – Layer 2 Public Cloud • SSL-based • Web-proxy Support • L2 Extension to Cloud • Broadcast support • Extend multiple L2 Segments with a single pair of L2 VPN Appliances Features • High Performance – AES-NI acceleration • 2+ Gb/s throughput per tenant Scale & Performance • Cloud On-boarding • Cloud Bursting Use Cases Internet/ WAN VM VM VM VLAN/VXLAN VLAN/VXLAN
  • 29. Agenda 1 What Network & Security services are used by (all crazy) applications 2 What are TODAY exactly the NSX: – Firewalling/Security services – Load Balancing services – VPN services 3 Service enhancements with NSX 3rd party vendors CONFIDENTIAL 29
  • 30. Security Partner Integrations 30 Next-generation IPS Malware Protection Granular protection of individual VM workloads with customizable policy definitions Automation of advanced malware interception Unified management for physical and virtual sensors Data Center security with agentless anti-malware and guest network threat protection Real-time, dynamic threat protection and response for workloads moving between hosts and virtual data centers Vulnerability Management Automatic vulnerability risk assessment Data Center wide real- time risk visibility Auto segmentation of risky assets Vulnerability prioritization for effective remediation Malware Protection Single virtual appliance provides agentless: Anti-malware with URL filtering Vulnerability and software scanning Detection of file changes Intrusion Detection & Prevention Next-Generation Firewall Multiple threat prevention disciplines including firewall, IPS, and antimalware Safe application enablement with continuous content inspection for all threats Granular user-based controls for apps, content, users, NSX is the platform for integrating advanced security services CONFIDENTIAL
  • 31. Load Balancer/ADC Partner integrations NSX is the platform for Application Delivery Controller services. Application Delivery Controller F5 specializes in Application Delivery Networking (ADN) technology that optimizes the delivery of network-based applications and the security, performance, availability of servers, data storage devices, and other network resources. Application Delivery Controller Radware is a provider of integrated application delivery / load balancing and application & network security solutions for virtual and cloud data centers. Application Delivery Controller Citrix NetScaler makes apps and cloud-based services run five times better by offloading app and database servers, accelerating app and service performance, and integrating security.
  • 32. Operations Partner Integrations NSX is the platform for Operation services Network Operations Riverbed provides comprehensive monitoring and troubleshooting capabilities across physical and virtual data center networks based on NSX and Riverbed® SteelCentral™ NetProfiler Network Operations EMC Service Assurance Suite and VMware NSX break through the physical network barriers and achieve the provisioning speed, operational efficiency, and management visibility and insight promised by network virtualization Network Operations Gigamon and VMware are extending their partnership to provide pervasive and intelligent visibility into the physical and virtual networks by integrating the Gigamon Visibility Fabric with VMware NSX™ platform CONFIDENTIAL 32
  • 33. Demo with Symantec 33 Quarantine Vulnerable Systems until Remediated Security Group = Quarantine Zone Members = {Tag = ‘ANTI_VIRUS.VirusFound’, L2 Isolated Network} Security Group = Desktop VMs CONFIDENTIAL
  • 34. Demo with Symantec Quarantine Vulnerable Systems until Remediated Full demo with config: https://www.youtube.com/watch?v=q1P7Xuicp84 34
  • 35. How to test? • Hands on lab available: http://labs.hol.vmware.com/HOL/catalogs/ CONFIDENTIAL 35
  • 36. Key take aways  NSX offers all Network and Security services most crazy applications require  Firewalling / Load Balancing / VPN services are offered natively with unique benefits  in security with micro-segmentation  in scale with distribution of services  in ease-of-use  And automation capabilities  And NSX services can be enhanced with 3rd party vendors CONFIDENTIAL 36