A Logical Network is a way of representing networks in your datacenter that have the same connectivity properties (DMZ, public network, Intranet , management). The Network Admin needs to tell SCVMM what VLAN ID belong to each Logical Network so the hosts can be configured to indicate the networks they are connected to. If you come from SCVMM v2, Logical Networks replace network locations and take it a step further. SCVMM now allows the administrator to give a logical meaning to each of the VLANs existing in their datacenter.

  Logical Network Definitions are each of the items that form a Logical Network. Logical Network Definitions scope the Logical Networks to a specific set of host groups. Logical Network Definitions are composed of Subnet-VLAN pairs. This way you can indicate what VLAN belongs to what Logical Network on each host group. When you make a Logical Network Definition available on a host group, all descendant host groups also have access to the Subnet-VLAN pairs defined in the Logical Network Definition.

  Why do subnet and VLAN come together in pairs?

  The VLAN id is used to know what VLAN to use when connecting a Virtual Machine to the network on the host. This is the physical configuration for a specific virtual network adapter.

  The subnet is the IP subnet that is linked to the specified VLAN ID. The subnet is an optional parameter. The subnet is needed by SCVMM to configure static IP addresses during virtual machine creation.

  When SCVMM creates a virtual machine and connects it to a specific VLAN ID according to the Logical Network configured on the virtual machine hardware properties , SCVMM knows that the IP to set on the virtual machine should be within the subnet specified.

  What different combinations are allowed and when to use them?

  

  Empty subnet

  • Use this configuration when you want all your virtual machines to be configured using DHCP
  • Only 1 entry per VLAN ID per Logical Network Definition
  • Can be configured on different Logical Networks on the same host group at the same time

  Subnet with value

  • Subnets have to be unique within a host group hierarchy across all Logical Networks
  • A subnet can be duplicated as long as the host group branches where they are applied are completely separated

  This configuration can be used when you reuse private IP addresses across different locations

  • You can configure different subnets to the same VLAN ID.
  • This enables having IPv4 and IPv6 subnets defined on the same subnet.
  • If you have different subnets sharing the same VLAN ID, although it is not recommended, it is supported

  What is VLAN 0?

  VLAN 0 means you want VLAN disabled. Use this setting when you don’t care about VLAN IDs.

  Normally this means you have your hosts configured on Access mode.

  如果只输入VLAN ID,IP subnet为空,则会启用DHCP,而不会使用静态IP。

  如果只输入IP subnet,则VLAN ID会自动添加 0,标识该子网不会应用VLAN,会使用主机网络适配器的模式

  

VLAN设置的更多相关文章

  1. 管理型交换机IEEE 802.1Q VLAN设置应用实例

    转载标注: IEEE802.1Q 我粗略理解为对交换机入口规则和出口规则设置,入口打上VID,设置从哪些口可以出去,并且是否带标签. 一 VLAN的概念 VLAN(Virtual Local Area ...

  2. vios 多 vlan设置

    [转 ]测试后修正 成功让IVM跑了多个VLAN,添加一块可携带多个vlanID的网卡,Nativevlan是改造的折中方法,如果不喜欢这种方法,附---删除多vlan网卡方法,一般情况下,lpar的 ...

  3. 关于 3750 vlan 设置

    >#config int vlan 1                \\进入vlan1,vlan 1 是默认存在的,你不能改名字,也不能删除.你也可以建个新的vlan做你的管理口. ip ad ...

  4. linux下VLAN设置

    1. 安装vlan(vconfig)和加载8021q模块 [root@test0001~]#yum install vconfig [root@test0001~]#modprobe 8021q [r ...

  5. centos下网口vlan设置

    如果要使vlan之间进行通信,我们通常会使用三层交换机或者路由器子接口模式来做.Linux上关于VLAN与Cisco交换机中继连接,也是可以实现其互相之间的通信的. 环境:RHEL 5.2 最小化安装 ...

  6. 交换机基础配置之结合以太通道的vlan设置

    我们将以上面的拓扑图来做实验,建立以太通道,并设置好vlan,将pc1和pc3放在同一vlan,将pc2和pc4放在同一vlan,同一vlan能跨交换机通信 在一切还没布置之前,四台pc机都在同一网段 ...

  7. 交换机基础设置之vtp管理vlan设置

    vtp的设置有三种模式1:server模式,负责创建,删除vlan(服务器模式) 2:client模式,负责接收并转发来自server的信息(客户机模式) 3:transparent模式,只负责转发, ...

  8. #centos7 设置bond、bridge、vlan

    #centos7 设置bond.bridge.vlan #centos7 设置bond.bridge.vlan # CentOS7中 nmcli命令由NetworkManager提供 # 可以用于设置 ...

  9. 不同vlan之间的相互访问

    拓扑图: 用到的命令: 给端口的vlan <sw1>用户模式 切换到系统模式 system-view 交换机名称 sysname swj1 创建vlan 3 端口模式选择int g0/0/ ...

随机推荐

  1. Hide Xcode8 strange log.

    Product > Scheme > Edit Scheme Environment Variables set OS_ACTIVITY_MODE = disable

  2. Mac下配置PHP+Apache+phpMyAdmin+MySql远程链接

    最近的项目是微信公众号平台的开发,微信官方给出的Demo是PHP的,发现大部分的学习资料也是PHP,那好吧,放弃Java,来段儿PHP吧 下面说说Mac下搭建PHP环境 数据库:MySQL-5.6.2 ...

  3. vs 2005中解决找不到模板项

    开始-->所有程序-->Microsoft Visual Studio 2005-->Visual Studio Tools-->Visual Studio 2005 Comm ...

  4. 把一个类(或者Object)转换成字典

    直接上代码:把一个类转换成object,然后在转换成字典 internal static IDictionary<string, string> GetDictionary(this ob ...

  5. Android智能聊天机器人

    http://www.tuling123.com/       注册一个账号,申请一个KEY值.此网站也有文档,可以查看. package com.tulingdemo; import java.te ...

  6. 15、自定义Content Provider

     自定义Content Provider的步骤    1. 编写一个类,该类必须继承自ContentProvider类. 实现ContentProvider类中所有的抽象方法. 定义Content ...

  7. 【LeetCode 201】Bitwise AND of Numbers Range

    Given a range [m, n] where 0 <= m <= n <= 2147483647, return the bitwise AND of all numbers ...

  8. 在/proc文件系统中增加一个目录hello,并在这个目录中增加一个文件world,文件的内容为hello world

    一.题目 编写一个内核模块,在/proc文件系统中增加一个目录hello,并在这个目录中增加一个文件world,文件的内容为hello world.内核版本要求2.6.18 二.实验环境 物理主机:w ...

  9. cocos2d-x 详解之 CCAction(动作)

    关于动作部分,总的来说使用起来比较简单,创建一个动作,然后让可渲染节点如精灵去执行这个动作即可.cocos2dx提供了很多类型的动作,使用起来也很方便.本节重点介绍动作CCAction的子类之一时间动 ...

  10. 如何利用WordPress创建自定义注册表单插件

    来源:http://www.ido321.com/1031.html 原文:Creating a Custom WordPress Registration Form Plugin 译文:创建一个定制 ...