首页 > 其他 > 详细

在vSphere ESXi6 中成功安装 Nexus 1000v n1000v-dk9.5.2.1.SV3.1.10

时间:2016-02-28 17:03:38      阅读:1824      评论:0      收藏:0      [点我收藏+]

在vSphere ESXi6 中成功安装 Nexus 1000v n1000v-dk9.5.2.1.SV3.1.10


经过10多天的安装调试,终于成功在vSphere ESXi6 中成功安装 Nexus 1000v n1000v-dk9.5.2.1.SV3.1.10


有一些体会经验:

1、Nexus1000V-install_CNX.jar(11,822,865 bytes)不能用于在vSphere ESXi6中安装VSM,最高只能用于ESXi5.5中安装VSM。在ESXi6中只能用于安装VEM。

    我安装的是vCenter-Server-Appliance VCSA-all-6.0.0-3343019,在ESXi6中可以在vCenter中使用Deploy OVF Template安装VSM。

 

技术分享

  

技术分享

2、注意:添加的VEM主机的网卡,根据情况设置为强制速度(10M、100M、1000M)和强制半双工全双工,设置为自适应VM的网络不通,或者时通时不通。Nexus1000V不支持自适应。

 

技术分享

技术分享

 


3、L3 3层模式终于通了,添加host后、必须同时迁移该host网管vmk0,VSM中已经能够看到VEM,关键是port-profile type vethernet配置中必须加入:capability l3control


Cisco Nexus Operating System (NX-OS) Software

TAC support: http://www.cisco.com/tac

Copyright (c) 2002-2015, Cisco Systems, Inc. All rights reserved.

The copyrights to certain works contained in this software are

owned by other third parties and used and distributed under

license. Certain components of this software are licensed under

the GNU General Public License (GPL) version 2.0 or the GNU

Lesser General Public License (LGPL) Version 2.1. A copy of each

such license is available at

http://www.opensource.org/licenses/gpl-2.0.php and

http://www.opensource.org/licenses/lgpl-2.1.php

N1K-15# show module

Mod  Ports  Module-Type                       Model               Status

---  -----  --------------------------------  ------------------  ------------

1    0      Virtual Supervisor Module         Nexus1000V          active *

3    1022   Virtual Ethernet Module           NA                  ok


Mod  Sw                  Hw      

---  ------------------  ------------------------------------------------  

1    5.2(1)SV3(1.10)     0.0                                             

3    5.2(1)SV3(1.10)     VMware ESXi 6.0.0 Releasebuild-3380124 (6.0)     


Mod  Server-IP        Server-UUID                           Server-Name

---  ---------------  ------------------------------------  --------------------

1    x.x.x.150        NA                                    NA

3    x.x.x.207        4c4c4544-004a-5910-8052-c7c04f323358  NA


* this terminal session

N1K-15#


4、最为关键的是port-profile的配置,上联口要配置为trunk、VM用下联口要配置为access。可以指定专用系统vlan,也可以全部共用vlan 1。


技术分享 


5、最为关键的port-profile的配置样本,已经试验通过。可以直接拷贝粘贴到SSH界面执行即可


config t


no port-profile type ethernet Uplink-ESXi215

no port-profile type vethernet Veth-ESXi215


port-profile type ethernet Uplink-ESXi215

vmware port-group

switchport mode trunk

switchport trunk allowed vlan all

no shutdown

system vlan 1

state enabled


port-profile type vethernet Veth-ESXi215

vmware port-group

capability l3control

switchport mode access

switchport access vlan 1

no shutdown

system vlan 1

state enabled


copy running-config startup-config

end


show running-config port-profile



在vSphere ESXi6 中成功安装 Nexus 1000v n1000v-dk9.5.2.1.SV3.1.10

原文:http://11251753.blog.51cto.com/11241753/1745713

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!