<?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>TrainSignal Training</title>
	<atom:link href="http://www.trainsignal.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.trainsignal.com/blog</link>
	<description>Guide to Certifications and Technology News for IT Professionals</description>
	<lastBuildDate>Wed, 22 Feb 2012 15:47:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Switchport Security Concepts</title>
		<link>http://www.trainsignal.com/blog/switchport-security-concepts</link>
		<comments>http://www.trainsignal.com/blog/switchport-security-concepts#comments</comments>
		<pubDate>Wed, 22 Feb 2012 15:47:09 +0000</pubDate>
		<dc:creator>Sean Wilkins</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?p=29843</guid>
		<description><![CDATA[Before you can understand how to configure switchport security, a base knowledge of the switchport security feature is needed. In this overview, Sean Wilkins explains the types of switchport violations, what causes them, as well as the three categories of switchport security MAC addresses.]]></description>
			<content:encoded><![CDATA[<h2>Overview</h2>
<p>When configuring the security for a network, it is important to take advantage of the security features of all deployed devices. One of the security features available with Cisco switches (among other vendors) is <strong>switchport security</strong>. While the name of this feature is a bit vague, it makes it possible to limit the number and type of devices that are allowed on the individual switchports. This article takes a look at the concepts behind the switchport security feature.</p>
<h2>Switchport Violations</h2>
<p>Before getting into the mechanics of how switchport security operates; it is important to review what happens should a violation occur. On Cisco equipment there are three different main violation types: <strong>shutdown</strong>, <strong>protect</strong>, and <strong>restrict</strong>. These are described in more detail below:</p>
<ul>
<li>Shutdown – When a violation occurs in this mode, the switchport will be taken out of service and placed in the <strong>err-disabled</strong> state. The switchport will remain in this state until manually removed; this is the default switchport security violation mode.</li>
</ul>
<ul>
<li>Protect – When a violation occurs in this mode, the switchport will permit traffic from known MAC addresses to continue sending traffic while dropping traffic from unknown MAC addresses. When using this mode, no notification message is sent when this violation occurs.</li>
</ul>
<ul>
<li>Restrict – When a violation occurs in this mode, the switchport will permit traffic from known MAC addresses to continue sending traffic while dropping traffic from unknown MAC addresses. However, unlike the protect violation type, a message is also sent indicating that a violation has occurred.</li>
</ul>
<h2>Switchport Security MAC Addresses</h2>
<p>When using the switchport security feature, source <a href="/blog/join-mac-to-windows-domain"title="How to Join a MAC to a Windows Domain">MAC</a> addresses are separated into three different categories, these include:</p>
<ul>
<li>Static – Static secure MAC addresses are statically configured on each switchport and stored in the address table. The configuration for a static secure MAC address is stored in the running configuration by default and can be made permanent by saving them to the startup configuration.</li>
</ul>
<ul>
<li>Dynamic – Dynamic secure MAC addresses are learned from the device (or devices) connected to the switchport. These addresses are stored in the address table only and will be lost when the switchport state goes down or when the switch reboots.</li>
</ul>
<ul>
<li>Sticky – Sticky secure MAC addresses are a hybrid. They are learned dynamically from the devices connected to the switchport, are put into the address table AND are entered into the running configuration as a static secure MAC address (sometimes referred to as a static sticky MAC address). Like a static secure MAC address, these MAC addresses will be lost unless saved to the startup configuration.</li>
</ul>
<p>The type of secure MAC addresses that an organization uses depends on the specific network environment.</p>
<h2>What causes a Switchport Violation?</h2>
<p>The next question to ask is what causes a switchport violation; there are two situations that can cause a violation, these two situations include:</p>
<ul>
<li>When the maximum number of secure MAC addresses has been added to a switchport’s address table and traffic from another MAC address is received on the switchport.</li>
</ul>
<ul>
<li>When an address that has been seen on a secure switchport has already been seen on another secure switchport in the same VLAN.</li>
</ul>
<p>By default, each secure switchport is configured with a maximum of one MAC address. What this means is that if more than one MAC address is seen on any given port a violation will occur. By default, dynamic MAC entries in the address table will never time out (dynamic is the default method used for learning secure MAC addresses) as long as the switchport state remains up.</p>
<p>When using dynamic MAC addresses, engineers must physically disconnect the cable or shutdown the switchport to reset the dynamic entries in the address table.  When using sticky MAC addresses either the MAC addresses must be manually removed from the running configuration or the switch must be rebooted to remove the contents from the address table.  If the switchport is configured with a static secure MAC address, they must be manually removed from the running configuration to remove the contents from the address table. Only after the initial address has been removed from the address table can a device with a new MAC address be connected to the switchport (this is by default, as the maximum number of MAC addresses allowed per switchport is 1).</p>
<h2>Summary</h2>
<p>There are certainly a number of different concepts to learn to make the port security feature work well in an organizational environment, if configured badly it can quickly become more of a hindrance than a help. The purpose of this article is to cover the basic concepts behind the switchport security feature as preparation switchport security configuration. Hopefully, this article is able to be used as a starting point when learning about the switchport security feature and provides enough detail so that the configuration is easier to understand.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/switchport-security-concepts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft MTA: Networking Fundamentals Training</title>
		<link>http://www.trainsignal.com/blog/microsoft-mta-networking-fundamentals-training</link>
		<comments>http://www.trainsignal.com/blog/microsoft-mta-networking-fundamentals-training#comments</comments>
		<pubDate>Tue, 21 Feb 2012 15:48:12 +0000</pubDate>
		<dc:creator>Chris Magiet</dc:creator>
				<category><![CDATA[New Training Releases]]></category>
		<category><![CDATA[IT Certifications]]></category>
		<category><![CDATA[RDS: Remote Desktop Services]]></category>
		<category><![CDATA[Subnetting]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Wireless Networking]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?p=30960</guid>
		<description><![CDATA[Are you or someone you know looking to start a career in Microsoft networking? Microsoft Networking Fundamentals Training is a great course for anybody looking to get started in IT. See how learning crucial networking concepts can lead to rewarding internships, educational programs and career opportunities.]]></description>
			<content:encoded><![CDATA[<p>This basic, beginner&#8217;s course is for anyone looking to get started in a Microsoft certification track. Passing the Networking Fundamentals Exam 98-366 and becoming a Microsoft Technology Associate is a great first step in starting off a career in IT</p>
<h2>Microsoft Networking Fundamentals: Now Available</h2>
<p><img src="http://www.trainsignal.com/Assets/ProductImages/mta_networking_fundamentals_training.jpg" align="left" style="padding-right: 10px" height="200" width="200" alt="Microsoft MTA Networking Fundamentals" /> This course focuses on helping those new to networking and computing technology in general. If you&#8217;re a student, recent grad, or just someone trying to expand their career, <a href="/Microsoft-Networking-Fundamentals.aspx"title="Microsoft Networking Fundamentals">Microsoft Networking Fundamentals</a> will help turn you from a tech novice, into an aspiring IT pro.</p>
<p>If you&#8217;ve ever asked yourself, <em>what is a network</em> or <em>what is a protocol</em>, then this is the technology path for you. Turn a casual interest into a fun career in technology that always has new opportunities and niches on the forefront. A basic understanding of wireless networking, routers &#038; switches, and other networking concepts will show companies and peers your commitment to developing yourself within the IT industry. Roles working with Windows Server 2008, Exchange Server, Active Directory and a plethora of other systems are all options to look forward to as a Microsoft Technology Associate.</p>
<p><img style="padding-left: 10px" src="http://www.trainsignal.com/images/03_Instructors/Ed-Liberman_96x96.jpeg" align="right"  alt="Ed Liberman" /> No networking experience is necessary for this course, just familiarity with a Windows PC. Emphasis on networking theory precludes explanations of &#8220;real world&#8221; application of benchmark concepts like TCP/IP and the OSI model. Here are some of the lessons broken down:</p>
<ul>
<li>OSI Model</li>
<li>IP Addressing</li>
<li>Types of Protocols and the Routing Process</li>
<li>Network Topologies and Subnetting</li>
</ul>
<p>Break into the IT industry as a Microsoft Technology Associate and make a casual interest in technology into a promising career with <a href="/Microsoft-Networking-Fundamentals.aspx"title"Microsoft Networking Fundamentals">Networking Fundamentals Training</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/microsoft-mta-networking-fundamentals-training/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Characteristics of Switches, Bridges and Hubs</title>
		<link>http://www.trainsignal.com/blog/videos/switches-bridges-hubs-overview</link>
		<comments>http://www.trainsignal.com/blog/videos/switches-bridges-hubs-overview#comments</comments>
		<pubDate>Thu, 16 Feb 2012 15:00:47 +0000</pubDate>
		<dc:creator>Chris Magiet</dc:creator>
				<category><![CDATA[Free Computer Training Videos]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?post_type=free_video&#038;p=30871</guid>
		<description><![CDATA[In this video from CCNP SWITCH training, Joe Rinehart covers switches, bridges and hubs on LANs, and explains how they function in regards to full-duplex and half-duplex capability, broadcast domain, collision domain, and possible drawbacks.]]></description>
			<content:encoded><![CDATA[<p>Different functions of switches, bridges and hubs are the focus of this <a href="/Cisco-CCNP-SWITCH-Training.aspx"title="Cisco CCNP SWITCH Training">CCNP SWITCH training</a> video. CCIE Joe Rinehart explains the drawbacks and characteristics of switches, bridges and hubs, and how they work with growing LANs in this sample from the course.</p>
<p>Here&#8217;s a good way to remember them:</p>
<ol>
<li>Layer 1 Network Extension: <strong>Hubs</strong></li>
<li>Layer 2 Network Extension: <strong>Bridges</strong></li>
<li>Layer 2 Network Segmentaion: <strong>Switches</strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/videos/switches-bridges-hubs-overview/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Login Script Deployment with VMware View 5</title>
		<link>http://www.trainsignal.com/blog/videos/vmware-view-login-script-deployment</link>
		<comments>http://www.trainsignal.com/blog/videos/vmware-view-login-script-deployment#comments</comments>
		<pubDate>Thu, 16 Feb 2012 14:00:54 +0000</pubDate>
		<dc:creator>Chris Magiet</dc:creator>
				<category><![CDATA[Free VMware Training Videos]]></category>
		<category><![CDATA[Application Virtualization]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware View]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?post_type=free_video&#038;p=30879</guid>
		<description><![CDATA[Save time when deploying login scripts in VMware View 5. This video from View 5 Essentials Training by Brian Knudtson shows how to use traditional login scripts to quickly launch ThinApp packages on individual machines.]]></description>
			<content:encoded><![CDATA[<p>Login scripts will allow you to register or unregister ThinApp applications to individual machines, and save time by doing so at time of login. From <a href="/VMware-View-5-Essentials-Training.aspx" title="VMware View 5 Essentials Training">VMware View 5 Essentials Training</a>, this video by Brian Knudtson shows how to deploy ThinApp login scripts with VMware View 5.0 in the most flexible way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/videos/vmware-view-login-script-deployment/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco UCS: What It Is and Why You Need to Learn It</title>
		<link>http://www.trainsignal.com/blog/videos/what-is-cisco-ucs</link>
		<comments>http://www.trainsignal.com/blog/videos/what-is-cisco-ucs#comments</comments>
		<pubDate>Thu, 16 Feb 2012 13:00:33 +0000</pubDate>
		<dc:creator>Chris Magiet</dc:creator>
				<category><![CDATA[Free Computer Training Videos]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?post_type=free_video&#038;p=30881</guid>
		<description><![CDATA[In this interview with Cisco UCS Training instructor Jason Nash, he explains the makeup of Cisco's Unified Computing System, the features that make it so innovative in the data center, and why IT pros should look into learning it.]]></description>
			<content:encoded><![CDATA[<p>In this interview with VCDX Jason Nash, he explains exactly what Cisco Unified Computing System (UCS) is, and reasons why it&#8217;s becoming important technology to learn.</p>
<p>Jason Nash implores that Cisco UCS will have a significant impact on the <a href="/Implementing-Cisco-Unified-Computing-System-Training.aspx" title="Implementing Cisco UCS Training">future of IT</a> as a truly disruptive product in the server market.</p>
<p>Cisco UCS Training completely covers how to deploy, manage and support UCS B-series, including an overview of Cisco&#8217;s datacenter strategy, components, and configuration:</p>
<ul>
<li>UCS Architecture, Data Flow and Management</li>
<li>Day-to-Day Management and UCS Troubleshooting</li>
<li>Storage &amp; Network Connectivity and Service Profiles</li>
</ul>
<p>Learn more about how stateless computing architectures and related IaaS (IT as a Service) technologies are changing the data center with <a href="/Implementing-Cisco-Unified-Computing-System-Training.aspx" title="Implementing Cisco UCS Training">Cisco UCS Training</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/videos/what-is-cisco-ucs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Networking Fundamentals: Master the OSI Model and TCP/IP in Under 1 Hour</title>
		<link>http://www.trainsignal.com/blog/videos/osi-tcpip-model</link>
		<comments>http://www.trainsignal.com/blog/videos/osi-tcpip-model#comments</comments>
		<pubDate>Wed, 15 Feb 2012 19:23:34 +0000</pubDate>
		<dc:creator>Ed Liberman</dc:creator>
				<category><![CDATA[Free Networking Training Videos]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<category><![CDATA[Webinar]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?post_type=free_video&#038;p=30873</guid>
		<description><![CDATA[In this video presentation Ed Liberman, a 20 year IT veteran and Microsoft Certified Trainer, will provide you with a practical understanding of the OSI model and the TCP/IP protocol suite -- all in under 1 hour. ]]></description>
			<content:encoded><![CDATA[<p>You’ve probably heard of the OSI model and the different networking protocols, but do you really understand what they do? What’s their purpose? What are they really? And most importantly, why do you need to understand these concepts in order to work in the IT field?</p>
<p>In this video recording of our live webinar, I&#8217;ll provide with practical examples and shortcuts for understanding the OSI model and the TCP/IP protocol suite. After watching this video you&#8217;ll be able to:</p>
<ul>
<li>Define networking protocols</li>
<li>Understand how the OSI model works</li>
<li>Understand the TCP/IP protocol suite</li>
</ul>
<p>If you’ve been struggling with the OSI model or are new networking, then this video is a perfect opportunity for you to get familiar with these fundamental concepts as you begin your journey in the IT field.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/videos/osi-tcpip-model/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Private VLAN Configuration</title>
		<link>http://www.trainsignal.com/blog/private-vlan-configuration</link>
		<comments>http://www.trainsignal.com/blog/private-vlan-configuration#comments</comments>
		<pubDate>Wed, 15 Feb 2012 14:00:43 +0000</pubDate>
		<dc:creator>Sean Wilkins</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?p=29846</guid>
		<description><![CDATA[Once you've got an understanding of private VLAN concepts, you're ready to learn how to configure them on Cisco equipment. Sean Wilkins reviews primary, community and isolated VLANs and the 3 phases of the configuration process.]]></description>
			<content:encoded><![CDATA[<h2>Overview</h2>
<p>For those reading this article without an understanding of the concepts behind <em>private</em> VLANs, check out the <a href="/blog/private-vlan-concepts"title="Private VLAN Concepts">private VLAN concepts</a> article. This article takes a look at what is required to configure <em>private</em> VLANs on Cisco equipment.</p>
<h2>Configuration Basics</h2>
<p>The first thing that needs to be reviewed is how the concepts of primary, community and isolated VLANs translate to a physical implementation of <em>private </em>VLANs. Switchports that are going to be used by the <em>private</em> VLAN feature are separated into three different categories: Promiscuous, Community, and Isolated. A <strong>promiscuous switchport</strong> is able to see the traffic from all other promiscuous switchports as well as all secondary switchport types (community and isolated). If the reader has just come from the private VLANs concepts article, the switchports assigned as promiscuous exist within the primary VLAN and map to the secondary VLANs.</p>
<h2>First Phase: VLAN Configuration</h2>
<p>The first phase in <em>private </em>VLAN configuration is to set up the VLANs that will be used and assign them to a specific type. It is important to note that one caveat to using the <em>private</em> VLAN feature is it is not compatible with the <a href="/blog/videos/free-cisco-ccna-training-vlan-trunking-protocol-vtp"title="VLAN Trunking Protocol">Virtual Trunking Protocol (VTP)</a>; due to this the first thing that must be done is to configure the switch into VTP transparent mode.</p>
<table border="1" cellspacing="0" cellpadding="0" width="481">
<tbody>
<tr>
<td width="244" valign="top">Enter privileged mode.</td>
<td width="237" valign="top">router&gt;<strong>enable</strong></td>
</tr>
<tr>
<td width="244" valign="top">Enter global configuration mode</td>
<td width="237" valign="top">router#<strong>configure terminal</strong></td>
</tr>
<tr>
<td width="244" valign="top">Configure VTP Transparent Mode.</td>
<td width="237" valign="top">router(config)#<strong>vtp mode   transparent</strong></td>
</tr>
</tbody>
</table>
<p>The next step is to configure the VLANs as specific <em>private </em>VLAN types.</p>
<table border="1" cellspacing="0" cellpadding="0" width="571">
<tbody>
<tr>
<td width="244" valign="top">Enter VLAN configuration mode for the secondary VLAN.</td>
<td width="327" valign="top">router(config)#<strong>vlan </strong><em>vlan-id</em></td>
</tr>
<tr>
<td width="244" valign="top">Configure the VLAN as a private secondary VLAN.</td>
<td width="327" valign="top">router(config-vlan)#<strong>private-vlan </strong>[<strong>isolated </strong>| <strong>community</strong>]</td>
</tr>
<tr>
<td width="244" valign="top">Enter VLAN configuration mode for the primary VLAN.</td>
<td width="327" valign="top">router(config-vlan)#<strong>vlan </strong><em>vlan-id</em></td>
</tr>
<tr>
<td width="244" valign="top">Configure the VLAN as a primary VLAN.</td>
<td width="327" valign="top">router(config-vlan)#<strong>private-vlan   primary</strong></td>
</tr>
</tbody>
</table>
<p>Once all of the VLANs have been configured, the primary and secondary VLANs must be associated together.</p>
<table border="1" cellspacing="0" cellpadding="0" width="589">
<tbody>
<tr>
<td width="244" valign="top">Associate the primary VLAN with secondary VLANs.</p>
<p>The <em>secondary-vlan-list </em>parameter   is typically a range (using ‘-‘) or a comma separated list. No spaces are   allowed.</td>
<td width="345" valign="top">router(config-vlan)#<strong>private-vlan   association </strong>[<strong>add </strong>| <strong>remove</strong>] <em>secondary-vlan-list</em></td>
</tr>
</tbody>
</table>
<h2>Second Phase: Switchport Configuration</h2>
<p>The second phase involves the configuration of the physical switchports, what type of <em>private</em> VLAN they are and how they are associated with the VLANs. This article will show the configuration of the switchports assigned to the secondary <em>private </em>VLANs first.</p>
<p>The first thing to do is to configure the switchport as a <em>host</em> (this includes community and isolated switchports).</p>
<table border="1" cellspacing="0" cellpadding="0" width="631">
<tbody>
<tr>
<td width="244" valign="top">Enter interface configuration mode.</td>
<td width="387" valign="top">router(config-vlan)#<strong>interface </strong><em>interface-id</em></td>
</tr>
<tr>
<td width="244" valign="top">Configure the interface as a host interface.</td>
<td width="387" valign="top">router(config-if)#<strong>switchport   mode private-vlan host</strong></td>
</tr>
</tbody>
</table>
<p>The next thing to do is associate the switchport with the primary and secondary VLANs that were configured in the previous section.</p>
<table border="1" cellspacing="0" cellpadding="0" width="631">
<tbody>
<tr>
<td width="218" valign="top">Associate the interface with a primary and secondary VLAN</td>
<td width="346" valign="top">router(config-if)#<strong>switchport   private-vlan host-association </strong><em>primary-vlan   secondary-vlan</em></td>
</tr>
</tbody>
</table>
<p>The configuration of the switchports in the primary VLAN now has to be completed.</p>
<table border="1" cellspacing="0" cellpadding="0" width="631">
<tbody>
<tr>
<td width="244" valign="top">Enter interface configuration mode.</td>
<td width="387" valign="top">router(config-if)#<strong>interface </strong><em>interface-id</em></td>
</tr>
<tr>
<td width="244" valign="top">Configure the interface as a promiscuous interface</td>
<td width="387" valign="top">router(config-if)#<strong>switchport   mode private-vlan promiscuous</strong></td>
</tr>
</tbody>
</table>
<p>This switchport then has to be mapped to all of the associated primary and secondary VLANs.</p>
<table border="1" cellspacing="0" cellpadding="0" width="631">
<tbody>
<tr>
<td width="218" valign="top">Associate the interface with a primary VLAN and all secondary VLANs</p>
<p>The <em>secondary-vlan-list </em>parameter is typically a range (using ‘-‘) or a comma separated list. No   spaces are allowed.</td>
<td width="346" valign="top">router(config-if)#<strong>switchport   private-mode mapping </strong><em>primary-vlan </em>{<strong>add </strong>| <strong>remove</strong>} <em>secondary-vlan-list</em></td>
</tr>
</tbody>
</table>
<p>This completes the layer-2 configuration of <em>private</em> VLANs; if only layer-2 connectivity is required then the next section is not required.</p>
<h2>Third Phase: Layer-3 Connectivity</h2>
<p>As with a normal VLAN, <em>private </em>VLANs will only allow communications within the configured VLANs (according to the <em>private </em>VLAN rules), but to speak to devices outside this VLAN structure a layer-3 device is required. In many situations, this layer-3 functionality is also provided by the switch (assuming this is a layer-3 capable switch). This section shows the additional configuration that is required to have the switch provide layer-3 functionality to the switchports configured with the <em>private</em> VLAN feature.</p>
<p>This additional configuration is simple and just adds a single configuration command to the primary VLAN interface.</p>
<table border="1" cellspacing="0" cellpadding="0" width="631">
<tbody>
<tr>
<td width="218" valign="top">Enter VLAN (SVI) interface configuration mode.</td>
<td width="346" valign="top">router(config)#<strong>interface vlan </strong><em>primary-vlan-id</em></td>
</tr>
<tr>
<td width="218" valign="top">Associate the secondary VLANs with the SVI.</p>
<p>The <em>secondary-vlan-list </em>parameter is typically a range (using ‘-‘) or a comma separated list. No   spaces are allowed.</td>
<td width="346" valign="top">router(config-if)#<strong>private-vlan   mapping </strong>{<strong>add </strong>| <strong>remove</strong>} <em>secondary-vlan-list</em></td>
</tr>
</tbody>
</table>
<h2>Summary</h2>
<p>Once an engineer has a firm understanding of <em>private </em>VLAN concepts it is rather simple to translate this understanding to the configuration portion of <em>private </em>VLANs. There are a number of different applications for the <em>private </em>VLAN feature that an engineer can take advantage of, and hopefully these two articles will make it easier to understand how they can be put to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/private-vlan-configuration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Valentine&#8217;s Day from TrainSignal!</title>
		<link>http://www.trainsignal.com/blog/valentines-day-cards</link>
		<comments>http://www.trainsignal.com/blog/valentines-day-cards#comments</comments>
		<pubDate>Tue, 14 Feb 2012 20:38:23 +0000</pubDate>
		<dc:creator>Kasia Lorenc</dc:creator>
				<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[TrainSignal]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?p=30852</guid>
		<description><![CDATA[Say "I love you" the techy-geeky way with one of our digital Valentine's Day cards. With six cards to choose from, there's bound to be the perfect way to express your  inner geek... ahem, I mean love.]]></description>
			<content:encoded><![CDATA[<p>This Valentine&#8217;s Day, honor the geek you love with one of our techy Valentine&#8217;s Day cards. We&#8217;ve got six amazing digital cards to choose from. </p>
<p><strong>Check them all out here:</strong> <a href="https://www.facebook.com/media/set/?set=a.10150587815907850.398443.54751012849&#038;type=3&#038;l=799876b32f"><strong>Techy Valentines Day Cards from TrainSignal</strong></a>.</p>
<p><a href="https://www.facebook.com/media/set/?set=a.10150587815907850.398443.54751012849&amp;type=3&amp;l=799876b32f"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2012/02/valentines-day-facebook-cards.jpg" align="center" alt="Tech Valentine&#039;s Day Cards" title="Tech Valentine&#039;s Day Cards" width="584" height="320" class="alignnone size-full wp-image-30866" /></a></p>
<p>The cards were created with love by our talented and creative TrainSignal team: Eric Munn, Lisa Szpunar, Chris Colucci and Kevin Pesch, with special thanks to <a href="https://twitter.com/#!/jeffhicks">Jeff Hicks</a> who created the PowerShell lovers Valentine. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/valentines-day-cards/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IT Certification Update: February 2012</title>
		<link>http://www.trainsignal.com/blog/it-certification-update-february-2012</link>
		<comments>http://www.trainsignal.com/blog/it-certification-update-february-2012#comments</comments>
		<pubDate>Mon, 13 Feb 2012 23:12:53 +0000</pubDate>
		<dc:creator>Michael Gabriel Sumastre</dc:creator>
				<category><![CDATA[IT Certifications]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?p=30629</guid>
		<description><![CDATA[What's new in the IT certification world? Learn about new and retiring certifications and exams from CompTIA, Cisco, Microsoft, Citrix and IBM. This month's update includes information about Cisco's CCNA and CCNP Wireless exams, CompTIA's new Network+ certification and more.]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s welcome February by staying up-to-date with relevant information on the latest certification and exam changes that have been made by the most trusted leaders in IT programs and exams. This month, we provide updates to Cisco&#8217;s CCNA and CCNP Wireless exams, CompTIA&#8217;s new Network+, Storage+ and Cloud Essentials certifications, new exams coming out from Microsoft as well as exams being retired this year from both Microsoft and Citrix.</p>
<h3>Cisco CCNA and CCNP Wireless Exams Got an Update</h3>
<p><img class="alignleft size-full wp-image-30667" src="http://www.trainsignal.com/blog/wp-content/uploads/2012/02/IT-Certification-Update-January-2012-1.jpg" alt="Cisco Exams" width="100" height="110" />Cisco has recently made announcements of updates to its CCNA Wireless and CCNP Wireless exams. The updates particularly point to changes to relevancy of the written exams, which includes an upgraded version of the current software consisting of WLC, Autonomous and Clients.</p>
<p>The wireless exam refresh also covers an expansion of content in accordance with the new 802.11n support. It has more focus on Voice over WLAN as well as Video over  WLAN. The revised written exams are available through authorized Cisco Learning Partners including Pearson VUE.</p>
<p>Additionally, the associated exam numbers are also changing, with the last day to test for the old exams being May 11, 2012 and all of the new exams being available as of February 10, 2012. Here are all of the old and new exam numbers:</p>
<table width="640" border="0" cellspacing="1" cellpadding="1">
<tr>
<th colspan="3" style="padding: 5px;"><strong>Cisco CCNA Wireless</strong></th>
</tr>
<tr>
<td style="padding: 5px;"><strong>Exam Name</strong></td>
<td style="padding: 5px;"><strong>Old Exam</strong></td>
<td style="padding: 5px;"><strong>New Exam</strong></td>
</tr>
<tr>
<td style="padding: 5px;">Implementing Cisco Unified Wireless Networking Essentials (IUWNE)</td>
<td style="padding: 5px;">640-721</td>
<td style="padding: 5px;">640-722</td>
</tr>
</table>
<table width="640" border="0" cellspacing="1" cellpadding="1">
<tr>
<th colspan="3" style="padding: 5px;"><strong>Cisco CCNP Wireless</strong></th>
</tr>
<tr>
<td style="padding: 5px;"><strong>Exam Name</strong></td>
<td style="padding: 5px;"><strong>Old Exam</strong></td>
<td style="padding: 5px;"><strong>New Exam</strong></td>
</tr>
<tr>
<td style="padding: 5px;">Conducting Cisco Unified Wireless Site Survey (CUWSS)</td>
<td style="padding: 5px;">642-731</td>
<td style="padding: 5px;">642-732</td>
</tr>
<tr>
<td style="padding: 5px;">Implementing Advanced Cisco Unified Wireless Security (IAUWS)</td>
<td style="padding: 5px;">642-736</td>
<td style="padding: 5px;">642-737</td>
</tr>
<tr>
<td style="padding: 5px;">Implementing Cisco Unified Wireless Voice Networks (IUWVN)</td>
<td style="padding: 5px;">642-741</td>
<td style="padding: 5px;">642-742</td>
</tr>
<tr>
<td style="padding: 5px;">Implementing Cisco Unified Wireless Mobility Services (IUWMS)</td>
<td style="padding: 5px;">642-746</td>
<td style="padding: 5px;">642-747</td>
</tr>
</table>
<h3>CompTIA Network+ Exam Updates Strengthens Network Security Objectives and Extends OSI Coverage</h3>
<p><img src="http://www.trainsignal.com/blog/wp-content/uploads/2012/02/comptia-network-plus-2012.jpg" alt="CompTIA Network+ 2012" title="CompTIA Network+ 2012" width="200" height="59" class="alignleft size-full wp-image-30838" />CompTIA has updated its popular Network+ Exam to reinforce Open System Interconnection and security objectives. The updated version of the exam, released December 1st, 2011 under the code <strong>N10-005</strong>, has revised objectives pertaining to virtual networking and offers greater attention to network security. It also presents a widened coverage of the seven-layer OSI model. </p>
<p>The earlier version, exam code N10-004, will be available through August 31, 2012; the new exam (N10-005) is available now.</p>
<p>The CompTIA Network+ exam is offered for candidate job roles such as network technician, network administrator, help desk technician, network installer and IT cable installer. The certification is vendor neutral and globally recognized. The CompTIA Network+ certification is granted to qualified networking professionals, and serves as a technical prerequisite option for IT technicians. It is recommended by top global tech companies such as Apple, Dell, Ricoh, HP, Xerox and Sharp. It is also recognized by the U.S. Department of Defense, and is accredited by the American National Standards Institute (ANSI) and the International Organization for Standardization (ISO).</p>
<h3>New CompTIA Storage+ Exam Certifies Skills of IT Storage Professionals</h3>
<p><img src="http://www.trainsignal.com/blog/wp-content/uploads/2012/02/comptia-storage-plus.jpg" alt="CompTIA Storage+ Certification" title="CompTIA Storage+ Certification" width="180" height="87" class="alignleft size-full wp-image-30839" />CompTIA also recently introduced the new CompTIA Storage+ Certification, powered by the Storage Networking Industry Association; the new certification validates IT storage professionals&#8217; skills and knowledge. </p>
<p>The coverage of the new vendor-neutral certification spans across configuration of basic networks, which include tech archive, backup and restoration expertise. The exam also enables the certified professional to better understand application workload, business continuity, storage/system administration, system integration, as well as connectivity and referencing documentation troubleshooting.</p>
<h3>CompTIA&#8217;s New Cloud Essentials Certification Fortifies Cloud Computing Skills</h3>
<p><img src="http://www.trainsignal.com/blog/wp-content/uploads/2012/02/comptia-cloud-essentials.jpg" alt="CompTIA Cloud Essentials" title="CompTIA Cloud Essentials" width="180" height="94" class="alignleft size-full wp-image-30840" />The CompTIA Cloud Essentials is a specialty program that certifies knowledge of professionals on cloud computing on the business and technical viewpoint. The new certification also reinforces cloud professionals&#8217; knowledge of the fundamentals of moving to cloud and cloud governance.</p>
<p>ITpreneurs, along with the Cloud Credential Council, originally developed the objectives of the CompTIA Cloud Essentials certification exam. The Council, comprised of tech giants Cisco, IBM, HP, EMC and ING, focuses on cloud computing vendor-neutral training.</p>
<p>The new CompTIA Cloud Essentials exam covers the characteristics of cloud services and the business value of cloud computing, successful adoption, risks and the impact and changes that cloud services bring to IT service management. </p>
<p><a href="http://www.trainsignal.com/blog/cloud-computing-certifications">Learn more about CompTIA Cloud Essentials and other cloud computing certifications</a>.</p>
<h3>New Microsoft Exams Unveiled</h3>
<p>Microsoft has recently released four new exams, including:</p>
<ul>
<li>TS Exam 70-158: Forefront Identity Manager 2010, Configuring (now available in English, Chinese, French, Japanese, German, Portuguese)</li>
<li>TS Exam MB2-876: Extending Microsoft Dynamics CRM 2011 (now available in English, French, German, Italian, Japanese, Russian, Spanish, Portuguese, Chinese)</li>
<li>MTA Exam 98-373: Mobile Development Fundamentals (now available in English)</li>
<li>MTA Exam 98-374: Gaming Development Fundamentals (now available in English, Chinese)</li>
</ul>
<p><img src="http://www.trainsignal.com/blog/wp-content/uploads/2012/02/microsoft-certification-exams.jpg" alt="Microsoft Certification Exams" title="Microsoft Certification Exams" width="188" height="138" class="alignleft size-full wp-image-30841" />The Forefront Identity Manager 2010, Configuring exam (70-158) is designed for Identity Specialists who specifically work with Forefront Identity Manager (FIM) 2010 in environments with over 5,000 identities and have experience with PowerShell, Directory Services, security policies and procedures and more. This exam leads towards the Microsoft Certified Technology Specialist (MCTS) in Forefront Identity Manager 2010, Configuration Certification. The Extending Microsoft Dynamics CRM 2011 Certification exam (MB2-876) is intended for developers, consultants, technical and support staff as well as business analysts who plan to extend Microsoft Dynamics CRM 2011. The exam focuses on the deployment, performing common and advanced platform operations, creating plugins and custom wrokflow activities as well as implementing and programming application events and web resources. Once passed, you earn the Microsoft Dynamics Certified Technology Specialist Certification.</p>
<p>The two new Microsoft Technology Associate (MTA) certifications are both entry-level certs designed for students that are interested in Microsoft careers. The certifications will help prepare candidates for advanced technology training, providing them with the fundamentals that they need before embarking on Microsoft Certified Technology Specialist (MCTS) Certifications. The MTA certifications are available at Certiport testing centers. The MTA: Mobile Development Fundamentals (exam 98-373) tests the knowledge and skills of fundamental mobile development concepts. It requires candidates to possess solid foundational knowledge and experience on Silverlight, HTML5 and phone operating system tools, and be familiar with relevant technologies, including Windows Phone 7. The MTA: Gaming Development Fundamentals (exam 98-374) tests your understanding of game design, hardware, graphics and animation. Candidates validate their knowledge of core gaming development skills, including hands-on experience with Microsoft Visual Studio. </p>
<h3>Microsoft Exams Retiring in 2012</h3>
<p>Microsoft has also announced that they are retiring 14 exams within the May-to-September period in 2012, including a five TS and PRO level SharePoint 2007 and Exchange 2007 exams, as well as seven upgrade exams.</p>
<p>There is one exam retiring on May 31, 2012:</p>
<ul>
<li>Exam 74-404: Microsoft Office Communications Server 2007 R2 – U.C. Voice Specialization</li>
</ul>
<p>And one on June 20, 2012:</p>
<ul>
<li>Exam 70-625: Connected Home Integrator</li>
</ul>
<p>On July 31, 2012 seven exams are retiring:</p>
<ul>
<li>Upgrade Exam 70-453: Transition Your MCITP SQL Server 2005 DBA to MCITP SQL Server 2008</li>
<li>Upgrade Exam 70-454: Transition Your MCITP SQL Server 2005 DBD to MCITP SQL Server 2008 DBD</li>
<li>Upgrade Exam 70-455: Transition Your MCITP SQL Server 2005 BI Developer to MCITP SQL Server 2008 BI Developer</li>
<li>Upgrade Exam 70-566: Transition your MCPD Windows Developer Skills to MCPD Windows Developer 3.5</li>
<li>Upgrade Exam 70-567: Transition your MCPD Web Developer Skills to MCPD ASP.NET Developer 3</li>
<li>Upgrade Exam 70-568: Transition your MCPD Enterprise Application Developer Skills to MCPD Enterprise Application Developer 3.5, Part 1</li>
<li>Upgrade Exam 70-569: Transition your MCPD Enterprise Application Developer Skills to MCPD Enterprise Application Developer 3.5, Part 2</li>
</ul>
<p>And on September 30, 2012 there are five exams retiring:</p>
<ul>
<li>TS Exam 70-236: Exchange Server 2007, Configuring</li>
<li>Pro Exam 70-237: Designing Messaging Solutions with Microsoft Exchange Server 2007</li>
<li>Pro Exam 70-238: Deploying Messaging Solutions with Microsoft Exchange Server 2007</li>
<li>TS Exam 70-630: Microsoft Office SharePoint Server 2007, Configuring</li>
<li>TS Exam 70-638: Microsoft Office Communications Server 2007, Configuring</li>
</ul>
<h3>VCP5 Upgrade Path for VCP4s is Ending</h3>
<p>VMware is ending the VMware Certified Professional (VCP) on vSphere 5 upgrade path for current VCP4 certified professionals on February 29th, 2012. </p>
<p>Starting March 1st , 2012 to become VCP5 certified, all candidates, including current VCP4s will need to attend a qualifying VMware authorized course, gain hands-on experience with VMware vSphere 5 and pass the VCP5 Exam. Learn more about the <a href="http://www.trainsignal.com/blog/vcp4-to-vcp5">VCP4 to VCP5 upgrade path</a>.</p>
<h3>Citrix Exams Retiring in 2012</h3>
<p><img src="http://www.trainsignal.com/blog/wp-content/uploads/2012/02/citrix-certifications.jpg" alt="Citrix Certifications" title="Citrix Certifications" width="75" height="75" class="alignleft size-full wp-image-30842" />Citrix is discontinuing six certifications throughout 2012, replacing them with updated exams. Below are the retiring exams, dates and the replacement exams. </p>
<p>Also, effective July 31, 2012, Citrix Certified Enterprise Administrator (CCEA) and Citrix Certified Integration Architect (CCIA) certifications for XenApp (Presentation Server 4) will expire. Individuals who hold these certifications can remain current by upgrading to the CCEE for Virtualization by passing either the A15 or A25 exams. </p>
<ul>
<li>Exam A18: Basic Administration for Citrix XenApp 6 &#8212; retired January 31, 2012</li>
<li>Replacement Exam A20: Citrix XenApp 6.5 Administration &#8212; available now</li>
</ul>
<ul>
<li>Exam CXS-202-2I: Citrix XenServer 5.6 Administration &#8212; retiring February 29, 2012</li>
<li>Replacement Exam CXS-203-1I: Citrix XenServer 6.0 Administration &#8212; available now</li>
</ul>
<ul>
<li>Exam CVE-400-2I: Engineering a Citrix Virtualization Solution &#8212; retiring March 31, 2012</li>
<li>Replacement Exam CVE-401-1I: Engineering a Citrix Virtualization Solution &#8212; available now</li>
</ul>
<ul>
<li>Exam CVE-400-2W: Engineering a Citrix Virtualization Solution &#8212; retiring July 31, 2012</li>
<li>Replacement Exam CVE-401-1W: Engineering a Citrix Virtualization Solution &#8212; available now</li>
</ul>
<ul>
<li>Exam A15: Engineering a Citrix Virtualization Solution &#8212; retiring July 31, 2012</li>
<li>Replacement Exam A25: Engineering a Citrix Virtualization Solution &#8212; coming soon</li>
</ul>
<ul>
<li>Exam A24: Citrix XenServer 5.6 Administration &#8212; retiring July 31, 2012</li>
<li>Replacement Exam A26: Citrix XenServer Administration &#8212; coming soon</li>
</ul>
<h3>New System Administrator Certification Program by IBM</h3>
<p><img class="aligncenter size-full wp-image-30668" src="http://www.trainsignal.com/blog/wp-content/uploads/2012/02/IT-Certification-Update-January-2012-2.jpg" alt="AIX 7 Certification by IBM" width="168" height="64" />The <a href="http://www-03.ibm.com/certify/certs/03005008.shtml">IBM Certified System Administrator &#8211; AIX 7 Certification</a> will help you validate your skills in the areas of System Availability, Storage Management, System and Network Security, Partition Management, Performance Management and Tuning, Network Management,  System Management, AIX Installation and Management, and general administrative tasks.</p>
<p>The  IBM AIX 7 Administrator is expected to have established knowledge and skills in device management and networking. He or she is also a leader and a mentor to new operators or administrators. Recommended prerequisite  skills include:</p>
<ul>
<li>AIX networking configuration and management</li>
<li>VIO client partition management and configuration</li>
<li>Device and storage management</li>
<li>Use of HMC and SDMC for system resources management</li>
<li>User admin task know-how and performance</li>
<li>Strong background on system backup or recovery</li>
<li>AIX installation and maintenance experience</li>
<li>System security configuration and management</li>
<li>Use of NIM, WPAR Manager and Systems Director</li>
<li>Knowledge on PowerVM components</li>
</ul>
<p>The  IBM Certified System Administrator &#8211; AIX 7 Certification is calling on candidates with not less than 2 years of experience in AIX administration in many environments, such as small businesses, virtualized systems and  enterprise-level data centers. The certification requires one exam.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/it-certification-update-february-2012/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Associating Service Profiles to UCS Blades</title>
		<link>http://www.trainsignal.com/blog/videos/cisco-ucs-service-profiles</link>
		<comments>http://www.trainsignal.com/blog/videos/cisco-ucs-service-profiles#comments</comments>
		<pubDate>Thu, 09 Feb 2012 23:35:24 +0000</pubDate>
		<dc:creator>Chris Magiet</dc:creator>
				<category><![CDATA[Free Computer Training Videos]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?post_type=free_video&#038;p=30824</guid>
		<description><![CDATA[From Implementing Cisco Unified Computing System Training, this demonstration features expert Jason Nash using KVM console to assign service profiles to UCS blades.]]></description>
			<content:encoded><![CDATA[<p>Service profiles and identity pools make the deployment of blades and servers in UCS incredibly powerful, yet flexible. In this video from <a href="Implementing-Cisco-Unified-Computing-System-Training.aspx" title="Implementing Cisco UCS Training">Implementing Cisco Unified Computing System training</a>, Jason Nash walks through using KVM console to associate service profiles to UCS server blades.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/videos/cisco-ucs-service-profiles/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying Personalized Desktops in View 5.0</title>
		<link>http://www.trainsignal.com/blog/videos/deploy-personalized-desktops-vmware-view-5</link>
		<comments>http://www.trainsignal.com/blog/videos/deploy-personalized-desktops-vmware-view-5#comments</comments>
		<pubDate>Thu, 09 Feb 2012 23:35:11 +0000</pubDate>
		<dc:creator>Chris Magiet</dc:creator>
				<category><![CDATA[Free VMware Training Videos]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware View]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?post_type=free_video&#038;p=30822</guid>
		<description><![CDATA[From our VMware View 5 Essentials course, this demonstration shows how to deploy a virtual desktop that is customized for the user, and how corresponding user data is synced with the network.]]></description>
			<content:encoded><![CDATA[<p>vExpert Brian Knudtson, <a href="/VMware-View-5-Essentials-Training.aspx" title="VMware View 5 Essentials Training">VMware View 5 Essentials</a> instructor, shows how to deploy a personalized desktop using a floating, non-persistent pool in VMware VIew 5. See how the user data in a personalized desktop is synchronized to a network, including application shortcuts, directories, settings, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/videos/deploy-personalized-desktops-vmware-view-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Spanning Tree Protocol: How Does It Work?</title>
		<link>http://www.trainsignal.com/blog/videos/multiple-spanning-tree-protocol</link>
		<comments>http://www.trainsignal.com/blog/videos/multiple-spanning-tree-protocol#comments</comments>
		<pubDate>Thu, 09 Feb 2012 13:00:16 +0000</pubDate>
		<dc:creator>Chris Magiet</dc:creator>
				<category><![CDATA[Free Computer Training Videos]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?post_type=free_video&#038;p=30812</guid>
		<description><![CDATA[From Cisco CCNP SWITCH Training, this video features Joe Rinehart explaining the principle of the multiple spanning tree protocol (MSTP), a crucial topic for the CCNP SWITCH Exam.]]></description>
			<content:encoded><![CDATA[<p>This sample from our <a href="/Cisco-CCNP-SWITCH-Training.aspx" title="Cisco CCNP SWITCH Training">Cisco CCNP SWITCH Training</a> explains multiple STP as required by Cisco&#8217;s exam.</p>
<p>So how does multiple spanning tree protocol work? The idea is to reduce the number of spanning tree instances operating in a switch network. Joe covers operational principles of MSTP, including the Common Spanning-Tree CST and Per-VLAN Spanning Tree models in this video, as well as the elements of MST regions.</p>
<h2>Earn Your CCNP</h2>
<p><img alt="CCIE Joe Rinehart" src="http://www.trainsignal.com/images/03_Instructors/Joe-Rinehart_96x96.jpg" style="padding-left: 5px" title="CCIE Joe Rinehart" align="right" width="96" height="96">Our series of <a href="/CCNP-Training.aspx" title="Cisco CCNP Training">CCNP Training</a> courses will prepare you for each exam of the CCNP certification: SWITCH, ROUTE, and coming soon, TSHOOT. Learn all about the CCNP SWITCH exam topics and move one step closer to a bigger salary with Cisco expert &#038; CCIE #14256 Joe Rinehart. In addition to MSTP, RSTP and CSTP, the course covers a wealth of topics:</p>
<ul>
<li><strong>VLANs and VTP</strong></li>
<li><strong>Cisco Express Forwarding</strong></li>
<li><strong>Layer 3 Switching Solutions</strong></li>
<li><strong>Everything to pass CCNP SWITCH Exam 642-813</strong></li>
</ul>
<p>Increase your salary by up to $20k this year with certified instruction and <a href="/Cisco-CCNP-SWITCH-Training.aspx" title="Cisco CCNP SWITCH Training">CCNP SWITCH Training</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/videos/multiple-spanning-tree-protocol/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Private VLAN Concepts</title>
		<link>http://www.trainsignal.com/blog/private-vlan-concepts</link>
		<comments>http://www.trainsignal.com/blog/private-vlan-concepts#comments</comments>
		<pubDate>Wed, 08 Feb 2012 14:00:03 +0000</pubDate>
		<dc:creator>Sean Wilkins</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?p=29849</guid>
		<description><![CDATA[A private VLAN compares to a standard VLAN in that it can provide flexible options for a design engineer setting up a network. This article explains the private VLAN feature available on certain series of switches and why using a private VLAN allows for certain advantages.]]></description>
			<content:encoded><![CDATA[<h2>Overview</h2>
<p>One of the topics that does not get that much attention, but is available on many different series of switches, is <em>private</em> VLANs. A <em>private</em> VLAN expands on the abilities of a standard VLAN, allowing traffic to be separated at another level allowing the design engineer a number of flexible options. This article provides a short review of what a VLAN is and what it provides. Then, we will review the concepts behind the <em>private</em> VLAN feature and how it can expand on the capabilities of the standard VLAN.</p>
<h2>What is a VLAN?</h2>
<p>The first thing to review is <a href="/blog/videos/free-cisco-ccna-training-virtual-lans-vlans" title="Virtual LAN Training Video">what VLAN means</a> and what it provides. A Virtual Local Area Network, or VLAN, provides the ability to logically separate a LAN the same way that would be possible with multiple physical switches. For example, if an engineer had four different physical switches, each of the switches could be connected to separate departments within a company. Without an interconnection or a routing device, the devices within each department would not be able to send traffic to each other and would typically be put into different subnets. A VLAN takes this ability to separate devices, but does it logically instead of physically; a separate VLAN can be created for each department and the physical ports that connect these devices can be configured into the correct VLAN. It is important to keep in mind however that the same rules apply to VLANs as physical LANs; that is in order to communicate between them a routing device is required and separate subnets should be assigned to the devices in each VLAN.</p>
<h2>Private VLANs: Extending the abilities of a VLAN</h2>
<p>The private VLAN feature provides the ability to extend the capabilities of a “standard” VLAN. It does this by introducing some additional concepts: Primary VLAN, Community VLAN and Isolated VLAN. The Primary VLAN should be considered the Master in the master/slave relationship with the other two sub-types. Switch ports assigned within the primary VLAN are able to see traffic from all devices within the primary VLAN and all sub-types (also referred to as secondary VLANs).</p>
<p>Both Community and Isolated VLANs should be considered slaves in the master/slave relationship with the primary VLAN. Switchports assigned to a Community VLAN can see traffic from all other devices in the same Community VLAN and can send traffic back and forth with devices in the primary VLAN. Switchports assigned to an Isolated VLAN can send traffic back and forth with devices in the primary VLAN, but CANNOT see traffic from other devices in the same Isolated VLAN.</p>
<p>It is important to understand that regardless of the VLAN assignment of the switchport, all of the devices will share the same IP subnet; the private VLAN feature just sets up rules as to which devices are able to speak to each other.</p>
<p>A visual representation is shown in Figure 1 below:</p>
<p><a href="http://www.trainsignal.com/blog/wp-content/uploads/2012/01/Private-VLANs-Figure-1.png"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2012/01/Private-VLANs-Figure-1.png" alt="Private VLANs - Figure 1" title="Private VLANs - Figure 1" width="640" height="346" class="aligncenter size-full wp-image-30800" /></a></p>
<h2>Why Use a Private VLAN?</h2>
<p>The next question really is why would an engineer want to implement the private VLAN feature? This section goes over a few possibilities.</p>
<p>What if an Internet Service Provider (ISP) had a limited number of subnet space and wanted to maximize it by assigning all of the customers in a geographic area into the same IP subnet. Of course, most customers do not want other people seeing their layer 2 switched traffic, as it opens up potential security issues. Individual customers who only have a single port connected into the service provider can be assigned into an isolated private VLAN; their traffic would then only be sent and received by the ISP devices connected directly to the primary VLAN.</p>
<p>What if a company existed in the same geographic area and had multiple offices with multiple Internet connections? It is possible with community VLANs to connect all of these Internet connections together so that each would be able to talk directly to each other as well as go out and utilize the same Internet connection.</p>
<p>These are some very simple examples but they do show that the functionality of private VLANs can be useful to any design engineer looking for a solution to a specific set of design requirements.</p>
<h2>Summary</h2>
<p>The private VLAN feature can certainly be a useful tool in the belt of any engineer looking to solve a design problem with a certain set of requirements. It is important to take a look over all of the available options when designing or modifying a network to see if there is a better way of solving a problem that would work better under specific circumstances; the private VLAN feature certainly has some interesting traits that can be very useful to any engineer. Hopefully the content in this article has made the concept of private VLANs easier to understand. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/private-vlan-concepts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make FreeNAS 8 Do More: Configuring FTP, TFTP &amp; SSH Services</title>
		<link>http://www.trainsignal.com/blog/freenas-services-ftp-tftp-ssh</link>
		<comments>http://www.trainsignal.com/blog/freenas-services-ftp-tftp-ssh#comments</comments>
		<pubDate>Wed, 08 Feb 2012 14:00:00 +0000</pubDate>
		<dc:creator>Gary Sims</dc:creator>
				<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[Backup and Storage]]></category>
		<category><![CDATA[FreeNAS]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?p=30145</guid>
		<description><![CDATA[This tutorial goes beyond disks and sharing. All you need is a FreeNAS 8 system with one volume to learn how to configure FTP, TFTP, and SSH services.]]></description>
			<content:encoded><![CDATA[<p>FreeNAS 8 is an excellent Network Attached Storage (NAS) solution and is ideal for providing Windows machines access to storage over the network. However, FreeNAS can do much more. The Common Internet File System (CIFS), which is used to share data with Windows machines, is only one part of the FreeNAS system. As well as services to share files with Linux (via NFS) and Mac OS X machines (via AFP), FreeNAS also offers FTP, TFTP and SSH services.</p>
<p>In this tutorial we will go beyond disks &#038; sharing and configure the FTP, TFTP and SSH services. I will assume you have a FreeNAS system installed with at least one volume configured. For more information on installing FreeNAS and setting up volumes see my <a href="/blog/nas-setup-guide"title="NAS Setup Guide">NAS Setup Guide</a>.</p>
<p>Before activating the FTP or SSH services it is necessary to create a user. The first step is to add a Group to which all users who access the FreeNAS server will be members. To do this, click “Account” in the left menu tree. Click “Group” and then “Add Group.” Enter a “Group Name” (eg. freenasusers) and click “OK.” To add a user, click “Users” and then “Add User.” In the “Add User” dialog enter the “Username” (eg. “gary”), “Full Name” and “Password” (twice). Set the “Primary Group” to “freenasusers”, select “bash” for the “Shell” and enter a “Home Directory.” The home directory needs to be a directory somewhere on your volume. If there is a volume called “store” its path is “/mnt/store” and a good directory for a user would be “/mnt/store/gary” where “gary” is the user created above. Click “OK.”</p>
<div id="attachment_30146" class="wp-caption aligncenter" style="width: 584px"><a href="http://www.trainsignal.com/blog/wp-content/uploads/2012/01/FN8-AddUser.png"><img class="size-full wp-image-30146" src="http://www.trainsignal.com/blog/wp-content/uploads/2012/01/FN8-AddUser.png" alt="" width="574" height="586" /></a><p class="wp-caption-text">Add a user</p></div>
<p><em>Note: If the home directory doesn&#8217;t exist, FreeNAS will automatically create it with the correct file permissions.</em></p>
<h3>FTP</h3>
<p>To configure and enable the FTP service, click “Services” on the toolbar below the FreeNAS logo and then click the small wrench icon next to “FTP”. On the “FTP Settings” dialog tick the box next to “Allow Local User Login”. Click “OK.” Now click the “FTP” “Off” switch to make it go from “Off” to “On.”</p>
<p>The FTP service is now running. Connecting to the FreeNAS server from any FTP client (on any OS with an FTP client) will allow the user to login and upload/download files. The working directory will be the home directory specified when the user was created.</p>
<div id="attachment_30147" class="wp-caption aligncenter" style="width: 676px"><a href="http://www.trainsignal.com/blog/wp-content/uploads/2012/01/FN8-FTP.png"><img class="size-full wp-image-30147" src="http://www.trainsignal.com/blog/wp-content/uploads/2012/01/FN8-FTP.png" alt="" width="666" height="659" /></a><p class="wp-caption-text">Tick &quot;Allow Local User Login&quot;</p></div>
<h3>SSH</h3>
<p>Enabling the FTP service is simple. Click “Services” and click the “SSH” “Off” switch to make it go from “Off” to “On.”</p>
<p>The SSH service is now running. Linux and Mac OS X users can connect using the ssh command line tool. Windows users can download a free (and popular) ssh client known as <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTY</a>.</p>
<h3>Enable home directories</h3>
<p><strong> </strong>It is worth noting that FreeNAS can be configured to provide home directories to all Windows users. To do this click “Services”, click the small wrench icon next to “CIFS”.  On the “CIFS Settings” dialog, tick “Enable home directories” and enter the path in the “Home directories” field. The path should be one level up from where you have created the user directories. Above I used “/mnt/store/gary” and so the path should be set to “/mnt/store”. If I had used “/mnt/store/home/gary” as the home directory for the “gary” user, then the “Home directories” path would be “/mnt/store/home”. Click “OK” to set the options.</p>
<div id="attachment_30148" class="wp-caption aligncenter" style="width: 651px"><a href="http://www.trainsignal.com/blog/wp-content/uploads/2012/01/FN8-CIFS-HOMEDIR.png"><img class="size-full wp-image-30148" src="http://www.trainsignal.com/blog/wp-content/uploads/2012/01/FN8-CIFS-HOMEDIR.png" alt="" width="641" height="661" /></a><p class="wp-caption-text">Enable home directories for Windows users</p></div>
<h3>TFTP</h3>
<p>FreeNAS provides a Trivial File Transfer Protocol (TFTP) service which is a simple, unauthenticated file sharing service often used to boot “dumb” devices or thin clients via the Preboot Execution Environment (PXE) found on more advanced network cards.</p>
<p>To configure and enable the TFTP service, click “Services” and then click the small wrench icon next to “TFTP”. On the “TFTP Settings” dialog set the “Directory” to the place where the files to be shared are stored (eg. /mnt/store/tftproot”). Click “OK”. Click “Services” and click the “TFTP” “Off” switch to make it go from “Off” to “On.”</p>
<p>The directory needs to be created if it doesn&#8217;t exist and then the files you want to share via TFTP need to be copied into that directory.</p>
<div id="attachment_30149" class="wp-caption aligncenter" style="width: 353px"><a href="http://www.trainsignal.com/blog/wp-content/uploads/2012/01/FN8-TFTP.png"><img class="size-full wp-image-30149" src="http://www.trainsignal.com/blog/wp-content/uploads/2012/01/FN8-TFTP.png" alt="" width="343" height="339" /></a><p class="wp-caption-text">Set the TFTP directory</p></div>
<h3>Conclusion</h3>
<p>As we have seen, FreeNAS 8 is versatile and can do much more than just share files on a Windows network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/freenas-services-ftp-tftp-ssh/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Training Release: Cisco CCNP SWITCH Training</title>
		<link>http://www.trainsignal.com/blog/cisco-ccnp-switch-training</link>
		<comments>http://www.trainsignal.com/blog/cisco-ccnp-switch-training#comments</comments>
		<pubDate>Tue, 07 Feb 2012 15:08:42 +0000</pubDate>
		<dc:creator>Chris Magiet</dc:creator>
				<category><![CDATA[New Training Releases]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?p=30780</guid>
		<description><![CDATA[Want to increase your salary by up to $20k this year? Earning your CCNP is one way to do that. Our new SWITCH training brings networking pros one step closer to the benefits of a CCNP salary.]]></description>
			<content:encoded><![CDATA[<p>Our series of <a href="/CCNP-Training.aspx" title="CCNP Training">CCNP video training</a> courses are taught by a CCIE and are designed to cover the exam objectives for ROUTE, SWITCH, and soon, TSHOOT. The earning potential from a certification of this caliber is just one incentive for going through Cisco&#8217;s gauntlet of exams. CCNP SWITCH Training gets you one step closer to that CCNP salary.</p>
<h2>Cisco CCNP SWITCH Training: Now Available</h2>
<p><a href="/Cisco-CCNP-SWITCH-Training.aspx"><img src="http://www.trainsignal.com/Assets/ProductImages/cisco_ccnp_switch_able.jpg" alt="Cisco SWITCH Training" align="right" width="200" height="200" /></a> <a href="/Cisco-CCNP-SWITCH-Training.aspx" title="Cisco CCNP SWITCH Training">Cisco CCNP SWITCH Training</a> covers all the Cisco switching concepts that you&#8217;ll need on the job and for the exam. Taught by Joe Rinehart, IT pro of over 14 years, this course will help you stay current with your skill set, while giving you the chance to make a splash in the networking industry. Here are the key topics routing explored in this course:</p>
<ul>
<li>Spanning-Tree (STP), Rapid Spanning-Tree (RSTP) and Multiple Spanning-Tree Protocol (MSTP)</li>
<li>VLANs, Trunking and Virtual Trunking Protocol (VTP)</li>
<li>Cisco Express Forwarding</li>
<li>Layer 3 Switching Solutions</li>
<li>High Availability Features</li>
</ul>
<p><a href="/Cisco-CCNP-SWITCH-Training.aspx" title="Cisco CCNP SWITCH Training">Read a letter from Joe Rinehart</a> about the benefits of a career on the CCNP track.</p>
<p>Students will also learn about switch-based security considerations, interface &#038; port configuration, and more. All the lessons are outlined to provide exam coverage for Cisco&#8217;s 642-813 CCNP SWITCH Exam. </p>
<h3>Certified Instruction</h3>
<p>In addition to authoring ROUTE, CCNA Wireless, and CCNA Voice courses, Joe has developed courses for colleges and implemented networking technologies for Fortune 500 companies. He&#8217;s also a speaker and published author, so his perspective is always at the forefront of IT.</p>
<p>Earn your CCNP and increase your salary this year with <a href="/Cisco-CCNP-SWITCH-Training.aspx" title="Cisco CCNP SWITCH Training">Cisco CCNP SWITCH Training</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/cisco-ccnp-switch-training/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Certified Ethical Hacker (CEH) Certification Guide</title>
		<link>http://www.trainsignal.com/blog/ceh-ethical-hacker-certification</link>
		<comments>http://www.trainsignal.com/blog/ceh-ethical-hacker-certification#comments</comments>
		<pubDate>Mon, 06 Feb 2012 22:45:21 +0000</pubDate>
		<dc:creator>Sean Wilkins</dc:creator>
				<category><![CDATA[IT Certifications]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?p=30654</guid>
		<description><![CDATA[The Certified Ethical Hacker (C&#124;EH) certification validates the credentials, background and intentions of network security professionals who work to increase the security of a network. Learn how the C&#124;EH certification is structured and what you need to obtain it.]]></description>
			<content:encoded><![CDATA[<p>The term <em>hacker </em>has traditionally had a bad reputation with many people as it brings up feelings of being exploited or having ones privacy breached. As with anything in life, there is always going to be the bad with the good and in the world of network security there are always going to be individuals, organizations and countries looking to gain access to the secret information of their opponents. </p>
<p>The purpose of the Certified Ethical Hacker certification is to validate the credentials, background and intentions of a network security professional. These professionals have the knowledge and ability to breach the security of a target for malicious purposes but instead of using these abilities maliciously they use them to increase the security of a network. This article provides an overview of the Certified Ethical Hacker (C|EH) certification, how it is structured and the steps that need to be followed to obtain it.</p>
<h2>C|EH Certification Review</h2>
<p>As stated in the overview, the purpose of the C|EH certification is to provide candidates a way of validating their abilities as well as their intentions. By obtaining the C|EH certification, a network professional can show prospective employers or clients that their intention is to use their abilities to increase the security of a system and/or network and not to decrease it. By having a formalized certification that can be offered to companies, the C|EH also establishes that <em>hacker </em>is not a term that is only associated with negative actions.</p>
<p>To obtain the C|EH certification, a candidate must pass the current version of the C|EH exam, as of this writing the current version is v8. The C|EHv8 exams consists of a proctored computer exam which contains 125 multiple choice questions which the candidate has 4 hours to complete and must obtain a score above 62% to pass. However, not just anyone can just go out and study and take the C|EH exam; before a candidate is allowed to schedule the exam they must be deemed eligible.</p>
<p>There are two ways to become eligible to take the C|EH exam:</p>
<ol>
<li>Attend an official C|EH instructor led course, computer based training (CBT), online live training or academic learning</li>
<p>OR</p>
<li>Submit an eligibility form and be manually approved to take the exam, to be approved a candidate must:
<ol>
<li>Have at least two years of information security related experience.</li>
<li>Remit a $100 non-refundable eligibility application fee</li>
<li>Submit a completed exam eligibility form.</li>
</ol>
</li>
</ol>
<h2>C|EH Exam Layout</h2>
<p>The C|EH exam is structured into seven different sections; I have listed them in order of weight (shown in %):</p>
<p><strong>1.</strong>Tools/Systems/Programs (32%)</p>
<ul>
<li>NIDS, HIDS, ACL, DNS</li>
<li>Programming and scripting languages</li>
<li>Cryptography techniques</li>
<li>Port scanning</li>
<li>Network topologies</li>
<li>Subnetting</li>
<li>Routers, modems, switches</li>
<li>Operating environments and antivirus systems and programs</li>
<li>Log analysis tools</li>
<li>Security models</li>
<li>Exploitation tools</li>
</ul>
<p><strong>2.</strong> Security (25%)</p>
<ul>
<li>Network and physical security</li>
<li>Biometrics</li>
<li>Firewalls</li>
<li>Threat modeling</li>
<li>Systems security controls</li>
<li>Application/file server</li>
<li>Cryptography</li>
<li>Verification procedures</li>
<li>Social engineering</li>
<li>Vulnerabilities</li>
</ul>
<p><strong>3. </strong>Procedures/Methodology (20%)</p>
<ul>
<li>Cryptography</li>
<li>PKI, SA</li>
<li>Security architecture and testing methodology</li>
<li> N-tier application design</li>
</ul>
<p><strong>4. </strong> Analysis/Assessment (13%)</p>
<ul>
<li>Data analysis</li>
<li>Systems analysis</li>
<li>Risk assessments</li>
<li>Technical assessment methods</li>
</ul>
<p><strong>5.</strong> Background (4%)</p>
<ul>
<li>Networking, web, systems, mobile, telecommunication technologies</li>
<li>Malware operations</li>
<li>Communication protocols</li>
<li>Backups and archiving</li>
</ul>
<p><strong>6.</strong> Regulation/Policy (4%)</p>
<ul>
<li>Security policies and compliance (i.e. PCI)</li>
</ul>
<p><strong>7.</strong> Ethics (2%) </p>
<ul>
<li>Professional code of ethics and hacking appropriateness</li>
</ul>
<p>Although ethics only represents 2% of the exam, the CEH code of ethics are extremely important and any violations are taken very seriously. Penalties for violating the code of ethics include decertification, suspension of certification and even the publication of infractions and litigation. </p>
<h2>Summary</h2>
<p>Whether the term <em>hacker </em>will ever be used by the larger population with both a positive and negative meaning will be seen over time. The C|EH certification provides a process of allowing these network security individuals to validate their abilities and their intention to use them for the good of a company or client.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/ceh-ethical-hacker-certification/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What iCloud Means for Apple Users</title>
		<link>http://www.trainsignal.com/blog/what-icloud-means-for-apple-users</link>
		<comments>http://www.trainsignal.com/blog/what-icloud-means-for-apple-users#comments</comments>
		<pubDate>Sat, 04 Feb 2012 15:00:10 +0000</pubDate>
		<dc:creator>Mike Lata</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Backup and Storage]]></category>
		<category><![CDATA[Mac and PC File Sharing]]></category>
		<category><![CDATA[Mac OSX]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?p=30350</guid>
		<description><![CDATA[One of the biggest features drawing lots of buzz following the release of Apple's iOS 5 is iCloud. While there are definite iCloud benefits, the service still has an impact on the user experience for Apple users. Make some sense of all the hype with this outline of how the features of Apple's cloud service function with apps, music, documents, and different devices.]]></description>
			<content:encoded><![CDATA[<p>You may have heard the hype. You may have seen it mentioned in passing in a story related to Apple&#8217;s iDevice products. If you have an iPad or another iDevice you probably are already using it. What am I referring to? I am referring to Apple&#8217;s latest cloud service called iCloud. There has been a lot of buzz recently related to iCloud because it is a pretty recent service from Apple and changes Apple&#8217;s way of doing things significantly. It gives users a lot more options and control in regards to the way they use devices. The availability of iCloud coincided with the release of iOS 5. Apple&#8217;s iOS 5 is the latest mobile operating system from Apple, <a href="http://www.apple.com/pr/library/2011/10/04Apple-to-Launch-iCloud-on-October-12.html" title="Apple iCloud Launch">released on Oc. 12, 2011 along with iCloud</a>.</p>
<p>When you update your iDevices to iOS 5, iCloud appears as an option and you can set it up directly from the OS. You can learn more about <a href="http://www.apple.com/icloud/setup/" title="iCloud Setup">how to set up iCloud on Apple.com</a>. Installing iOS 5 is part of the requirement for iCloud to run on any iDevice. In order to run it on a Mac, you will need to have Mac OS X Lion installed. It also works on any <a href="/blog/install-windows-7-in-vmware-fusion" title="Install Windows 7 in VMware Fusion">Windows 7</a> or <a href="/blog/top-10-reasons-people-hate-windows-vista" title="Top 10 Reasons People Hate Windows Vista">Vista</a> PC. Apple&#8217;s iTunes should also be updated to its latest version for compatibility with iCloud. Apple&#8217;s latest cloud service also comes with 5GB of free data available for each owner who for use with document storage and backup. However, there is no storage limit or cost when using iCloud for purchased music, TV shows, apps, books and photos, across devices. </p>
<p>You may ask yourself: is iCloud just another cloud service available on iOS like Dropbox? Is it simply designed to save data through the cloud rather than on a hard drive or a solid-state drive? The answer is yes and no. It does all of this, but it also takes cloud services on Apple hardware to a whole new level. Apple&#8217;s iCloud takes iTunes, or Apple&#8217;s file sharing and sync service, and puts it in the cloud &#8212; rather than as a desktop (PC or Mac) application. Users can sync data across devices including not just documents, but also music, photos, apps, contacts, calendars, and documents. It’s as if all of the user&#8217;s iDevices (Mac compatibility is also possible) cooperate with one another and coordinate content to the user. </p>
<p>The other thing to consider if comparing iCloud to other cloud services with regards to editing documents is iCloud automatically saves across devices. You will not have to transfer files back and forth between apps like Dropbox requires. There is no sending files back and forth or relying on e-mailing to store them and open them with different apps. Content updates simultaneously and is stored so no matter which iDevice or Mac you are using, it will look the same as you left it.</p>
<p><a href="/blog/share-files-between-windows-7-and-snow-leopard" title="Share Files Between Windows 7 and Snow Leopard">File sharing</a> and sync, backup, and storage are just part of what iCloud offers. As we mentioned, it is also the full iTunes service, but now accessed anywhere from the cloud. This means that songs and movies can also be downloaded from any iDevice without the need to sync and connect your iPad or iPhones to an external system, <a href="http://www.telegraph.co.uk/technology/apple/8821882/Apple-releases-iOS-5-and-iCloud.html">according to the Telegraph</a>. Previous iTunes purchases can automatically be added as well.</p>
<p>Many of the features iCloud brings, like the ability to set up their device without an external PC or Mac, have been requested by users ever since the iPad was released. The iPad can finally be a separate device that isn&#8217;t tied to a desktop PC or Mac. Unlike the iPhone and the iPod Touch, the iPad is a tablet and should have the ability to function independently. With iCloud and iOS 5, now it can. Let’s look at what iCloud offers in terms of specific features available to users and how it changes the entire iDevice user experience. </p>
<h2>iTunes in the Cloud</h2>
<p>We previously mentioned how iCloud essentially turns the iTunes file sharing and syncing service and puts it in the cloud. Music appears automatically across devices and past iTunes downloads are also available to be easily downloaded from any iDevice. </p>
<h2>iCloud Photo Stream</h2>
<p>The Photo Stream feature allows you to take photos from one device and have them stored in iCloud. This means that the photos you take will sync across all the devices automatically. You can open up the picture you took from your iPhone on your iPad at home and vice versa. The feature also allows you to view your photo stream album on an Apple TV. This means the whole family can enjoy your latest vacation photos on a larger display. </p>
<h2>Documents in the Cloud</h2>
<p>The Documents in the cloud feature is kind of like Dropbox. It allows you to save documents across devices, but you don&#8217;t have to send it to an app like Dropbox. Apple does this automatically with iCloud. All of your documents are saved automatically as you work on them. Basically any file format is supported as long as the developers use Apple&#8217;s APIs to integrate iCloud support for their apps. Some apps you can currently use with automatic cloud saving and storage include iWork Pages, Numbers, and Keynote.</p>
<h2>iCloud App Store Integration</h2>
<p>Unlike other cloud services available for the iDevices, iCloud brings the entire experience cross-device. This means apps and content wirelessly and without any hassle. You can use iCloud to see your entire App Store purchase history, as well as your iBooks e-book library. If you had to remove apps or books due to space constraints and want to remember which ones they were, with iCloud you can. You can download these apps across devices by tapping the iCloud icon.</p>
<h2>iTunes Match</h2>
<p>iTunes Match is an optional service made possible by iCloud that costs $25 per year. It matches your iTunes library across devices with iCloud. Although syncing songs is also available for free, there are additional reasons for this service for music lovers. It allows you to <a href="http://www.macrumors.com/2011/11/14/a-clear-explanation-of-itunes-match/" title="iTunes Match Explanation">integrate your exact iTunes home library</a>, according to MacRumors. Even (current) library meta-data can be imported into the cloud from iTunes. If you are constantly changing files and moving songs and play lists around, this is a great feature to have. The meta-data and song lists get updated across devices. Apple&#8217;s iTunes Match is also useful if you haven&#8217;t purchased the songs, which you want synced through iCloud, directly from iTunes. For instance, you may have added songs from CDs to your iTunes desktop app. The iTunes Match feature will sync those songs to iCloud as well.</p>
<h2>iCloud Backup</h2>
<p>The iCloud Backup feature automatically and securely backs up user data to iCloud. It does this automatically over a Wi-Fi connection whenever an iDevice is connected to a power source.  The iCloud Backup feature backs up all of the data into the cloud that isn&#8217;t covered by other iCloud features. This includes photos and videos in the camera roll, device settings, app data, home screen, app organization, messages and ringtones.</p>
<h2>Find My Phone and Find My Friends Apps</h2>
<p>A number of smaller apps have also been released to work alongside of iCloud and help you find your devices and friends. They can be accessed from any device. These apps are called &#8220;Find My iPhone&#8221; and &#8220;Find My Friends.&#8221; </p>
<p>Find My iPhone is designed to help you find your devices if they get lost. You can use it as an app on any iDevice or log into <a href="http://icloud.com/" title="iCloud.com">iCloud.com</a> from any PC or Mac. Find My Phone will show you a map where your iDevice is located and even gives you the option of remotely locking or wiping the data clean from the missing device. The Find My Friends app lets you share locations with others. You can also share your location temporarily with friends. This may be useful if you are out of town for a period of time like when going camping. They can easily find your location and reach it. </p>
<h2>Conclusion</h2>
<p>As an IT person you may wonder why use an iDevice and iCloud at all, especially since Microsoft Office currently isn&#8217;t available on the App Store? You may also wonder, why choose the iPhone or an iPad for any productivity work. The fact remains that with iOS 5 and iCloud available, now is a perfect time to pick up an iPad or an iPhone. If you own a previous iOS version, it is also the perfect time to upgrade. The iCloud service doesn&#8217;t just make it easier to get things done if you own multiple iDevices. It is also designed to allow iDevice integration with PCs and Macs. </p>
<p>You can start working on a presentation at the office and finish it on a train ride from work while it automatically syncs between the two systems you used to create it. You no longer have to worry in the same way as before about compatibility across devices.  The work you&#8217;ve done will look exactly the same across various devices that have the same apps installed (although not every app supports iCloud yet and the iDevices still doesn&#8217;t have Microsoft Office). As the App Store&#8217;s app library grows, don&#8217;t be surprised to see more professional-level apps to be integrated into iCloud and be compatible with the iPad for instance. Also, don&#8217;t be surprised to see Mac apps start to be indistinguishable across both Macs and the iDevices (in terms of compatibility and features).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/what-icloud-means-for-apple-users/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synology NAS Storage Review</title>
		<link>http://www.trainsignal.com/blog/synology-nas-storage</link>
		<comments>http://www.trainsignal.com/blog/synology-nas-storage#comments</comments>
		<pubDate>Thu, 02 Feb 2012 15:00:30 +0000</pubDate>
		<dc:creator>David Davis</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[Backup and Storage]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?p=29650</guid>
		<description><![CDATA[Synology is a flexible storage array that allows you to do iSCSI, email, VPN, web hosting, FTP, backup and recovery, media services, photo sharing, LDAP directory services and much, much more. In this article, vExpert David Davis reviews Synology NAS storage and shares his experiences with it.]]></description>
			<content:encoded><![CDATA[<p>There are so many storage options for small and medium-sized enterprises today. You could buy a couple of 2TB disks cheap and mirror them, you could buy a small external storage unit that connects to the server via USB, you could buy a nice (but low-end) hardware NAS/SAN, and more. In my case, I don&#8217;t have time to test them all and I only need something that will do 2 things:</p>
<ol>
<li>provide a NFS NAS and iSCSI SAN for my vSphere and Hyper-V virtual machines</li>
<li>provide a reliable place to store my files</li>
</ol>
<p>Now, I have played with some array features (like hosting my iTunes music and movies) but that isn&#8217;t my primary need (it&#8217;s just &#8220;nice to have&#8221;).</p>
<p>For more than 2 years I have been using the <a href="http://www.trainsignal.com/blog/videos/iomega-san-vsphere-iscsi" title="Learn how to configure an Iomega SAN and VMware vSphere for iSCSI">Iomega IX4-200D</a> and it has served me well. I have about 2.7 TB usable space, I use NFS, iSCSI, and SMB on it. However, recently through Kendrick Coleman (his blog is <a href="http://kendrickcoleman.com" target="_blank">KendrickColeman.com</a>), I was introduced to Synology. He said that he really liked all that it could do. I wasn&#8217;t planning on getting one until a friend had one that he needed to sell. It was an opportunity to buy a slightly used Synology DS211+ for a very reasonable price. I figured, if nothing else, it would make a great place just to copy current storage files to in case there was a small disaster and all my Iomega files were lost.</p>
<h2>Introducing the Synology Storage Array Lineup</h2>
<p><img class="alignright size-full wp-image-29654" title="DS212" src="http://www.trainsignal.com/blog/wp-content/uploads/2011/12/DS212.jpg" alt="Synology Storage Array Lineup" width="200" height="200" />Synology offers a large variety of disk arrays, all the way from large business NAS solutions down to personal and small office solutions. Sure, you can pick up SMB disk solutions from just about anyone but most of them come from companies that do other things like networking and they start as USB flash keys and go up. Synology just does smart arrays and they do them very well. To me, what makes their units different is actually the software that is inside.</p>
<p>I actually have the DS211+ (the DS212 is shown in the picture and it just has a few internal very minor differences). This is a 2 disk unit and you can insert your own disks (bring your own disks / BYOD). It offers SMB Windows file sharing, Apple File sharing, NFS, iSCSI (and a few others).</p>
<p>I am using RAID 1 with qty 2 x 2TB disks to give me about 1.8TB of usable space. I have enabled Windows file sharing and iSCSI so far. Besides that, I have tried out a number of the really cool apps included with the NAS (discussed more below). Overall, I like the box. It is small, quiet, and it just seems to work. I do wish that my model had an LCD status display, but then I didn&#8217;t spend much of anything to buy it so perhaps that is something I would spring for when I upgrade in the future.</p>
<p>Besides the smaller units like mine, Synology offers large NAS/SAN arrays and they offer you free demo access to one of the web-based consoles for those larger arrays on their website at <a href="http://www.synology.com/us/products/demo/index.php" target="_blank">Synology Live Demo</a>. I think that is actually really cool that they do that as anyone can get familiar with their very nice interface before making a buying decision. I have bought way too many products that look &#8220;cool&#8221; and well-designed on the outside, only to find out that the management interface was junk when I got them home.</p>
<p>As you can see, the Synology &#8220;DSM&#8221; (aka DiskStation Manager) can be quite beautiful.</p>
<p><img class="aligncenter size-full wp-image-29660" title="synology live demo" src="http://www.trainsignal.com/blog/wp-content/uploads/2011/12/synology-live-demo.jpg" alt="Synology Management Interface" width="600" height="347" /></p>
<p>I also like how you can make the management interface look like your workstation&#8217;s desktop, adding and removing icons to it however you wish. I also think that it is user-friendly, I like how it starts with a &#8220;wizard&#8221; that will guide you through initial setup, and I LOVE that you can add other applications to the Synology unit (more info on that below).</p>
<p>Here&#8217;s what the very user-friendly control panel looks like (this also gives you an idea of all that it can do).</p>
<p><img class="aligncenter size-full wp-image-29664" title="synology-control-panel" src="http://www.trainsignal.com/blog/wp-content/uploads/2011/12/synology-control-panel.jpg" alt="Synology Control Panel" width="602" height="341" /></p>
<h2>Using My Synology for vSphere and Hyper-V Storage</h2>
<p>Being the &#8220;VMware guy&#8221; for TrainSignal, one of the first things that I wanted to do with my Synology was to connect it to my vSphere (and even my Hyper-V server). I was able to do this with iSCSI (also could have used NFS) without any trouble. I created a couple of iSCSI LUNs (one for vSphere and one for Hyper-V) and then connected to them on their respective OS. Here&#8217;s what it looked like:</p>
<p><img class="aligncenter size-full wp-image-29661" title="synology-iscsi-1" src="http://www.trainsignal.com/blog/wp-content/uploads/2011/12/synology-iscsi-1.jpg" alt="Using Synology" width="641" height="302" /></p>
<p><img class="aligncenter size-full wp-image-29662" title="synology-iscsi-2" src="http://www.trainsignal.com/blog/wp-content/uploads/2011/12/synology-iscsi-2.jpg" alt="Using Synology" width="475" height="530" /></p>
<p><img class="aligncenter size-full wp-image-29663" title="synology-iscsi-3" src="http://www.trainsignal.com/blog/wp-content/uploads/2011/12/synology-iscsi-3.jpg" alt="Using Synology" width="604" height="163" /></p>
<h2>Amazing Applications Packed into Synology</h2>
<p>Being an iPhone user, I really love &#8220;my apps&#8221; and the Synology DSM allows me to add &#8220;apps&#8221; to the NAS as well &#8212; what a concept. The applications are found in the &#8220;package center&#8221;. I can make my Synology into an email server, a VPN server, iTunes server, and even crazy things like a WordPress server!</p>
<p><img class="aligncenter size-full wp-image-29665" title="synology-package-center" src="http://www.trainsignal.com/blog/wp-content/uploads/2011/12/synology-package-center.jpg" alt="Synology Package Center" width="600" height="374" /></p>
<p>Whoever heard of a storage array where you can do iSCSI, email, VPN, web hosting, FTP, backup and recovery, media services, photo sharing, LDAP directory services, HiDrive cloud backup, and even administer your PHP installs using PHPadmin (installed as a package on the array). Gee, it&#8217;s just so darn flexible!</p>
<p>In summary, I get no commission for saying any of this but, having tested a few different options for home labs storage, I think that Synology would make a great SMB storage unit. In my case (and maybe your case too) the Synology product would make a great home lab unit because it can do so many things in one little package. I like that you can install your own disks (so you know they aren&#8217;t over charging you for those and so you can select whatever sizes you want). For more information, checkout <a href="http://synology.com" target="_blank">www.Synology.com</a>.</p>
<p>Interested in hearing about more hardware for training and lab building? Post your comments here!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/synology-nas-storage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best New Features in Exchange 2010 SP2</title>
		<link>http://www.trainsignal.com/blog/videos/exchange-2010-sp2-features</link>
		<comments>http://www.trainsignal.com/blog/videos/exchange-2010-sp2-features#comments</comments>
		<pubDate>Thu, 02 Feb 2012 13:30:41 +0000</pubDate>
		<dc:creator>J. Peter Bruzzese</dc:creator>
				<category><![CDATA[Free Computer Training Videos]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Webinar]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?post_type=free_video&#038;p=30690</guid>
		<description><![CDATA[In this video, Exchange MVP J. Peter Bruzzese shows you what the best new features and enhancements built into Exchange 2010 SP2 are and how you can take advantage of them today.]]></description>
			<content:encoded><![CDATA[<p>Service Pack 2 for Exchange Server 2010 is here and it’s packed full of new features and capabilities, including Outlook Web App Mini, Address Book Policies, Mailbox Auto-Mapping and more. There’s even a hybrid configuration wizard to help simplify deployments of your hybrid scenarios, as well as cross-site silent redirection for Outlook Web App and an easier way to enable the Mailbox Replication Service that will prove to be a time saver.</p>
<p>This video is a recording of my <a href="http://www.trainsignal.com/blog/webinars">free webinar</a> on the best new features in Exchange 2010 SP2. I hope you enjoy!</p>
<p>If you&#8217;d like to downloads the slides, you can do so here: <a href="http://www.trainsignal.com/blog/wp-content/uploads/2012/02/trainsignal-webinar-exchange-sp2.pptx">Best New Features in Exchange 2010 SP2 PowerPoint</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/videos/exchange-2010-sp2-features/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rogue Access Points: Still Here and Still a Threat</title>
		<link>http://www.trainsignal.com/blog/rogue-access-points-still-here-and-still-a-threat</link>
		<comments>http://www.trainsignal.com/blog/rogue-access-points-still-here-and-still-a-threat#comments</comments>
		<pubDate>Wed, 01 Feb 2012 15:00:10 +0000</pubDate>
		<dc:creator>Nick Krasny</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Wireless Networking]]></category>

		<guid isPermaLink="false">http://www.trainsignal.com/blog/?p=29243</guid>
		<description><![CDATA[Rogue access points remain a legitimate threat to business infrastructures, often times due to poor security or users unaware of wireless network security dos and don'ts. This article points out the ways in which a rogue AP can compromise a network.]]></description>
			<content:encoded><![CDATA[<p>Recently Gartner released their WLAN Magic Quadrant for 2011. Not surprisingly, <a href="/blog/tag/Cisco" title="Cisco on TrainSignal Training">Cisco</a>, Aruba, and Motorola were all rated as the leaders in this space. Not only do these companies have financial stability and support for R&#038;D, they also have a strong commitment to <a href="/blog/wireless-lan-security-threats" title="Common Security Threats to Wireless Networks">WLAN security</a>-some more so than others. But still these three organizations take WLAN security seriously. If you read through any of their security materials one of the first things they’ll mention is Rogue Access Point (AP) detection.</p>
<p>That’s right folks; rogue  access points are still a legitimate concern for businesses. But it’s not just the organizations that need to be concerned; end-users need to understand that these are a legitimate threat to their personal data as well. </p>
<h3>What are Rouge Access Points?</h3>
<p>Businesses typically classify rogue access points in two categories. The first, and most serious, are the rogue AP’s that are plugged into the business network. Most organizations that are on the ball have a security policy that states no one should be plugging-in unauthorized access points. Hopefully this prevents users from bringing in an access point from home and setting it up in the conference room because of a shortage of data jacks. But there are those incidents, though rare, where someone gains access to the business floor and is able to plug in a rogue device. It could be someplace inconspicuous like the waiting area or even a conference or break room. You need to keep in mind that if you remove an AP from its shell, it’s not very big. They can even be concealed inside the data jack and powered over Ethernet. </p>
<p>Additionally, they’re not going to be broadcasting the SSID on the Rogue device and will limit connectivity during working hours as to not draw attention. If not detected and removed quickly enough, this can provide the hacker unfettered access to the corporate infrastructure. Diligent companies will have their servers locked down and segmented behind a firewall along with other security measures. What about the user workstations on that segment? How secure are they? They can be compromised for the data they hold, both personal and corporate. It’s extremely rare for us not to have some sort of personal data on our work computers. Additionally the computer can be used as a pivot point to gain access to those critical servers. Keep in mind that if someone has taken the risk to get an access point on the corporate network, they’ve probably done a significant amount of reconnaissance already. Part of this could have been to sit in a car or lobby and sniff wireless traffic in effort to gain credentials or other information about your network.  </p>
<p><a href="http://wigle.net/"><img src="http://www.trainsignal.com/blog/wp-content/uploads/2011/12/Wigle-NYC-Wifi.png" alt="NYC Wi-Fi - Wigle" title="NYC Wi-Fi - Wigle" width="270" height="256" class="alignright size-full wp-image-29244" /></a>The other more interesting issue involves rogue access points that are not plugged into the network, but are close enough to cause problems. These are the ones that organizations have a vast amount of trouble dealing with because there is really nothing they can do about them. And if the company is in a major city, like New York, it’s a big headache as the entire city is blanketed by 802.11 networks.</p>
<p>As demonstrated by our friends at Wigle.net, just this two-block area of NYC has hundreds of WLANs. If your company is blocking Facebook or any other favorite sites, what’s stopping them from connecting to &#8220;FreePublicWiFi&#8221;, &#8220;Starbucks&#8221; or some other SSID that’s open and inviting? Or it might be an incidental connection. Many of these residential access points that you can purchase from Best Buy are set up to work right out of the box or with minimal configuration. Often people don’t think to change the SSID of the device. How many “Linksys” SSIDs do you still see today?  Most people have their Wi-Fi settings configured to automatically connect to their home’s SSID whenever in range. So what do you think happens when that wireless card sees the home’s SSID when the user is at work? Now, if the user is plugged into the corporate network and connected to a rogue device at the same time, the computer is dual-homed. It’s essentially acting like an open bridge right into the network. Unknowingly, the user can be passing domain credentials and other nuggets of information that would help the hackers get deeper into the network.</p>
<p>Another bad guy trick that is still somewhat effective in heavily congested areas is to set up an access point (physically) close to the company and use their SSID on this device, but not have any security on it. This is typically the easiest to detect as the signal on this device is usually not as strong as the ones inside the company’s walls, as well as other detection criteria that I’ll discuss down the road.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trainsignal.com/blog/rogue-access-points-still-here-and-still-a-threat/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
