创建虚拟机时自带网卡需要桥接网络,这时使用虚拟交换机
虚拟交换机:标准交换机、分布式虚拟交换机

虚拟交换机提供的功能:网络桥接、在线迁移

标准交换机:单个主机的虚拟交换机配置,在ESXI主机上创建,在另一台ESXI主机是不可见的
分布式虚拟交换机:在vCenter server上创建,在所有ESXI主机都是可见的,便于网络集中管理和规划,
虚拟交换机端口类型:VMkernel、虚拟机端口组
VMkernel:用于存储、vMotion、管理,需要配置IP地址
虚拟机端口组:针对虚拟机,用于上行传输业务的端口,不需要配置IP地址

分布式虚拟交换机最大优势就是管理方便

虚拟设备器(最少4个网卡:业务网、集群网、存储网、管理网)
Flexible可以当作vlance或vmxnet适配器使用
vlance 也称为PCNet32,32位操作系统网卡,速率10M/100M
vmxnet 性能明显优于vlance适配器
E1000:64位操作系统网卡,速率1Gbits
e1000e:intel千兆以太网网卡
vmxnet、vmxnet2、vmxnet3是VMware提供的驱动程序,仅随VMware Tools提供
虚拟机交换机
1、不支持DTP、端口聚合PAgP、不运行STP
2、不学习MAC地址
3、不会把一个UPlink的流量发送给另一个UPlink
没有UPlink是不能进行物理网络通信的

网络流量要区分开:管理网络、存储、数据流量、HA、FT


添加标准交换机步骤

vcenter配置vlan vcenter配置标准交换机_链路

vcenter配置vlan vcenter配置标准交换机_IP_02

添加标准交换机以及上行端口

vcenter配置vlan vcenter配置标准交换机_链路_03

设置交换机端口组

vcenter配置vlan vcenter配置标准交换机_运维_04

vcenter配置vlan vcenter配置标准交换机_IP_05

vcenter配置vlan vcenter配置标准交换机_vcenter配置vlan_06

在vSwitch上增加端口组步骤

vcenter配置vlan vcenter配置标准交换机_操作系统_07

添加端口组

vcenter配置vlan vcenter配置标准交换机_运维_08

vcenter配置vlan vcenter配置标准交换机_IP_09

设置端口组名称

vcenter配置vlan vcenter配置标准交换机_运维_10

vcenter配置vlan vcenter配置标准交换机_操作系统_11

为vSwitch添加上行链路端口

vcenter配置vlan vcenter配置标准交换机_IP_12

vcenter配置vlan vcenter配置标准交换机_IP_13

vcenter配置vlan vcenter配置标准交换机_IP_14

vcenter配置vlan vcenter配置标准交换机_vcenter配置vlan_15

vcenter配置vlan vcenter配置标准交换机_运维_16

vcenter配置vlan vcenter配置标准交换机_操作系统_17


vcenter配置vlan vcenter配置标准交换机_IP_18

关于VMkernel操作步骤在vMotion

ESXI不支持在不同广播域的主机之间迁移虚拟机,因此将两台ESXI主机放在同一个广播域

Vlan ID 0表示不分配标签,4095表示分配所有vlan
只针对出站流量进行负载均衡,进站使用硬件的负载均衡器

VMkernel负责检测网络故障,可监视
1、监视链路状态:断电、断线
2、链路状态加信标:可检测许多仅依靠链路状态无法检测到的故障
触发的动作:通知交换机
1、故障切换
2、新的虚拟网卡连接到虚拟交换机


分布交换机:可以简化虚拟网络的配置,功能强大,支持高级网络连接(支持第三方交换机扩展)

虚拟交换机不会把一个uplink的流量发送给另一个uplink,没有uplink就不能和物理网络进行通

添加分布式虚拟交换机


vcenter配置vlan vcenter配置标准交换机_操作系统_19

vcenter配置vlan vcenter配置标准交换机_链路_20

vcenter配置vlan vcenter配置标准交换机_操作系统_21

为交换机命名,添加上行端口

vcenter配置vlan vcenter配置标准交换机_操作系统_22

vcenter配置vlan vcenter配置标准交换机_链路_23

vcenter配置vlan vcenter配置标准交换机_操作系统_24

修改端口组名称以及设置端口策略

vcenter配置vlan vcenter配置标准交换机_vcenter配置vlan_25



https://blog.51cto.com/maguangjie/1930488