<?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>GlobalConfig.net&#187; CCNP Study</title>
	<atom:link href="http://globalconfig.net/category/ccnp-study/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.2.1</generator>
		<item>
		<title>Cisco Learning Labs Quick Look</title>
		<link>http://globalconfig.net/iegeneral/cisco-learning-labs-quick-look/</link>
		<comments>http://globalconfig.net/iegeneral/cisco-learning-labs-quick-look/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 14:00:52 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCIE General]]></category>
		<category><![CDATA[CCNA Corner]]></category>
		<category><![CDATA[CCNP Study]]></category>
		<category><![CDATA[CCSP Study]]></category>
		<category><![CDATA[CCVP Study]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[cisco learning labs]]></category>
		<category><![CDATA[cln]]></category>
		<category><![CDATA[Labs]]></category>

		<guid isPermaLink="false">http://globalconfig.net/?p=2041</guid>
		<description><![CDATA[This video is a quick look at the Cisco Learning Labs released by Cisco Recently. Related Posts: Are You Working On Your CCNA?New and Exciting Announcement!A New Version of GNS3 has been released.CCNA Routing Protocol Comparison Chart RevisedCCNAVideo.net Webinar Slides and Video.]]></description>
			<content:encoded><![CDATA[<p>This video is a quick look at the Cisco Learning Labs released by Cisco Recently.</p>

<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/BEkn3pgpeic?hd=1" frameborder="0" allowfullscreen></iframe>

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

<ul class='related_post'><li><a href='http://globalconfig.net/ccna-corner/are-you-working-on-your-ccna/' title='Are You Working On Your CCNA?'>Are You Working On Your CCNA?</a></li><li><a href='http://globalconfig.net/general-training/new-and-exciting-announcement/' title='New and Exciting Announcement!'>New and Exciting Announcement!</a></li><li><a href='http://globalconfig.net/study-tips/a-new-version-of-gns3-has-been-released/' title='A New Version of GNS3 has been released.'>A New Version of GNS3 has been released.</a></li><li><a href='http://globalconfig.net/ccna-corner/1147/' title='CCNA Routing Protocol Comparison Chart Revised'>CCNA Routing Protocol Comparison Chart Revised</a></li><li><a href='http://globalconfig.net/ccna-corner/ccnavideo-net-webinar-slides-and-video/' title='CCNAVideo.net Webinar Slides and Video.'>CCNAVideo.net Webinar Slides and Video.</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/iegeneral/cisco-learning-labs-quick-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring OSPFv3 for IPv6&#8230;Not a big leap.</title>
		<link>http://globalconfig.net/routingandswitching/configuring-ospfv3-for-ipv6-not-a-big-leap/</link>
		<comments>http://globalconfig.net/routingandswitching/configuring-ospfv3-for-ipv6-not-a-big-leap/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 05:23:12 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCNP Study]]></category>
		<category><![CDATA[Routing and Switching]]></category>
		<category><![CDATA[Study Tips]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[OSPF]]></category>

		<guid isPermaLink="false">http://globalconfig.net/?p=1968</guid>
		<description><![CDATA[With all the talk about IPv6 I wanted to take the opportunity to show that some things don&#8217;t really change. One hinderance I hear from many of my students is that it&#8217;s uncharted territory and they are not sure what will happen. In this post I&#8217;ve used OSPF to show you that some elements of [...]]]></description>
			<content:encoded><![CDATA[<p>With all the talk about IPv6 I wanted to take the opportunity to show that some things don&#8217;t really change.  One hinderance I hear from  many of my students is that it&#8217;s uncharted territory and they are not sure what will happen.  In this post I&#8217;ve used OSPF to show you that some elements of IPv6 are very similar to that of IPv4.</p>

<p>We can begin with the initial configuration.  It may seem like there is a bit of a difference here.  In IPv6 there is no &#8220;network&#8221; command so OSPF is enabled on the interface.  Also, the Router ID needs to be defined since it&#8217;s still a 32-bit identifier.  So globally you need to enable the process and define the router-id, then you enable the protocol on the interface.  I&#8217;ve done that here:</p>

<p><pre>
ipv6 router ospf 1
 router-id 1.1.1.1
 log-adjacency-changes
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001:DB8:1:2::1/64
 ipv6 enable
 ipv6 ospf 1 area 0</pre></p>

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

<ul class='related_post'><li><a href='http://globalconfig.net/routingandswitching/learning-ipv6-with-qemu/' title='Learning IPv6 with QEMU'>Learning IPv6 with QEMU</a></li><li><a href='http://globalconfig.net/security/configuring-site-to-site-ipsec-for-ipv6-using-static-vti/' title='Configuring Site-to-Site IPsec for IPv6 using Static VTI'>Configuring Site-to-Site IPsec for IPv6 using Static VTI</a></li><li><a href='http://globalconfig.net/links/link-round-up-09242010/' title='Link Round-Up 09/24/2010'>Link Round-Up 09/24/2010</a></li><li><a href='http://globalconfig.net/ccie-routing-and-switching/ipv6-is-it-more-secure-than-ipv4/' title='IPv6- Is it more Secure than IPv4'>IPv6- Is it more Secure than IPv4</a></li><li><a href='http://globalconfig.net/ccie-security/ipexpert-section-16-issue/' title='ipexpert section 16 issue.'>ipexpert section 16 issue.</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/routingandswitching/configuring-ospfv3-for-ipv6-not-a-big-leap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working With SPAN Ports</title>
		<link>http://globalconfig.net/ccnp-study/working-with-span-ports/</link>
		<comments>http://globalconfig.net/ccnp-study/working-with-span-ports/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 18:06:12 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCNP Study]]></category>
		<category><![CDATA[IPS]]></category>
		<category><![CDATA[SPAN]]></category>
		<category><![CDATA[switching]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://globalconfig.net/?p=1718</guid>
		<description><![CDATA[For those of you studying for the CCIE you will likely work with SPAN ports. In fact, if you are working on the CCNP Security you will work with them as well when you do the IPS exam. Why is SPAN important and what is it used for. Lets take a look at a scenario. [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you studying for the CCIE you will likely work with SPAN ports.  In fact, if you are working on the CCNP Security you will work with them as well when you do the IPS exam.  Why is SPAN important and what is it used for.  Lets take a look at a scenario.</p>

<p><img src="http://globalconfig.net/wp-content/uploads/2010/12/hub.jpg" alt="hub.jpg" title="hub.jpg" border="0" width="517" height="324" /></p>

<p>In the above figure traffic from Host A will be copied by the Hub device to Host B as well as the Sniffer.  This is great as we can see the entire conversation between A and B.</p>

<p><img src="http://globalconfig.net/wp-content/uploads/2010/12/switch.jpg" alt="switch.jpg" title="switch.jpg" border="0" width="564" height="322" /></p>

<p>Now we fast forward in time to the days of switches.  If you have a basic understanding of how switches work you know that they make forwarding/filtering decisions.  This means that traffic from A to B will NOT be sent to the sniffer, rather its forwarded only to the ports where the destination MAC address exists.  This makes it problematic for me when I want to have traffic sent to the sniffer, unless I know how to use SPAN.</p>

<h3>SPAN Overview</h3>

<p>SPAN is handy in that it allows a Network Administrator to copy traffic from one interface to another, or even take traffic seen on one VLAN and send it to an interface where our Sniffer is at.</p>

<p>In the following configuration I have told my switch to take all the traffic off of g0/1 and copy it to g0/10 where my sniffer is located.  I did this by creating a monitor session.</p>

<p>Begin by defining what traffic you want to <em>mirror</em>.</p>

<p><pre>SWITCH#configure terminal
SWITCH(config)#
SWITCH(config)#monitor session 1 source interface G0/1</pre></p>

<p>And then define <em>where</em> you want the traffic <em>mirrored</em> to.</p>

<p><pre>SWITCH(config)#monitor session 1 destination interface G0/10</pre></p>

<p>The following figure shows the end result.  The traffic coming in G0/1 from Host A that is being sent to Host B on G0/2 is also being <em>mirrored</em> to G0/10.</p>

<p><img src="http://globalconfig.net/wp-content/uploads/2010/12/span1.jpg" alt="span1.jpg" title="span1.jpg" border="0" width="564" height="322" /></p>

<p>You can verify the configuration as well:</p>

<p><pre>SWITCH#show monitor session 1</p>

<h2>Session 1</h2>

<p>Source Ports:
    RX Only:       None
        TX Only:       None
        Both:          Gi0/1
Destination Ports: Gi0/10
SWITCH#</pre></p>

<p>For now this works great and we can start to sniff traffic and learn how things work.  In the next article of this series I will address the issue of mirroring traffic from a port of VLAN on one switch to a destination on another switch.</p>

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

<ul class='related_post'><li><a href='http://globalconfig.net/ccie-security/iev-issues/' title='IEV issues: Solved!'>IEV issues: Solved!</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccnp-study/working-with-span-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Training Tip Tuesday: Interview with Kevin Wallace</title>
		<link>http://globalconfig.net/ccnp-study/training-tip-tuesday-interview-with-kevin-wallace/</link>
		<comments>http://globalconfig.net/ccnp-study/training-tip-tuesday-interview-with-kevin-wallace/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 13:00:14 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCNP Study]]></category>
		<category><![CDATA[Interviews]]></category>
		<category><![CDATA[CCIE Voice]]></category>
		<category><![CDATA[kevin wallace]]></category>
		<category><![CDATA[study tips]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[tshoot]]></category>

		<guid isPermaLink="false">http://globalconfig.net/?p=1637</guid>
		<description><![CDATA[Todays Training Tips come from Cisco Press Author Kevin Wallace. Kevin lays down a few tips for the TSHOOT exam and SWITCH exam and also discusses his pursuit of the CCIE Voice. You can listen to the audio here, and read the transcript of course, or if you prefer to you can subscribe to the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalconfig.net/wp-content/uploads/2010/10/frustration1.jpg" rel="fancybox" class="fancybox" title="Frustration"><img src="http://globalconfig.net/wp-content/uploads/2010/10/frustration1.jpg" alt="" title="Frustration" width="177" height="128" class="alignleft size-full wp-image-1530"/></a></p>

<p>Todays Training Tips come from Cisco Press Author Kevin Wallace.  Kevin lays down a few tips for the TSHOOT exam and SWITCH exam and also discusses his pursuit of the CCIE Voice.  You can listen to the audio here, and read the transcript of course, or if you prefer to you can subscribe to the podcast at <a href="http://podcast.globalconfig.net">http://podcast.globalconfig.net</a> or using <a href="http://itunes.apple.com/us/podcast/globalconfig-net-podcast/id403681190?ign-mpt=uo%3D4">iTunes</a> where it&#8217;s posted as well.</p>

<p><a href="http://globalconfig.net/wp-content/audio/KevinWallace_Mixed.mp3">Download audio file (KevinWallace_Mixed.mp3)</a><br /></p>

<h2>The Kevin Wallace Interview transcript.</h2>

<p><pre>This transcription is "as-is" and may not accurately represent the audio interview.  In other words, its best to listen to the audio.</pre>
[0:00:00]
<span style="color: red;"><strong>Brandon: </strong></span>Alright.  I want to welcome all you to the GlobalConfig.net interview series here at gllobalconfig.net.  We’re dedicated to helping you study for network certification.  I’m Brandon Carroll and I’m your host and blogger here at GlobalConfig and today I want to welcome a very special guest Kevin Wallace.  How you doing Kevin?
<span style="color: red;"><strong>Kevin:</strong></span> Hey Brandon, it is fantastic to be with you.  I’m doing fantastic, thanks for having me on today.
<span style="color: red;"><strong>Brandon:</strong></span> Thank you for coming on.  I really appreciate your taking some time out of your day to share with the listeners some study tips, we’ll get into that in a little bit here and also a little bit about your background.  I think everybody &#8211; - for a long time we’ve read your books and watch the videos so you’re a name that everybody knows in the industry and get a little bit of a background on you.  I think you know we get that connection to you and it helps us relate a little bit more.  We certainly appreciate that.
<span style="color: red;"><strong>Kevin:</strong></span> Oh yes, be glad to.
<span style="color: red;"><strong>Brandon:</strong></span> So, yes, so with that said can you tell us a little bit about your background?
<span style="color: red;"><strong>Kevin:</strong></span> Sure be glad to.  To kind of &#8211; - for those of your listeners that aren’t super familiar with my name what I’m doing now I write a lot a titles for Cisco</p>

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

<ul class='related_post'><li><a href='http://globalconfig.net/interviews/interview-with-russ-white/' title='Interview with Russ White'>Interview with Russ White</a></li><li><a href='http://globalconfig.net/study-tips/training-tip-tuesday-take-good-notes/' title='Training Tip Tuesday: Take Good Notes'>Training Tip Tuesday: Take Good Notes</a></li><li><a href='http://globalconfig.net/general/ipad-for-technical-studies-a-definite-maybe/' title='iPad for Technical Studies? A Definite Maybe!'>iPad for Technical Studies? A Definite Maybe!</a></li><li><a href='http://globalconfig.net/study-tips/training-tip-tuesday/' title='Training Tip Tuesday'>Training Tip Tuesday</a></li><li><a href='http://globalconfig.net/ccie-routing-and-switching/update-on-my-progress/' title='Update on my progress.'>Update on my progress.</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccnp-study/training-tip-tuesday-interview-with-kevin-wallace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 ways to make sure Etherchannels work.</title>
		<link>http://globalconfig.net/bcmsn/5-ways-to-make-sure-etherchannels-work/</link>
		<comments>http://globalconfig.net/bcmsn/5-ways-to-make-sure-etherchannels-work/#comments</comments>
		<pubDate>Mon, 04 May 2009 22:24:41 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[BCMSN]]></category>
		<category><![CDATA[CCNP Study]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[Etherchannel]]></category>

		<guid isPermaLink="false">http://www.globalconfig.net/2009/05/04/5-ways-to-make-sure-etherchannels-work/</guid>
		<description><![CDATA[Channeling is not that hard to do, its just temperamental. Here are 5 tips to ensure that your EtherChannel configuration goes smoothly: Make them look the same!!! I&#8217;m talking about the interfaces here. Check them next to each other. I&#8217;ve seen too many broken configurations where they just didn&#8217;t match up. Set the same speed [...]]]></description>
			<content:encoded><![CDATA[<p>Channeling is not that hard to do, its just temperamental. Here are 5 tips to ensure that your EtherChannel configuration goes smoothly:</p>

<ol>
  <li>Make them look the same!!! I&#8217;m talking about the interfaces here. Check them next to each other. I&#8217;ve seen too many broken configurations where they just didn&#8217;t match up.</li>

  <li>Set the same speed and duplex. Don&#8217;t let the IOS decide for you. Hard code it so you know it&#8217;s done.</li>

  <li>All ports in an EtherChannel DO NOT have to be next to each other or even on the same module.</li>

  <li>SPAN ports can&#8217;t be in an EtherChannel</li>

  <li>Sometimes you need to shut down both sides and let them negotiate again.</li>
</ol>

<p>I know there are other items that I could bring out on the list. These are just some of the ones I remember off hand. How do you make sure the EtherChannel works? Add a comment on this post to tell others about it.</p>

<p>Find more information on Cisco EtherChannel technologies on the <a href="http://supportwiki.cisco.com/ViewWiki/index.php/Category:EtherChannel">Cisco Support Wiki.</a></p>

<p style="text-align:center"><a href="http://www.amazon.com/dp/B000P28WQM?tag=brandcarro-20&amp;camp=213381&amp;creative=390973&amp;linkCode=as4&amp;creativeASIN=B000P28WQM&amp;adid=1D2282EW0Q26XKEEDYQV&amp;"><img src="http://ecx.images-amazon.com/images/I/41yVQSNDTkL._SL160_.jpg" width="160" height="118" /></a><br /></p>

<p style="text-align: left;">You can also download the Kindle version of the Quick Reference sheet. If you do, make sure you get the kindle app for the iphone!</p>

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

<ul class='related_post'><li><a href='http://globalconfig.net/bcmsn/vlan-1-on-a-cisco-switch/' title='VLAN 1 on a Cisco Switch'>VLAN 1 on a Cisco Switch</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/study-tips/a-new-version-of-gns3-has-been-released/' title='A New Version of GNS3 has been released.'>A New Version of GNS3 has been released.</a></li><li><a href='http://globalconfig.net/routingandswitching/busy-with-bgp/' title='Getting Busy with BGP'>Getting Busy with BGP</a></li><li><a href='http://globalconfig.net/ccie-routing-and-switching/ipv6-is-it-more-secure-than-ipv4/' title='IPv6- Is it more Secure than IPv4'>IPv6- Is it more Secure than IPv4</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/bcmsn/5-ways-to-make-sure-etherchannels-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VLAN 1 on a Cisco Switch</title>
		<link>http://globalconfig.net/bcmsn/vlan-1-on-a-cisco-switch/</link>
		<comments>http://globalconfig.net/bcmsn/vlan-1-on-a-cisco-switch/#comments</comments>
		<pubDate>Mon, 04 May 2009 21:41:32 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[BCMSN]]></category>
		<category><![CDATA[CCNP Study]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[Vlans]]></category>

		<guid isPermaLink="false">http://www.globalconfig.net/?p=858</guid>
		<description><![CDATA[In the many years I have been teaching Cisco courses I have come across a number of thoughts on VLAN 1. Some say not to use it, some say use it for management only. Have you ever wondered what the deal with VLAN 1 is? Well here is the scoop according to the VLAN Security [...]]]></description>
			<content:encoded><![CDATA[<p>In the many years I have been teaching Cisco courses I have come across a number of thoughts on VLAN 1.  Some say not to use it, some say use it for management only.  Have you ever wondered what the deal with VLAN 1 is?  Well here is the scoop according to the <a href="http://www.cisco.com/en/US/products/hw/switches/ps708/products_white_paper09186a008013159f.shtml#wp34608">VLAN Security White Paper</a> via Cisco.com.</p>

<ul>
    <li>The Document recommends that you not use VLAN 1 for inband management traffic.  Instead you should pick a different that you will dedicate to keeping management traffic separate from user data and protocol traffic.</li>
    <li>Prune VLAN 1 from all the trunks and from all the access ports that don&#8217;t require it (including not connected and shutdown ports).</li>
</ul>

<p>As far as the special VLAN for management purposes the document recommends the following:</p>

<ul>
    <li>Don&#8217;t configure the management VLAN on any trunk or access port that doesn&#8217;t require it (including not connected and shutdown ports).</li>
    <li>When feasible, prefer out-of-band management to inband management.</li>
</ul>

<p>There is certainly more that is discussed in the document and I think its a pretty good read.  Have a look for yourself!</p>

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

<ul class='related_post'><li><a href='http://globalconfig.net/bcmsn/5-ways-to-make-sure-etherchannels-work/' title='5 ways to make sure Etherchannels work.'>5 ways to make sure Etherchannels work.</a></li><li><a href='http://globalconfig.net/study-tips/a-new-version-of-gns3-has-been-released/' title='A New Version of GNS3 has been released.'>A New Version of GNS3 has been released.</a></li><li><a href='http://globalconfig.net/routingandswitching/busy-with-bgp/' title='Getting Busy with BGP'>Getting Busy with BGP</a></li><li><a href='http://globalconfig.net/ccie-routing-and-switching/ipv6-is-it-more-secure-than-ipv4/' title='IPv6- Is it more Secure than IPv4'>IPv6- Is it more Secure than IPv4</a></li><li><a href='http://globalconfig.net/iscw/can-you-knock-out-half-of-the-ccnp-in-a-week/' title='Can you knock out half of the CCNP in a week?'>Can you knock out half of the CCNP in a week?</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/bcmsn/vlan-1-on-a-cisco-switch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazon Kindle App for iPhone</title>
		<link>http://globalconfig.net/ccie-security/amazon-kindle-app-for-iphone/</link>
		<comments>http://globalconfig.net/ccie-security/amazon-kindle-app-for-iphone/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 15:35:29 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCIE Security]]></category>
		<category><![CDATA[CCNA Corner]]></category>
		<category><![CDATA[CCNP Study]]></category>
		<category><![CDATA[CCSP Study]]></category>
		<category><![CDATA[CiscoPress]]></category>
		<category><![CDATA[IPExpert Labs]]></category>

		<guid isPermaLink="false">http://www.globalconfig.net/?p=729</guid>
		<description><![CDATA[Some time back I purchased a 1st generation Amazon Kindle. I really liked it. While I owned it I bought 5 Cisco Press books, including Network Security Principles and Practices. There was some talk about Internetwork Expert releasing their workbooks for the kindle, and I actually had some email correspondence where I was told I [...]]]></description>
			<content:encoded><![CDATA[<p>Some time back I purchased a 1st generation Amazon Kindle.  I really liked it.  While I owned it I bought 5 Cisco Press books, including Network Security Principles and Practices.  There was some talk about Internetwork Expert releasing their workbooks for the kindle, and I actually had some email correspondence where I was told I could be a beta tester.  Well that never happened, and although IE announced that the kindle version was coming soon I think they kinda just dropped the thought and changed directions.  It probably had something to do with how difficult Amazon makes it to add items to their store.</p>

<p>At any rate, I sold my kindle in leu of an iphone.  I love what the iphone can do, and have the &#8220;safari bookbag&#8221; from ciscopress on there so I can read my safari books.  Well, yesterday I received the icing for my cake, that is, the Kindle App for the iphone.  The App is free and once installed it allowed me to sync up all the books I purchased when I owned the kindle.  It is really easy to read, and remembered what page I was on in all my books.  Amazon also has what they call &#8220;whispersync&#8221; that will sync the iphone app to the kindle if you have both.</p>

<p>Now if IPexpert were to put their workbooks on a kindle, or better yet on an iphone, I would have it all!  I&#8217;d rather carry the phone or a kindle with me when I travel versus a ton of workbooks!  I say IPexpert because I have decided that I like their style and they are pretty much my vendor of choice now.  Sorry IE, but I still think highly of you.</p>

<p>Well I MUST get back to my labs.  Time is closing in on me&#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/amazon-kindle-app-for-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Follow UP- IPexpert Training Announced</title>
		<link>http://globalconfig.net/ccna-corner/follow-up-ipexpert-training-announced/</link>
		<comments>http://globalconfig.net/ccna-corner/follow-up-ipexpert-training-announced/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 21:15:43 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCNA Corner]]></category>
		<category><![CDATA[CCNP Study]]></category>
		<category><![CDATA[CCSP Study]]></category>
		<category><![CDATA[General Information]]></category>
		<category><![CDATA[General Training]]></category>
		<category><![CDATA[IPExpert Information]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[IPexpert]]></category>

		<guid isPermaLink="false">http://www.globalconfig.net/?p=708</guid>
		<description><![CDATA[Last week I posted a brief announcement that IPexpert, the CCIE training company, was to launch a &#8220;Sister Company&#8221; called IPexpert Training.  I didn&#8217;t have a lot of time last week to sum up any real thoughts on the subject.  Today, I still don&#8217;t, but I will anyhow. Where to begin? Lets begin with the [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I posted a brief announcement that IPexpert, the CCIE training company, was to launch a &#8220;Sister Company&#8221; called IPexpert Training.  I didn&#8217;t have a lot of time last week to sum up any real thoughts on the subject.  Today, I still don&#8217;t, but I will anyhow. Where to begin?</p>

<p>Lets begin with the announcement (all quotes from <a href="http://ipexpert.ccieblog.com/2009/02/05/ipexpert-inc-plans-to-launch-sister-company-ipexpert-training-inc-focusing-on-the-lower-level-certification-training-market/" class="broken_link">http://ipexpert.ccieblog.com</a>):</p>

<blockquote>Over the next few months you’ll begin seeing the following:A separate brand named “IPexpert Training” (at <a href="http://www.ipexperttraining.com/" class="broken_link">www.IPexpertTraining.com</a>) that will be focused on CompTia, VMWare, CCENT, CCNA, CCDA, CCNP, CCSP, CCVP and MCSE training products.</blockquote>

<p>My first thought was&#8230;.wow!  If anyone can do it right it would certainly be IPexpert.  They did however mention the following&#8221;</p>

<blockquote>These classes will *NOT* be Cisco authorized and neither business unit will endorse or offer the Cisco 360 CCIE Lab offering.  After understanding the 360 program, products and Cisco’s initiative &#8211; I have made the decision that the current CCIE Lab offerings we have (already shipping) are much more mature, proven, more up-to-date and more cost-effective for our clients.</blockquote>

<p>This will make things interesting.  What about Cisco Learning Credits (CLC)?  Many people that take Cisco training have budgetary constraints and the CLC program helps alot.  Will IPexpert find a workaround?  Well, regardless I still think they can do it right.  Lets examine some more of the announcement:</p>

<blockquote>These classes / products will include self-study materials (Blended Learning), lab workbooks, Audio, Video on Demand, eBooks, quizzers, iPhone applications, ILT (traditional classroom-based training), online mentoring and online training classes &#8211; and will be priced very competitively.  Students taking these classes will be eligible for a *significant* discount on all IPexpert, Inc. CCIE lab products as that will be their next progression (eventually).  These classes will be delivered during the week &#8211; as our CCIE Lab classes are (from IPexpert) &#8211; however, we will also have weekend and even classes available online and at various locations.</blockquote>

<p>As a user of the IPexpert BLS I have to say that this will be sweet!  The CCIE BLS is a fantastic product.  I can only imagine that the lower level certs would be as well.</p>

<p>Next:</p>

<blockquote>An online community for these students.</blockquote>

<p>I don&#8217;t know how this will compare to the Cisco Learning Network, but I can tell you that the Cisco Learning Network doesnt let you blog there.  They do however cover ALL categories of Cisco Certification including the CCNA, NP, SP, VP, and IE.</p>

<p>While this sounds pretty cool I have to point out my favorite part of the announcement, and what I believe to be the best feature for a student:</p>

<blockquote>Proctor Labs vRack rental for these certifications (Cisco and Microsoft &#8211; VMWare down the road in Q2).</blockquote>

<p>I can&#8217;t stress enough how big of a gap this is for students.  Think about it, you take a class, work on the gear for a week, go back home and book study until you take the test.  Usually you lose the practical knowledge and end up with lopsided book knowledge.  If you can use the PL equipment to make a topology that supports ANY certification class you may have a corner on a market that is lacking.</p>

<p>Anyhow, it looks like it could be a great option for students, however I dont know how Cisco will handle it.  I&#8217;m sure that Learning @ Cisco folks are not happy about another &#8220;non-certified&#8221; solution but I do know that IPexpert takes care of their customers and will certainly produce a quality product.</p>

<p>You can read the entire announcement on the I<a href="http://ipexpert.ccieblog.com/2009/02/05/ipexpert-inc-plans-to-launch-sister-company-ipexpert-training-inc-focusing-on-the-lower-level-certification-training-market/" class="broken_link">Pexpert blog</a>.</p>

<p>And now back to my studies!  Cheers.</p>

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

<ul class='related_post'><li><a href='http://globalconfig.net/news/change-in-venue/' title='Change in Venue'>Change in Venue</a></li><li><a href='http://globalconfig.net/ccie-security/ipexpert-information/another-great-announcement-from-ipexpert/' title='Another Great Announcement from IPexpert'>Another Great Announcement from IPexpert</a></li><li><a href='http://globalconfig.net/ccie-security/ipexpert-information/time-for-an-ipexpert-announcement/' title='Time for an IPexpert announcement!'>Time for an IPexpert announcement!</a></li><li><a href='http://globalconfig.net/news/heading-for-the-hills/' title='Heading for the Hills'>Heading for the Hills</a></li><li><a href='http://globalconfig.net/news/introducing-the-podcast/' title='Introducing the Podcast'>Introducing the Podcast</a></li></ul>
]]></content:encoded>
			<wfw:commentRss>http://globalconfig.net/ccna-corner/follow-up-ipexpert-training-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Year End- time to snag some training!</title>
		<link>http://globalconfig.net/ccna-corner/year-end-time-to-snag-some-training/</link>
		<comments>http://globalconfig.net/ccna-corner/year-end-time-to-snag-some-training/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 08:47:27 +0000</pubDate>
		<dc:creator>Brandon Carroll, CCIE #23837</dc:creator>
				<category><![CDATA[CCNA Corner]]></category>
		<category><![CDATA[CCNP Study]]></category>
		<category><![CDATA[CCSP Study]]></category>
		<category><![CDATA[General Information]]></category>
		<category><![CDATA[General Training]]></category>

		<guid isPermaLink="false">http://www.globalconfig.net/?p=601</guid>
		<description><![CDATA[For those of you not familiar with learning credits you may be missing out on training.  Check out this page over at Cisco.com that details the program, then go see if you have any that are about to expire.  Contact Ascolta, Cisco Learning Partner of the Year- 2007,  and register for the class you want [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you not familiar with learning credits you may be missing out on training.  Check out this page over at <a href="http://www.cisco.com/web/learning/le31/l59/customers/learning_credit_about.html">Cisco.com</a> that details the program, then go see if you have any that are about to expire.  Contact <a href="http://www.ascolta.com">Ascolta</a>, Cisco Learning Partner of the Year- 2007,  and register for the class you want using the learning credits you already have.  Don&#8217;t miss out- they expire after a year!</p>

<p style="text-align: center;"><a href="http://www.ascolta.com"><img class="size-full wp-image-603 aligncenter" title="ascolta-small" src="http://globalconfig.net/wp-content/uploads/2008/12/ascolta-small.jpg" alt="ascolta-small" width="79" height="91" /></a></p>

<p>You may be interested in <a href="http://ascolta.com/courses/schedule/schedule.asp?locations=22&amp;submit=Submit+Basic+Search">these courses in Bellevue, Wa</a>.  Odds are I&#8217;ll be teaching them if they are a Security,   Wireless, or Routing and Switching class.</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/ccna-corner/year-end-time-to-snag-some-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

