<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.0.0 (http://www.squarespace.com/) on Wed, 07 Jan 2009 16:51:00 GMT--><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rss="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:cc="http://web.resource.org/cc/"><rss:channel rdf:about="http://blogs.interfacett.com/mike-storm/"><rss:title>mike storms cisco blog</rss:title><rss:link>http://blogs.interfacett.com/mike-storm/</rss:link><rss:description>cisco blog by mike storm</rss:description><dc:language>en-US</dc:language><dc:date>2009-01-07T16:51:00Z</dc:date><admin:generatorAgent rdf:resource="http://www.squarespace.com/">Squarespace Site Server v5.0.0 (http://www.squarespace.com/)</admin:generatorAgent><rss:items><rdf:Seq><rdf:li rdf:resource="http://blogs.interfacett.com/mike-storm/2007/9/27/the-living-blog.html"/><rdf:li rdf:resource="http://blogs.interfacett.com/mike-storm/who-nedes-a-slepl-chkecer-aynawy.html"/><rdf:li rdf:resource="http://blogs.interfacett.com/mike-storm/pasting-large-cisco-device-configurations-in-one-step.html"/><rdf:li rdf:resource="http://blogs.interfacett.com/mike-storm/2007/2/23/how-quality-training-directly-relates-to-job-performance.html"/><rdf:li rdf:resource="http://blogs.interfacett.com/mike-storm/2007/2/21/interfaces-hardhat-for-ccnp-training-is-live.html"/><rdf:li rdf:resource="http://blogs.interfacett.com/mike-storm/2007/2/21/the-ultimate-session-at-cisco-networkers-2007.html"/><rdf:li rdf:resource="http://blogs.interfacett.com/mike-storm/2007/2/20/cisco-6500-switches-added-to-the-interface-cisco-lab-environ.html"/><rdf:li rdf:resource="http://blogs.interfacett.com/mike-storm/2007/2/20/interface-cisco-gear-refresh-you-being-the-beneficiary.html"/><rdf:li rdf:resource="http://blogs.interfacett.com/mike-storm/2006/11/16/save-our-internet-bandwidth.html"/><rdf:li rdf:resource="http://blogs.interfacett.com/mike-storm/2006/11/14/blocking-peer-to-peer-and-other-traffic-of-interest.html"/></rdf:Seq></rss:items></rss:channel><rss:item rdf:about="http://blogs.interfacett.com/mike-storm/2007/9/27/the-living-blog.html"><rss:title>The Living Blog!</rss:title><rss:link>http://blogs.interfacett.com/mike-storm/2007/9/27/the-living-blog.html</rss:link><dc:creator>Mike Storm</dc:creator><dc:date>2007-09-27T21:53:39Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[<p><strong>This Blog contains a repository of info on links to technologies, standards, training, useful tools, shortcuts, timesavers and other things of interest to the Technical Community.&nbsp; This is a living Blog.&nbsp; Updated Frequently so check back or subscribe</strong>.</p><h4><strong>3/9/2008 My most recent last recent entry:</strong></h4><p>Following all rules: What should the first several lines in a CE Edge router really look like? </p><p>Assuming my PubNet range is a block of 32 66.238.29.0 - 31. See below </p><p><strong>!&nbsp;no fragments<br /></strong>access-list 100 deny tcp any 66.238.29.0 0.0.0.31 log fragments <br />access-list 100 deny udp any 66.238.29.0 0.0.0.31 log fragments <br />access-list 100 deny icmp any 66.238.29.0 0.0.0.31 log fragments <br /><strong>! no snmp inbound from the Internet<br /></strong>access-list 100 deny udp any any eq snmp <br />access-list 100 deny udp any any eq snmptrap<br /><strong>! RFC 2827 Ingress, RFC 3804 Martian Filtering and RFC 1918 private Address Filtering</strong>&nbsp;<br />access-list 100 deny ip 127.0.0.0 0.255.255.255 any log <br />access-list 100 deny ip 255.0.0.0 0.255.255.255 any log <br />access-list 100 deny ip 224.0.0.0 31.255.255.255 any log <br />access-list 100 deny ip host 0.0.0.0 any log <br />access-list 100 deny ip 10.0.0.0 0.255.255.255 any log <br />access-list 100 deny ip 172.16.0.0 0.15.255.255 any log <br />access-list 100 deny ip 192.0.2.0 0.0.0.255 any log <br />access-list 100 deny ip 192.168.0.0 0.0.255.255 any log <br />access-list 100 deny ip 14.0.0.0 0.255.255.255 any log <br />access-list 100 deny ip 169.254.0.0 0.0.255.255 any log <br />access-list 100 deny ip 198.18.0.0 0.0.255.255 any log <br />access-list 100 deny ip 66.238.29.0 0.0.0.31 any log<br /><strong>! no routing protocols inbound (unless needed)&nbsp;<br /></strong>access-list 100 deny tcp any any eq bgp log <br />access-list 100 deny tcp any eq bgp any log <br />access-list 100 deny ipinip any any <br />access-list 100 deny gre any any <br />access-list 100 deny pim any any <br />access-list 100 deny 90 any any <br />access-list 100 deny ospf any any log <br />access-list 100 deny eigrp any any log <br />access-list 100 deny udp any eq rip any log <br />access-list 100 deny udp any any eq rip log <br />access-list 100 permit now begins your permits...if any <br /></p><p>Notes: <br />192.0.2.0 0.0.0.255 any log (range known to be used exploit default pw on WLA devices) 1<br />4.0.0.0 0.255.255.255 any log (Known as Net-14, a Public use network, possibly used by attackers) 1<br />69.254.0.0 0.0.255.255 any log (RFC2026 Link Local) <br />198.18.0.0 0.0.255.255 any log (block for benchmark tests of network interconnect devices, RFC2544) <br />Storm - Out </p><p>&nbsp;</p><p>&nbsp;</p><p>3/4/2008 My last entry.&nbsp;The Configs for the Instructor Routers for 220 class.&nbsp; Thanks to you all for a great week!!</p><p>Get the Configs Here: <a href="http://blogs.interfacett.com/storage/ccnp330-config.txt">ccnp330-config.txt&nbsp;</a></p><h4><strong>12/05/2007 Living List of Links:&nbsp; (jc thx)</strong></h4><p>--&gt; new 1.&nbsp; Most Every hacking tool known to the human race, free and with full instructions: <a href="http://www.elhacker.net/hacking.htm">http://www.elhacker.net/hacking.htm</a><br />2. Undocumented IOS and Catalyst Commands: <a href="http://www.elemental.net/~lf/undoc/">http://www.elemental.net/~lf/undoc/</a><br />3. 1. Top 100 Security Tools (<a href="http://sectools.org/"><font style="color: #005b7f" color="#005b7f">http://sectools.org/</font></a>)<br />2. Switch Inspector (sweet, inexpensive switchport mapper - <a href="http://www.switchinspector.com/"><font style="color: #005b7f" color="#005b7f">http://www.switchinspector.com/</font></a>)<br />3. MRTG (traffic statistics, free - <a href="http://oss.oetiker.ch/mrtg/"><font style="color: #005b7f" color="#005b7f">http://oss.oetiker.ch/mrtg/</font></a>), PRTG (traffic statistics, cheap - <a href="http://www.paessler.com/prtg"><font style="color: #005b7f" color="#005b7f">http://www.paessler.com/prtg</font></a>)<br />4. Level 7 Password Decryption (<a href="http://cfz.ir/ot/?what=ciscocracker"><font style="color: #005b7f" color="#005b7f">http://cfz.ir/ot/?what=ciscocracker</font></a>) Cain does it too<br />5. Cain and Abel Security Audit util (<a href="http://www.oxid.it/cain.html"><font style="color: #005b7f" color="#005b7f">http://www.oxid.it/cain.html</font></a>)<br />6. Kiwi Syslog (free, good syslog server - <a href="http://www.kiwisyslog.com/products.php#syslog"><font style="color: #005b7f" color="#005b7f">http://www.kiwisyslog.com/products.php#syslog</font></a>)<br />7. Kiwi CatTools (configuration management / change tracking - <a href="http://www.kiwisyslog.com/products.php#cattools"><font style="color: #005b7f" color="#005b7f">http://www.kiwisyslog.com/products.php#cattools</font></a>)<br />8. TFTP Server (overcomes 32MB limit - <a href="http://tftpd32.jounin.net/tftpd32_download.html"><font style="color: #005b7f" color="#005b7f">http://tftpd32.jounin.net/tftpd32_download.html</font></a>)<br />9. IOS Configuration Editor, fairly cheap (<a href="http://www.winagents.com/en/products/cisco-config-editor/"><font style="color: #005b7f" color="#005b7f">http://www.winagents.com/en/products/cisco-config-editor/</font></a>)<br />10. IP Chicken - external IP from anywhere...no pop-up ads (<a href="http://www.ipchicken.com/"><font style="color: #005b7f" color="#005b7f">www.ipchicken.com</font></a>)<br />-&gt; new 11. Best Speed tester on the net!&nbsp; <a href="http://www.speedtest.net/">www.speedtest.net</a></p><p>12. Tera Term - my favorite FREE&nbsp;Windows telnet/SSH client (<a href="http://hp.vector.co.jp/authors/VA002416/teraterm.html"><font style="color: #005b7f" color="#005b7f">http://hp.vector.co.jp/authors/VA002416/teraterm.html</font></a>)&nbsp; Still like SecureCRT better :-P<br />13. Boson's Free Utils - bunch of handy/goof around utils (<a href="http://www.boson.com/FreeUtilities.html"><font style="color: #005b7f" color="#005b7f">http://www.boson.com/FreeUtilities.html</font></a>)</p><h4><strong>Router Switch Aliases I Use to save time:</strong></h4><p><strong>!Status and Management Aliases<br /></strong>!<br />alias exec sr sh run<br />alias exec gc config t<br />alias exec sri sh run | include <br />alias exec srb sh run | begin <br />alias exec sre sh run | exclude <br />alias exec srint sh run int <br />alias exec si sh int <br />alias exec sip sh ip proto<br />alias exec sib sh ip int brief<br />alias exec cl clear line <br />alias exec ds disconnect<br />alias exec ss show sessions<br />alias exec su show users<br />!<br /><strong>! Routing and Routing Protocol Related<br /></strong>! General<br />alias exec sir sh ip route <br />alias exec cir clear ip route *<br />alias router net network<br />alias configure ipr ip route <br />!<br />! EIGRP<br />alias configure re router eigrp<br />alias exec sen sh ip eigrp neighbors<br />alias exec set sh ip eigrp topology<br />alias exec cen clear ip eigrp neigh<br />alias exec sire show ip route eigrp<br />!<br />! OSPF<br />alias configure ro router ospf<br />alias exec son sh ip ospf neighbor<br />alias exec sod sh ip ospf database<br />alias exec soi sh ip ospf interface<br />alias exec siro sh ip route ospf<br />alias exec cop clear ip ospf process<br />!<br />! BGP<br />alias configure rb router bgp <br />alias exec sb sh ip bgp<br />alias exec sbs sh ip bgp summary<br />alias exec sbn sh ip bgp neighbor<br />alias exec sbp sh ip bgp path<br />alias exec cbgp clear ip bgp *<br />!<br />!&nbsp; Misc Aliases<br />alias interface ipa ip address<br />alias configure rr router rip<br />alias exec sal show access-list<br />alias exec tr traceroute<br />alias exec cft copy flash tftp<br />alias exec ctf copy tftp flash <br />!</p><h4><strong>The Components of creating the Cisco Self-Defending &quot;Active Defense System&quot; that you must know:</strong></h4><p>(In additon to the staples, like ASA5500s, ISR Routers and so on)</p><p>CSA 5.2+ (at least on critical Hosts)<br />IPS 6 (Perfect it in the ASA as the AIP-SSM and the IDSM-2 in the 6500s)<br />MARS (Without a doubt the BEST security correlation, monitoring and active response system I have ever seen)<br />Large Enterprises should add&nbsp; Cisco Security Manager for Enterprise-level management</p><p>&nbsp;</p><p>More to come.<br /></p><p>Storm - out</p>]]></content:encoded></rss:item><rss:item rdf:about="http://blogs.interfacett.com/mike-storm/who-nedes-a-slepl-chkecer-aynawy.html"><rss:title>Who nedes a slepl chkecer aynawy?</rss:title><rss:link>http://blogs.interfacett.com/mike-storm/who-nedes-a-slepl-chkecer-aynawy.html</rss:link><dc:creator>Mike Storm</dc:creator><dc:date>2007-09-26T11:14:33Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[<p>Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.</p>]]></content:encoded></rss:item><rss:item rdf:about="http://blogs.interfacett.com/mike-storm/pasting-large-cisco-device-configurations-in-one-step.html"><rss:title>Pasting Large Cisco Device Configurations in One Step</rss:title><rss:link>http://blogs.interfacett.com/mike-storm/pasting-large-cisco-device-configurations-in-one-step.html</rss:link><dc:creator>Mike Storm</dc:creator><dc:date>2007-09-26T11:06:56Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[<p>(republished from ciscoblog...JC)</p><p>If you've been working with Cisco devices for awhile, you know that the fastest way to backup your configuration is:</p><p>1. Do a &quot;show run&quot; command<br />2. Copy all the output to your clipboard<br />3. Paste it into notepad</p><p>Then, if you need to restore the configuration you just move into global configuration mode and paste all the output back in. Voila! Insta-configured Cisco device. Here's the problem...when you paste in larger configuration files, it fails. Somewhere after about 50-80 lines of config, the input begins to get scrambled and jumbled all around. The reason is the Cisco device cannot keep up with the data that you are entering. So...how do fix this? Slow down the input! Here's how:</p><div id="a000143more"><div id="more"><p>All terminal programs have a setting called &ldquo;Transmit delay msec/line&rdquo; for the serial port. Here&rsquo;s a view of what it looks like in Tera Term:</p><p><img style="width: 386px; height: 311px" alt="paste.JPG" src="http://www.ciscoblog.com/docstore/paste.JPG" /></p><p>By default, this is some absurdly low value somewhere between 0-10 msec, which means your terminal program will just keep flooding the data and not give the receiving device enough pause to apply it. Adjust this value to something between 35-50 msec and your Cisco device will have no problem keeping up with the data.</p><p>&nbsp;</p><p>-out</p></div></div>]]></content:encoded></rss:item><rss:item rdf:about="http://blogs.interfacett.com/mike-storm/2007/2/23/how-quality-training-directly-relates-to-job-performance.html"><rss:title>How Quality Training Directly Relates to Job Performance</rss:title><rss:link>http://blogs.interfacett.com/mike-storm/2007/2/23/how-quality-training-directly-relates-to-job-performance.html</rss:link><dc:creator>Mike Storm</dc:creator><dc:date>2007-02-23T06:55:24Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[<p style="text-align: justify" align="justify"><span class="full-image-float-none"><img style="width: 111px; height: 75px" alt="CiscoLogoSml.jpg" src="http://blogs.interfacett.com/storage/CiscoLogoSml.jpg" /></span></p><p style="text-align: justify" align="justify">So here it is...the&nbsp;Granddaddy of all discussions with regards to training.&nbsp; Was it worth it?</p><p style="text-align: justify" align="justify">Was it worth the money?&nbsp; Was it worth the time I spent?&nbsp; Arriving at a difinitive answer for these questions can be difficult; for the student, for the Training Coordinator, Managers, etc.&nbsp;&nbsp; </p><p style="text-align: justify" align="justify">Why?</p><p style="text-align: justify" align="justify">Let's set the scenario...</p><p style="text-align: justify" align="justify">You took a&nbsp;training class somewhere, and well,&nbsp;you learned some stuff,</p>]]></content:encoded></rss:item><rss:item rdf:about="http://blogs.interfacett.com/mike-storm/2007/2/21/interfaces-hardhat-for-ccnp-training-is-live.html"><rss:title>Interface's HardHat for CCNP Training is LIVE!</rss:title><rss:link>http://blogs.interfacett.com/mike-storm/2007/2/21/interfaces-hardhat-for-ccnp-training-is-live.html</rss:link><dc:creator>Mike Storm</dc:creator><dc:date>2007-02-21T15:50:55Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[I'll be honest with all of you, I have a hard time putting into words how amazing our new <strong>HardHat CCNP</strong> classes are.&nbsp; Not only are you working with the latest Cisco gear, like <strong>ISRs</strong> and <strong>6509s</strong>, but you will be building architectures that mimic EXACTLY what Cisco enterprise customers are doing.&nbsp; The program is focused on building solutions that you&nbsp;should actually use, and will use,&nbsp;based on best practices and proper application of technologies and how they blend together, not just on getting practice with isolated technologies on a router in an unrealistic lab environment. We just don't do it that way at Interface.]]></content:encoded></rss:item><rss:item rdf:about="http://blogs.interfacett.com/mike-storm/2007/2/21/the-ultimate-session-at-cisco-networkers-2007.html"><rss:title>The Ultimate Session at Cisco Networkers 2007</rss:title><rss:link>http://blogs.interfacett.com/mike-storm/2007/2/21/the-ultimate-session-at-cisco-networkers-2007.html</rss:link><dc:creator>Mike Storm</dc:creator><dc:date>2007-02-21T15:01:24Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[I am honored to, once again, be one of the few non-cisco employees to be asked to speak at Cisco Networkers again this year.&nbsp; Cisco Networkers, known as the conference to beat all conferences when it comes to everything networking, security, voice...you name it, is back in California this year.&nbsp; Anahiem to be exact, July 22-26 2007, with an amazing customer appreciation event on Thursday evening. (most likely to be held at one of the theme parks...and yes only Networkers attendees will be there.)&nbsp; Have you ever been to Disneyland when there are just a few thousand people there instead of a few million?&nbsp; If not, you gotta check this out.]]></content:encoded></rss:item><rss:item rdf:about="http://blogs.interfacett.com/mike-storm/2007/2/20/cisco-6500-switches-added-to-the-interface-cisco-lab-environ.html"><rss:title>Cisco 6500 Switches Added to the Interface Cisco Lab Environment</rss:title><rss:link>http://blogs.interfacett.com/mike-storm/2007/2/20/cisco-6500-switches-added-to-the-interface-cisco-lab-environ.html</rss:link><dc:creator>Mike Storm</dc:creator><dc:date>2007-02-20T23:49:45Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[<p>Yep.&nbsp; You heard it.&nbsp; Interface now has a fully populated pair of Cisco Catalyst 6509 Switches for our Cisco HardHat Training environment.&nbsp; We decided on SUP32s with the 8-port SFP Gig connectors for the Aggregated trunk between the two 6500s. We really couldn't justify the SUP720s for a lab environment, since 99% of the functionality is the same anyway, and well, we just don't generate that much traffic in a classroom environment.&nbsp; We are using 24-ports of Gig uplinks to each pod network and each switch has a 48-port POE 10/100/1000 switching module as well.&nbsp; I am a big advocate of scalability, so plan on seeing IDSM-2s, FWSMs, WiSMs, and my favorite, the NAM, being added in the coming months to some of the empty slots in the chassis.&nbsp; </p><p>Interface is in the middle of a $250K hardware refresh (that's at about 70% discount price point), so I am sure the actual list price for what we have added to the lab is in the Million ranges.</p>]]></content:encoded></rss:item><rss:item rdf:about="http://blogs.interfacett.com/mike-storm/2007/2/20/interface-cisco-gear-refresh-you-being-the-beneficiary.html"><rss:title>Interface Cisco Gear Refresh - You being the beneficiary</rss:title><rss:link>http://blogs.interfacett.com/mike-storm/2007/2/20/interface-cisco-gear-refresh-you-being-the-beneficiary.html</rss:link><dc:creator>Mike Storm</dc:creator><dc:date>2007-02-20T23:03:45Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[<p>Interface has always been focused on quality of content, extensively experienced educators and exceeding customer expectations at every turn. In the Cisco and Security arena, where we have one of the most extensive hardware labs available in the US,&nbsp;our ability to imitate&nbsp;practically any Enterprise Architecture&nbsp;is what makes Interface the best at what&nbsp;we do....High-end Corporate Technical Training.&nbsp; What you will do during an Interface course, is what you&nbsp;will actually do in real Enterprise environments.&nbsp;It's all real.&nbsp; Done correctly. Solutions-based. Best Practices.&nbsp; You name it.<br />In order for Interface to remain cutting edge with our classroom delivery, we have to stay cutting edge with our gear as well.&nbsp; </p>]]></content:encoded></rss:item><rss:item rdf:about="http://blogs.interfacett.com/mike-storm/2006/11/16/save-our-internet-bandwidth.html"><rss:title>Save Our Internet Bandwidth!!</rss:title><rss:link>http://blogs.interfacett.com/mike-storm/2006/11/16/save-our-internet-bandwidth.html</rss:link><dc:creator>Mike Storm</dc:creator><dc:date>2006-11-16T23:18:33Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[For the sake of all that is sacred....save us from the bandwidth theives!&nbsp; YouTube, Google Video, MySpace....and others.&nbsp; All of them are to thank for our latest level of Internet bandwidth saturation.&nbsp; If it bothers you like it does me, why not do something about it.&nbsp; Save the Internet bandwidth for your business!!]]></content:encoded></rss:item><rss:item rdf:about="http://blogs.interfacett.com/mike-storm/2006/11/14/blocking-peer-to-peer-and-other-traffic-of-interest.html"><rss:title>Blocking Peer-to-Peer and Other Traffic of Interest</rss:title><rss:link>http://blogs.interfacett.com/mike-storm/2006/11/14/blocking-peer-to-peer-and-other-traffic-of-interest.html</rss:link><dc:creator>Mike Storm</dc:creator><dc:date>2006-11-14T23:13:11Z</dc:date><dc:subject></dc:subject><content:encoded><![CDATA[I don't even want it on my corporate network.&nbsp; It serves no business purpose, so why allow it.&nbsp;&nbsp;What am I talking about?&nbsp; Peer-to-peer file sharing applications and other traffic of interest that may sacrifice my security policy.&nbsp; Allowing P2P could very well be the fastest way to complete Network Death!]]></content:encoded></rss:item></rdf:RDF>