<?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>Braindump &#187; Extreme Networks</title>
	<atom:link href="http://www.curtis-lamasters.com/category/extreme-networks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.curtis-lamasters.com</link>
	<description>Another TechBlog</description>
	<lastBuildDate>Sun, 25 Jul 2010 09:19:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cisco vs. Extreme Networks Switching Commands</title>
		<link>http://www.curtis-lamasters.com/2007/07/18/cisco-vs-extreme-networks-switching-commands/</link>
		<comments>http://www.curtis-lamasters.com/2007/07/18/cisco-vs-extreme-networks-switching-commands/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 18:00:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Extreme Networks]]></category>

		<guid isPermaLink="false">http://wordpress.curtis-lamasters.com/?p=26</guid>
		<description><![CDATA[Don&#8217;t get your hopes up, I&#8217;m not taking sides here. I just wanted to show how the companies differ in basic switch configuration. Now for you who don&#8217;t know who Extreme is, they are the purple ones, better known as Extreme Networks. They offer some pretty nice products that compete very well with the likes [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t get your hopes up, I&#8217;m not taking sides here. I just wanted to show how the companies differ in basic switch configuration. Now for you who don&#8217;t know who Extreme is, they are the purple ones, better known as Extreme Networks. They offer some pretty nice products that compete very well with the likes of Cisco or HP. Feel free to check out their product line at http://www.extremenetworks.com/.</p>
<p><span style="font-weight: bold; color: #330099">Configuring VLANs:</span></p>
<p><span style="font-weight: bold">Extreme &#8211; Create 2 VLANs and basic configuration</span></p>
<p>create vlan data<br />
configure vlan data tag 2<br />
configure vlan data ipaddress 10.0.2.1/24<br />
create vlan voice<br />
configure vlan voice tag 3<br />
configure vlan voice ipaddress 10.0.3.1/24<br />
enable ipforwarding</p>
<p><span style="font-weight: bold">Cisco &#8211; Create 2 VLAN interfaces and basic configuration</span></p>
<p>vlan dat<br />
vlan 2 name data<br />
vlan 3 name voice<br />
exit<br />
configure terminal<br />
interface vlan 2<br />
ip address 10.0.2.1 255.255.255.0<br />
no shutdown<br />
interface vlan 3<br />
ip address 10.0.3.1 255.255.255.0</p>
<p><span style="font-weight: bold; color: #330099">Port Configuration</span></p>
<p><span style="font-weight: bold">Extreme</p>
<p></span><span style="font-weight: bold">-switch to pc on (vlan 2)</span><br />
configure vlan data add port 4 untagged<br />
<span style="font-weight: bold">-switch to phone (vlan 3) and PC (vlan 2)</span><br />
configure vlan voice add port 4 tagged<br />
configure vlan data add port 4 untagged<br />
<span style="font-weight: bold">-switch to phone (vlan 3)</span><br />
configure vlan voice add port 4 tagged<br />
<span style="font-weight: bold">-switch to switch</span><br />
configure vlan default add port 1 tagged<br />
configure vlan data add port 1 tagged<br />
configure vlan voice add port 1 tagged</p>
<p><span style="font-weight: bold">Cisco </span>(skipping configure terminal)<br />
<span style="font-weight: bold"><br />
-switch to pc on (vlan 2)</span><br />
interface g0/4<br />
sw mode access<br />
sw acc vlan 2<br />
<span style="font-weight: bold"> -switch to phone (vlan 3) and PC (vlan 2)</span><br />
interface g0/4<br />
switchport mode trunk<br />
switchport trunk encapsulation dot1q<br />
switchport access vlan 2<br />
<span style="font-weight: bold"> -switch to phone (vlan 3)<br />
</span>interface g0/4<span style="font-weight: bold"><br />
</span>switchport mode trunk<br />
switchport trunk encapsulation dot1q<br />
<span style="font-weight: bold"> -switch to switch</span><br />
interface g0/4<br />
switchport mode trunk<br />
switchport trunk encapsulation dot1q</p>
<p><span style="font-weight: bold">Show Commands</p>
<p></span>Extreme &#8211; show port 4 information detail<br />
Cisco &#8211; show interface g0/4<br />
Extreme &#8211; show iproute<br />
Cisco &#8211; show ip route<br />
Extreme &#8211; show edp port all<br />
Cisco &#8211; show cdp neigh<br />
Extreme &#8211; show vlan<br />
Cisco &#8211; show vlan<br />
Extreme &#8211; show fdb<br />
Cisco &#8211; show mac-address-table<br />
Extreme &#8211; show config<br />
Cisco &#8211; show run</p>
<p><span style="font-weight: bold">Saving your work</span></p>
<p>Extreme &#8211; save<br />
Cisco &#8211; write memory<br />
Extreme &#8211; upload configuration vr vr-default 10.0.0.100<br />
Cisco &#8211; copy start tftp</p>
<p><span style="font-weight: bold">Starting over</span></p>
<p>Extreme &#8211; unconfigure switch all<br />
Cisco &#8211; write erase</p>
]]></content:encoded>
			<wfw:commentRss>http://www.curtis-lamasters.com/2007/07/18/cisco-vs-extreme-networks-switching-commands/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
