ESX主机增加分布式交换机命令

简介:

先查看一下当前标准虚拟交换机与分布式交换机情况

~ # esxcfg-vswitch -l

Switch Name      Num Ports   Used Ports  Configured Ports  MTU     Uplinks   

vSwitch0         128         5           128               1500    vmnic0,vmnic2


  PortGroup Name        VLAN ID  Used Ports  Uplinks   

  VM Network            0        0           vmnic0,vmnic2

  VMkernel              0        1           vmnic0,vmnic2

  Management Network    0        1           vmnic0,vmnic2


Switch Name      Num Ports   Used Ports  Configured Ports  MTU     Uplinks   

vmservice-vswitch  64          2           64                1500              


  PortGroup Name        VLAN ID  Used Ports  Uplinks   

  vmservice-trend-pg    0        0                     

  vmservice-vmknic-pg   0        1                     


DVS Name         Num Ports   Used Ports  Configured Ports  MTU     Uplinks   

dvSwitch         256         6           256               1500       


  DVPort ID           In Use      Client      

  2886                1           vmnic1      

  2887                0           

  423                 1           ******.vmhost1.eth0

  426                 1           ******.vmhost2.eth0

  409                 1           ******.vmhost3.eth0

  432                 1           ******.vmhost4.eth0

  

给分布式交换机增加上联网卡

~ # esxcfg-vswitch -P  vmnic1 dvSwitch -V 2886

从分布式交换机删除上联网卡

~ # esxcfg-vswitch -Q  vmnic1 dvSwitch -V 2886


~ # esxcfg-vswitch -l

Switch Name      Num Ports   Used Ports  Configured Ports  MTU     Uplinks   

vSwitch0         128         5           128               1500    vmnic0,vmnic2


  PortGroup Name        VLAN ID  Used Ports  Uplinks   

  VM Network            0        0           vmnic0,vmnic2

  VMkernel              0        1           vmnic0,vmnic2

  Management Network    0        1           vmnic0,vmnic2


Switch Name      Num Ports   Used Ports  Configured Ports  MTU     Uplinks   

vmservice-vswitch  64          2           64                1500              


  PortGroup Name        VLAN ID  Used Ports  Uplinks   

  vmservice-trend-pg    0        0                     

  vmservice-vmknic-pg   0        1                     


DVS Name         Num Ports   Used Ports  Configured Ports  MTU     Uplinks   

dvSwitch         256         6           256               1500    vmnic1    


  DVPort ID           In Use      Client      

  2886                1           vmnic1      

  2887                0           

  423                 1           ******.vmhost1.eth0

  426                 1           ******.vmhost2.eth0

  409                 1           ******.vmhost3.eth0

  432                 1           ******.vmhost4.eth0


~ # esxcfg-vswitch -P  vmnic3 dvSwitch -V 2887

~ # esxcfg-vswitch -l

Switch Name      Num Ports   Used Ports  Configured Ports  MTU     Uplinks   

vSwitch0         128         5           128               1500    vmnic0,vmnic2


  PortGroup Name        VLAN ID  Used Ports  Uplinks   

  VM Network            0        0           vmnic0,vmnic2

  VMkernel              0        1           vmnic0,vmnic2

  Management Network    0        1           vmnic0,vmnic2


Switch Name      Num Ports   Used Ports  Configured Ports  MTU     Uplinks   

vmservice-vswitch  64          2           64                1500              


  PortGroup Name        VLAN ID  Used Ports  Uplinks   

  vmservice-trend-pg    0        0                     

  vmservice-vmknic-pg   0        1                     


DVS Name         Num Ports   Used Ports  Configured Ports  MTU     Uplinks   

dvSwitch         256         7           256               1500    vmnic3,vmnic1


  DVPort ID           In Use      Client      

  2886                1           vmnic1      

  2887                1           vmnic3      

  423                 1           ******.vmhost1.eth0

  426                 1           ******.vmhost2.eth0

  409                 1           ******.vmhost3.eth0

  432                 1           ******.vmhost4.eth0

 


本文转自gaodi2002 51CTO博客,原文链接:http://blog.51cto.com/gaodi2002/1617399

相关文章
|
17天前
|
监控 网络协议 网络安全
|
25天前
|
运维 安全
|
6天前
|
网络协议 安全 网络虚拟化
思科交换机配置命令归纳
【11月更文挑战第8天】本文总结了思科交换机的常见配置命令,包括模式转换、基本配置、查看命令、VLAN 配置、Trunk 配置、以太网通道配置、VTP 配置、三层交换机配置、生成树配置以及其他常用命令,适用于网络管理和维护。
|
1月前
|
运维 监控 网络协议
|
4月前
|
NoSQL Java Redis
分布式锁实现原理问题之使用Redis的setNx命令来实现分布式锁问题如何解决
分布式锁实现原理问题之使用Redis的setNx命令来实现分布式锁问题如何解决
|
1月前
|
安全 网络性能优化 网络安全
|
1月前
|
网络协议 网络虚拟化 网络架构
【网络实验】/主机/路由器/交换机/网关/路由协议/RIP+OSPF/DHCP(上)
【网络实验】/主机/路由器/交换机/网关/路由协议/RIP+OSPF/DHCP(上)
60 1
|
1月前
|
监控 网络协议 网络安全
|
1月前
|
网络协议
思科交换机输入错误命令卡死
思科交换机输入错误命令卡死
|
1月前
|
网络协议 数据安全/隐私保护 网络虚拟化
【网络实验】/主机/路由器/交换机/网关/路由协议/RIP+OSPF/DHCP(下)
【网络实验】/主机/路由器/交换机/网关/路由协议/RIP+OSPF/DHCP(下)
51 0

热门文章

最新文章