<?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>NetFunctional Inc.</title>
	<atom:link href="http://www.netfunctional.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netfunctional.com</link>
	<description></description>
	<lastBuildDate>Fri, 15 Mar 2013 19:11:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Redeeming App Promotion Codes</title>
		<link>http://www.netfunctional.com/2012/11/redeeming-app-promotion-codes/</link>
		<comments>http://www.netfunctional.com/2012/11/redeeming-app-promotion-codes/#comments</comments>
		<pubDate>Fri, 09 Nov 2012 19:31:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://www.netfunctional.com/?p=592</guid>
		<description><![CDATA[As part of app marketing and release processes, we frequently use Apples iTunes promo codes or redemption codes &#8211; the seemingly random string of characters issued by the iTunes store. We&#8217;ve put together a quick doc for our customers on how to redeem these codes, using either the App Store on the device, or iTunes [...]]]></description>
				<content:encoded><![CDATA[<p>As part of app marketing and release processes, we frequently use Apples iTunes promo codes or redemption codes &#8211; the seemingly random string of characters issued by the iTunes store.</p>
<p>We&#8217;ve put together a quick doc for our customers on how to redeem these codes, using either the App Store on the device, or iTunes &#8211; you can download it from here: <a href='http://www.netfunctional.com/wp-content/uploads/2012/11/HowToRedeemPromoCode_Public.pdf'>How To Redeem Promo Codes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.netfunctional.com/2012/11/redeeming-app-promotion-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling SNMP on VMWare ESX + ESXi</title>
		<link>http://www.netfunctional.com/2012/01/enabling-snmp-on-vmware-esx-esxi/</link>
		<comments>http://www.netfunctional.com/2012/01/enabling-snmp-on-vmware-esx-esxi/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 22:24:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[snmp]]></category>

		<guid isPermaLink="false">http://www.netfunctional.ca/?p=410</guid>
		<description><![CDATA[ESX 4.x VMWare supports SNMP on ESX through the use of the net-snmp agent &#8211; see VMWare&#8217;s SNMP on 4.x docs for details. An example snmp.conf file: syscontact yourname@yourdomain.com syslocation Datacenter, Rack 32, U2 rocommunity public proxy -v 1 -c public udp:127.0.0.1:171 .1.3.6.1.4.1.6876 proxy -v 2c -c public udp:127.0.0.1:171 .1.3.6.1.4.1.6876 ESXi 4.x Matthew White has [...]]]></description>
				<content:encoded><![CDATA[<p><strong>ESX 4.x</strong><br />
VMWare supports SNMP on ESX through the use of the net-snmp agent &#8211; see <a href="<br />
http://www.vmware.com/pdf/vsp_4_snmp_config.pdf">VMWare&#8217;s SNMP on 4.x docs</a> for details.  An example snmp.conf file:</p>
<pre>
syscontact yourname@yourdomain.com
syslocation Datacenter, Rack 32, U2
rocommunity public
proxy -v 1 -c public udp:127.0.0.1:171 .1.3.6.1.4.1.6876
proxy -v 2c -c public udp:127.0.0.1:171 .1.3.6.1.4.1.6876
</pre>
<p><P><br />
<strong>ESXi 4.x</strong></p>
<p>Matthew White has written a quick and to the point article on enabling SNMP on ESXi &#8211; you can read it <a href=http://www.matthewjwhite.co.uk/blog/2010/02/10/esxi-enabling-snmp/>on his blog</a>.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.netfunctional.com/2012/01/enabling-snmp-on-vmware-esx-esxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling SNMP on Cisco Routers</title>
		<link>http://www.netfunctional.com/2012/01/enabling-snmp-on-cisco-routers/</link>
		<comments>http://www.netfunctional.com/2012/01/enabling-snmp-on-cisco-routers/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 18:53:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[snmpscan]]></category>

		<guid isPermaLink="false">http://www.netfunctional.ca/?p=321</guid>
		<description><![CDATA[Our SNMP Scan App searches for SNMP enabled devices. This usually finds printers, home routers and other networked devices. By default, however, Cisco IOS devices won&#8217;t be found, and can&#8217;t be graphed. This is because Cisco IOS disables SNMP by default. Here&#8217;s to safely enable it. Login to your router, switch or access point. Enter [...]]]></description>
				<content:encoded><![CDATA[<p>Our <a href=/apps/snmpscan/>SNMP Scan</a> App searches for SNMP enabled devices.  This usually finds printers, home routers and other networked devices.  By default, however, Cisco IOS devices won&#8217;t be found, and can&#8217;t be graphed.  This is because Cisco IOS disables SNMP by default.</p>
<p>Here&#8217;s to safely enable it.</p>
<ol>
<li>Login to your router, switch or access point.</li>
<li>Enter configuration mode (config term)</li>
<li>Setup an access list on which network you will allow SNMP requests to come from.  In our example, we&#8217;ll use the 10.0.1.0/24 network. So we enter
<pre>access-list 30 permit 10.0.1.0 0.0.0.255</pre>
</li>
<li>Enable SNMP &#8211; pick your community name.  In our example, we&#8217;ll use &#8216;netfunctional&#8217; as the community name.
<pre>snmp-server community netfunctional RO 30</pre>
<p>This lets any device which matches Access List 30 talk to our Cisco device using the SNMP community &#8216;netfunctional&#8217;.</li>
<li>Exit configuration mode &#8211; enter
<pre>exit</pre>
</li>
<li>Save the configuration &#8211; enter
<pre>write memory</pre>
</li>
</ol>
<p>Note that these instructions will likely work for Juniper, Foundry Networks and other devices which use Cisco IOS-like syntax for configuration.  For more information, see Cisco&#8217;s <a href="http://www.cisco.com/en/US/docs/ios/12_2/configfun/configuration/guide/fcf014.html" title="Cisco IOS Configuration - SNMP">Cisco IOS Configuration &#8211; SNMP Chapter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netfunctional.com/2012/01/enabling-snmp-on-cisco-routers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Obtaining Promo Codes (iOS)</title>
		<link>http://www.netfunctional.com/2012/01/obtaining-promo-codes-ios/</link>
		<comments>http://www.netfunctional.com/2012/01/obtaining-promo-codes-ios/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 00:12:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[iTunesConnect]]></category>

		<guid isPermaLink="false">http://www.netfunctional.ca/?p=304</guid>
		<description><![CDATA[Our customers often ask us how to go about getting promo codes for their apps. These need to be requested by the iTunes account holder, not a regular development account. The steps are simple: Log into the iTunes Connect account as a team leader From the main page select “Manage Your Applications” Select the app [...]]]></description>
				<content:encoded><![CDATA[<p>Our customers often ask us how to go about getting promo codes for their apps. These need to be requested by the iTunes account holder, not a regular development account. The steps are simple:</p>
<ol>
<li>Log into the iTunes Connect account as a team leader</li>
<li>From the main page select “Manage Your Applications”</li>
<li>Select the app icon of the app to generate promo codes for</li>
<li>On the current version of the app select  “View Details”</li>
<li>Select the “Promo Codes” blue bar in the top right</li>
<li>Enter the number of codes you wish to generate.  Only request what you need since there is a 50 limit for every release of the app.</li>
<p><P>If you want to view previously issued codes select the “View History” button in the top left</p>
<li>Accept the terms and agreements</li>
<li>Download the text file with the codes</li>
<li>Distribute codes to users</li>
</ol>
<p>Note: Codes only last for 4 weeks (28 days) so don&#8217;t just request all 50 at once.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netfunctional.com/2012/01/obtaining-promo-codes-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
