ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

VMware vSphere 5.5 Networking New Features

By Vladan SEGET | Last Updated: August 9, 2014

Shares

VMware vSphere 5.5 released brought many new features in virtual networking. The details about NSX (network virtualization) will be covered in separate post as this is completely new technology. In this post we'll just covers the enhancements and new features brought with vSphere 5.5. If you don't know what is LACP for. LACP allows to select multiple physical NICs to form one single big “pipe”.

LACP Enhancements – the LACP (aggregate bandwidth) which has been introduced in vSphere 5.1 had the possibility to do single aggregation group per VDS whether this limit is lifted in vSphere 5.5. You can have multiple aggregation groups on vDS in vSphere 5.5. The exact limit is 64 aggregation groups.

VMware vSphere 5.5 Networking enhancements - LACP

Also the way the traffic is balanced between links improved. In vSphere 5.1 only the IP hash was supported,  where in vSphere 5.5 there is support for 22 hashing algorithms!

For large environments, it's possible to setup a template with the desired hashing algorithm and apply the template on the rest of your hosts.

LACP config, where? – There is a change compared to the vSphere 5.1 also concerning where do you configure the LACP. In vSphere 5.1 the configuration has been done at the port group level, but in vSphere 5.5 it is now at the vDS level.

vSphere 5.5 LACP

And here is step2:

VMware vSphere 5.5 - Networking New features LACP

Close up:

LAG3

Enhanced SR-IOV – Introduced in vSphere 5.1, it offload  the IO onto the NIC. Where the work is done out of the VM kernel. A single PCIe device is presented as multiple virtual devices to your VMs.  The improvements are made at the communication between the port group properties . VLAN taggings settings at the port group level now communicate up to the adapter.

When using SR-IOV there is no vMotion of FT usage possible.

Traffic Filtering – allows filter traffic. You can apply permit/deny rules. It's possible to classify traffic along rules, where there is three types of traffic rules which can be leveraged:

  • By IP address
  • By Mac address
  • By Type (vMotion…)

You can also have tags based on inboud/outbound.

QoS Tagging – In addition to 802.1 present in previous releases, there is now a possibility to set service level agreements and prioritization. It's L3 tagging. Allows allocate bandwidth, keep the tag when the frame leaves the ESXi host and enters the physical switch. In previous releases in this kind of situation, the tag was lost.

Packet capture tool – there is new tool for capturing packets. It's CLI tool, enhanced version of TCP Dump. You can track and analyse data flowing through vNics, vSwitches etc… You can also use this tool to troubleshoot issues in virtual networks.

vSphere 5.5 networking - new features and enhancments

Differentiated Service Code Point Marking (DSCP).

This is a new feature which allows to classify network traffic and provide QoS. As a principal advantage of this feature is that important traffic can be tagged so it doesn't get drop in the physical network during congestion. It also allows to provide end-to-end QoS and SLA.

  • You can have 64 different traffic classes with DSCP
  • 6 bits in the IP header are for packet classification
  • helps classify network traffic and provide QoS

Possibility to chose to classify based on:

  • System Traffic Qualifiers – vMotion, FT, Management
  • MAC SA and DA qualifier
  • IP qualifiers – Protocol type, port number, IP DA, IP SA

You configure this feature at the portgroup level.

You can configure this feature at the Portgroup level

And here are the details:

Configuring DSCP marking

Traffic Filtering Features

The filtering rules are defined at the portgroup level and they are based on MAC SA or DA qualifier. You can use those feature if you don't have stateful firewall and use this as a poor's man security.

  • It's an equivalent of ACL on physical switches
  • Helps to filter traffic based on different parameters
  • You can allow or deny selected types of traffic.

Traffic filtering policy

And on the image bellow you can see where to configure the traffic filtering feature – at the portgroup level.

Traffic Filtering Policy - configuration at the portgroup level

vSphere 5.5 Release:

  • VMware vSphere 5.5 – Storage enhancements and new configuration maximums
  • vCD 5.5 – VMware vCloud Director 5.5 New and enhanced features
  • VMware VDP 5.5 and VDP Advanced – With a DR for VDP!
  • VMware vSphere 5.5 vFlash Read Cache with VFFS
  • VMware vSphere Replication 5.5 – what's new?
  • VMware VSAN introduced in vSphere 5.5 – How it works and what's the requirements?
  • VMware vSphere 5.5 Storage New Features
  • VMware vSphere 5.5 Application High Availability – AppHA
  • VMware vSphere 5.5 Networking New Features – this post
  • VMware vSphere 5.5 Low Latency Applications Enhancements
  • ESXi 5.5 free Version has no more hard limitations of 32GB of RAM
  • vCenter Server Appliance 5.5 (vCSA) – Installation and Configuration Video
Shares
Vote !

| Filed Under: Server Virtualization Tagged With: vSphere 5.5 Networking

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in