<?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>2vcps and a Truck &#187; cisco</title>
	<atom:link href="http://www.2vcps.com/category/cisco/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2vcps.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 15:33:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="search"
           href="http://www.2vcps.com/opensearch"
           type="application/opensearchdescription+xml"
           title="Content Search" /><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Trunks – Dell Power Connect and Cisco</title>
		<link>http://www.2vcps.com/2010/12/21/trunks-%e2%80%93-dell-power-connect-and-cisco/</link>
		<comments>http://www.2vcps.com/2010/12/21/trunks-%e2%80%93-dell-power-connect-and-cisco/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 21:57:01 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=638</guid>
		<description><![CDATA[I recently needed to install a stack of Dell 6224 Power Connect switches. The core of the network was actually a Cisco 3560 (no G). While there are already posts existing from Scott Lowe about using the &#8220;General&#8221; mode to &#8230; <a href="http://www.2vcps.com/2010/12/21/trunks-%e2%80%93-dell-power-connect-and-cisco/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://www.2vcps.com/2009/03/24/cisco-data-center-networks-blog/' rel='bookmark' title='Cisco Data Center Networks Blog'>Cisco Data Center Networks Blog</a></li>
<li><a href='http://www.2vcps.com/2010/04/29/firewalls-are-not-routers/' rel='bookmark' title='Firewalls are not Routers'>Firewalls are not Routers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I recently needed to install a stack of Dell 6224 Power Connect switches. The core of the network was actually a Cisco 3560 (no G).  While there are <a href="http://blog.scottlowe.org/2010/12/02/vlan-trunking-between-nexus-5010-and-dell-powerconnect-switches/">already posts existing</a>  from Scott Lowe about using the &#8220;General&#8221; mode to keep VLAN 1 untagged and also have other VLAN&#8217;s tagged. Dell&#8217;s General mode traditionally works just like a default dot1q trunk in Cisco.  However when VLAN 1 is in use I secretly grumble because I know the fact that Dell&#8217;s general mode is finicky when interoperating with some devices. Most of the time general mode works like a charm but not on this day.
</p>
<p>Dell&#8217;s &#8220;trunk&#8221; mode worked fine. Any tagged VLAN would pass fine to the Cisco. Except that pesky native VLAN 1.  We HAD to have VLAN 1 passed down to the ESX servers. So after kicking around wondering what I did wrong I decided to just work around the problem. I tagged vlan 1 on the Dell port and changed the native vlan on that specific trunk on the Cisco to another vlan (not being used on the Dell). BAM it worked.
</p>
<p>Note: Dell was running their newest firmware on that day – 3.2.0.9 (they have since released 3.2.0.10) <br/>Note 2: I am all about auto-negotiation at Gigabit but still like 100Mbps switch links to be hard coded.
</p>
<p><strong>Cisco 3560 (no G).</strong><br/>
<pre><code>interface FastEthernet 0/24<br/>speed 100<br/>duplex Full<br/>switchport trunk encapsulation dot1q<br/>switchport trunk allowed vlan 1,10,11<br/>swtichport trunk native vlan 8<br/>switchport mode trunk
</code></pre>
</p>
<p><strong>Dell 6224</strong><br/>
<pre><code>interface Ethernet 1/g24<br/>no negotiation<br/>speed 100<br/>duplex full<br/>switchport mode trunk<br/>switchport trunk allowed vlan add 1,10,11</code></pre>
<p><br/></p>
<p>Related posts:<ol>
<li><a href='http://www.2vcps.com/2009/03/24/cisco-data-center-networks-blog/' rel='bookmark' title='Cisco Data Center Networks Blog'>Cisco Data Center Networks Blog</a></li>
<li><a href='http://www.2vcps.com/2010/04/29/firewalls-are-not-routers/' rel='bookmark' title='Firewalls are not Routers'>Firewalls are not Routers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2010/12/21/trunks-%e2%80%93-dell-power-connect-and-cisco/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GNS3- Graphical Network Simulator &#8211; New Release</title>
		<link>http://www.2vcps.com/2008/12/22/gns3-graphical-network-simulator-new-release/</link>
		<comments>http://www.2vcps.com/2008/12/22/gns3-graphical-network-simulator-new-release/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 04:33:00 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://2vcps.com/2008/12/22/gns3-graphical-network-simulator-new-release/</guid>
		<description><![CDATA[GNS3 is a excellent tool that uses dynamips to simulate routers running real Cisco IOS. You must have rights on your CCO account to download the IOS. It also includes the PIX emulator so you can check out your PIX/ASA &#8230; <a href="http://www.2vcps.com/2008/12/22/gns3-graphical-network-simulator-new-release/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://www.2vcps.com/2009/02/03/the-forging-of-the-new-networkvmwarestorage-professional/' rel='bookmark' title='The Forging of the new Network/VMware/Storage Professional'>The Forging of the new Network/VMware/Storage Professional</a></li>
<li><a href='http://www.2vcps.com/2011/12/22/a-year-later/' rel='bookmark' title='A Year Later'>A Year Later</a></li>
<li><a href='http://www.2vcps.com/2010/04/26/using-network-load-balancing-with-view/' rel='bookmark' title='Using Network Load Balancing with View'>Using Network Load Balancing with View</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>GNS3 is a excellent tool that uses dynamips to simulate routers running real Cisco IOS. You must have rights on your CCO account to download the IOS. It also includes the PIX emulator so you can check out your PIX/ASA configs.
<div>Only piece missing is the switch simulators. You can combine GNS3 with VMware Workstation to build entire lab environments. I have one friend that has most of his voice lab for CCIE built using VMware and GNS3. Good stuff. </div>
<div></div>
<div></div>
<div>Runs in Windows/Linux/OSX.</div>
<div></div>
<div></div>
<div><a href="http://www.gns3.net/download">New Version Download 0.6</a></div>
<p>Related posts:<ol>
<li><a href='http://www.2vcps.com/2009/02/03/the-forging-of-the-new-networkvmwarestorage-professional/' rel='bookmark' title='The Forging of the new Network/VMware/Storage Professional'>The Forging of the new Network/VMware/Storage Professional</a></li>
<li><a href='http://www.2vcps.com/2011/12/22/a-year-later/' rel='bookmark' title='A Year Later'>A Year Later</a></li>
<li><a href='http://www.2vcps.com/2010/04/26/using-network-load-balancing-with-view/' rel='bookmark' title='Using Network Load Balancing with View'>Using Network Load Balancing with View</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2008/12/22/gns3-graphical-network-simulator-new-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

