<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Extreme Talk - Extreme Networks Blog</title>
	<atom:link href="http://blog.extremenetworks.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.extremenetworks.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 15:41:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Virtual ExtremeXOS for Real Labs by pedro</title>
		<link>http://blog.extremenetworks.com/2013/04/xos-vm/#comment-6136</link>
		<dc:creator>pedro</dc:creator>
		<pubDate>Fri, 17 May 2013 15:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extremenetworks.com/?p=1489#comment-6136</guid>
		<description>Hi,
is there a way to attach &quot;normal&quot; guest OS to the virtual extreme ?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
is there a way to attach &#8220;normal&#8221; guest OS to the virtual extreme ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extreme Performance Rocks Active-Active Cloud Test by network management</title>
		<link>http://blog.extremenetworks.com/2013/04/lippis-active-active-cloud-test/#comment-6135</link>
		<dc:creator>network management</dc:creator>
		<pubDate>Thu, 09 May 2013 20:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extremenetworks.com/?p=1533#comment-6135</guid>
		<description>Wow this compilation of press release really rocks and does give us an idea on hoe lippis works well with cloud.</description>
		<content:encoded><![CDATA[<p>Wow this compilation of press release really rocks and does give us an idea on hoe lippis works well with cloud.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtual ExtremeXOS for Real Labs by Karpiu</title>
		<link>http://blog.extremenetworks.com/2013/04/xos-vm/#comment-6134</link>
		<dc:creator>Karpiu</dc:creator>
		<pubDate>Wed, 08 May 2013 21:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extremenetworks.com/?p=1489#comment-6134</guid>
		<description>Lucky XOS works well with xen/qemu, after patching qemu I could add 24 ports to XOS VM but XOS see only twelve ports. Any one know how can I increase this number to all 24 ports ?</description>
		<content:encoded><![CDATA[<p>Lucky XOS works well with xen/qemu, after patching qemu I could add 24 ports to XOS VM but XOS see only twelve ports. Any one know how can I increase this number to all 24 ports ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easier with XOS by John Center</title>
		<link>http://blog.extremenetworks.com/2013/05/easier-with-xos/#comment-6133</link>
		<dc:creator>John Center</dc:creator>
		<pubDate>Wed, 08 May 2013 18:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extremenetworks.com/?p=1551#comment-6133</guid>
		<description>While I generally agree that EXOS takes fewer commands, the flip side is that these are macros.  Once these commands are entered, they expand into multiple lines in the config.  Having to modify these can be a PITA.  Also, EXOS puts in multiple related commands, confusing as to what is actually taking place.  For example:

configure vlan default delete ports all
configure vr VR-Default delete ports 1-26
configure vr VR-Default add ports 1-26
configure vlan default delete ports 1-26

So, are all the ports deleted, added or what?

One plus with JUNOS is, you can edit the config, check it for errors, commit it and roll it back to the previous running config.  This is my wish for EXOS, it has all of the pieces to do this, but not assembled in a way to make it work.</description>
		<content:encoded><![CDATA[<p>While I generally agree that EXOS takes fewer commands, the flip side is that these are macros.  Once these commands are entered, they expand into multiple lines in the config.  Having to modify these can be a PITA.  Also, EXOS puts in multiple related commands, confusing as to what is actually taking place.  For example:</p>
<p>configure vlan default delete ports all<br />
configure vr VR-Default delete ports 1-26<br />
configure vr VR-Default add ports 1-26<br />
configure vlan default delete ports 1-26</p>
<p>So, are all the ports deleted, added or what?</p>
<p>One plus with JUNOS is, you can edit the config, check it for errors, commit it and roll it back to the previous running config.  This is my wish for EXOS, it has all of the pieces to do this, but not assembled in a way to make it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easier with XOS by nate</title>
		<link>http://blog.extremenetworks.com/2013/05/easier-with-xos/#comment-6132</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Tue, 07 May 2013 04:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extremenetworks.com/?p=1551#comment-6132</guid>
		<description>I wrote on this topic a few years ago, I used Juniper as a counter example (not because I dislike them more so since they are not as well known as say Cisco but still popular)

http://www.techopsguys.com/2009/09/29/simple-network-management/

Basically I came up with a pair of pretty basic, yet somewhat common tasks. I asked a guy who is well versed in Juniper to come up with the JunOS commands to perform these tasks and I wrote the equivalent in XOS syntax.

If you don&#039;t want to click the link the gist was

task 1: 
XOS: 1 command
JunOS: 17 commands

task 2:
XOS: 12 commands
JunOS: 54 commands

On top of the fewer commands, the XOS commands were much easier to read and understand as to what they were doing. The JunOS commands by contrast were (and still seem to be now) quite cryptic.

I wrote another article, along similar lines, on ESRP, 

http://www.techopsguys.com/2009/12/02/extremely-simple-redundancy-protocol/

I called it the Extremely Simple Redundancy Protocol  even though that&#039;s not it&#039;s true technical name.

I have long felt that if you want your life to be network management, then feel free to go with something like Cisco or Juniper or whatever.  Go get your certifications and go nuts. The last network engineer I worked with I called him a &quot;Cisco Kid&quot;, and was exactly this type of person. Fortunately he couldn&#039;t route his way out of a paper bag so when the time came we got Extreme.

 If you want to be able to do more than manage the network, for me my job involves networking (switching and load balancing - only minimal need for routing beyond the switches and a few VPNs - all internet routing is handled by upstream tier 1 ISPs - last thing I want to have to worry about is routing protocols like OSPF, BGP etc), storage, servers etc.. then use Extreme. The simplicity will allow you to get more stuff done.</description>
		<content:encoded><![CDATA[<p>I wrote on this topic a few years ago, I used Juniper as a counter example (not because I dislike them more so since they are not as well known as say Cisco but still popular)</p>
<p>http://www.techopsguys.com/2009/09/29/simple-network-management/</p>
<p>Basically I came up with a pair of pretty basic, yet somewhat common tasks. I asked a guy who is well versed in Juniper to come up with the JunOS commands to perform these tasks and I wrote the equivalent in XOS syntax.</p>
<p>If you don&#8217;t want to click the link the gist was</p>
<p>task 1:<br />
XOS: 1 command<br />
JunOS: 17 commands</p>
<p>task 2:<br />
XOS: 12 commands<br />
JunOS: 54 commands</p>
<p>On top of the fewer commands, the XOS commands were much easier to read and understand as to what they were doing. The JunOS commands by contrast were (and still seem to be now) quite cryptic.</p>
<p>I wrote another article, along similar lines, on ESRP, </p>
<p>http://www.techopsguys.com/2009/12/02/extremely-simple-redundancy-protocol/</p>
<p>I called it the Extremely Simple Redundancy Protocol  even though that&#8217;s not it&#8217;s true technical name.</p>
<p>I have long felt that if you want your life to be network management, then feel free to go with something like Cisco or Juniper or whatever.  Go get your certifications and go nuts. The last network engineer I worked with I called him a &#8220;Cisco Kid&#8221;, and was exactly this type of person. Fortunately he couldn&#8217;t route his way out of a paper bag so when the time came we got Extreme.</p>
<p> If you want to be able to do more than manage the network, for me my job involves networking (switching and load balancing &#8211; only minimal need for routing beyond the switches and a few VPNs &#8211; all internet routing is handled by upstream tier 1 ISPs &#8211; last thing I want to have to worry about is routing protocols like OSPF, BGP etc), storage, servers etc.. then use Extreme. The simplicity will allow you to get more stuff done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easier with XOS by Jason Lackey</title>
		<link>http://blog.extremenetworks.com/2013/05/easier-with-xos/#comment-6131</link>
		<dc:creator>Jason Lackey</dc:creator>
		<pubDate>Mon, 06 May 2013 20:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extremenetworks.com/?p=1551#comment-6131</guid>
		<description>Jonathan, you should be able to get an xKit account and download the XOS VM even if you are not a customer.</description>
		<content:encoded><![CDATA[<p>Jonathan, you should be able to get an xKit account and download the XOS VM even if you are not a customer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easier with XOS by Jonathan Matthews</title>
		<link>http://blog.extremenetworks.com/2013/05/easier-with-xos/#comment-6130</link>
		<dc:creator>Jonathan Matthews</dc:creator>
		<pubDate>Mon, 06 May 2013 19:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extremenetworks.com/?p=1551#comment-6130</guid>
		<description>I&#039;m interested in the &quot;[free] virtual switch lab&quot; you mention. The last time I checked, I couldn&#039;t get the XOS VM without (a) being a paying customer and even then (b) pain!

Has this changed? I really hope so!</description>
		<content:encoded><![CDATA[<p>I&#8217;m interested in the &#8220;[free] virtual switch lab&#8221; you mention. The last time I checked, I couldn&#8217;t get the XOS VM without (a) being a paying customer and even then (b) pain!</p>
<p>Has this changed? I really hope so!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtual ExtremeXOS for Real Labs by hygor</title>
		<link>http://blog.extremenetworks.com/2013/04/xos-vm/#comment-6128</link>
		<dc:creator>hygor</dc:creator>
		<pubDate>Thu, 25 Apr 2013 12:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extremenetworks.com/?p=1489#comment-6128</guid>
		<description>Thanks Paul.
I tried to use the vm with Qemu. With no results. I&#039;ll try with vmware later</description>
		<content:encoded><![CDATA[<p>Thanks Paul.<br />
I tried to use the vm with Qemu. With no results. I&#8217;ll try with vmware later</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtual ExtremeXOS for Real Labs by David Buckner</title>
		<link>http://blog.extremenetworks.com/2013/04/xos-vm/#comment-6127</link>
		<dc:creator>David Buckner</dc:creator>
		<pubDate>Wed, 24 Apr 2013 16:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extremenetworks.com/?p=1489#comment-6127</guid>
		<description>Well I got it working without it.  Apparently I need to use 256 MB instead of the default 64.  Figured this out by looking closely at the video explaining how to connect multiple switches together.</description>
		<content:encoded><![CDATA[<p>Well I got it working without it.  Apparently I need to use 256 MB instead of the default 64.  Figured this out by looking closely at the video explaining how to connect multiple switches together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtual ExtremeXOS for Real Labs by David Buckner</title>
		<link>http://blog.extremenetworks.com/2013/04/xos-vm/#comment-6126</link>
		<dc:creator>David Buckner</dc:creator>
		<pubDate>Wed, 24 Apr 2013 16:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extremenetworks.com/?p=1489#comment-6126</guid>
		<description>Any idea where I get the appliance file that is referenced in EXOS_VM_Lab_Guide.docx?  I have scoured the zip file.</description>
		<content:encoded><![CDATA[<p>Any idea where I get the appliance file that is referenced in EXOS_VM_Lab_Guide.docx?  I have scoured the zip file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.218 seconds -->
