I installed Cisco Nexus 1000V virtual switch.
I'm going to introduce important point at installation.
▶ After install vCenter, must set Timezone.
▶and then, must seperate network groups.
(Control / Management / Packet three groups)
the port to use uplink must seperate from other port.(VM Kernel migration)
▶If you installed vCenter at VMware Workstation, you must change port speed statically(not use auto negotiation).
If you use auto negotiation, will meet this error message.
"failed to log into NFC server"
▶to connect VSM and VSE, you need Nexus 1000V installer program.
this installer is not smart, so you type some options.
C:\Program Files (x86)\Java\jre7\bin\java.exe -jar Nexus1000V-install_CNX.jar
▶after connected, check Trunk command.
you must keep bold commands. Vlan ID will be different as your environment.
port-profile type ethernet UPLINK # make uplink port
vmware port-group # set distribute port group
switchport mode trunk # set trunk mode
switchport trunk allowed vlan 1-3967,4048-4093 # allow vlans at trunk
no shutdown # enable port
state enabled # activate port group at distribute switch
system vlan 1 # set native Vlan
port-profile type vethernet PACKET # make distribute port group
vmware port-group # set distribute port group
switchport mode access # set access mode
switchport access vlan 1 # set access vlan
no shutdown # enable port
state enabled # activate port group at distribute switch
and this youtube movie clip and blog will help you.
sysadmintutorials's guide https://www.youtube.com/user/sysadmintutorials?feature=watch
Cisco Korea SE's blog http://youngmind.tistory.com
No comments:
Post a Comment