20 Mayıs 2015 Çarşamba

Hyper-V İçin Nexus 1000V konfigürasyonu - 1-

Merhaba;
Bugünden itibaren Hyper-V için üretilmiş olan Nexus 1000v for Hyper-V ürünün konfigürasyonu ve yönetimi ile ilgili sık sık yazılar yazmaya başlıyorum. Daha önce pdf olarak paylaştığım Hyper-V, SCVMM ve Nexus 1000V entegrasyonu ile ilgili pdf'i baz alarak Nexus 1000V konfigürasyonunu örnekler ile anlatmaya çalışacağım.
öncelikle bir kaç detaydan bahsetmek gerekmektedir. 
cisco komutlarına ve Vmware üzerinde Nexus 1000V kullanan arkadaşlarımız için üzücü bir haber vermek istiyorum. 
Maalesef Nexus 1000V for Hyper-V ürünü temel düzeyde cisco'nun mevcut komutlarından daha farklı olmakla beraber vmware için ise hyper-v network mimarisinin daha genişletilmiş olması sebebi ile network segmentation alanında çok daha farklı bir konfigürasyon gerektirmektedir. 

hızlı bir şekilde aşağıda kullanacağımız komutların esasında ne işe yaradığına bir bakmamız gerekecektir. 

  • Logical Network - Mantıksal Ağ olarak da isimlendirilebilir. Genel olarak kullandığımız networktür. örnek olarak DMZ bir logical netwok'tür diyebiliriz. 
  • Segment Pool - Logical Network'e ait segmentlerden oluşmuş A collection of segments that belongs to a logical network. For example, they might be for different sites, such as one pool for RTP, and one pool for SJ.
  • Segment - This is where the access capabilities of a network are defined. This is where you assign VLANs.
  • Port-Profiles - A collection of policies, not connectivity. Quality of Service (QoS), Access Control List (ACL) and others belong here.
  • IP Pool - This gets assigned to a segment. In most cases it does not matter. But, when doing orchestration, SCVMM can automatically assign addresses from this pool.
  • Ethernet - This is an uplink from the host. Each set of uplinks allows a certain segment pool.
  • vEthernet - This is the interface of a VM. It inherits a port-profile for its policies and a segment for its VLAN.
  • VMnetwork - This is the segment combined with the IP pool on the SCVMM side.
  • Port-Classification - This refers to the port-profile policies in SCVMM.
için network segmentatıon manager ve http server konfigürasyonu


1.  ahmetvm1-hyperv#
 ahmetvm1-hyperv# configure terminal
 Enter configuration commands, one per line.  End with CNTL/Z.
ahmetvm1-hyperv(config)# feature network-segmentation-manager
 ahmetvm1-hyperv(config)# feature http-server
 ahmetvm1-hyperv(config)# 

Hiç yorum yok: