+ All Categories
Home > Documents > Presentation - Networking Fabric in Hyper-V and VMM 1.0

Presentation - Networking Fabric in Hyper-V and VMM 1.0

Date post: 03-Jun-2018
Category:
Upload: huang-changhan
View: 235 times
Download: 0 times
Share this document with a friend

of 24

Transcript
  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    1/24

    Networking Fabric inHyper-V and VMM

    Richard Ulfvin

    http://www.pptclipart.com/download/green-wave-abstract-powerpoint-template.jpghttp://www.pptclipart.com/download/green-wave-abstract-powerpoint-template.jpghttp://www.pptclipart.com/download/green-wave-abstract-powerpoint-template.jpghttp://www.pptclipart.com/download/green-wave-abstract-powerpoint-template.jpg
  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    2/24

    Who the heck areya!

    Might know commands like sh run or sh config might have tried tools like NetSH or Netmon

    played with Hyper-V or just configured an IP address on a

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    3/24

    Session Objectives And Takeaways

    Objectives Understand networking in Windows Server 2012

    Understand the Hyper-V switch and its features/extensions

    Understand what SDN is and Microsofts approach to it

    Get to learn how Virtual Machine Manager can manage networks

    Key Takeaways When to use different features/extensions How to get started

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    4/24

    Who Am I Where do I work

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    5/24

    Why this session?

    We face many network challanges like Keep systems and services running

    High to continous availability

    High reliability and reduced complexity

    Security, multitenancy, extensibility

    Cannot keep throwing money at it (CAPEX) Network virtualization, QoS, bandwidth management

    Performance (latency, throughput, scalability)

    Control Operational cost (OPEX) Reduce complexity

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    6/24

    Network bottlenecks

    In the host networking stack In the NICs

    In the switches

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    7/24

    Network Features

    Receive Side Scaling (RSS) Receive Segment Coalescing (RSC)

    Dynamic Virtual Machine Queuing (DVMQ)

    Single Root I/O Virtualization (SR-IOV)

    NIC Teaming

    RDMA/Multichannel support for virtual machines on SMB 3

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    8/24

    and more features.

    DCTCP/DCB/QoS DHCP Guard/Router Guard/ Port Mirroring

    Port ACLs

    IPSEC Task Offload for VMs

    Network virtualization

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    9/24

    A Look Inside Windows S

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    10/24

    The Hyper-V Switch

    Hyper-V Port ACLs & Switch Extentions. Extensions are Filters or Windows Filtering Platform providers.

    Extensions state / configuration is unique to each instance of an exswitch on a machine

    Hyper-V Host 1 Virtual Switch

    Extension

    Extension

    Extension

    Hyper-V Host 2Virtual Switch

    Extension

    Extension

    Extension

    Hyper-V Host 1 Hyper-V Host 2

    Logical Switch (VMM)

    Virtual Switch Extension Manager (VSEM)

    Extension (Capture)Extension (Filtering)

    Extension (Forwarding)

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    11/24

    A Look Inside the Hyp

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    12/24

    Extensions in Hyper-V Switch

    5Nine - http://www.5nine.com (WFP) InMon - http://www.inmon.com (sFlow)

    Cisco (Nexus 1000v)

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    13/24

    Concept of networks in SCVMM

    LogicalNetwork

    Corp

    Host group

    Production

    M-M

    IP PoolStaticSrv

    10.0.0.1-

    10.0.0.99

    1 - M

    Physical network adapter

    M-M

    M-M

    M-

    M

    1-M

    Virtual switch

    Virtual

    networkadapter

    1 - 1

    1 - MSubnet-VLAN10.0.0.0/24

    VLAN 5

    Logicalnetwork

    definition

    Building 42

    1 - M

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    14/24

    Steps to a successful deployment

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    15/24

    Host Configuration

    Converged Option1

    10GbE each

    VMNVM1

    10GbE each

    Storage

    LiveMigration

    Cluster

    Manage

    Non-converged

    1GbE1GbE 1GbEHBA/ 10GbE 10GbE

    Sto

    rage

    Live

    Migration

    Cluster

    Manage

    VM1 VMN Converged Optio

    S

    torage

    LiveMigration

    Cluster

    RDMA Traffic

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    16/24

    A Look Ins

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    17/24

    Cisco Nexus 1000V Terminology

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    18/24

    Cisco Config

    # logical-network DMZ..

    # network-segment-pool DMZ_POD1..

    # network-segment DMZ_POD1_SUBNET1

    switchport mode accessswitchport access vlan20ip-pool DMZ_POD1_Pool1

    network-segment-pool DMZ_POD1

    # network-segment DMZ_POD1_SUBNET2switchport mode access

    switchport access vlan21ip-pool DMZ_POD1_Pool2

    network-segment-pool DMZ_POD1

    # network-segment DMZ_POD1_SUBNET3switchport mode access

    switchport access vlan22ip-pool DMZ_POD1_Pool2

    network-segment-pool DMZ_POD1

    Network Site

    VM Network DMZ_

    VM Network DMZ_

    VM Network DMZ_

    Logical netw

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    19/24

    Cisco N

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    20/24

    Why network virtualization?

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    21/24

    Network Virtualization using Generic Routin

    Encapsulation (NVGRE)

    Hyper-V

    ProviderSwitch

    NIC (ProvIF)

    VM

    Name: AME

    VSID: 10136955

    Physical Switch

    Hyper-V

    ProviderSwitch

    NIC (ProvIF)

    VM

    Name: BGW

    VSID: 6242158

    PA = 10.0.1.133

    PA = 10.0.1.134PA = 10.0.1.

    VM

    Name: ADB

    VSID: 10136955

    Customer Address

    VM Mac

    VSID

    Provider Addresss

    Customer Route(s)

    Lookup Route(s)

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    22/24

    Network V

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    23/24

    Where to get more info Channel 9 @ Micr VIR303 An Overview of Hyper-V Networking in Windows Server

    B291 Cisco Networking Solution In Hyper-V

    B312 Network Management in VMM (Part 1)

    B313 Network Management in VMM (Part 2)

    MGT315 Networking in VMM SP1

    HTTP www.addlevel.se/blogg (this presentation)

  • 8/11/2019 Presentation - Networking Fabric in Hyper-V and VMM 1.0

    24/24

    UTVRDERING

    Fyll i utvrderingen s att vi kan bli nnubttre till nsta gng!

    Antigen via lnken du fick med dinbiljett eller vid ngon av datorerna iTrueSec:s monter

    Tvla samtidigt om en HP Elitepad 900(Vinnaren presenteras i Utstllarfoajn

    direkt efter sista sessionen).

    KVLLSMINGEL

    Best of MMS avslutas med etmingel p nrliggande Dublinefter dagens sista session!

    Microsoft och LabCenter bjudoch ett unikt tillflle fr experbranschkollegor och eventdemingla tillsammans.

    Vi ses vl dr?


Recommended