<?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>Switch Buddy for iPhone/iPad</title>
	<atom:link href="http://switchbuddyapp.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://switchbuddyapp.com</link>
	<description>The network administrators switch app</description>
	<lastBuildDate>Sat, 31 Dec 2011 00:30:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Bug with SNMP Version 1 in Switch Buddy Version 1.0</title>
		<link>http://switchbuddyapp.com/blog/2011/12/bug-with-snmp-version-1-in-switch-buddy-version-1-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bug-with-snmp-version-1-in-switch-buddy-version-1-0</link>
		<comments>http://switchbuddyapp.com/blog/2011/12/bug-with-snmp-version-1-in-switch-buddy-version-1-0/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 00:30:38 +0000</pubDate>
		<dc:creator>littlejon</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://switchbuddyapp.com/?p=87</guid>
		<description><![CDATA[Whilst writing the article on picking which SNMP Version to use (Picking an SNMP Version – 1 or 2c), I found a bug in the code which relates to the use of SNMP version 1. This bug will stop the &#8230; <a href="http://switchbuddyapp.com/blog/2011/12/bug-with-snmp-version-1-in-switch-buddy-version-1-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Whilst writing the article on picking which SNMP Version to use (<a title="Picking an SNMP Version – 1 or 2c" href="http://switchbuddyapp.com/blog/2011/12/picking-an-snmp-version-1-or-2c/">Picking an SNMP Version – 1 or 2c</a>), I found a bug in the code which relates to the use of SNMP version 1. This bug will stop the switch load from completing successfully (this will only occur if a packet is lost during the loading process).</p>
<p>This bug will be fixed in Switch Buddy Version 1.1, in the mean time please use SNMP version 2c as a workaround (if SNMP version 2c doesn&#8217;t work for your environment please let us know via the support page and we will release an interim fix for the problem).</p>
<p>If you use SNMP version 2c your exposure to this problem will be very limited.</p>
]]></content:encoded>
			<wfw:commentRss>http://switchbuddyapp.com/blog/2011/12/bug-with-snmp-version-1-in-switch-buddy-version-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picking an SNMP Version &#8211; 1 or 2c</title>
		<link>http://switchbuddyapp.com/blog/2011/12/picking-an-snmp-version-1-or-2c/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=picking-an-snmp-version-1-or-2c</link>
		<comments>http://switchbuddyapp.com/blog/2011/12/picking-an-snmp-version-1-or-2c/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 09:40:28 +0000</pubDate>
		<dc:creator>littlejon</dc:creator>
				<category><![CDATA[Tips and Tidbits]]></category>

		<guid isPermaLink="false">http://switchbuddyapp.com/?p=76</guid>
		<description><![CDATA[As a system administrator I have always just used SNMP (Simple Network Management Protocol) version 1 to connect to everything (without really knowing why), I know there is the added security in version 3 but it isn&#8217;t something I need &#8230; <a href="http://switchbuddyapp.com/blog/2011/12/picking-an-snmp-version-1-or-2c/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As a system administrator I have always just used SNMP (Simple Network Management Protocol) version 1 to connect to everything (without really knowing why), I know there is the added security in version 3 but it isn&#8217;t something I need in my environment.</p>
<p>To me version 1 being the original would  be the best supported version. Also having read some materials that say version 1 and version 2c are practically identical why not just pick version 1.</p>
<p>Well through-out the development of Switch Buddy I have come to know SNMP very well, kind of feels like I can look at a raw packet and see the data inside just like in The Matrix. The biggest addition to the SNMP functionality with version 2c is the Bulk Request PDU (Protocol Data Unit). With a Bulk Request you can ask your device for many values in just one request, without this Bulk Request every single value retrieved is another request.</p>
<p>To put this into perspective, using Switch Buddy to poll one of my 48 port Juniper switches with SNMP version 1 took a total of 563 individual requests and taking 2 minutes and 26 seconds. If I switch this to version 2c it takes just 22 requests and takes 16 seconds. These tests are run over a PPTP VPN connection, so each one of those packets that needs to be sent has a little extra overhead. Version 2c uses only 3.9% of the requests required for version 1 and a tenth of the time.</p>

<table id="wp-table-reloaded-id-2-no-1" class="wp-table-reloaded wp-table-reloaded-id-2">
<tbody>
	<tr class="row-1 odd">
		<td class="column-1"></td><td class="column-2"><b>Requests</b></td><td class="column-3"><b>Time</b></td>
	</tr>
	<tr class="row-2 even">
		<td class="column-1"><b>Version 1</b></td><td class="column-2">563</td><td class="column-3">2:26 (146 Seconds)</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1"><b>Version 2c</b></td><td class="column-2">22</td><td class="column-3">0:16 (16 Seconds)</td>
	</tr>
</tbody>
</table>

<p>As a developer utilising SNMP I found that my application would be woeful to use if it wasn&#8217;t for SNMP Version 2c, you can clearly see the difference it makes by being able to use those Bulk Requests.</p>
<p>So from now on as a system administrator I will be using SNMP version 2c, cause you never know when the developer of an application has been helpful enough to implement Bulk Requests if they are appropriate to improve performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://switchbuddyapp.com/blog/2011/12/picking-an-snmp-version-1-or-2c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App is now live in the App Store</title>
		<link>http://switchbuddyapp.com/blog/2011/12/app-is-now-live-in-the-app-store/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=app-is-now-live-in-the-app-store</link>
		<comments>http://switchbuddyapp.com/blog/2011/12/app-is-now-live-in-the-app-store/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 06:17:58 +0000</pubDate>
		<dc:creator>littlejon</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://switchbuddyapp.com/?p=73</guid>
		<description><![CDATA[Switch Buddy for iOS is now live in the App Store. Released just in time for christmas!! Check it in the App Store here.]]></description>
			<content:encoded><![CDATA[<p>Switch Buddy for iOS is now live in the App Store. Released just in time for christmas!! Check it in the <a title="Switch Buddy" href="http://itunes.apple.com/us/app/switch-buddy/id482537062?mt=8&amp;uo=4">App Store here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://switchbuddyapp.com/blog/2011/12/app-is-now-live-in-the-app-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screenshot 2 for iPhone/iPad</title>
		<link>http://switchbuddyapp.com/blog/2011/12/screenshot-2-for-iphone-ipad/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=screenshot-2-for-iphone-ipad</link>
		<comments>http://switchbuddyapp.com/blog/2011/12/screenshot-2-for-iphone-ipad/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 09:41:12 +0000</pubDate>
		<dc:creator>littlejon</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://switchbuddyapp.com/?p=69</guid>
		<description><![CDATA[The next screenshot shows the Switch Options screen, from here you can select Port Lists and VLAN Lists. In the coming days we will release screenshots for the option beyond here.]]></description>
			<content:encoded><![CDATA[<p>The next screenshot shows the Switch Options screen, from here you can select Port Lists and VLAN Lists. In the coming days we will release screenshots for the option beyond here.</p>
<div id="attachment_71" class="wp-caption alignnone" style="width: 218px"><a href="http://switchbuddyapp.com/wp-content/uploads/2011/12/iPhone-2.png"><img class="size-medium wp-image-71" title="Switch Buddy for iPhone Screenshot 2" src="http://switchbuddyapp.com/wp-content/uploads/2011/12/iPhone-2-208x300.png" alt="Switch Options Screen for iPhone" width="208" height="300" /></a><p class="wp-caption-text">Switch Options Screen for iPhone</p></div>
<div id="attachment_70" class="wp-caption alignnone" style="width: 239px"><a href="http://switchbuddyapp.com/wp-content/uploads/2011/12/iPad-2.png"><img class="size-medium wp-image-70" title="Switch Buddy for iPad Screenshot 2" src="http://switchbuddyapp.com/wp-content/uploads/2011/12/iPad-2-229x300.png" alt="Switch Options Screen for iPad" width="229" height="300" /></a><p class="wp-caption-text">Switch Options Screen for iPad</p></div>
]]></content:encoded>
			<wfw:commentRss>http://switchbuddyapp.com/blog/2011/12/screenshot-2-for-iphone-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screenshot 1 for iPhone/iPad</title>
		<link>http://switchbuddyapp.com/blog/2011/12/screenshot-1-for-iphone-ipad/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=screenshot-1-for-iphone-ipad</link>
		<comments>http://switchbuddyapp.com/blog/2011/12/screenshot-1-for-iphone-ipad/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 23:05:51 +0000</pubDate>
		<dc:creator>littlejon</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://switchbuddyapp.com/?p=56</guid>
		<description><![CDATA[Todays post shows a first glimpse into Switch Buddy, it is the main home screen of the application. This is where you access &#38; organise all the switches you would like to manage. Let us know what you think. Drop &#8230; <a href="http://switchbuddyapp.com/blog/2011/12/screenshot-1-for-iphone-ipad/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Todays post shows a first glimpse into Switch Buddy, it is the main home screen of the application. This is where you access &amp; organise all the switches you would like to manage.</p>
<div id="attachment_59" class="wp-caption alignnone" style="width: 218px"><a href="http://switchbuddyapp.com/wp-content/uploads/2011/12/iPhone-1.png"><img class="size-medium wp-image-59" title="Switch Buddy for iPhone Screenshot 1" src="http://switchbuddyapp.com/wp-content/uploads/2011/12/iPhone-1-208x300.png" alt="Main Switch Screen for iPhone" width="208" height="300" /></a><p class="wp-caption-text">Main Switch Screen for iPhone</p></div>
<div id="attachment_58" class="wp-caption alignnone" style="width: 239px"><a href="http://switchbuddyapp.com/wp-content/uploads/2011/12/iPad-1.png"><img class="size-medium wp-image-58" title="Switch Buddy for iPad Screenshot 1" src="http://switchbuddyapp.com/wp-content/uploads/2011/12/iPad-1-229x300.png" alt="Main Switch Screen for iPad" width="229" height="300" /></a><p class="wp-caption-text">Main Switch Screen for iPad</p></div>
<p>Let us know what you think. Drop us a line on the <a title="Support" href="http://switchbuddyapp.com/support/">Support Page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://switchbuddyapp.com/blog/2011/12/screenshot-1-for-iphone-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submission to Apple for Approval</title>
		<link>http://switchbuddyapp.com/blog/2011/12/submission-to-apple-for-approval/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=submission-to-apple-for-approval</link>
		<comments>http://switchbuddyapp.com/blog/2011/12/submission-to-apple-for-approval/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 23:43:28 +0000</pubDate>
		<dc:creator>littlejon</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://switchbuddyapp.com/?p=54</guid>
		<description><![CDATA[We have reached a very important milestone today. For today we uploaded our very first version of Switch Buddy to Apple for App Store approval. As you can imagine this is a very exciting time, more details will be posted &#8230; <a href="http://switchbuddyapp.com/blog/2011/12/submission-to-apple-for-approval/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We have reached a very important milestone today. For today we uploaded our very first version of Switch Buddy to Apple for App Store approval. As you can imagine this is a very exciting time, more details will be posted once they are available. Stay tuned for some screen shots over the coming days.</p>
]]></content:encoded>
			<wfw:commentRss>http://switchbuddyapp.com/blog/2011/12/submission-to-apple-for-approval/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release Candidate 1</title>
		<link>http://switchbuddyapp.com/blog/2011/12/release-candidate-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=release-candidate-1</link>
		<comments>http://switchbuddyapp.com/blog/2011/12/release-candidate-1/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 01:41:55 +0000</pubDate>
		<dc:creator>littlejon</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://switchbuddyapp.com/?p=50</guid>
		<description><![CDATA[Today we committed the release candidate version 1 code to our internal repositories. What this means is we are now in the final testing stages before uploading the release to Apple for approval. We will be releasing screenshots of the &#8230; <a href="http://switchbuddyapp.com/blog/2011/12/release-candidate-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today we committed the release candidate version 1 code to our internal repositories. What this means is we are now in the final testing stages before uploading the release to Apple for approval.</p>
<p>We will be releasing screenshots of the app in the next few days to come so please check back for that.</p>
<p>And lastly, if you can help with testing please contact us via our <a title="Support" href="http://switchbuddyapp.com/support/">Support Page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://switchbuddyapp.com/blog/2011/12/release-candidate-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SwitchBuddyApp.com is born</title>
		<link>http://switchbuddyapp.com/blog/2011/11/switchbuddyapp-com-is-born/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=switchbuddyapp-com-is-born</link>
		<comments>http://switchbuddyapp.com/blog/2011/11/switchbuddyapp-com-is-born/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 11:08:42 +0000</pubDate>
		<dc:creator>littlejon</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://switchbuddyapp.com/?p=38</guid>
		<description><![CDATA[Welcome to the new home for Switch Buddy for iOS. This website will contain all the lastest information about upcoming updates and most importantly compatibility information. We are currently in the final stages of preparation for submission to Apple. If &#8230; <a href="http://switchbuddyapp.com/blog/2011/11/switchbuddyapp-com-is-born/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Welcome to the new home for Switch Buddy for iOS. This website will contain all the lastest information about upcoming updates and most importantly compatibility information.</p>
<p>We are currently in the final stages of preparation for submission to Apple. If you are interested in beta testing please send us an email to support@switchbuddyapp.com or use the form on the Support page.</p>
<p>We look forward to launching the App soon and will keep you posted on any updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://switchbuddyapp.com/blog/2011/11/switchbuddyapp-com-is-born/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
