<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>GlobalConfig.net&#187; SNPA</title>
	<atom:link href="http://globalconfig.net/category/snpa/feed/" rel="self" type="application/rss+xml" />
	<link>http://globalconfig.net</link>
	<description>Studying for Network Certifications</description>
	<lastBuildDate>Sat, 24 Dec 2011 02:07:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<!-- podcast_generator="Blubrry PowerPress/3.0.1" -->
	<itunes:summary>Studying for Network Certifications</itunes:summary>
	<itunes:author>GlobalConfig.net</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://globalconfig.net/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>Studying for Network Certifications</itunes:subtitle>
	<image>
		<title>GlobalConfig.net&#187; SNPA</title>
		<url>http://globalconfig.net/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://globalconfig.net/category/snpa/</link>
	</image>
		<item>
		<title>Take IPhone Screenshots</title>
		<link>http://globalconfig.net/ccie-security/take-iphone-screenshots/</link>
		<comments>http://globalconfig.net/ccie-security/take-iphone-screenshots/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 17:17:07 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCIE General]]></category>
		<category><![CDATA[CCIE Security]]></category>
		<category><![CDATA[CCNP Study]]></category>
		<category><![CDATA[General Information]]></category>
		<category><![CDATA[SNPA]]></category>

		<guid isPermaLink="false">http://www.globalconfig.net/?p=653</guid>
		<description><![CDATA[You probably know this already but believe it or not&#8230;my wife showed me this morning how to take screen shots with the iphone.  Siimple press the home and power button at the same time.  The screen will flash and you are good to go&#8230; Related Posts: No Related Posts]]></description>
			<content:encoded><![CDATA[<p>You probably know this already but believe it or not&#8230;my wife showed me this morning how to take screen shots with the iphone.  Siimple press the home and power button at the same time.  The screen will flash and you are good to go&#8230;</p>

<p><img class="aligncenter size-full wp-image-654" title="img_0003" src="http://globalconfig.net/wp-content/uploads/2009/01/img_0003.png" alt="img_0003" width="320" height="480" /></p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li>No Related Posts</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccie-security/take-iphone-screenshots/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Per-Flow Policing on ASA VPN</title>
		<link>http://globalconfig.net/ccie-security/per-flow-policing-on-asa-vpn/</link>
		<comments>http://globalconfig.net/ccie-security/per-flow-policing-on-asa-vpn/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 08:11:07 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCIE Security]]></category>
		<category><![CDATA[IE Labs]]></category>
		<category><![CDATA[SNAF]]></category>
		<category><![CDATA[SNPA]]></category>
		<category><![CDATA[ASA]]></category>
		<category><![CDATA[QOS]]></category>

		<guid isPermaLink="false">http://www.globalconfig.net/?p=591</guid>
		<description><![CDATA[Tonight I worked on the ASA Per-flow policing.  The configuration is fairly straight forward.  After ensuring that the VPN works create a class-map to match the tunnel-group and the destination-address like so: class-map vpn_data match flow ip destination-address match tunnel-group ezvpn Next create the policy map to police based on the class we just created: [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight I worked on the ASA Per-flow policing.  The configuration is fairly straight forward.  After ensuring that the VPN works create a class-map to match the tunnel-group and the destination-address like so:
<pre>class-map vpn_data
match flow ip destination-address
match tunnel-group ezvpn</pre>
Next create the policy map to police based on the class we just created:
<pre>policy-map outside
class vpn_voice
priority
class vpn_data
police output 256000
class class-default
police output 2000000</pre>
Finally activate it on the interface:
<pre>service-policy outside interface outside</pre>
So while that is pretty simple I did come across a gotcha.  In the IE lab workbook volume 1 it has you create a class-map for vpn_voice, match dscp=ef and the same tunnel-group.  It then wants to apply priority queueing to it.  Here is where it could cause some issues.  When you apply the policy-map to the interface with the priority command configured for a class it give you a really nice error:
<pre>asa1(config-pmap-c)# service-policy outside int outside
ERROR: Class vpn_voice has 'priority' set
without 'priority-queue' in any interface</pre>
A quick show service-policy indicates that it was not actually enabled:
<pre>asa1(config)# sh service-policy</p>

<p>Global policy:
Service-policy: global_policy
Class-map: inspection_default
Inspect: dns preset_dns_map, packet 0, drop 0, reset-drop 0
Inspect: ftp, packet 0, drop 0, reset-drop 0
Inspect: h323 h225 _default_h323_map, packet 0, drop 0, reset-drop 0
Inspect: h323 ras _default_h323_map, packet 0, drop 0, reset-drop 0
Inspect: netbios, packet 0, drop 0, reset-drop 0
Inspect: rsh, packet 0, drop 0, reset-drop 0
Inspect: rtsp, packet 0, drop 0, reset-drop 0
Inspect: skinny, packet 0, drop 0, reset-drop 0
Inspect: esmtp _default_esmtp_map, packet 0, drop 0, reset-drop 0
Inspect: sqlnet, packet 0, drop 0, reset-drop 0
Inspect: sunrpc, packet 0, drop 0, reset-drop 0
Inspect: tftp, packet 0, drop 0, reset-drop 0
Inspect: sip, packet 0, drop 0, reset-drop 0
Inspect: xdmcp, packet 0, drop 0, reset-drop 0</pre>
So watch out!</p>

<p><strong>TIP:</strong>
<pre>if you are telling a class that it should priority queue packets
 you need to enable the priority queue on that interface:</p>

<p>asa1(config-if)# priority-queue outside
asa1(config-priority-queue)#</pre></p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li><a href='http://globalconfig.net/security/ikev1-aggressive-mode-vs-ikev1-main-mode/' title='IKEv1 Aggressive Mode vs. IKEv1 Main Mode'>IKEv1 Aggressive Mode vs. IKEv1 Main Mode</a></li><li><a href='http://globalconfig.net/security/firewalls/configuring-etherchannel-on-cisco-asa-8-4/' title='Configuring Etherchannel on Cisco ASA 8.4'>Configuring Etherchannel on Cisco ASA 8.4</a></li><li><a href='http://globalconfig.net/security/bypassing-nat-on-cisco-asa-8-2/' title='Bypassing NAT on Cisco ASA 8.2'>Bypassing NAT on Cisco ASA 8.2</a></li><li><a href='http://globalconfig.net/security/quick-tip-preview-commands-before-sending/' title='Quick Tip: Preview Commands Before Sending!'>Quick Tip: Preview Commands Before Sending!</a></li><li><a href='http://globalconfig.net/news/join-me-for-a-twitterchat/' title='Join me for a (Twitter)chat.'>Join me for a (Twitter)chat.</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccie-security/per-flow-policing-on-asa-vpn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Static Route Tracking with ASA 8.x</title>
		<link>http://globalconfig.net/ccie-security/static-route-tracking/</link>
		<comments>http://globalconfig.net/ccie-security/static-route-tracking/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 03:44:05 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCIE Security]]></category>
		<category><![CDATA[SNAF]]></category>
		<category><![CDATA[SNPA]]></category>
		<category><![CDATA[asa 8.0(3)]]></category>
		<category><![CDATA[ip routing]]></category>
		<category><![CDATA[static route]]></category>

		<guid isPermaLink="false">http://globalconfig.net/?p=458</guid>
		<description><![CDATA[For a few days now I have been playing with static route tracking in my SNAF class.  The class is running ASA 8.0 (2).  After reading every document I can find and testing in my lab I have concluded that version 8.0 (2) does not work.  Now I can&#8217;t find a bug report on it, [...]]]></description>
			<content:encoded><![CDATA[<p>For a few days now I have been playing with static route tracking in my SNAF class.  The class is running ASA 8.0 (2).  After reading every document I can find and testing in my lab I have concluded that version 8.0 (2) does not work.  Now I can&#8217;t find a bug report on it, but i tested it over and over again.</p>

<p>Finally I decided to upgrade to code 8.0 (3).  Success!  Below is what I did to test and the results:</p>

<p>To begin, here is the topology:</p>

<div class="thumbnail"><a href="http://skitch.com/brandoncarroll/31e8/static-route-tracking"><img src="http://img.skitch.com/20081024-dj1m1q82p93pbji4fmn7fstrsg.preview.jpg" alt="static route tracking" /></a><br /><span style="font-family: Lucida Grande, Trebuchet, sans-serif, Helvetica, Arial; font-size: 10px; color: #808080">Uploaded with <a href="http://plasq.com/">plasq</a>&#8216;s <a href="http://skitch.com">Skitch</a>!</span></div>

<p>First I set up the interfaces:</p>

<p><pre><code>interface GigabitEthernet0/0
nameif outside
security-level 0
ip address 192.168.6.2 255.255.255.0
!
interface GigabitEthernet0/1
nameif inside
security-level 100
ip address 10.0.6.1 255.255.255.0
!
interface GigabitEthernet0/2
nameif backup
security-level 0
ip address 192.168.5.25 255.255.255.0
!</code></pre></p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li>No Related Posts</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccie-security/static-route-tracking/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Changes to this Blog&#8230;</title>
		<link>http://globalconfig.net/security/ips/changes-to-this-blog/</link>
		<comments>http://globalconfig.net/security/ips/changes-to-this-blog/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 05:32:48 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[BSCI]]></category>
		<category><![CDATA[CCIE Security]]></category>
		<category><![CDATA[CCNA Corner]]></category>
		<category><![CDATA[CCNP Study]]></category>
		<category><![CDATA[CCSP Study]]></category>
		<category><![CDATA[IPS]]></category>
		<category><![CDATA[ISCW]]></category>
		<category><![CDATA[MARS]]></category>
		<category><![CDATA[ONT]]></category>
		<category><![CDATA[QOS]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[SND]]></category>
		<category><![CDATA[SNPA]]></category>
		<category><![CDATA[SNRS]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Wireless Zone]]></category>

		<guid isPermaLink="false">http://ccieprep.me/2008/07/18/changes-to-this-blog/</guid>
		<description><![CDATA[First off I want to thank all of you that follow this blog, either by being subscribed via email, subscribed via RSS, or just as regular vistors to www.globalconfig.net.&#160; In the few months that I have been running this site I have seen it go from 0 to nearly 100 subscribers and about 2,000 views [...]]]></description>
			<content:encoded><![CDATA[<p>First off I want to thank all of you that follow this blog, either by being subscribed via email, subscribed via RSS, or just as regular vistors to <a href="http://www.globalconfig.net">www.globalconfig.net</a>.&nbsp; In the few months that I have been running this site I have seen it go from 0 to nearly 100 subscribers and about 2,000 views a week.&nbsp; I wanted to take a few minutes to share some information with you about the changed I plan on making to this blog, as well as the addition of my personal blog found at <a href="http://cciestudy.brandonjcarroll.com" class="broken_link">http://cciestudy.brandonjcarroll.com</a>.&nbsp; </p>

<p>When i first started this blog I was really planning on using it just for the conveyance of information to my students, seeing as I am a Cisco Certified Instructor.&nbsp; I eventually started writing about my studies in pursuit of the CCIE Security.&nbsp; In an effort to add a little differentiation I have decided to move my personal CCIE study blogging to <a href="http://cciestudy.brandonjcarroll.com" class="broken_link">http://cciestudy.brandonjcarroll.com</a> and keep this site for tips, tutorials, and more for the benefit of my students.&nbsp; </p>

<p>Once I have passed the CCIE Security I will begin posting tips on this blog for those that are studying for the CCIE Security.&nbsp; For now I will dedicate this blog to my students benefit and mostly write about the CCNA, CCNP, CCSP, and CCNA Specializations, all certifications that I hold, have held, or am considered &#8220;Certified&#8221; in.&nbsp; </p>

<p>As I get better at video tutorials I plan on perhaps including them on a more regular basis.&nbsp; For now, I will post a CCNA tip each week, and will discuss the other certifications as they come up either in my classes or as you, the readers, post comments and ask questions.</p>

<p>If you are following me for my CCIE studies or for anything related to the CCIE please visit my site at <a href="http://cciestudy.brandonjcarroll.com" class="broken_link">http://cciestudy.brandonjcarroll.com</a> and subscribe to my feed there.&nbsp; Continue to follow this site as well as It will also contain valuable information for your studies.&nbsp; </p>

<p>Your comments are always welcome and I look forward to hearing from you.</p>

<p>Brandon Carroll</p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li>No Related Posts</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/security/ips/changes-to-this-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: Accessing ASDM 6.x</title>
		<link>http://globalconfig.net/ccsp-study/video-accessing-asdm-6x/</link>
		<comments>http://globalconfig.net/ccsp-study/video-accessing-asdm-6x/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 16:24:00 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCSP Study]]></category>
		<category><![CDATA[SNPA]]></category>

		<guid isPermaLink="false">http://ccieprep.me/2008/06/03/video-accessing-asdm-6x/</guid>
		<description><![CDATA[Here is a quick video on how to access ASDM 6.x.&#0160; Please leave a comment to let me know what you think or even to submit requests.&#0160; Thanks and Enjoy! Download accessing_asdm_version_6.x (H264).mov Related Posts: No Related Posts]]></description>
			<content:encoded><![CDATA[<p>Here is a quick video on how to access ASDM 6.x.&#0160; Please leave a comment to let me know what you think or even to submit requests.&#0160; Thanks and Enjoy!<br /><br /></p>

<p>Download accessing_asdm_version_6.x (H264).mov</p>

<p><br /></p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li>No Related Posts</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccsp-study/video-accessing-asdm-6x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: Installing ASDM 6.x</title>
		<link>http://globalconfig.net/ccsp-study/video-installing-asdm-6x/</link>
		<comments>http://globalconfig.net/ccsp-study/video-installing-asdm-6x/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 06:23:32 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCSP Study]]></category>
		<category><![CDATA[SNPA]]></category>

		<guid isPermaLink="false">http://ccieprep.me/2008/06/02/video-installing-asdm-6x/</guid>
		<description><![CDATA[Here is a quick video of how to upgrade to ASDM 6.x on an ASA.&#0160; Please leave a comment with any suggestions or just to let me know what you think.&#0160; Thanks and Enjoy. Download upgrading_to_asdm_6.x (H264).mov Related Posts: No Related Posts]]></description>
			<content:encoded><![CDATA[<p>Here is a quick video of how to upgrade to ASDM 6.x on an ASA.&#0160; Please leave a comment with any suggestions or just to let me know what you think.&#0160; Thanks and Enjoy.<br /><br /></p>

<p>Download upgrading_to_asdm_6.x (H264).mov</p>

<p><br /><br /><br /></p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li>No Related Posts</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccsp-study/video-installing-asdm-6x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Video on How to upgrade to ASA 8.x from 7.2</title>
		<link>http://globalconfig.net/ccsp-study/quick-video-on-how-to-upgrade-to-asa-8x-from-72/</link>
		<comments>http://globalconfig.net/ccsp-study/quick-video-on-how-to-upgrade-to-asa-8x-from-72/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 16:00:00 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCSP Study]]></category>
		<category><![CDATA[SNPA]]></category>

		<guid isPermaLink="false">http://ccieprep.me/2008/06/02/quick-video-on-how-to-upgrade-to-asa-8x-from-72/</guid>
		<description><![CDATA[Here is a quick video of how to upgrade from ASA version 7.2 to version 8.0 (3).&#0160; Super Simple and Super easy!&#0160; Hope you enjoy. Download Upgrading.mov Related Posts: No Related Posts]]></description>
			<content:encoded><![CDATA[<p>Here is a quick video of how to upgrade from ASA version 7.2 to version 8.0 (3).&#0160; Super Simple and Super easy!&#0160; Hope you enjoy.<br /><br /></p>

<p>Download Upgrading.mov</p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li>No Related Posts</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccsp-study/quick-video-on-how-to-upgrade-to-asa-8x-from-72/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SNPA READING LIST</title>
		<link>http://globalconfig.net/ccsp-study/snpa-reading-list/</link>
		<comments>http://globalconfig.net/ccsp-study/snpa-reading-list/#comments</comments>
		<pubDate>Thu, 15 May 2008 17:56:24 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCSP Study]]></category>
		<category><![CDATA[SNPA]]></category>

		<guid isPermaLink="false">http://ccieprep.me/2008/05/15/snpa-reading-list/</guid>
		<description><![CDATA[Here is my recommendations for the CCSP SNPA prep. Amazon.com Widgets I know the quick reference sheet is really good! The ECG is a big help if you want something that explains it in detail. Related Posts: No Related Posts]]></description>
			<content:encoded><![CDATA[<p>Here is my recommendations for the CCSP SNPA prep.</p>

<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_bec73b75-2979-4eb2-9ae6-ddde820207d5"  WIDTH="400px" HEIGHT="150px"> <param NAME="movie" VALUE="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fbrandcarro-20%2F8010%2Fbec73b75-2979-4eb2-9ae6-ddde820207d5&#038;Operation=GetDisplayTemplate"><param NAME="quality" VALUE="high"><param NAME="bgcolor" VALUE="#FFFFFF"><param NAME="allowscriptaccess" VALUE="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fbrandcarro-20%2F8010%2Fbec73b75-2979-4eb2-9ae6-ddde820207d5&#038;Operation=GetDisplayTemplate" id="Player_bec73b75-2979-4eb2-9ae6-ddde820207d5" quality="high" bgcolor="#ffffff" name="Player_bec73b75-2979-4eb2-9ae6-ddde820207d5" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="150px" width="400px"></embed></object> <noscript><a HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fbrandcarro-20%2F8010%2Fbec73b75-2979-4eb2-9ae6-ddde820207d5&#038;Operation=NoScript">Amazon.com Widgets</a></noscript></p>

<p>I know the quick reference sheet is really good!  The ECG is a big help if you want something that explains it in detail.  </p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li>No Related Posts</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccsp-study/snpa-reading-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recommended Reading: IPSEC</title>
		<link>http://globalconfig.net/ccie-security/recommended-reading-ipsec/</link>
		<comments>http://globalconfig.net/ccie-security/recommended-reading-ipsec/#comments</comments>
		<pubDate>Thu, 15 May 2008 17:47:15 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCIE Security]]></category>
		<category><![CDATA[CCSP Study]]></category>
		<category><![CDATA[SNPA]]></category>
		<category><![CDATA[SNRS]]></category>

		<guid isPermaLink="false">http://ccieprep.me/2008/05/15/recommended-reading-ipsec/</guid>
		<description><![CDATA[For years I have recommended this IPSec book. I read it in one sitting on a flight from LAX to Orlando. Its well written and I really enjoyed it. I&#8217;m sure you will as well. As an added bonus, If you purchase from the link on this page I&#8217;ll get a few cents for all [...]]]></description>
			<content:encoded><![CDATA[<p>For years I have recommended this IPSec book.  I read it in one sitting on a flight from LAX to Orlando.  Its well written and I really enjoyed it.  I&#8217;m sure you will as well.  As an added bonus, If you purchase from the link on this page I&#8217;ll get a few cents for all my hard work recommending it to you and you will get a warm fuzzy feeling inside. </p>

<p><script charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822/US/brandcarro-20/8001/8e6f8ef5-0e58-40f9-9f2f-e11ec3547748"> </script> <noscript><a HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fbrandcarro-20%2F8001%2F8e6f8ef5-0e58-40f9-9f2f-e11ec3547748&#038;Operation=NoScript">Amazon.com Widgets</a></noscript></p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li>No Related Posts</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccie-security/recommended-reading-ipsec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Weeks Outlook</title>
		<link>http://globalconfig.net/ccie-security/this-weeks-outlook/</link>
		<comments>http://globalconfig.net/ccie-security/this-weeks-outlook/#comments</comments>
		<pubDate>Mon, 05 May 2008 15:11:19 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCIE Security]]></category>
		<category><![CDATA[CCSP Study]]></category>
		<category><![CDATA[SNPA]]></category>

		<guid isPermaLink="false">http://ccieprep.me/2008/05/05/this-weeks-outlook/</guid>
		<description><![CDATA[Well here it is May 5th. It happens to be my 3 year wedding anniversary. It also happens to be the start of a 2 day &#8220;online&#8221; MARS training class. After that I think I&#8217;ll have some time to get some writing done as well as some busy work for Ascolta. I am running an [...]]]></description>
			<content:encoded><![CDATA[<p>Well here it is May 5th.  It happens to be my 3 year wedding anniversary.  It also happens to be the start of a 2 day &#8220;online&#8221; MARS training class.  After that I think I&#8217;ll have some time to get some writing done as well as some busy work for Ascolta.  </p>

<p><strong><u>I am running an SNPA class in Bellevue, Wa next week so if you are interested call Ascolta (949-477-2000) and they can let you know the cost of the class. </u> </strong></p>

<p>You may have seen my daily recaps posted on the board here.  My plan is to add some additional videos soon.</p>

<p>Anyhow, until then&#8230;.</p>

<h3 class='related_post_title'>Related Posts:</h3>

<ul class='related_post'><li>No Related Posts</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccie-security/this-weeks-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

