<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title>BLOG.IDONTWANNABEACCIE.COM</title><updated>2010-03-10T22:29:09Z</updated><id>http://blog.idontwannabeaccie.com/atom.aspx</id><link href="http://blog.idontwannabeaccie.com/atom.aspx" rel="self" type="application/rss+xml" /><link href="http://blog.idontwannabeaccie.com" rel="alternate" type="application/rss+xml" /><generator uri="http://app.onlinequickblog.com/" version="2.0">Quick Blogcast</generator><entry><title>ISIS – Priority-Driven Prefix RIB Installation</title><link rel="alternate" href="http://blog.idontwannabeaccie.com/2009/10/20/isis--prioritydriven-prefix-rib-installation.aspx?ref=rss" /><id>tag:blog.idontwannabeaccie.com,2009-10-20:bc77a4fb-dc0e-4ad8-92bf-25051009af6c</id><author><name>Mike Down</name></author><updated>2009-10-20T19:35:00Z</updated><published>2009-10-20T19:35:00Z</published><content type="html">&lt;span style="font-family: 'Times New Roman'; font-size: medium; "&gt;&lt;div style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); font: normal normal normal 13px/19px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; padding-top: 0.6em; padding-right: 0.6em; padding-bottom: 0.6em; padding-left: 0.6em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-position: initial initial; "&gt;&lt;p&gt;As the name suggests, this feature allows routes with a specific tag to be installed in the RIB faster than other prefixes. &amp;nbsp;By default, the highest priority prefixes are ones with /32 masks. As we will see here, we can tag routes to give them a higher priority than /32 prefixes.&lt;/p&gt;&lt;p&gt;The command we will be using to see this in action is:&lt;/p&gt;&lt;p&gt;&lt;img src="http://blog.ipexpert.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" mce_src="http://blog.ipexpert.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" class="mceWPmore mceItemNoResize" title="More..." style="border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-style: initial; border-color: initial; border-top-style: dotted; border-top-color: rgb(204, 204, 204); display: block; width: 895px; height: 12px; margin-top: 15px; background-image: url(http://blog.ipexpert.com/wp-includes/js/tinymce/plugins/wordpress/img/more_bug.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: 100% 0%; "&gt;&lt;/p&gt;&lt;p&gt;R3#debug isis local-updates&lt;/p&gt;&lt;p&gt;IS-IS local updates debugging is on&lt;/p&gt;&lt;p&gt;R3 is in an L1 area with 2 routers, R1 and R2.&lt;/p&gt;&lt;p&gt;R1 is advertising 10.1.1.1/32, 10.1.11.1/32 and redistributing 200.0.0.0/24.&lt;/p&gt;&lt;p&gt;R2 is advertising 10.1.1.2/32 and 10.1.20.0/24.&lt;/p&gt;&lt;p&gt;The other routes you see in the debugs are connected routes between routers.&lt;/p&gt;&lt;p&gt;Let's clear IS-IS on R3 and see what routes have the highest priority:&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:35:50.883: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;10)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 10.1.1.1&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:35:50.891: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;20)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 10.1.11.1&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:35:50.895: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;10)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 10.1.1.2&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:35:50.899: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;20)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 192.168.113.0&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:35:50.903: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;20)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 192.168.12.0&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:35:50.907: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;10)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 200.0.0.0&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:35:50.915: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;20)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 10.1.20.0&lt;/p&gt;&lt;p&gt;Notice all the /32 prefixes were processed first. Then rest were processed in no particular order. Suppose we want the 200.0.0.0 route processed first. We could do the following (Wide-metrics must be enabled):&lt;/p&gt;&lt;p&gt;On R1 tag the route during redistribution:&lt;/p&gt;&lt;p&gt;R1(config)#route-map con2isis 10&lt;/p&gt;&lt;p&gt;R1(config-route-map)#set tag 1000&lt;/p&gt;&lt;p&gt;R1(config-route-map)#router isis&lt;/p&gt;&lt;p&gt;R1(config-router)#redistribute connected route-map con2isis level-1&lt;/p&gt;&lt;p&gt;On R3, we configure the router to give priority to tag 1000:&lt;/p&gt;&lt;p&gt;R3(config)#router isis&lt;/p&gt;&lt;p&gt;R3(config-router)#ip route priority high tag 1000&lt;/p&gt;&lt;p&gt;Clear ISIS on R3:&lt;/p&gt;&lt;p&gt;R3#cle isis *&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:40:27.475: ISIS-Upd: Building L1 LSP&lt;/p&gt;&lt;p&gt;&lt;span mce_name="strong" mce_style="font-weight: bold;" style="font-weight: bold; "&gt;*Mar&amp;nbsp; 1 17:40:27.955: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;10)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;1000) change, 200.0.0.0&lt;/span&gt;&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:40:27.959: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;10)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 10.1.1.2&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:40:27.963: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;10)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 10.1.1.1&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:40:27.967: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;20)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 10.1.11.1&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:40:27.971: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;20)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 192.168.12.0&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:40:27.971: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;20)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 10.1.20.0&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:40:27.971: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;20)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 192.168.113.0&lt;/p&gt;&lt;p&gt;The routes with tag 1000 are processed first every time. Let's tag 10.1.20.0 on R2, it is loopback 20.&lt;/p&gt;&lt;p&gt;R2(config)#int lo 20&lt;/p&gt;&lt;p&gt;R2(config-if)#isis tag 1000&lt;/p&gt;&lt;p&gt;R3#cle isis *&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:41:45.259: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;20)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;1000) change, 10.1.20.0&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:41:45.263: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;10)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;1000) change, 200.0.0.0&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:41:45.267: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;10)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 10.1.1.2&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:41:45.271: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;10)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 10.1.1.1&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:41:45.275: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;20)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 10.1.11.1&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:41:45.283: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;20)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 192.168.12.0&lt;/p&gt;&lt;p&gt;*Mar&amp;nbsp; 1 17:41:45.287: ISIS-Loc: L2 non-summarized metric(4294967295-&amp;gt;20)or route-type(-&amp;gt;L1) or tag (0-&amp;gt;0) change, 192.168.113.0&lt;/p&gt;&lt;p&gt;So to summarize:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Enable wide metrics for this to work, otherwise tag is not advertised.&lt;/li&gt;&lt;li&gt;You can set tag in a route-map during redistribution or at the interface level with “isis tag”&lt;/li&gt;&lt;li&gt;Use the "ip route priority high" command on the router which needs to give priority to the prefixes.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Bryan Bartik&lt;br&gt;CCIE #23707 (R&amp;amp;S), CCNP&lt;br&gt;Sr. Support Engineer - IPexpert, Inc.&lt;br&gt;URL: http://www.IPexpert.com&lt;/p&gt;&lt;/div&gt;&lt;/span&gt;</content></entry><entry><title>You Wanted an Update - Here's Your Update!</title><link rel="alternate" href="http://blog.idontwannabeaccie.com/2009/10/13/you-wanted-an-update--heres-your-update.aspx?ref=rss" /><id>tag:blog.idontwannabeaccie.com,2009-10-13:648cef6b-8092-4ff1-b761-2e5115e693c4</id><author><name>Mike Down</name></author><updated>2009-10-13T20:33:00Z</updated><published>2009-10-13T20:33:00Z</published><content type="html">Hey everyone! &amp;nbsp;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Well, I broke my promise about updating more often. &amp;nbsp;I've been swamped with work, but, I should get back to a normal routine here. &amp;nbsp;So, what is new in the CCIE world and more importantly, at IPexpert? &amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;We have been rolling out the updated products at a pretty fast pace. &amp;nbsp;Between teaching classes and updating products, the instructors have had a ton on their plates! &amp;nbsp;But the quality is amazing. &amp;nbsp;So far, getting &lt;strong&gt;AWESOME&lt;/strong&gt; reviews on every product that has been put out. &amp;nbsp;The Voice and Security products have already had a helping hand in helping pass people on the new exam which is pretty sweet if you ask me! &amp;nbsp;Vik, Mark and Tyson have these things spot on - so, it makes us more confident, that is for sure! &amp;nbsp;And you wonder why we have helped more CCIE's pass! &amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The new R&amp;amp;S labs have been rolling out. &amp;nbsp;Talking to Wayne today, I asked him how the new labs were versus the old workbooks and he said it's some of the best work he has looked at. &amp;nbsp;So, my hats off to my R&amp;amp;S development team! &amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I am interested to see how this new R&amp;amp;S v4 lab is going to be. &amp;nbsp;So, if you are one of the first to take it, please email me and let me know, I want to get your feedback on it - especially if you had taken the lab previously. &amp;nbsp;We are actually hold our first End to End class on the v4 materials going on right now and so far the feedback is great. &amp;nbsp;Joe has a knack in front of the class. &amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Speaking of classes - if you haven't registered for a class yet, you should. &amp;nbsp;This vastly improves your chances of passing the lab exam. &amp;nbsp;Money issues? &amp;nbsp;Shoot me an email or give me a call - I can help you out. &amp;nbsp;I have some great deals going on as always for my blog readers, but, also can set you up on a payment plan. &amp;nbsp;You don't need a date to schedule yet - just register and take advantage of the pricing before it goes off-sale, which, it will do when the new website launches. &amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Another thing I am reposting - Voice Boot Camp - London, England, 1st Quarter of 2010. &amp;nbsp;My buddy Gobind is interested in this along with a couple more people. &amp;nbsp;I &lt;strong&gt;CAN&lt;/strong&gt; make this happen, but, I need the bodies. &amp;nbsp;So, if you are an international friend and would like to see Vik or Mark in London, &lt;strong&gt;PLEASE&lt;/strong&gt; let me know and I can get this going. &amp;nbsp;If I get 6-8 people this will be a no-brainer - and my onsite deals are great! &amp;nbsp;So, &lt;strong&gt;PLEASE PLEASE PLEASE&lt;/strong&gt; contact me if you are interested or know anybody that is!&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I'd like to finish up by giving some big &lt;strong&gt;CONGRATS&lt;/strong&gt; to a couple people that have recently passed - Stuart Hare just passed the Security lab exam and Chris Jones just knocked out the R&amp;amp;S this past week. Good job guys - now it's time to go for another track! &lt;img src="http://blog.idontwannabeaccie.com/emoticons/wink.png" border="0"&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Well, I look forward to hearing from people - &lt;strong&gt;PLEASE&lt;/strong&gt; feel free to contact me regarding &lt;strong&gt;ANYTHING&lt;/strong&gt;. &amp;nbsp;I am here to help or point you in the right direction for help. &amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Oh - and don't forget to follow me on &lt;font&gt;&lt;a href="http://www.twitter.com/mekahldownish" target="_blank"&gt;Twitter&lt;/a&gt;&lt;/font&gt; or add me as a friend on &lt;font&gt;&lt;a href="http://www.facebook.com/mekahldownish" target="_blank"&gt;Facebook&lt;/a&gt;&lt;/font&gt;!&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Best Wishes to everyone!&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Mike&lt;/div&gt;&lt;div&gt;&lt;span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 900; "&gt;&lt;a href="mailto:mdown@ipexpert.com" style="outline-style: none; outline-width: initial; outline-color: initial; color: rgb(191, 85, 2); text-decoration: none; "&gt;mdown@ipexpert.com&lt;/a&gt;&lt;/span&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;810.326.1444 x 206&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;(OH YEAH! &amp;nbsp;I forgot to mention - I still can hook you up with a BOGO promo on rack time - So, email me!!!)&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</content></entry><entry><title>It's Been Awhile!  Updates!!!</title><link rel="alternate" href="http://blog.idontwannabeaccie.com/2009/09/08/its-been-awhile--updates.aspx?ref=rss" /><id>tag:blog.idontwannabeaccie.com,2009-09-08:6890a742-4805-4986-90be-de0c67100b37</id><author><name>Mike Down</name></author><updated>2009-09-08T18:22:00Z</updated><published>2009-09-08T18:22:00Z</published><content type="html">Well, it's been a little while since I have sat down and blogged on my own site, but, no time is better than the present I guess.&amp;nbsp;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Tons is going on! &amp;nbsp;It's been crazy busy around here and life in general. &amp;nbsp;So, what has been going on you may ask? &amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Well, we are working on a new website. &amp;nbsp;We were trying to get it out sooner, but, don't want to release it until it's absolutely perfect. &amp;nbsp;I'll tell you what, it is AWESOME looking. &amp;nbsp;Our web guy is top notch. &amp;nbsp;Once he's done, maybe I can get him to make me some sweet graphics!&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The updated v3 Security VOD and Voice VOD started shipping last Friday. &amp;nbsp;It's been crazy when you have THAT MANY orders come through...So, if you haven't received a tracking number yet, stay patient, they are coming!&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;A couple months back, I wrote about getting onsite opportunities going. &amp;nbsp;I had a couple people that were interested in a Voice Boot Camp in London and I am fairly confident I can make that happen with your help. &amp;nbsp;I have several people that want this to happen, so, it's my job to bring you guys all together, so, please, if you are interested in a Voice Boot Camp in Q1 2010 in London, England, email me at mdown@ipexpert.com ---&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;A lot of August promotions have been temporarily carried over into September. &amp;nbsp;These can change at anytime, so, if you were looking at getting a good discount on a Blended Learning Solution, an awesome price on a Boot Camp or 2 for 1 vRack time...All you have to do is email me and tell me you saw the promo on my blog! &lt;img src="http://blog.idontwannabeaccie.com/emoticons/wink.png" border="0" /&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;For those who have contacted me wondering about EverythingIE...There is something pretty sweet in the works...With all the changes in the labs and such, it's been pretty hectic, but, the wheels are rolling again, so, be patient!&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I'm having another contributor to my blog very soon. &amp;nbsp;This should be fun, since he is starting out at CCNA and working his way up to the glory of a CCIE! &amp;nbsp;Stay tuned for more details on him! &amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Well, that's it for now, I will try to blog more often now that I am getting caught up...I look forward to hearing from you guys and if you need anything at all, please, feel free to give me a shout!&amp;nbsp;&lt;/div&gt;</content></entry><entry><title>Become a Fan of IPexpert on Facebook and Follow IPexpert on Twitter!</title><link rel="alternate" href="http://blog.idontwannabeaccie.com/2009/08/04/become-a-fan-of-ipexpert-on-facebook-and-follow-ipexpert-on-twitter.aspx?ref=rss" /><id>tag:blog.idontwannabeaccie.com,2009-08-04:2e40bdd2-7eba-43d3-a904-210b8899d4ce</id><author><name>Mike Down</name></author><updated>2009-08-04T13:10:00Z</updated><published>2009-08-04T13:10:00Z</published><content type="html">Hey everyone! &amp;nbsp;It's been awhile since I have been super busy! &amp;nbsp;Hopefully I can get to writing 3 times a week or so! &amp;nbsp;I am still looking for someone to add technical content to my blog, so, if you are interested, please let me know!&amp;nbsp;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;IPexpert has been active for a long time now in promoting products, services and specials via the various social communitites. &amp;nbsp;Well, for those who are already not part, please take the time to join our &lt;font&gt;&lt;strong&gt;&lt;font face="AZBY"&gt;Facebook Fan Page&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt; and also follow us on &lt;font&gt;&lt;strong&gt;&lt;font face="AZBY"&gt;Twitter&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;! &amp;nbsp;Join today and get in on the awesome promotions and the fun!!!&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div id="FB_HiddenContainer" style="position:absolute; top:-10000px; width:0px; height:0px;"&gt;&lt;div&gt;&lt;embed width="1" height="1" type="application/x-shockwave-flash" pluginspage="http://get.adobe.com/flashplayer" allowscriptaccess="always" name="flashXdComm" id="flashXdComm" bgcolor="#869ca7" quality="high" src="http://b.static.ak.fbcdn.net/rsrc.php/zDVWA/hash/bqv7w2jc.swf"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id="FB_HiddenContainer" style="position:absolute; top:-10000px; width:0px; height:0px;"&gt;&lt;div&gt;&lt;iframe name="loginStatus" src="http://www.facebook.com/extern/login_status.php?api_key=333ffed6e30ee718ca301f3988c088f4&amp;amp;extern=0&amp;amp;channel=http%3A%2F%2Fapp.quickblogcast.com%2FbcCreateEntry.aspx%3Fid%3D2366388%26fbc_channel%3D1&amp;amp;locale=en_US" class="FB_SERVER_IFRAME" scrolling="no" frameborder="0"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div&gt;&lt;embed width="1" height="1" type="application/x-shockwave-flash" pluginspage="http://get.adobe.com/flashplayer" allowscriptaccess="always" name="flashXdComm" id="flashXdComm" bgcolor="#869ca7" quality="high" src="http://b.static.ak.fbcdn.net/rsrc.php/zDVWA/hash/bqv7w2jc.swf"&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;script type="text/javascript"&gt;FB.init("333ffed6e30ee718ca301f3988c088f4");&lt;/script&gt;&lt;fb:fan profile_id="24586557119" stream="1" connections="10" width="300" class=" FB_ElementReady"&gt;&lt;iframe name="fbfanIFrame_0" frameborder="0" allowtransparency="true" src="http://www.facebook.com/connect/connect.php?api_key=333ffed6e30ee718ca301f3988c088f4&amp;amp;channel_url=http%3A%2F%2Fapp.quickblogcast.com%2FbcCreateEntry.aspx%3Fid%3D2366388%26fbc_channel%3D1&amp;amp;id=24586557119&amp;amp;name=&amp;amp;width=300&amp;amp;connections=10&amp;amp;stream=1&amp;amp;css=" class="FB_SERVER_IFRAME" scrolling="no" style="width: 300px; height: 550px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "&gt;&lt;/iframe&gt;&lt;/fb:fan&gt;&lt;div style="font-size:8px; padding-left:10px"&gt;&lt;a href="http://www.facebook.com/pages/IPexpert/24586557119"&gt;IPexpert&lt;/a&gt; on Facebook&lt;/div&gt;&lt;/div&gt;</content></entry><entry><title>CCIE Candidate Spotlight - Chris Jones</title><link rel="alternate" href="http://blog.idontwannabeaccie.com/2009/07/10/ccie-candidate-spotlight--chris-jones.aspx?ref=rss" /><id>tag:blog.idontwannabeaccie.com,2009-07-10:9724f3b9-452e-4d38-b802-22ebd5f94f2a</id><author><name>Mike Down</name></author><category term="CCIE Candidate Spotlight" /><updated>2009-07-10T14:52:00Z</updated><published>2009-07-10T14:52:00Z</published><content type="html">&lt;p style="line-height:14.25pt;background:white"&gt;&lt;font face="'Lucida Sans Unicode'" size="3"&gt;&lt;span style="font-size: 13px;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;font face="'Lucida Sans Unicode'" size="3"&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Hey everyone! &amp;nbsp;Thanks for checking in. &amp;nbsp;This weeks CCIE Candidate Spotlight shines on Chris Jones of Pittsburg State University. &amp;nbsp;Some of you may know Chris as IPv6Freely. &amp;nbsp;Chris and I met awhile back, actually in a Facebook CCIE user group. &amp;nbsp;Take a moment and learn about Chris who is looking to conquer the R&amp;amp;S lab exam in October!&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Here's the tale of the tape:&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;&lt;img src="http://images.quickblogcast.com/6/6/0/5/7/185650-175066/Cjones.jpg" width="156"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Name:&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt; Chris Jones&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Age:&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt; 27&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Company&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;: Pittsburg State University&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;City/State/Country:&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt; Pittsburg, KS USA&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Certifications Completed:&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt; CCNA, CCNA Security, CQS Wireless, CCNP, JNCIA-M&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Certifications Currently Studying:&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt; CCIE R&amp;amp;S, JNCIS-M, CCNA Wireless&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;How long have you been studying for current certification?&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt; 6 Months&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Lab Date(s):&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt; October 8&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Lab Attempts: &lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;0 so far&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Blog/Website&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;: &lt;/span&gt;&lt;/font&gt;&lt;a href="http://www.icanhasipv6.com&amp;lt;/p&amp;gt;&amp;lt;p"&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;www.icanhasipv6.com&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;&lt;a href="http://www.icanhasipv6.com&amp;lt;/p&amp;gt;&amp;lt;p"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;p&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;What Company(s) are you using for studies if any?&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt; InternetworkExpert, IPexpert&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;What products have you used from these companies:&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt; CCIE R&amp;amp;S End-to-End (Now CCIE 2.0)&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Do you own your own rack equipment?&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt; Dynamips + 3550/3560s&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Hours per day you study? &lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;1-2&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Have you or would you attend any boot camps?&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt; I have not, but I would love to.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Do you plan on going after another certification?&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt; JNCIE-M after CCIE R&amp;amp;S&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Tell me what you like to do when you are NOT studying or working:&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;span style="font-weight: normal; "&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Watching hockey (Leafs), baseball (Jays), listening to music, watching movies, watching TV shows (online, of course... I'm not paying for cable!)&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;What could the vendors do to make studying easier/better? &lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Inject the knowledge directly into my brain. Apart from that, nothing really. The vendors do a great job. Perhaps they could be a little more interactive with their students... "coaching" you might call it.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;span style="line-height: normal; "&gt;&lt;span style="color: black; "&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Do you want to be featured on the next edition of CCIE Candidate Spotlight? &amp;nbsp;If so, please&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;strong&gt;&lt;span style="color: rgb(51, 51, 51); "&gt;&lt;a href="mailto:%20mdown@ipexpert.com" style="outline-style: none; outline-width: initial; outline-color: initial; color: rgb(51, 51, 51); "&gt;&lt;span style="color: rgb(34, 51, 68); "&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;contact me&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/a&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;!&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class="apple-converted-space"&gt;&lt;strong&gt;&lt;span style="color: rgb(51, 51, 51); "&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: rgb(51, 51, 51); "&gt;&lt;font face="Georgia"&gt;&lt;span style="font-size: small;"&gt;Thank you Chris! &amp;nbsp;Don't forget to go to his blog and leave comments and add him to your blog rolls!&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;/p&gt;&lt;/font&gt;&lt;p&gt;&lt;/p&gt;</content></entry><entry><title>New Products Releasing Soon!</title><link rel="alternate" href="http://blog.idontwannabeaccie.com/2009/06/22/new-products-releasing-soon.aspx?ref=rss" /><id>tag:blog.idontwannabeaccie.com,2009-06-22:4d219c39-0306-4ec7-bb24-14a07983f1e8</id><author><name>Mike Down</name></author><updated>2009-06-22T16:55:00Z</updated><published>2009-06-22T16:55:00Z</published><content type="html">Hey everyone! &amp;nbsp;I hope you had a great weekend. &amp;nbsp;Wayne posted some great news over at the IPexpert Blog - So, I thought I would share it here as well! &amp;nbsp;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;"&lt;span style="font-family: 'Trebuchet MS'; color: rgb(102, 102, 102); line-height: 18px; "&gt;Gang,&lt;/span&gt;&lt;/div&gt;&lt;span style="color: rgb(102, 102, 102); font-family: 'Trebuchet MS'; font-size: 16px; line-height: 16px; "&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;Just a quick note to announce that our newest&amp;nbsp;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;Volume 1 Lab Workbooks&lt;/strong&gt;&amp;nbsp;for R&amp;amp;S&lt;em style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;(covering the 4.0 lab)&amp;nbsp;&lt;/em&gt;and Voice&amp;nbsp;&lt;em style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;(covering the 3.0 lab)&lt;/em&gt;&amp;nbsp;are&amp;nbsp;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;finished&lt;/strong&gt;&amp;nbsp;and will begin shipping this Friday (June 26th).&amp;nbsp; I’m&amp;nbsp;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;extremely&amp;nbsp;&lt;/strong&gt;impressed with these new products and am confident that our clients will also be&amp;nbsp;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;VERY satisfied and impressed&lt;/strong&gt;.&amp;nbsp; The R&amp;amp;S Workbook is updated with 50% more content covering the latest topics (&lt;a href="https://cisco.hosted.jivesoftware.com/docs/DOC-4605" target="_blank" style="font-family: 'Trebuchet MS', arial; color: rgb(153, 0, 0); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: underline; white-space: normal; vertical-align: baseline; font-weight: bold; "&gt;recently announced by Cisco&lt;/a&gt;) and the Voice Workbook is absolutely amazing covering all of the topics on the new 3.0 blueprint.&amp;nbsp; Our new and completed Security Lab Workbook&lt;em style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;&amp;nbsp;(Volume 1 for blueprint 3.0)&lt;/em&gt;&amp;nbsp;will also be shipping within the next 3 weeks).&amp;nbsp; Existing customers will have these sections / books added to their members area and additional details about these products, Volume 2 Workbook release dates and Video / Audio on Demand release dates will be published on our website soon.&lt;/p&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;Regards,&amp;nbsp; Wayne"&lt;/p&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;&lt;/p&gt;&lt;p style="color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;&lt;font face="Arial"&gt;Pretty good news if you ask me. &amp;nbsp;After hearing the excitement from not only our developers, but, Wayne himself, these new products should blow the "competition" right out of the water!&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;/span&gt;</content></entry><entry><title>Hardware Phones with Software VPN and the Future of CCIE Voice v3 Product Development</title><link rel="alternate" href="http://blog.idontwannabeaccie.com/2009/06/22/hardware-phones-with-software-vpn-and-the-future-of-ccie-voice-v3-product-development.aspx?ref=rss" /><id>tag:blog.idontwannabeaccie.com,2009-06-22:b6f2b1ca-d0fc-43b4-8670-c137651a8347</id><author><name>Mike Down</name></author><updated>2009-06-22T16:01:00Z</updated><published>2009-06-22T16:01:00Z</published><content type="html">Mark Snow, Voice and Security CCIE instructor/developer for IPexpert recently posted the following article on the IPexpert Blog. &amp;nbsp;Check it out below if you are a Voice candidate!&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;"&lt;span style="font-family: 'Trebuchet MS'; color: rgb(102, 102, 102); line-height: 18px; "&gt;Any of you who have been studying for your CCIE Voice for any time now, know the importance of having phones to test your calls with. In the past, with the v2 exam, this was not too much of a problem because of the wonderful product called IPBlue (the only SCCP-based softphone client on the market). With it you could test all of the needed calls, XML display functions such as Services, Softkeys, and Line appearances.&lt;/span&gt;&lt;/div&gt;&lt;span style="color: rgb(102, 102, 102); font-family: 'Trebuchet MS'; font-size: 16px; line-height: 16px; "&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;&lt;span id="more-1166" style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;Approximately 1 year ago when we began internal preparation meetings for what we knew would become the new v3 Voice blueprint, we knew that the older 7960 phone models wouldn’t do. In fact, they are largely incapable of performing (and thus testing) approximately 25-30% of the newer functions listed in the blueprint for the v3 Voice Lab Exam (Even much more so on the SIP side of phones, but SCCP has quite a few large features as well that can’t be tested without newer model phones) (For only a partial list, take a look at the CUCM SRND pg 819). 30% is an overall&amp;nbsp;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;huge&lt;/strong&gt;&amp;nbsp;percentage of things for you to&amp;nbsp;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;not&lt;/strong&gt;&amp;nbsp;be&amp;nbsp;able&amp;nbsp;to study and test for, before reaching your actual lab exam. It’s much more than a failing percentage. So it quickly becomes obvious that this is simply an unacceptable amount of testable content for us not to cover. We would be much more than remiss in not providing you with a test platform for such testable topics, we would be&amp;nbsp;dreadfully in violation of our duties to fully prepare you for the CCIE Voice 3.0 Exam. It should be noted that to date (as of this penning),&amp;nbsp;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;none&amp;nbsp;&lt;/strong&gt;of the other vendors claiming to teach or develop for the new v3.0 Voice Lab Exam has anything except 7960 phones in their online racks&amp;nbsp;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;and&lt;/strong&gt;&amp;nbsp;in their classrooms. We simply don’t understand how they are claiming to prepare people. The simple fact is that they are leaving out this 25-30% in their self-study workbooks and in their classroom instruction.&lt;/p&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;To that end, we decided upon, and procured long ago, newer 7962 model phones for our classrooms. We decided on 7962’s vs 7961’s simply for the fact that they can perform one additional feature that the 7961 models could not, and could be tested.&lt;/p&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;All of that brings me to this statement, for all future development IPexpert does, and all future workbooks or labs to be released (including the remainder of Volume 1 next week!!), we will focus all of our labs and testing around the 7962 phone primarily. This allows us as developers to test everything in hardware instead of software, ensuring that 100% like-functionality will occur from our labs and solutions to your actual experience sitting the CCIE Voice Lab Exam.&lt;/p&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;So the good news is two-fold:&lt;/p&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;&lt;span style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;So for item #1: IPBlue now (in this next week actually) supports the 7962 phone type! However, while that is great news, they only supports the SCCP protocol, and from the blueprint we easily see at the top that we will need to know and be able to test&amp;nbsp;&lt;/span&gt;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;both&lt;/strong&gt;&lt;span style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;&amp;nbsp;the SCCP&amp;nbsp;&lt;/span&gt;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;and&amp;nbsp;&lt;/strong&gt;&lt;span style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;SIP protocols for&amp;nbsp;&lt;/span&gt;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;both&amp;nbsp;&lt;/strong&gt;&lt;span style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;the CUCM&amp;nbsp;&lt;/span&gt;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;and&lt;/strong&gt;&amp;nbsp;CUCME cluster types.&lt;/p&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;So our layout for the 5 phones that you will need to own either in hardware or in softphone fashion to test our self-study products with are:&lt;/p&gt;&lt;ul style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 5px; margin-right: 5px; margin-bottom: 20px; margin-left: 5px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; list-style-type: none; "&gt;&lt;li style="font-family: 'Trebuchet MS', arial; color: rgb(51, 51, 51); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 20px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; line-height: 1.5em; background-image: url(http://ipexpert.ccieblog.com/wp-content/themes/blue-dream/images/bullet.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; font-size: 12px; background-position: 0% 6px; "&gt;(Qty 1) Cisco 7960 IP Phone&amp;nbsp;(or any other model above a 7960 for that matter)&amp;nbsp;running the SCCP protocol load is needed for your PSTN site. An IPBlue VTGO-Lite softphone&amp;nbsp;will suffice in the case that you don’t have a hardware phone available to you.&lt;/li&gt;&lt;li style="font-family: 'Trebuchet MS', arial; color: rgb(51, 51, 51); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 20px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; line-height: 1.5em; background-image: url(http://ipexpert.ccieblog.com/wp-content/themes/blue-dream/images/bullet.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; font-size: 12px; background-position: 0% 6px; "&gt;(Qty 1) Cisco 7962&amp;nbsp;IP Phone&amp;nbsp;running the SIP protocol load is needed for your HQ site Phone 2 (Phone 1 is physically located back at our Proctor Labs Data Center).&amp;nbsp;A Cisco&amp;nbsp;CIPC&amp;nbsp;softphone will suffice in the case that you don’t have a hardware phone available to you.&lt;/li&gt;&lt;li style="font-family: 'Trebuchet MS', arial; color: rgb(51, 51, 51); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 20px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; line-height: 1.5em; background-image: url(http://ipexpert.ccieblog.com/wp-content/themes/blue-dream/images/bullet.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; font-size: 12px; background-position: 0% 6px; "&gt;(Qty 2)&amp;nbsp;Cisco 7962&amp;nbsp;IP Phones&amp;nbsp;running the SCCP protocol load are needed for your BR1 site Phone 2, and&amp;nbsp;BR2 site Phone 3&amp;nbsp;(BR1 Phone 1 and BR2 Phone 1 &amp;amp; 2 are all physically located back at our Proctor Labs Data Center.&amp;nbsp;IPBlue VTGO-Lite softphones will suffice in the case that you don’t have hardware phones available to you.&lt;/li&gt;&lt;li style="font-family: 'Trebuchet MS', arial; color: rgb(51, 51, 51); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 20px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; line-height: 1.5em; background-image: url(http://ipexpert.ccieblog.com/wp-content/themes/blue-dream/images/bullet.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; font-size: 12px; background-position: 0% 6px; "&gt;(Qty 1)&amp;nbsp;Cisco 7960 IP Phone&amp;nbsp;(or any other model above a 7960 for that matter)&amp;nbsp;running the SIP protocol load is needed for your BR2 site Phone 4.&amp;nbsp;A&amp;nbsp;Couterpath X-Lite softphone&amp;nbsp;will suffice in the case that you don’t have a hardware phone available to you.&lt;/li&gt;&lt;li style="font-family: 'Trebuchet MS', arial; color: rgb(51, 51, 51); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 20px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; line-height: 1.5em; background-image: url(http://ipexpert.ccieblog.com/wp-content/themes/blue-dream/images/bullet.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; font-size: 12px; background-position: 0% 6px; "&gt;By the way, if you can’t procure hardware 7962 phone models, 7961’s should suffice quite well. The only thing they can’t test is the G722 protocol - which shouldn’t be too big of a problem. They do support all of the other needed features necessary to prepare you for the actual lab exam.&lt;/li&gt;&lt;/ul&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;For item #2: Here are simple directions on how you can easily use Cisco Hardware IP Phones with your Cisco Software IPSec VPN Client:&lt;/p&gt;&lt;ol style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 20px; margin-top: 5px; margin-right: 5px; margin-bottom: 20px; margin-left: 5px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; list-style-type: decimal; "&gt;&lt;li style="font-family: 'Trebuchet MS', arial; color: rgb(51, 51, 51); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; line-height: 1.5em; font-size: 12px; "&gt;When you have a rack session (&lt;a title="Proctor Labs Demo v3.0 Voice vRack" href="http://ipexpert.ccieblog.com/2009/05/06/voice-demo-vrack-proctor-labs/" target="_blank" style="font-family: 'Trebuchet MS', arial; color: rgb(153, 0, 0); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: underline; white-space: normal; vertical-align: baseline; font-weight: bold; "&gt;or if you simply want to test your VPN - you can use our Demo Voice vRack&lt;/a&gt;), using your Cisco IPSec VPN Soft Client - connect to Proctor Labs&amp;nbsp;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;via your wireless network interface&lt;/strong&gt;, and simply ensure that VPN works properly (that you have it setup properly - btw we give you a PCF file to import when you log into any vRack including the demo vRack), and that you can ping what you should be able to ping.&lt;/li&gt;&lt;li style="font-family: 'Trebuchet MS', arial; color: rgb(51, 51, 51); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; line-height: 1.5em; font-size: 12px; "&gt;Setup ICS so that your Ethernet shares your WiFi connection. Your WiFi NIC will be the one connected to the internet and thus where your Cisco VPN Client will connect to Proctor Labs through. Your Ethernet will attach either to a 802.3af powered switch which has connected to it all of your hardware phones (all in one VLAN for ease of setup); or else if you don’t have a 802.3af switch then you can connect one of the phones’ “Switch”&amp;nbsp;ethernet ports directly&amp;nbsp;to your laptop/desktop Ethernet port, and then daisy-chain all of the other hardware phones that you have together - making sure that phone 2’s “Switch” port connects to phone 1’s&amp;nbsp;”PC” port, and so on and so on. These can all be straight-through ethernet cables that you use. Then you will need to power all 5 phones with individual power cubes, bearing in mind that any 7960 phones (PSTN and BR2 Phone 2) only need 6.3W of juice, but that the 7962 phones will need 15.4W, so your power cube size may vary. &amp;nbsp;(&lt;a title="Setup ICS on a Mac" href="http://www.hypergurl.com/blog/mac/sharinginternet-wifi-airport.html" target="_blank" style="font-family: 'Trebuchet MS', arial; color: rgb(153, 0, 0); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: underline; white-space: normal; vertical-align: baseline; font-weight: bold; "&gt;Link to setup ICS on a Mac running 10.5&lt;/a&gt;) (&lt;a title="Setup ICS on Vista PC" href="http://windowshelp.microsoft.com/Windows/en-US/help/bfd3bd31-82f0-4b9c-9cde-fb92bc2b14771033.mspx" target="_blank" style="font-family: 'Trebuchet MS', arial; color: rgb(153, 0, 0); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: underline; white-space: normal; vertical-align: baseline; font-weight: bold; "&gt;Link to setup ICS on Windows Vista&lt;/a&gt;)&amp;nbsp;(&lt;a title="Setup ICS on XP PC" href="http://support.microsoft.com/kb/306126" target="_blank" style="font-family: 'Trebuchet MS', arial; color: rgb(153, 0, 0); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: underline; white-space: normal; vertical-align: baseline; font-weight: bold; "&gt;Link to setup ICS on Windows XP&lt;/a&gt;)&lt;/li&gt;&lt;li style="font-family: 'Trebuchet MS', arial; color: rgb(51, 51, 51); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; line-height: 1.5em; font-size: 12px; "&gt;From the Settings Button: Set all of your phones to&amp;nbsp;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;Static&lt;/strong&gt;&amp;nbsp;IP Addressing, making sure that they are all on the same IP Subnet as your Mac/PC Ethernet port is statically set to, set your Default Gateway to the IP Address statically assigned to your Mac/PC Ethernet port, and then statically point TFTP to the following addresses (you do not need to turn on “Alternate TFTP” since that is only when you are running DHCP, and here you are not): Regardless of vRack (Pod) that you rent from Proctor Labs - For the 2 phones (HQ Ph2 &amp;amp; BR1 Ph2) pointed to the CUCM Cluster:&amp;nbsp;TFTP =&amp;nbsp;10.10.210.10 ; For the&amp;nbsp;2 phones (BR2 Ph3&amp;nbsp;&amp;amp; BR2 Ph4) pointed to the&amp;nbsp;CUCME Cluster: TFTP = 10.10.110.3 ; For the 1&amp;nbsp;phone (7960 PSTN) pointed to the PSTN Cluster:&amp;nbsp;TFTP =&amp;nbsp;10.10.100.2.&lt;/li&gt;&lt;/ol&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;That should be it. When you have your vRack session, and you have connected your Cisco VPN Client to the Proctor Labs vRack, and you have taken care of any necessary infrastructure configuration/troubleshooting steps, as well as phone configuration/MAC address changes/TFTP/CCM Services activated and running - all pointed out to you by your Lab scenario, you will now be able to register those hardware phones to your CUCM, CUCME, and PSTN CUCME respectively -&amp;nbsp;&lt;strong style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; "&gt;no switch needed!&lt;/strong&gt;&lt;/p&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;We hope that this blog post has been informative, and certainly welcome any comments related to either of these two topics!&lt;/p&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;Cheers,&lt;/p&gt;&lt;p style="font-family: 'Trebuchet MS', arial; color: rgb(102, 102, 102); outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; text-decoration: none; white-space: normal; vertical-align: baseline; font-size: 12px; line-height: 1.5em; "&gt;Mark"&lt;/p&gt;&lt;/span&gt;</content></entry><entry><title>You Want an Onsite?  I Will Show You an Onsite!</title><link rel="alternate" href="http://blog.idontwannabeaccie.com/2009/06/12/you-want-an-onsite--i-will-show-you-an-onsite.aspx?ref=rss" /><id>tag:blog.idontwannabeaccie.com,2009-06-12:7b4a9d64-4b67-49f0-ad24-3f49cc2b6e9b</id><author><name>Mike Down</name></author><updated>2009-06-12T20:22:00Z</updated><published>2009-06-12T20:22:00Z</published><content type="html">&lt;span&gt;&lt;p&gt;Well, I posted on &lt;a href="http://www.twitter.com/mekahldownish"&gt;TWITTER&lt;/a&gt; and my Facebook the other day that I would have some tentative dates for some onsite instructor led boot camps.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Well, after going through the schedule and such, I have come up with 2 to start with – A Voice boot camp in Europe and a R&amp;amp;S boot camp in New York City (Possibly Malaysia as well) ---&amp;nbsp;&lt;/p&gt; &lt;p&gt;If you are interested, PLEASE &lt;a href="mailto:mdown@ipexpert.com"&gt;EMAIL ME&lt;/a&gt; and in the subject line put &lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;I AM INTERESTED IN ONE OF YOUR ONSITES MIKE!&lt;span style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;a href="http://www.ipexpert.com/index.cfm/product/sku/CCIE_Voice_Lab_Boot_Camp_5_Days_Instructor_Led_Bootcamp"&gt;CCIE Voice 5 Day Instructor Led Boot Camp&lt;/a&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;London, England --- September 28 – October 2, 2009&lt;span style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Details: &lt;/p&gt; &lt;ul style="margin-top: 0in;" type="disc"&gt; &lt;li&gt;&lt;strong&gt;5 Days of intense training with an IPexpert instructor&lt;/strong&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Voice courseware &lt;/strong&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.ipexpert.com/index.cfm/product/sku/CCIE_Voice_Lab_Boot_Camp_5_Days_Instructor_Led_Bootcamp"&gt;Voice Blended Learning Solution&lt;/a&gt;&lt;span style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;For pricing information, please &lt;strong&gt;&lt;a href="mailto:mdown@ipexpert.com"&gt;CONTACT ME&lt;/a&gt;&lt;/strong&gt; directly. Pricing will vary with the amount of people that do attend. &lt;span&gt;&amp;nbsp;&lt;/span&gt;So, if you have friends or co-workers, get them in the class for a cheaper price! &lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;Keep in mind – this is a &lt;strong&gt;TENATIVE DATE&lt;/strong&gt; – Class will run only if we have enough people.&lt;span&gt;&amp;nbsp; &lt;/span&gt;I will be updating everyone &lt;strong&gt;AS IT HAPPENS&lt;/strong&gt;.&lt;span&gt;&amp;nbsp; &lt;/span&gt;So far there is a ton of talk of people wanting this to go – so, pass this on to everyone – post it everywhere!&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;a href="http://www.ipexpert.com/index.cfm/product/sku/ccie_rs_lab_instructor_led_bootcamp"&gt;CCIE R&amp;amp;S 5 Day Instructor Led Boot Camp&lt;/a&gt;&lt;span style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;New York City, New York --- August 31 – September 4, 2009&lt;span style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Details: &lt;/p&gt; &lt;ul style="margin-top: 0in;" type="disc"&gt; &lt;li&gt;&lt;strong&gt;5 Days of intense training with CCIE x 3 Instructor &lt;a href="http://www.ipexpert.com/index.cfm/staff/staffid/8805"&gt;Jared Scrivener&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;R&amp;amp;S courseware&lt;/strong&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.ipexpert.com/index.cfm/product/sku/Self_Study_Blended_Learning_Solution_CCIE_RS_Lab_Exam"&gt;R&amp;amp;S Blended Learning Solution&lt;/a&gt;&amp;nbsp;&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;For pricing information, please &lt;strong&gt;&lt;a href="mailto:mdown@ipexpert.com"&gt;CONTACT ME&lt;/a&gt;&lt;/strong&gt; directly. Pricing will vary with the amount of people that do attend. &lt;span&gt;&amp;nbsp;&lt;/span&gt;So, if you have friends or co-workers, get them in the class for a cheaper price! &lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;Keep in mind – this is a &lt;strong&gt;TENATIVE DATE&lt;/strong&gt; – Class will run only if we have enough people.&lt;span&gt;&amp;nbsp; &lt;/span&gt;I will be updating everyone &lt;strong&gt;AS IT HAPPENS&lt;/strong&gt;.&lt;span&gt;&amp;nbsp; &lt;/span&gt;So far there is a ton of talk of people wanting this to go – so, pass this on to everyone – post it everywhere!&amp;nbsp;&lt;/p&gt; &lt;p&gt;If you have any questions at all or are interested in another location, please let me know! &lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;</content></entry><entry><title>June Newsletter for CCIE Candidates Now Available</title><link rel="alternate" href="http://blog.idontwannabeaccie.com/2009/06/03/june-newsletter-for-ccie-candidates-now-available.aspx?ref=rss" /><id>tag:blog.idontwannabeaccie.com,2009-06-03:e2885055-1d87-45fa-b892-5ce15ab2a13e</id><author><name>Mike Down</name></author><category term="News" /><updated>2009-06-03T17:16:00Z</updated><published>2009-06-03T17:16:00Z</published><content type="html">&lt;span style="color: rgb(102, 102, 102); font-family: 'Trebuchet MS'; line-height: 18px; "&gt;Please be sure to check out IPexpert’s &lt;a href="http://www.imakenews.com/ipexpert/" target="_blank" style="font-family: 'Trebuchet MS', arial; outline-width: 0px; outline-style: initial; outline-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-color: initial; white-space: normal; vertical-align: baseline; font-weight: bold; text-decoration: underline; color: rgb(153, 0, 0); "&gt;June newsletter&lt;/a&gt; - lots of great discounts, news and promotions happening this month!&lt;/span&gt;</content></entry><entry><title>CCIE Candidate Spotlight - Jo Knight</title><link rel="alternate" href="http://blog.idontwannabeaccie.com/2009/06/02/ccie-candidate-spotlight--jo-knight.aspx?ref=rss" /><id>tag:blog.idontwannabeaccie.com,2009-06-02:719bf7a8-3b39-4168-b765-0c570f2f5f80</id><author><name>Mike Down</name></author><category term="CCIE Candidate Spotlight" /><updated>2009-06-02T14:46:00Z</updated><published>2009-06-02T14:46:00Z</published><content type="html">&lt;span&gt;&lt;blockquote class="gmail_quote" style="padding-left: 1ex; margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0.8ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; "&gt; &lt;div vlink="purple" link="blue"&gt; &lt;div&gt;&lt;p&gt;&lt;span style="font-family: 'lucida grande'; font-size: 13px;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; "&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;Hey all, &lt;/span&gt; &lt;/span&gt;&lt;/p&gt; &lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;It was a popular feature on my old blog so I decided to bring it to my new blog.  Each week (hopefully) I will feature a new CCIE candidate who is trying to conquer the beast just like most of you.  This weeks CCIE Candidate Spotlight Feature is on Jo Knight.  You may know him from his&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt; &lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;&lt;a href="http://ccielab.wordpress.com" target="_blank" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;BLOG&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt; &lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;- I have had the pleasure of working with him through his&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;  &lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;&lt;a href="http://www.ipexpert.com/index.cfm/Testimonials" target="_blank" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;R&amp;amp;S CCIE&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt; &lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;and now through his journey to beat the Voice lab.  So, do you want to know more about Jo?  &lt;/span&gt;&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;Here's the tale of the tape: &lt;/span&gt;&lt;/span&gt; &lt;/span&gt;&lt;/p&gt; &lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span class="apple-style-span"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Name&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;: Jo Knight&lt;/span&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span&gt;                                             &lt;span&gt;&lt;img src="http://images.quickblogcast.com/6/6/0/5/7/185650-175066/Jo_Knight.bmp" width="320"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;&lt;br&gt; &lt;br&gt; &lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span class="apple-style-span"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Age&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;: 33&lt;/span&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;  &lt;span style="font-size: 9pt; font-family: Arial; color: black; "&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Company&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;:                                               &lt;/span&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;br&gt; &lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;City/State/Country&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;:&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;/span&gt;Doha, Qatar but originally from London, England&lt;/span&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Certifications Completed&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;:&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;/span&gt;CCIE R&amp;amp;S - #22262&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Certifications Currently Studying&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;:&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;/span&gt;CCIE Voice&lt;/span&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;How long have you been studying for current certification&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;?&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;/span&gt;On and off for the last six months, but in reality more off than on due to being too busy at work. Now its time to get serious about it and get going.&lt;/span&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Lab Date(s)&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;:&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;/span&gt;Aiming for Sometime in early 2010 - hopefully March/April&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Lab Attempts&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;:&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;/span&gt;0&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Blog/Website&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;:&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;a href="http://ccielab.wordpress.com/" title="blocked::http://ccielab.wordpress.com/" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;http://ccielab.wordpress.com&lt;/a&gt;&lt;/span&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;What Company(s) are you using for studies if any&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;?&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;/span&gt;IPexpert and ccbootcamp&lt;/span&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;What products have you used from these companies&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;:&lt;/span&gt;&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;IPexpert Voice BLS for the Lab and ccbootcamp CCIE Voice Written Study Guide for the...er...Written&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Do you own your own rack equipment&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;? No - Proctor Labs all the way....&lt;/span&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Hours per day you study&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;?&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;/span&gt;Currently 1-2 a day for the written exam, will try to get 4-5 when Im doing labs in the near future.&lt;/span&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Have you or would you attend any boot camps&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;?&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;/span&gt;I would like to check out the IPexpert Voice bootcamps - Vik and Mark seem to be the best out there based on what I am hearing.&lt;/span&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Do you plan on going after another certification&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;?&lt;/span&gt;&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black; "&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;I'm not sure I could deal with being a triple CCIE at any time in my life - my wife wouldnt allow it anyway. Lets get number two out of the way first before thinking of any others... SP would be the next one if I was pushed into it.&lt;/span&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Tell me what you like to do when you are NOT studying or working&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;:&lt;/span&gt;&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black; "&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Ive recently moved out to the Middle East for a different way of life, summer is pretty much going to be spent indoors due to the heat, but I like going out into the desert in the 4x4 and quad biking, BBQ'ing when we can. Of course spending time with my wife is high up on the list too &lt;img src="http://blog.idontwannabeaccie.com/emoticons/wink.png" border="0" /&gt;&lt;/span&gt;&lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;br style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; &lt;span class="apple-style-span"&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;What could the vendors do to make studying easier/bette&lt;/span&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;r&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;?&lt;/span&gt;&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black; "&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;I find the video walkthroughs to labs very helpful along with the main VoD lessons. I am good at learning by doing, and if I see someone else doing it first, seem to pick it up a lot easier. So more high quality video training please would suit me to the ground&lt;/span&gt;&lt;/span&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black; "&gt; &lt;/span&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black; "&gt;- (hint and updated v3 voice videos on the BLS)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="font-size: 10pt; font-family: 'lucida grande'; color: black; "&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black; "&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black; "&gt;Do you want to be featured on the next edition of CCIE Candidate Spotlight?  If so, please &lt;/span&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span class="apple-style-span"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: 'Trebuchet MS'; color: rgb(51, 51, 51); "&gt;&lt;a href="mailto:%20mdown@ipexpert.com" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: rgb(34, 51, 68); "&gt;contact me&lt;/span&gt;&lt;/a&gt;!&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;b&gt;&lt;span style="font-size: 10pt; font-family: 'Trebuchet MS'; color: rgb(51, 51, 51); "&gt; &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span class="apple-style-span"&gt;&lt;span style="font-size: 10pt; font-family: 'Trebuchet MS'; color: rgb(51, 51, 51); "&gt;Thank you Jo!  Don't forget to go to his blog and leave comments and add him to your blog rolls!  &lt;/span&gt;&lt;/span&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;blockquote class="gmail_quote" style="padding-left: 1ex; margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0.8ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; "&gt;&lt;div vlink="purple" link="blue"&gt;&lt;div&gt;&lt;p&gt;&lt;span style="color: rgb(51, 51, 51); font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; "&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/span&gt;</content></entry><entry><title>Proctor Labs vRack Specials and WHY you should take advantage</title><link rel="alternate" href="http://blog.idontwannabeaccie.com/2009/05/18/proctor-labs-vrack-specials-and-why-you-should-take-advantage.aspx?ref=rss" /><id>tag:blog.idontwannabeaccie.com,2009-05-18:06d2c081-8ab8-4024-9c3e-d444e77e7a7e</id><author><name>Mike Down</name></author><updated>2009-05-18T18:16:00Z</updated><published>2009-05-18T18:16:00Z</published><content type="html">&lt;p style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: rgb(153, 51, 0); "&gt;Hey everyone - I hope you all had a great weekend.  Sometimes I dread Mondays, but, hey, this was a GREAT weekend for me and this Monday brought what all Monday's do, the start to a new.  &lt;/span&gt;&lt;/p&gt;&lt;p style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: rgb(153, 51, 0); "&gt;So, we have all these changes in labs recently, it has caused a lot of confusion, lots of scrambling and lots of new development.  We have been on top of everything here at IPexpert and not only were our products good before, the new stuff that is being rolled out is even better!  &lt;/span&gt;&lt;/p&gt;&lt;p style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: rgb(153, 51, 0); "&gt;Well, if you haven't read Mark Snow's post on the IPexpert Blog - I am posting the link &lt;a href="http://ipexpert.ccieblog.com/2009/05/13/voice-v3-vracks-major-enhancements/" target="_blank"&gt;HERE&lt;/a&gt;.  Voice and Security students, this is a &lt;/span&gt;&lt;span style="color: rgb(153, 51, 0); "&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="text-decoration: underline;"&gt;MUST READ&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(153, 51, 0); "&gt; for you if you are using the Blended Learning Solution.  No other CCIE Training Vendor can bring to the table what we have, so, if you don't use Proctor Labs now or are running out of vRack vouchers - NOW IS THE TIME to start.  So, please, take a few minutes and read the &lt;span style=""&gt;&lt;a href="http://ipexpert.ccieblog.com/2009/05/13/voice-v3-vracks-major-enhancements/" target="_blank"&gt;IPEXPERT BLOG&lt;/a&gt;&lt;/span&gt; and then continue to my vRack promotions below. &lt;/span&gt;&lt;/p&gt;&lt;p style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: rgb(153, 51, 0); outline-style: none; outline-width: initial; outline-color: initial; "&gt;CCIE &lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;R&amp;amp;S&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; Racks:&lt;/b&gt;&lt;/p&gt;&lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;ul type="disc" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;li style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: blue; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;a href="http://proctorlabs.com/index.cfm/product/sku/pl0261" title="http://proctorlabs.com/index.cfm/product/sku/pl0261 blocked::http://proctorlabs.com/index.cfm/product/sku/pl0261" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Buy the 10-session bundle&lt;/a&gt;&lt;/span&gt;, get 3 extra sessions free!  (Over 100 hours!)&lt;/li&gt;&lt;li style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: blue; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;a href="http://proctorlabs.com/index.cfm/product/sku/pl0263" title="http://proctorlabs.com/index.cfm/product/sku/pl0263 blocked::http://proctorlabs.com/index.cfm/product/sku/pl0263" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Buy the 25-session bundle&lt;/a&gt;&lt;/span&gt;, get 8 extra sessions free!  (Over 255 hours!)&lt;/li&gt;&lt;li style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: blue; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;a href="http://proctorlabs.com/index.cfm/product/sku/pl0265" title="http://proctorlabs.com/index.cfm/product/sku/pl0265 blocked::http://proctorlabs.com/index.cfm/product/sku/pl0265" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Buy the 50-session bundle&lt;/a&gt;&lt;/span&gt;, get 15 extra sessions free!  (Over 500 hours!)&lt;/li&gt;&lt;/ul&gt;&lt;p style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: rgb(153, 51, 0); outline-style: none; outline-width: initial; outline-color: initial; "&gt;CCIE &lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Voice&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; Racks:&lt;/b&gt;&lt;/p&gt;&lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;ul type="disc" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;li style="color: black; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;a href="http://proctorlabs.com/index.cfm/product/sku/pl0269" title="http://proctorlabs.com/index.cfm/product/sku/pl0269 blocked::http://proctorlabs.com/index.cfm/product/sku/pl0269" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Buy the 10-session bundle&lt;/a&gt;, get 3 extra sessions free!  (Over 100 hours!)&lt;/li&gt;&lt;li style="color: black; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;a href="http://proctorlabs.com/index.cfm/product/sku/pl0271" title="http://proctorlabs.com/index.cfm/product/sku/pl0271 blocked::http://proctorlabs.com/index.cfm/product/sku/pl0271" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Buy the 25-session bundle&lt;/a&gt;, get 8 extra sessions free!  (Over 255 hours!)&lt;/li&gt;&lt;li style="color: black; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;a href="http://proctorlabs.com/index.cfm/product/sku/pl0273" title="http://proctorlabs.com/index.cfm/product/sku/pl0273 blocked::http://proctorlabs.com/index.cfm/product/sku/pl0273" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Buy the 50-session bundle&lt;/a&gt;, get 15 extra sessions free!  (Over 500 hours!)&lt;/li&gt;&lt;/ul&gt;&lt;p style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: rgb(153, 51, 0); outline-style: none; outline-width: initial; outline-color: initial; "&gt;CCIE &lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Security&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt; Racks:&lt;/b&gt;&lt;/p&gt;&lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;ul type="disc" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;li style="color: black; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: rgb(51, 51, 153); outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;a href="http://proctorlabs.com/index.cfm/product/sku/pl0275" title="http://proctorlabs.com/index.cfm/product/sku/pl0275 blocked::http://proctorlabs.com/index.cfm/product/sku/pl0275" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: rgb(51, 51, 153); outline-style: none; outline-width: initial; outline-color: initial; "&gt;Buy the 10-session bundle&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;, get 3 extra sessions free!  (Over 100 hours!)&lt;/li&gt;&lt;li style="color: black; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;a href="http://proctorlabs.com/index.cfm/product/sku/pl0277" title="http://proctorlabs.com/index.cfm/product/sku/pl0277 blocked::http://proctorlabs.com/index.cfm/product/sku/pl0277" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Buy the 25-session bundle&lt;/a&gt;, get 8 extra sessions free!  (Over 255 hours!)&lt;/li&gt;&lt;li style="color: black; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;a href="http://proctorlabs.com/index.cfm/product/sku/pl0279" title="http://proctorlabs.com/index.cfm/product/sku/pl0279 blocked::http://proctorlabs.com/index.cfm/product/sku/pl0279" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Buy the 50-session bundle&lt;/a&gt;, get 15 extra sessions free!  (Over 500 hours!)&lt;/li&gt;&lt;/ul&gt;&lt;p style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: rgb(153, 51, 0); outline-style: none; outline-width: initial; outline-color: initial; "&gt;CCIE Service Provider Racks:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;ul type="disc" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;li style="color: black; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;a href="http://proctorlabs.com/index.cfm/product/sku/pl0281" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Buy the 10-session bundle&lt;/a&gt;, get 3 extra sessions free! (Over 100 hours!)&lt;/li&gt;&lt;li style="color: black; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;a href="http://proctorlabs.com/index.cfm/product/sku/pl0283" title="http://proctorlabs.com/index.cfm/product/sku/pl0277 blocked::http://proctorlabs.com/index.cfm/product/sku/pl0277" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Buy the 25-session bundle&lt;/a&gt;, get 8 extra sessions free!  (Over 255 hours!)&lt;/li&gt;&lt;li style="color: black; outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;a href="http://proctorlabs.com/index.cfm/product/sku/pl0285" title="http://proctorlabs.com/index.cfm/product/sku/pl0279 blocked::http://proctorlabs.com/index.cfm/product/sku/pl0279" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;Buy the 50-session bundle&lt;/a&gt;, get 15 extra sessions free!  (Over 500 hours!)&lt;/li&gt;&lt;/ul&gt;&lt;p style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;During this promotion, you will get &lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: rgb(153, 51, 0); outline-style: none; outline-width: initial; outline-color: initial; "&gt;30% &lt;/span&gt;&lt;/b&gt;more rack sessions – &lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: rgb(153, 51, 0); outline-style: none; outline-width: initial; outline-color: initial; "&gt;FREE&lt;/span&gt;&lt;/b&gt;! This is a &lt;b style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;u style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;span style="color: rgb(153, 51, 0); outline-style: none; outline-width: initial; outline-color: initial; "&gt;limited time promotion&lt;/span&gt;&lt;/u&gt; that can be discontinued without notice. Please contact &lt;a href="mailto:mdown@ipexpert.com" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;mdown@ipexpert.com&lt;/a&gt; with all inquiries. &lt;/b&gt;&lt;/p&gt;&lt;p style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;br&gt;&lt;/p&gt;&lt;p style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;VOICE AND SECURITY candidates - I MAY do better than this if you contact me directly - In the email subject put "IM A VOICE/SECURITY CANDIDATE AND I WANT TO SAVE MONEY ON RACK TIME" and I will get you a good deal, that's a promise!  You must email me! &lt;/p&gt;&lt;p style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;a href="mailto:mdown@ipexpert.com" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;mdown@ipexpert.com&lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;p style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;&lt;br&gt;&lt;/p&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;</content></entry><entry><title>I am going crazy..anyone wanna come along!</title><link rel="alternate" href="http://blog.idontwannabeaccie.com/2009/05/12/i-am-going-crazyanyone-wanna-come-along.aspx?ref=rss" /><id>tag:blog.idontwannabeaccie.com,2009-05-12:d0e5cf4b-3130-4c35-aca5-c0dc0c2bd02a</id><author><name>Rebecca Baca</name></author><updated>2009-05-13T02:55:00Z</updated><published>2009-05-13T02:55:00Z</published><content type="html">When i made the decision to get my CCIE I think i was smoking Crack!!&amp;nbsp; I decided to push for a date before the version changes and got exactly what I asked for and now wish I could be ran over by a bus!&amp;nbsp; I am sooo not ready for this test and it is two weeks away!!!&amp;nbsp; I know everyone says that..but I am serious!&amp;nbsp; With my work schedule being what it is right now and the intense travel i have been doing due to the project I have that is over 1000 miles away from home, prep has been non-existant!!&amp;nbsp; I have tried monster drinks, double red-eye coffees from starbucks, rockstars and 5 hour energy shots to stay awake and study or get a lab session in...nothing has worked!!! This is no bueno!!&amp;nbsp; Any recommendations to cram for the next two weeks but not be able to take off of work or be tired?&amp;nbsp; These ideas have to be legal!!&amp;nbsp; &lt;br&gt;&lt;br&gt;Rebecca&lt;br&gt;</content></entry><entry><title>IPexpert vClass Promotion!</title><link rel="alternate" href="http://blog.idontwannabeaccie.com/2009/05/11/ipexpert-vclass-promotion.aspx?ref=rss" /><id>tag:blog.idontwannabeaccie.com,2009-05-11:14349145-7934-42d4-b60d-10a2193d74a6</id><author><name>Mike Down</name></author><updated>2009-05-11T20:21:00Z</updated><published>2009-05-11T20:21:00Z</published><content type="html">&lt;span&gt;&lt;span style="color: rgb(153, 153, 153); font-family: 'Lucida Grande'; font-size: 11px; "&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;If you’re preparing for your CCIE R&amp;amp;S, Voice or
Security, and your training budget is a concern, be sure to review our May 2009
promotion.&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;Throughout this month only, our online (live – instructor
led) virtual classes (and bundled vClasses &amp;amp; our complete self-study
end-to-end / BLS) are discounted if you reference the following discount code:
MD05VSR (in order to receive this promotion pricing please contact one of our
CCIE-focused Training Advisors directly.&lt;/span&gt;&lt;/p&gt;

&lt;p class="ListParagraphCxSpFirst" style="text-indent:-.25in;mso-list:l0 level1 lfo1"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
Symbol"&gt;&lt;span style="mso-list:Ignore"&gt;&lt;span style="font-size: small;"&gt;·&lt;/span&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;span style="font-size: small;"&gt;        
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;Telephone: +1.810.326.1444 x 206&lt;/span&gt;&lt;/p&gt;

&lt;p class="ListParagraphCxSpMiddle" style="text-indent:-.25in;mso-list:l0 level1 lfo1"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
Symbol"&gt;&lt;span style="mso-list:Ignore"&gt;&lt;span style="font-size: small;"&gt;·&lt;/span&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;span style="font-size: small;"&gt;        
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;Email:&lt;span style=""&gt;&lt;a href="http://mailto:mdown@ipexpert.com" target="_blank"&gt; &lt;/a&gt;&lt;span style="color: rgb(0, 0, 0); font-family: Arial; font-size: 12px; "&gt;&lt;a href="mailto:mdown@ipexpert.com" style="outline-style: none; outline-width: initial; outline-color: initial; "&gt;mdown@ipexpert.com&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="ListParagraphCxSpLast" style="text-indent:-.25in;mso-list:l0 level1 lfo1"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
Symbol"&gt;&lt;span style="mso-list:Ignore"&gt;&lt;span style="font-size: small;"&gt;·&lt;/span&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;span style="font-size: small;"&gt;        
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;Live Chat: &lt;/span&gt;&lt;a href="http://www.ipexpert.com/chat"&gt;&lt;span style="font-size: small;"&gt;www.ipexpert.com/chat&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;span style="line-height: 115%; "&gt;&lt;span style="font-size: small;"&gt;Promotion Pricing:&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;

&lt;table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="491" style="width:368.0pt;margin-left:4.65pt;border-collapse:collapse;mso-yfti-tbllook:
 160;mso-padding-alt:0in 5.4pt 0in 5.4pt"&gt;
 &lt;tbody&gt;&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;height:15.75pt;mso-row-margin-right:
  86.0pt"&gt;
  &lt;td width="75" nowrap="" valign="bottom" style="width:56.0pt;border:solid windowtext 1.0pt;
  mso-border-alt:solid windowtext .5pt;padding:0in 5.4pt 0in 5.4pt;height:15.75pt"&gt;
  &lt;p class="MsoNormal" align="center" style="margin-bottom:0in;margin-bottom:.0001pt;
  text-align:center;line-height:normal"&gt;&lt;b&gt;&lt;span style="font-size:12.0pt;
  color:black"&gt;&lt;span style="font-size: small;"&gt;Track&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width="121" nowrap="" colspan="2" valign="bottom" style="width:91.0pt;border:solid windowtext 1.0pt;
  border-left:none;mso-border-top-alt:solid windowtext .5pt;mso-border-bottom-alt:
  solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.75pt"&gt;
  &lt;p class="MsoNormal" align="center" style="margin-bottom:0in;margin-bottom:.0001pt;
  text-align:center;line-height:normal"&gt;&lt;b&gt;&lt;span style="font-size:12.0pt;
  color:black"&gt;&lt;span style="font-size: small;"&gt;vClass Pricing&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width="180" nowrap="" colspan="2" valign="bottom" style="width:135.0pt;border:
  solid windowtext 1.0pt;border-left:none;mso-border-top-alt:solid windowtext .5pt;
  mso-border-bottom-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;
  padding:0in 5.4pt 0in 5.4pt;height:15.75pt"&gt;
  &lt;p class="MsoNormal" align="center" style="margin-bottom:0in;margin-bottom:.0001pt;
  text-align:center;line-height:normal"&gt;&lt;b&gt;&lt;span style="font-size:12.0pt;
  color:black"&gt;&lt;span style="font-size: small;"&gt;Bundled (BLS + vClass)&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="mso-cell-special:placeholder;border:none;padding:0in 0in 0in 0in" width="115"&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:1;height:15.0pt;mso-row-margin-right:86.0pt"&gt;
  &lt;td width="75" nowrap="" valign="bottom" style="width:56.0pt;border:solid windowtext 1.0pt;
  border-top:none;mso-border-left-alt:solid windowtext .5pt;mso-border-bottom-alt:
  solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" align="center" style="margin-bottom:0in;margin-bottom:.0001pt;
  text-align:center;line-height:normal"&gt;&lt;span style="color:black"&gt;&lt;span style="font-size: small;"&gt;R&amp;amp;S&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width="121" nowrap="" colspan="2" valign="bottom" style="width:91.0pt;border-top:
  none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
  mso-border-bottom-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;
  padding:0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" align="center" style="margin-bottom:0in;margin-bottom:.0001pt;
  text-align:center;line-height:normal"&gt;&lt;span style="color:black"&gt;&lt;span style="font-size: small;"&gt;* $999.00&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width="180" nowrap="" colspan="2" valign="bottom" style="width:135.0pt;border-top:
  none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
  mso-border-bottom-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;
  padding:0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" align="center" style="margin-bottom:0in;margin-bottom:.0001pt;
  text-align:center;line-height:normal"&gt;&lt;span style="color:black"&gt;&lt;span style="font-size: small;"&gt;$1,499.00 &lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="mso-cell-special:placeholder;border:none;padding:0in 0in 0in 0in" width="115"&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:2;height:15.0pt;mso-row-margin-right:86.0pt"&gt;
  &lt;td width="75" nowrap="" valign="bottom" style="width:56.0pt;border:solid windowtext 1.0pt;
  border-top:none;mso-border-left-alt:solid windowtext .5pt;mso-border-bottom-alt:
  solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" align="center" style="margin-bottom:0in;margin-bottom:.0001pt;
  text-align:center;line-height:normal"&gt;&lt;span style="color:black"&gt;&lt;span style="font-size: small;"&gt;Voice&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width="121" nowrap="" colspan="2" valign="bottom" style="width:91.0pt;border-top:
  none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
  mso-border-bottom-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;
  padding:0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" align="center" style="margin-bottom:0in;margin-bottom:.0001pt;
  text-align:center;line-height:normal"&gt;&lt;span style="color:black"&gt;&lt;span style="font-size: small;"&gt;* $1,499.00&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width="180" nowrap="" colspan="2" valign="bottom" style="width:135.0pt;border-top:
  none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
  mso-border-bottom-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;
  padding:0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" align="center" style="margin-bottom:0in;margin-bottom:.0001pt;
  text-align:center;line-height:normal"&gt;&lt;span style="color:black"&gt;&lt;span style="font-size: small;"&gt;$2,999.00 &lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="mso-cell-special:placeholder;border:none;padding:0in 0in 0in 0in" width="115"&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:3;height:15.0pt;mso-row-margin-right:86.0pt"&gt;
  &lt;td width="75" nowrap="" valign="bottom" style="width:56.0pt;border:solid windowtext 1.0pt;
  border-top:none;mso-border-left-alt:solid windowtext .5pt;mso-border-bottom-alt:
  solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" align="center" style="margin-bottom:0in;margin-bottom:.0001pt;
  text-align:center;line-height:normal"&gt;&lt;span style="color:black"&gt;&lt;span style="font-size: small;"&gt;Security&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width="121" nowrap="" colspan="2" valign="bottom" style="width:91.0pt;border-top:
  none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
  mso-border-bottom-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;
  padding:0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" align="center" style="margin-bottom:0in;margin-bottom:.0001pt;
  text-align:center;line-height:normal"&gt;&lt;span style="color:black"&gt;&lt;span style="font-size: small;"&gt;* $1,499.00&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width="180" nowrap="" colspan="2" valign="bottom" style="width:135.0pt;border-top:
  none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
  mso-border-bottom-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;
  padding:0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" align="center" style="margin-bottom:0in;margin-bottom:.0001pt;
  text-align:center;line-height:normal"&gt;&lt;span style="color:black"&gt;&lt;span style="font-size: small;"&gt;$1,999.00 &lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style="mso-cell-special:placeholder;border:none;padding:0in 0in 0in 0in" width="115"&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:4;height:15.0pt"&gt;
  &lt;td width="75" nowrap="" valign="bottom" style="width:56.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt"&gt;
  &lt;p class="MsoNormal" align="center" style="margin-bottom:0in;margin-bottom:.0001pt;
  text-align:center;line-height:normal"&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;span style="font-size: small;"&gt; &lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width="115" nowrap="" valign="bottom" style="width:86.0pt;padding:0in 5.4pt 0in 5.4pt;
  height:15.0pt"&gt;
  &lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
  normal"&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;span style="font-size: small;"&gt; &lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width="121" nowrap="" colspan="2" valign="bottom" style="width:91.0pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
  normal"&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;span style="font-size: small;"&gt; &lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width="180" nowrap="" colspan="2" valign="bottom" style="width:135.0pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
  normal"&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;span style="font-size: small;"&gt; &lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:5;height:15.0pt"&gt;
  &lt;td width="491" nowrap="" colspan="6" valign="bottom" style="width:368.0pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
  normal"&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;span style="font-size:12.0pt;
  color:black"&gt;&lt;span style="font-size: small;"&gt;* vClass dates priced at the promotional rates are as follows:&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:6;height:15.0pt"&gt;
  &lt;td width="491" nowrap="" colspan="6" valign="bottom" style="width:368.0pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
  normal"&gt;&lt;span style="color:black"&gt;&lt;span style="font-size: small;"&gt;R&amp;amp;S: June 15th - 19th, August 31st -
  September 4th&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:7;height:15.0pt"&gt;
  &lt;td width="491" nowrap="" colspan="6" valign="bottom" style="width:368.0pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
  normal"&gt;&lt;span style="color:black"&gt;&lt;span style="font-size: small;"&gt;Voice: July 6th-10th, September 7th - 11th,
  November 16th - 20th &lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="mso-yfti-irow:8;mso-yfti-lastrow:yes;height:15.0pt"&gt;
  &lt;td width="311" nowrap="" colspan="4" valign="bottom" style="width:233.0pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
  normal"&gt;&lt;span style="color:black"&gt;&lt;span style="font-size: small;"&gt;Security: June 29th - July 3rd, October
  19th - 23rd&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width="180" nowrap="" colspan="2" valign="bottom" style="width:135.0pt;padding:
  0in 5.4pt 0in 5.4pt;height:15.0pt"&gt;
  &lt;p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:
  normal"&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;span style="font-size: small;"&gt; &lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;</content></entry></feed>