Differences between revisions 1 and 2
Revision 1 as of 2017-05-23 00:12:44
Size: 2219
Editor: scot
Comment:
Revision 2 as of 2017-05-23 00:21:48
Size: 2888
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
== Concepts == == Concepts and Configuration ==
Line 25: Line 25:
We named our Logical Network VLANS Network because we have a network of VLANS all attached to a router/firewall which takes care of all routing between VLANs. Summary:

 1. Create Logical Networks to mirror the physical networks that exist, OR
 1. Create Logical Networks to define the networks that have specific purposes.
 1. Identify Logical networks that need to be isolated and identify the isolation method.
 1. Determine required network sites, VLANs, PVLANs, and IP pools required for each logical network and deploy them.

==== CONFIGURATION ====

'''Step 1-2:'''

We named our Logical Network VLANS Network because we have a network of VLANS all attached to a router/firewall which takes care of all routing between VLANs. This is Step 1 above (the physical approach).
Line 28: Line 39:

'''Step 3:'''
Line 32: Line 45:

'''Step 4:'''
Line 43: Line 58:

'''Step 5'''
This was done in the switches themselves with tagged VLANs. See [[[NetworkConfiguration/VlanConfiguration|VLAN configuration]]]

SCVMM - Concepts and Configuration

This documentation exists to remind us of how we implemented the networking model in SCVMM 2016 - but using 2012 R2 documentation because we couldn't find reasonable documentation for 2016.

Concepts and Configuration

"One key point is to ideally perform all your configuration through SCVMM for your Hyper-V host. Don't create virtual switches, don't create NIC teams, don't start creating virtual machines. The best experience is to define the configuration in SCVMM and let it perform all the configuration on the hosts.

In the order considered, we have the following architectural components:

  1. Logical Network
    1. A Network Site
  2. Logical Switch
  3. VM Networks
  4. Port Classifications

Logical Network

The first architectural component for SCVMM is the Logical Network. It models your physical network infrastructure and connectivity in SCVMM. Logical Networks are often given purposes: E.g. Management, Internet, DMZ. Do not think of a logical network as being in one place, it can span many "sites" or it can span just one.

The logical network is modeling the physical network so it is important that your objects match the physical topology, such as the correct IP and VLAN configuration!

A Network Site in a logical network may reflect location, but more specifically identifies a set of network configurations. I.e. VLAN and IP subnet - although we don't use a subnet at all! Instead we use MAC pools in SCVMM and DHCP outside of SCVMM.

Summary:

  1. Create Logical Networks to mirror the physical networks that exist, OR
  2. Create Logical Networks to define the networks that have specific purposes.
  3. Identify Logical networks that need to be isolated and identify the isolation method.
  4. Determine required network sites, VLANs, PVLANs, and IP pools required for each logical network and deploy them.

CONFIGURATION

Step 1-2:

We named our Logical Network VLANS Network because we have a network of VLANS all attached to a router/firewall which takes care of all routing between VLANs. This is Step 1 above (the physical approach).

Logical Network: VLANs Network

Step 3:

Each one of these VLANs is isolated from each of the other ones by a firewall so we identify this as:

VLAN-based independent networks.

Step 4:

The site is simply the SOC or school of computing site. Within that site we have several VLANs with no assigned subnets.

Site: SOC

VLANs include:

  • Mangement Network VLAN

    10

    VM default VLAN

    14

    Firewalled VLAN

    119

    Private VLANs

    201 - 220

Step 5 This was done in the switches themselves with tagged VLANs. See VLAN configuration]

NetworkConfiguration/SystemCenterVirtualMachineManager (last edited 2020-01-26 17:18:56 by scot)