<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VMware VCP 4 Dumps</title>
	<atom:link href="http://www.vcp4.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vcp4.com</link>
	<description>Pass your VCP 4 Exam Today</description>
	<lastBuildDate>Tue, 27 Oct 2009 01:42:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Vsphere VCP-410 Lab 8 part 2</title>
		<link>http://www.vcp4.com/vsphere-vcp-410-lab-8-part-2.html</link>
		<comments>http://www.vcp4.com/vsphere-vcp-410-lab-8-part-2.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 01:42:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VCP 4 Lab 8]]></category>

		<guid isPermaLink="false">http://www.vcp4.com/?p=93</guid>
		<description><![CDATA[Lab Scenario
As a network administrator, you want to SSH the ESX hosts so you can log into each one of them without
needing to specify passwords to getting up to go the computer and access the service console. You want to
enable SSH in ESX and ESXi hosts.
Lab Objectives
Using your personal lab, perform the following tasks:
• Activate [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Lab Scenario</strong><br />
As a network administrator, you want to SSH the ESX hosts so you can log into each one of them without<br />
needing to specify passwords to getting up to go the computer and access the service console. You want to<br />
enable SSH in ESX and ESXi hosts.<br />
<strong>Lab Objectives</strong><br />
Using your personal lab, perform the following tasks:<br />
• Activate root SSH access in an ESX host<br />
• Activate root SSH access in an ESXi host<br />
<strong>Lab Solution</strong><br />
Activate root SSH access in an ESX host:<br />
To activate root SSH access. Log on to your ESX host. Enter username and password and go to the command<br />
prompt.<br />
Go to /etc/ssh directory by typing <strong>cd /etc/ssh</strong></p>
<p>www.certifyme.com<br />
Edit the sshd_config file by typing <strong>nano sshd_config</strong>. The sshd_config file will open.<br />
Find the line &#8220;<strong>Permit rootlogin no</strong>&#8220;. Change <strong>No</strong> with <strong>Yes</strong>.</p>
<p>www.certifyme.com<br />
Save the file by pressing CTRL+X and then pressing â€˜Y&#8217; and then pressing â€˜Enter&#8217;</p>
<p>www.certifyme.com<br />
Now restart the sshd service by typing service sshd restart</p>
<p>To enable the SSH client and SSH service to work properly, we need to open ports for them in firewall. While<br />
on the SSH command prompt, type <strong>esxcfg-firewall -e sshServer</strong><br />
Now open the SSH client by typing <strong>esxcfg-firewall -e sshClient</strong>. The SSH port is open now. We can remotely<br />
login to ESX host using Putty.<br />
<strong>Activate root SSH access in an ESXi host</strong>:<br />
At the console of ESXi host, press ALT+F1 to access the console command line environment. You will not see<br />
a cursor blinking &#8211; just plain black window.</p>
<p>www.certifyme.com<br />
Type unsupported in the console window and press â€˜<strong>Enter</strong>&#8216;. You will not see the typing. The console will<br />
ask for the root password. Type the password and press <strong>Enter</strong>. You will see the Tech Support text and the<br />
command prompt.<br />
At the command prompt, edit the inetd.conf file by typing vi /etc/inetd.conf. The editor will open the file.</p>
<p>www.certifyme.com<br />
Find the line that begins with #ssh. Delete the # from #ssh.</p>
<p>www.certifyme.com<br />
After deleting # from #ssh, exit vi editor by pressing ESC button and typing &#8220;:<strong>wq</strong>&#8221;</p>
<p>www.certifyme.com<br />
After closing the vi editor, run the command /<strong>sbin/services.sh restart</strong> to restart the management services. You<br />
are now able to connect to the ESXi host with a <strong>SSH</strong> client.</p>
<p>www.certifyme.com<br />
<strong>References</strong>:<br />
• http://www.vm-help.com/esx/esx3i/ESXi_enable_SSH.php<br />
• http://itknowledgeexchange.techtarget.com/virtualization-pro/how-to-allow-the-root-user-to-login-tovmware-<br />
esx-server-with-ssh/<br />
• www.vladan.fr/how-to-activate-ssh-for-esx-server</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vcp4.com/vsphere-vcp-410-lab-8-part-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vsphere VCP-410 Lab 8 part 1</title>
		<link>http://www.vcp4.com/vsphere-vcp-410-lab-8-part-1.html</link>
		<comments>http://www.vcp4.com/vsphere-vcp-410-lab-8-part-1.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 01:37:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VCP 4 Lab 8]]></category>

		<guid isPermaLink="false">http://www.vcp4.com/?p=91</guid>
		<description><![CDATA[Exam Objective: Configure Service Console availability
Contents
• Introduction
• Technology Background
• Lab Scenario
• Lab Objectives
• Lab Solution
Introduction
www.certifyme.com
The program SSH (Secure Shell) is a secure replacement for telnet and the Berkeley r-utilities (rlogin, rsh, rcp,
and rdist). It provides an encrypted channel for logging into another computer over a network, executing
commands on a remote computer, and moving files from [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Exam Objective: Configure Service Console availability</strong></p>
<p><strong>Contents</strong><br />
• Introduction<br />
• Technology Background<br />
• Lab Scenario<br />
• Lab Objectives<br />
• Lab Solution<br />
<strong>Introduction</strong></p>
<p>www.certifyme.com<br />
The program SSH (Secure Shell) is a secure replacement for telnet and the Berkeley r-utilities (rlogin, rsh, rcp,<br />
and rdist). It provides an encrypted channel for logging into another computer over a network, executing<br />
commands on a remote computer, and moving files from one computer to another. SSH provides strong host-tohost<br />
and user authentication as well as secure encrypted communications over an insecure Internet.<br />
SSH2 is a more secure, efficient, and portable version of SSH that includes SFTP, which is functionally similar<br />
to FTP, but is SSH2 encrypted.<br />
When connecting to a server for the first time SSH presents you with a host key fingerprint for that server and<br />
asks you to confirm that you wish to save the new host key to the local database. Before agreeing, you should<br />
compare this fingerprint with one you obtain by some other means (e.g., by telephone) from the server<br />
administrators to avoid connecting to an imposter server.<br />
Rather than validating identities via passwords, SSH can also use public key encryption to authenticate remote<br />
hosts. For example, if you were to connect to a remote host called sales.acme.com (also running SSH), SSH<br />
would use this system to verify that the remote system is the real sales.acme.com and not a computer set up to<br />
imitate it. If you wish, you can set up SSH to use public key authentication rather than passwords for logging<br />
into your other accounts, much like the ESX login program.<br />
<strong>Technology Background</strong><br />
In ESX 4.0 SSH is blocked by default for the root user so you need to activate the root login on the console of<br />
the ESX server. Otherwise you will not be able to use PuTTy or or VEEAM FastSCP. Same is the case with<br />
ESXi. Although, both of the ESX versions come with SSH support, they are disabled by default which generally<br />
means either root user must authenticate as a standard user and then SU to root or log in directly from the<br />
console.<br />
Through commands, you can enable SSH on ESX and ESXi consoles.<br />
You might need SSH in ESX to login remotely to the console without needing to go physically to the computer<br />
to configure or maintain it. You ca use Putty to log in remotely to the ESX/ESXi hosts. You can use SSH<br />
directly to log in to the console without specifying the username and password.<br />
<strong>Deny SSH access to all but specific IP addresses</strong><br />
You can configure /etc/hosts.allow with 3 specific IP addresses that can SSH to the ESX hosts in the cluster.<br />
You should also configure /etc/hosts.deny with sshd:all which means all other IP addresses not configured in<br />
the hosts.allow files will not be able to access the host and fail with an error &#8220;session terminated unexpectedly&#8221;<br />
<strong>Only users in the WHEEL group can SU to Root</strong><br />
If the sshd_config file is configured with Permit Root Login = no option, then ROOT is not able to login to<br />
the service console remotely e.g. via Putty. We can also take additional steps and limit which standard users can<br />
SU to root by changing the /etc/pam.d/su file and then adding only specific users to the wheel group. Here&#8217;s<br />
what you&#8217;ll need to do:<br />
<strong>vi /etc/pam.d/su</strong></p>
<p>www.certifyme.com<br />
Then delete the following line<br />
#auth required /lib/security/$ISA/pam_wheel.so use_uid<br />
Once you have done that, you can now go and look at which users are part of the <strong>WHEEL</strong> group.<br />
cat /etc/group |grep wheel<br />
which should return this comment &#8220;wheel:x:10:root&#8221;<br />
Now if your standard user is called johnsmith, just add a comma and add johnsmith so it looks like this.<br />
&#8220;<strong>wheel:x:10:root,johnsmith</strong>&#8221;<br />
Now you can add users to the service console, but only user &#8220;johnsmith&#8221; will be able to SU to root</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vcp4.com/vsphere-vcp-410-lab-8-part-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vsphere VCP-410 Lab 7 part 2</title>
		<link>http://www.vcp4.com/vsphere-vcp-410-lab-7-part-2.html</link>
		<comments>http://www.vcp4.com/vsphere-vcp-410-lab-7-part-2.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 01:32:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VCP 4 Lab 7]]></category>

		<guid isPermaLink="false">http://www.vcp4.com/?p=87</guid>
		<description><![CDATA[Lab Scenario
As part of VMware vSphere4 implementation, you are set to assign physical adapter to an existing vSwitch.
According to the plan given to you by Network analyst, you need to assign a physical adapter to an existing
vSwitch for extra bandwidth and as part of a backup plan in case anyone of the physical adapter fails [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Lab Scenario</strong><br />
As part of VMware vSphere4 implementation, you are set to assign physical adapter to an existing vSwitch.<br />
According to the plan given to you by Network analyst, you need to assign a physical adapter to an existing<br />
vSwitch for extra bandwidth and as part of a backup plan in case anyone of the physical adapter fails to send or<br />
receive traffic.<br />
<strong>Lab Objectives</strong><br />
• Using your personal lab, assign a physical adapter to an existing vSwitch<br />
<strong>Lab Solution</strong><br />
<strong>Assign a physical adapter to an existing vSwitch:</strong><br />
Log on the ESX server using VMware vSphere client.<br />
Choose the host from inventory panel and click <strong>Configuration</strong></p>
<p>www.certifyme.com<br />
Choose <strong>Networking</strong> from the configuration panel.<br />
Select an existing vSwitch and click <strong>Properties</strong>.<br />
113<br />
www.certifyme.com<br />
vSwitch Properties window appears. Select â€˜Network Adapters&#8217; tab<br />
114<br />
www.certifyme.com<br />
Click â€˜Add&#8217; button at the bottom. The â€˜Add Adapter wizard&#8217; appears.</p>
<p>www.certifyme.com<br />
Select unclaimed adapter and click Next</p>
<p>www.certifyme.com<br />
You can pick the new adapter as an active adapter and the already assigned adapter as standby adapter by<br />
clicking the â€˜Move Down&#8217; button. It is recommended to leave the already active adapter and assign standby<br />
status to the new adapter. Click Next.</p>
<p>Review the adapter to added to the vSwitch and click <strong>Finish</strong></p>
<p>www.certifyme.com<br />
Now you can view the newly assigned adapter in the vSwitch properties. Click <strong>Close</strong></p>
<p>www.certifyme.com<br />
You can also view the newly assigned adapter in the vSwitch networking area.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vcp4.com/vsphere-vcp-410-lab-7-part-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vsphere VCP-410 Lab 7 part 1</title>
		<link>http://www.vcp4.com/vsphere-vcp-410-lab-7-part-1.html</link>
		<comments>http://www.vcp4.com/vsphere-vcp-410-lab-7-part-1.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 01:30:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VCP 4 Lab 7]]></category>

		<guid isPermaLink="false">http://www.vcp4.com/?p=85</guid>
		<description><![CDATA[Exam Objective: Assign Physical Adapters
Contents
• Introduction
• Technology Background
• Lab Scenario
• Lab Objectives
• Lab Solution
www.certifyme.com
Introduction
Physical Ethernet adapters serve as bridges between virtual and physical networks. In VMware vSphere, they
are called uplinks, and the virtual ports connected to them are called uplink ports. A single host may have a
maximum of 32uplinks, which may be on one switch [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Exam Objective: Assign Physical Adapters</strong><br />
<strong>Contents</strong><br />
• Introduction<br />
• Technology Background<br />
• Lab Scenario<br />
• Lab Objectives<br />
• Lab Solution</p>
<p>www.certifyme.com<br />
<strong>Introduction</strong><br />
Physical Ethernet adapters serve as bridges between virtual and physical networks. In VMware vSphere, they<br />
are called uplinks, and the virtual ports connected to them are called uplink ports. A single host may have a<br />
maximum of 32uplinks, which may be on one switch or distributed among a number of switches.<br />
In order for a virtual switch to provide access to more than one VLAN, the physical switch ports to which its<br />
uplinks are connected must be in trunking mode. It is important to prune the VLANs, keeping only those that<br />
are required for the virtual switch. Failure to do so can cause unnecessary overhead on the ESX Server host<br />
because it must process broadcast traffic for all VLANs trunked to it.<br />
<strong>Technology Background</strong><br />
You should prune VLANs at the physical switch level, but pruning at the physical switch cannot be quite as<br />
aggressive as pruning at the uplink because the virtual switch knows which virtual machines are actually<br />
powered on. As a result, the virtual switch may be able to prune VLANs that are needed but are not in use at the<br />
time you are pruning.<br />
You can specify different teaming behavior for different groups of virtual machines that share the same team of<br />
physical adapters. For example, you can vary the active/standby status of each adapter in the team across port<br />
groups to get both good link aggregation and failover behavior.<br />
Teaming state â€” which physical Ethernet adapters are actually transporting data â€” is maintained for each<br />
port group. Teaming state transitions are mostly transparent to virtual Ethernet adapters. Virtual machines<br />
cannot tell when a failover has occurred or which physical adapter is carrying any given frame. When the<br />
transition removes or restores actual access to a physical network â€” that is, when the last link goes down or<br />
the first link comes up â€” the network visibility change is apparent to guests.<br />
Uplinks are not required for a virtual switch to forward traffic locally. Virtual Ethernet adapters on the same<br />
virtual switch can communicate with each other even if no uplinks are present. If uplinks are present, they are<br />
not used for local communications within a virtual switch.<br />
When VLANs are configured, ports must be on the same VLAN in order to communicate with each other. The<br />
virtual switch does not allow traffic to pass from one VLAN to another. Communication between VLANs is<br />
treated the same as communication between virtual switches â€” it is not allowed. If you do want<br />
communication between two VLANs or two virtual switches, you must configure an external bridge or router to<br />
forward the frames.<br />
A virtual switch (vSwitch) can have multiple physical nics/vmnics/uplinks linked to it, but each &#8220;physical<br />
nic&#8221;/vmnic/uplink can only be connected to a single vSwitch at a given time.<br />
Keep in mind that if you want to connect a virtual machine&#8217;s &#8220;virtual nic&#8221; to the outside world, you do not<br />
connect the &#8220;virtual nic&#8221; to a vSwitch. You connect a virtual machine&#8217;s &#8220;virtual nic&#8221; to a &#8220;Virtual Machine Port<br />
Group&#8221;, and then you associate the &#8220;Virtual Machine Port Group&#8221; to a vSwitch. Along these lines, if two virtual<br />
machines are connected to either the same &#8220;Virtual Machine Port Group&#8221;, or are connected to &#8220;Virtual Machine<br />
Port Groups&#8221; on the same vSwitch, any network communication between the two will not flow through a<br />
&#8220;physical uplink adapter&#8221;, it will remain &#8220;internal&#8221; to vSwitch/ESX server. This is why you don&#8217;t even have to<br />
have any &#8220;physical uplink adapters&#8221; connected to a vSwitch. A vSwitch that is not connected to any &#8220;physical</p>
<p>www.certifyme.com<br />
uplink adapters&#8221; is referred to as an &#8220;internal-only virtual switch&#8221;.<br />
Keep thinking of the physical uplink adapters as &#8220;dumb bridge ports&#8221;. They do not have an IP address, their<br />
&#8220;physical&#8221; MAC address will not appear on the network or anything like that. It is just a port through which<br />
packets flow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vcp4.com/vsphere-vcp-410-lab-7-part-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vsphere VCP-410 Lab 6 part 2</title>
		<link>http://www.vcp4.com/vsphere-vcp-410-lab-6-part-2.html</link>
		<comments>http://www.vcp4.com/vsphere-vcp-410-lab-6-part-2.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 01:20:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VCP 4 Lab 6]]></category>

		<guid isPermaLink="false">http://www.vcp4.com/?p=80</guid>
		<description><![CDATA[Lab Scenario
After configuring vSwitch, you have to configure Port and port groups for virtual machines. Since this is the
only way virtual machines hosted on ESX servers will network with the physical networks, you need to make
sure the ports are configured correctly.
Lab Objectives
• Using your personal lab, create a port group
Lab Solution
Create a port group:
Login to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Lab Scenario</strong><br />
After configuring vSwitch, you have to configure Port and port groups for virtual machines. Since this is the<br />
only way virtual machines hosted on ESX servers will network with the physical networks, you need to make<br />
sure the ports are configured correctly.<br />
<strong>Lab Objectives</strong><br />
• Using your personal lab, create a port group<br />
<strong>Lab Solution</strong><br />
Create a port group:<br />
Login to ESXi server using vSphere client; type IP address, username and password. Click <strong>Login</strong></p>
<p>www.certifyme.com<br />
In the vSphere client interface, select the server (IP address) in the right column and then click <strong>Configuratio</strong>n<br />
Select <strong>Networkin</strong>g from the configuration menu.</p>
<p>www.certifyme.com<br />
Click â€˜Add Networking&#8217; which is located on the right side of the page.<br />
The <strong>Add Networking</strong> options window appears. Select Virtual Machine and click Next.</p>
<p>www.certifyme.com<br />
Select the vSwitch, in which you will create the port group. Click Next.</p>
<p>www.certifyme.com<br />
Enter the <strong>Network Label</strong> and leave the VLAN ID. Click Next.</p>
<p>The port group is added to the vSwitch connected to the physical adapter. Click Finish</p>
<p>www.certifyme.com<br />
You can view the newly created Port group in the vSwitch you selected during the creation process.</p>
<p>www.certifyme.com<br />
<strong>References:</strong><br />
• http://www.vcritical.com/2008/12/thanks-for-all-the-port-groups/<br />
• blog.scottlowe.org/2006/04/17/vlans-and-port-groups/<br />
• http://networkvirtualization.blogspot.com/2008/05/port-groups-in-vmware-esx.html<br />
• http://www.vmware.com/support/pubs/vs_pages/vsp_pubs_esx40_vc40.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vcp4.com/vsphere-vcp-410-lab-6-part-2.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vsphere VCP-410 Lab 6 part 1</title>
		<link>http://www.vcp4.com/vsphere-vcp-410-lab-6-part-1.html</link>
		<comments>http://www.vcp4.com/vsphere-vcp-410-lab-6-part-1.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 01:18:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VCP 4 Lab 6]]></category>

		<guid isPermaLink="false">http://www.vcp4.com/?p=78</guid>
		<description><![CDATA[Exam Objective: Create Ports/Port Groups
Contents
• Introduction
• Technology Background
• Lab Scenario
• Lab Objectives
• Lab Solution
Introduction
www.certifyme.com
The ports on a virtual switch provide logical connection points among virtual devices and between virtual and
physical devices. You can think of them as virtual RJ-45 connectors. Each virtual switch can have up to 1,016
virtual ports, with a limit of 4,096 ports [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Exam Objective: Create Ports/Port Groups</strong><br />
<strong>Contents</strong><br />
• Introduction<br />
• Technology Background<br />
• Lab Scenario<br />
• Lab Objectives<br />
• Lab Solution<br />
<strong>Introduction</strong></p>
<p>www.certifyme.com<br />
The ports on a virtual switch provide logical connection points among virtual devices and between virtual and<br />
physical devices. You can think of them as virtual RJ-45 connectors. Each virtual switch can have up to 1,016<br />
virtual ports, with a limit of 4,096 ports on all virtual switches on a host.<br />
The virtual ports in ESX Server provide a rich control channel for communication with the virtual Ethernet<br />
adapters attached to them. ESX Server virtual ports:<br />
• Know authoritatively what the configured receive filters are for virtual Ethernet adapters attached to<br />
them. This means no MAC learning is required to populate forwarding tables.<br />
• Unlike physical switches, know authoritatively the &#8220;hard&#8221; configuration of the virtual Ethernet adapters<br />
attached to them. This capability makes it possible to set such policies as &#8220;guest can&#8217;t change MAC<br />
address,&#8221; because the virtual switch port can essentially know for sure what is &#8220;burned into ROM&#8221;<br />
(actually, stored in the configuration file, outside control of the guest operating system).<br />
<strong>Technology Background</strong><br />
Port groups aggregate multiple ports under a common configuration and provide a stable anchor point for<br />
virtual machines connecting to labeled networks. You can create a maximum of 512 port groups on a single<br />
host.<br />
Each port group is identified by a network label, which is unique to the current host. Network labels are used to<br />
make virtual machine configuration portable across hosts. All port groups in a datacenter that are physically<br />
connected to the same network (in the sense that each can receive broadcasts from the others) are given the<br />
same label. Conversely, if two port groups cannot receive broadcasts from each other, they have distinct labels.<br />
A VLAN ID, which restricts port group traffic to a logical Ethernet segment within the physical network, is<br />
optional. For a port group to reach port groups located on other VLANs, the VLAN ID must be set to 4095. If<br />
you use VLAN IDs, you must change the port group labels and VLAN IDs together so that the labels properly<br />
represent connectivity.<br />
Port groups are important particularly for VMotion. To understand why, consider what happens as virtual<br />
machines migrate to new hosts using VMotion. Port groups make it possible to specify that a given virtual<br />
machine should have a particular type of connectivity on every host on which it might run. Port groups are usernamed<br />
objects that contain enough configuration information to provide persistent and consistent network<br />
access for virtual Ethernet adapters:<br />
• Virtual switch name<br />
• VLAN IDs and policies for tagging and filtering<br />
• Teaming policy<br />
• Layer 2security options<br />
• Traffic shaping parameters<br />
In short, port group definitions capture all the settings for a switch port. Then, when you want to connect a<br />
virtual machine to a particular kind of port, you simply specify the name of a port group with an appropriate<br />
definition. Port groups may specify different host-level parameters on different hosts â€” teaming<br />
configurations, for example. But the key element is that the result is a consistent view of the network for a<br />
virtual machine connected to that port group, whichever host is running it.<br />
Port Group Configuration for Virtual Machines<br />
102<br />
www.certifyme.com<br />
You can add or modify a virtual machine port group from the vSphere Client. The vSphere Client Add Network<br />
wizard guides you through the tasks to create a virtual network to which virtual machines can connect,<br />
including creating a vSwitch and configuring settings for a network label. When you set up virtual machine<br />
networks, consider whether you want to migrate the virtual machines in the network between hosts. If so, be<br />
sure that both hosts are in the same broadcast domainâ€”that is, the same Layer 2 subnet.<br />
ESX does not support virtual machine migration between hosts in different broadcast domains because the<br />
migrated virtual machine might require systems and resources that it would no longer have access to in the new<br />
network. Even if your network configuration is set up as a high-availability environment or includes intelligent<br />
switches that can resolve the virtual machine&#8217;s needs across different networks, you might experience lag times<br />
as the Address Resolution Protocol (ARP) table updates and resumes network traffic for the virtual machines.<br />
Virtual machines reach physical networks through uplink adapters. A vSwitch can transfer data to external<br />
networks only when one or more network adapters are attached to it. When two or more adapters are attached to<br />
a single vSwitch, they are transparently teamed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vcp4.com/vsphere-vcp-410-lab-6-part-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vsphere VCP-410 Lab 5 part 4</title>
		<link>http://www.vcp4.com/vsphere-vcp-410-lab-5-part-5.html</link>
		<comments>http://www.vcp4.com/vsphere-vcp-410-lab-5-part-5.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 01:16:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VCP 4 Lab 5]]></category>

		<guid isPermaLink="false">http://www.vcp4.com/?p=76</guid>
		<description><![CDATA[Enter the network label and VLAN ID. Select the Vmotion, fault tolerance and traffic management options as
well. Click Next.
www.certifyme.com
Enter the IP address and subnet mask, or select Obtain IP setting automatically if you have a DHCP
configured. For the sake of showing this step, we are manually enter IP address and subnet mask.
www.certifyme.com
Click Edit to set [...]]]></description>
			<content:encoded><![CDATA[<p>Enter the network label and <strong>VLAN ID</strong>. Select the Vmotion, fault tolerance and traffic management options as<br />
well. Click Next.</p>
<p>www.certifyme.com<br />
Enter the IP address and subnet mask, or select <strong>Obtain IP setting automatically</strong> if you have a DHCP<br />
configured. For the sake of showing this step, we are manually enter IP address and subnet mask.</p>
<p>www.certifyme.com<br />
Click <strong>Edit</strong> to set the service console default gateway and click <strong>Next.</strong></p>
<p>www.certifyme.com<br />
Preview the newly created vswitch and click <strong>Finish</strong></p>
<p>www.certifyme.com<br />
You can see the newly created switch in the networking panel</p>
<p>www.certifyme.com<br />
<strong>Delete a vSwitch</strong>:<br />
To delete a vSwitch, simple, click remove above the switch display in the networking panel.</p>
<p>www.certifyme.com<br />
On confirmation dialog box â€˜<strong>Remove Virtual Switch vSwitch1&#8242;</strong>, click Yes. The vSwitch will be removed<br />
from the networking panel.<br />
<strong>References</strong>:<br />
• http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=<br />
1010555<br />
• http://www.vmware.com/support/pubs/vs_pages/vsp_pubs_esx40_vc40.html<br />
• logs.vmware.com/vmtn/2009/04/the-great-vswitch-debate.html<br />
• http://computing.dwighthubbard.info/index.php/2008/01/11/adding-a-virtual-switch-vswitch-tovmware-<br />
esx-with-a-specific-number-of-ports/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vcp4.com/vsphere-vcp-410-lab-5-part-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vsphere VCP-410 Lab 5 part 3</title>
		<link>http://www.vcp4.com/vsphere-vcp-410-lab-5-part-3.html</link>
		<comments>http://www.vcp4.com/vsphere-vcp-410-lab-5-part-3.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 01:13:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VCP 4 Lab 5]]></category>

		<guid isPermaLink="false">http://www.vcp4.com/?p=74</guid>
		<description><![CDATA[Lab Scenario
As part of VMware implementation program that you started with installing ESX and ESXi hosts on compatible
machines, you are now going according to the plan. The next task is to create a vswitch for ESX 4.0 Service
console. One vSwitch is already configured; however you want to create one more vSwitch for effective
network and failure [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Lab Scenario</strong><br />
As part of VMware implementation program that you started with installing ESX and ESXi hosts on compatible<br />
machines, you are now going according to the plan. The next task is to create a vswitch for ESX 4.0 Service<br />
console. One vSwitch is already configured; however you want to create one more vSwitch for effective<br />
network and failure management.<br />
<strong>Lab Objectives</strong><br />
Using your personal lab, perform the following two tasks:</p>
<p>www.certifyme.com<br />
• Create a vSwitch<br />
• Delete a vSwitch<br />
<strong>Lab Solution</strong><br />
Create a vSwitch:<br />
Switch on ESXi 4.0 server and Log in to the vSphere Client to connect to ESXi 4.0 host.<br />
Select the host from the inventory panel.</p>
<p>www.certifyme.com<br />
Click the Configuration tab, and click <strong>Networking</strong>.</p>
<p>www.certifyme.com<br />
In the Virtual Switch view, click <strong>Add Networking</strong>.<br />
93<br />
www.certifyme.com<br />
Select <strong>VMKernel</strong>, and click <strong>Next</strong>.<br />
Select <strong>Create a new vSwitch</strong>, and click <strong>Next</strong>. If no adapters appear in the Create a new virtual switch group,<br />
all network adapters in the system are being used by existing vSwitches.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vcp4.com/vsphere-vcp-410-lab-5-part-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vsphere VCP-410 Lab 5 part 2</title>
		<link>http://www.vcp4.com/vsphere-vcp-410-lab-5-part-2.html</link>
		<comments>http://www.vcp4.com/vsphere-vcp-410-lab-5-part-2.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 01:11:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VCP 4 Lab 5]]></category>

		<guid isPermaLink="false">http://www.vcp4.com/?p=72</guid>
		<description><![CDATA[How a Virtual Switch Is Similar to a Physical Switch
A virtual switch, as implemented in ESX Server 4, works in much the same way as a modern Ethernet switch. It
maintains a MAC:port forwarding table and performs the following functions:
• Looks up each frame&#8217;s destination MAC when it arrives.
• Forwards a frame to one or more [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How a Virtual Switch Is Similar to a Physical Switch</strong><br />
A virtual switch, as implemented in ESX Server 4, works in much the same way as a modern Ethernet switch. It<br />
maintains a MAC:port forwarding table and performs the following functions:<br />
• Looks up each frame&#8217;s destination MAC when it arrives.<br />
• Forwards a frame to one or more ports for transmission.<br />
• Avoids unnecessary deliveries (in other words, it is not a hub).<br />
An ESX Server 4 virtual switch supports VLAN segmentation at the port level. This means each port can be<br />
configured in either of the following ways:<br />
With access to a single VLAN, making it what&#8217;s called an access port in the world of physical switches, or in<br />
ESX Server terminology, using virtual switch tagging.<br />
With access to multiple VLANs, leaving tags intact, making it what&#8217;s called a trunk port in the world of physical<br />
switches, or in ESX Server terminology, using virtual guest tagging.<br />
An ESX Server 4 virtual switch supports copying packets to a mirror port. By using what is called promiscuous<br />
mode, ESX Server makes a virtual switch port act as a SPAN port or mirror port. This capability makes it<br />
possible to debug using a sniffer or to run monitoring applications such as IDS.<br />
In addition, an administrator can manage many configuration options for the switch as a whole and for<br />
individual ports using the Virtual Infrastructure Client.<br />
<strong>How a Virtual Switch Is Different from a Physical Switch</strong><br />
ESX Server provides a direct channel from virtual Ethernet adapters for such configuration information as<br />
authoritative MAC filter updates. So there is no need to learn unicast addresses or perform IGMP snooping to<br />
learn multicast group membership.<br />
Ports on the virtual switch may automatically enter mirror mode when the virtual Ethernet adapter&#8217;s<br />
promiscuous bit is set â€” if virtual switch and port group policies allow.<br />
<strong>Spanning Tree Protocol Not Needed</strong></p>
<p>www.certifyme.com<br />
VMware Infrastructure 4 enforces a single-tier networking topology. In other words, there is no way to<br />
interconnect multiple virtual switches, thus the network cannot be configured to introduce loops. As a result,<br />
Spanning Tree Protocol (STP) is not needed and is not present.<br />
<strong>Virtual Switch Isolation</strong><br />
Network traffic cannot flow directly from one virtual switch to another virtual switch within the same host.<br />
Virtual switches provide all the ports you need in one switch, leading to the following benefits:<br />
• Because there is no need to cascade virtual switches, Virtual Infrastructure 4 provides no capability to<br />
connect virtual switches.<br />
• Because there is no way to connect virtual switches, there is no need to prevent bad virtual switch<br />
connections.<br />
• Because virtual switches cannot share physical Ethernet adapters, there is no way to fool the Ethernet<br />
adapter into doing loopback or some similar configuration that would cause a leak between virtual<br />
switches.<br />
In addition, each virtual switch has its own forwarding table, and there is no mechanism to allow an entry in one<br />
table to point to a port on another virtual switch. In other words, every destination the switch looks up can<br />
match only ports on the same virtual switch as the port where the frame originated, even if other virtual<br />
switches&#8217; lookup tables contain entries for that address.<br />
It is unlikely that a would-be attacker could circumvent virtual switch isolation because it would be possible<br />
only if there were a substantial unknown security flaw in the vmkernel. Because ESX Server parses so little of<br />
the frame data â€” primarily just the Ethernet header â€” this would be difficult, and once an attacker had such<br />
access, richer targets than breaking virtual switch isolation are readily available.<br />
There are natural limits to this isolation. If you connect the uplinks of two virtual switches together, or if you<br />
bridge two virtual switches with software running in a virtual machine, you open the door to the same kinds of<br />
problems you might see in physical switches.<br />
<strong>Changing the Number of Ports for a vSwitch</strong><br />
A vSwitch serves as a container for port configurations that use a common set of network adapters, including<br />
sets that contain no network adapters at all. Each virtual switch provides a finite number of ports through which<br />
virtual machines and network services can reach one or more networks..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vcp4.com/vsphere-vcp-410-lab-5-part-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vsphere VCP-410 Lab 5 part 1</title>
		<link>http://www.vcp4.com/vsphere-vcp-410-lab-5-part-1.html</link>
		<comments>http://www.vcp4.com/vsphere-vcp-410-lab-5-part-1.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 01:09:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VCP 4 Lab 5]]></category>

		<guid isPermaLink="false">http://www.vcp4.com/?p=70</guid>
		<description><![CDATA[Exam Objective: Create/Delete Virtual Switches
Contents
www.certifyme.com
• Introduction
• Technology Background
• Lab Scenario
• Lab Objectives
• Lab Solution
Introduction
A virtual switch, or vSwitch, works much like a physical Ethernet switch. It detects which virtual machines are
logically connected to each of its virtual ports and uses that information to forward traffic to the correct virtual
machines. A vSwitch can be connected to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Exam Objective: Create/Delete Virtual Switches</strong><br />
<strong>Contents</strong><br />
www.certifyme.com<br />
• Introduction<br />
• Technology Background<br />
• Lab Scenario<br />
• Lab Objectives<br />
• Lab Solution<br />
<strong>Introduction</strong><br />
A virtual switch, or vSwitch, works much like a physical Ethernet switch. It detects which virtual machines are<br />
logically connected to each of its virtual ports and uses that information to forward traffic to the correct virtual<br />
machines. A vSwitch can be connected to physical switches by using physical Ethernet adapters, also referred to<br />
as uplink adapters, to join virtual networks with physical networks. This type of connection is similar to<br />
connecting physical switches together to create a larger network. Even though a vSwitch works much like a<br />
physical switch, it does not have some of the advanced functionality of a physical switch.<br />
You can create abstracted network devices called vNetwork Standard Switches (vSwitches). A vSwitch can<br />
route traffic internally between virtual machines and link to external networks. You can use vSwitches to<br />
combine the bandwidth of multiple network adapters and balance communications traffic among them. You can<br />
also configure a vSwitch to handle physical NIC failover. A vSwitch models a physical Ethernet switch. The<br />
default number of logical ports for a vSwitch is 56, but it can have up to 1016 ports in ESX. You can connect<br />
one network adapter of a virtual machine to each port. Each uplink adapter associated with a vSwitch uses one<br />
port. Each logical port on the vSwitch is a member of a single port group. Each vSwitch can also have one or<br />
more port groups assigned to it. You can create a maximum of 127 vSwitches on a single host.<br />
When two or more virtual machines are connected to the same vSwitch, network traffic between them is routed<br />
locally. If an uplink adapter is attached to the vSwitch, each virtual machine can access the external network<br />
that the adapter is connected to.<br />
<strong>Technology Background</strong><br />
How Virtual Switches Work<br />
Virtual switches are the key networking components in VMware Vsphere4. You can create up to 248 virtual<br />
switches on each ESX Server 4.0 host. A virtual switch is &#8220;built to order&#8221; at run time from a collection of small<br />
functional units. Some of the key functional units are:<br />
• The core Layer 2forwarding engine. This is a key part of the system (for both performance and<br />
correctness), and in Virtual Sphere 4it is simplified so it only processes Layer 2Ethernet headers. It is<br />
completely independent of other implementation details, such as differences in physical Ethernet<br />
adapters and emulation differences in virtual Ethernet adapters.<br />
• VLAN tagging, stripping, and filtering units.<br />
• Layer 2security, checksum, and segmentation offload units.<br />
This modular approach has become a basic principle to be followed in future development, as well. When the<br />
virtual switch is built at run time, ESX Server 4 loads only those components it needs. It installs and runs only<br />
what is actually needed to support the specific physical and virtual Ethernet adapter types used in the</p>
<p>www.certifyme.com<br />
configuration. This means the system pays the lowest possible cost in complexity and demands on system<br />
performance.<br />
The design of ESX Server 4 supports temporarily loading certain components in the field â€” a capability that<br />
could be used, for example, for running appropriately designed diagnostic utilities.<br />
An additional benefit of the modular design is that VMware and third-party developers can easily incorporate<br />
modules to enhance the system in the future.<br />
In many ways, the ESX Server virtual switches are similar to physical switches. In some notable ways, they are<br />
different. Understanding these similarities and differences will help you plan the configuration of your virtual<br />
network and its connections to your physical network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vcp4.com/vsphere-vcp-410-lab-5-part-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
