<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cathles.com &#187; Networking</title>
	<atom:link href="http://www.cathles.com/index.php/category/technology/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cathles.com</link>
	<description>Welcome to Jason&#039;s corner of the Web!</description>
	<lastBuildDate>Tue, 24 Jan 2012 09:44:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PATHPING: An oft overlooked tool for the Networks Guy</title>
		<link>http://www.cathles.com/index.php/2011/07/04/pathping-an-oft-overlooked-tool-for-the-networks-guy/</link>
		<comments>http://www.cathles.com/index.php/2011/07/04/pathping-an-oft-overlooked-tool-for-the-networks-guy/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 17:00:05 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.cathles.com/?p=116</guid>
		<description><![CDATA[There&#8217;s a little known tool that&#8217;s provided as part of a Windows installation, it&#8217;s certainly available under XP and Vista which seems to be overlooked in Network troubleshooting. Called pathping, it&#8217;s a command-line utility that will help you to troubleshoot &#8230; </p><p><a class="more-link block-button" href="http://www.cathles.com/index.php/2011/07/04/pathping-an-oft-overlooked-tool-for-the-networks-guy/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a little known tool that&#8217;s provided as part of a Windows installation, it&#8217;s certainly available under XP and Vista which seems to be overlooked in Network troubleshooting.</p>
<p>Called <code><em>pathping</em></code>, it&#8217;s a command-line utility that will help you to troubleshoot intermediate hops between your source and a destination host.  Something of a combination of <em>ping</em> and <em>tracert</em> (or <em>traceroute</em> for the *Nix users out there).</p>
<p><em>Tracert</em> will show the intermediate hops between you and a destination, together with the link latency, and packet loss rate.  In other words it will very likely show you where a problem lies between two nodes on the network.</p>
<p>The command itself takes some minutes to run, dependant of course on the number of hops between you and a destination host.  The below example takes for me 475 seconds to run because Google is 10 hops away, via my corporate internet connection.   Sample output is shown below (but of course the IP Addresses have been changed to protect the innocent!)</p>
<p>Usage is simply <code>pathping [destination host or IP]</code></p>
<pre><code>C:\&gt;pathping www.google.com
Tracing route to www.l.google.com [64.233.183.104] over a maximum of 30 hops:
0  mydesktoppc [192.168.1.10]
1  mydefaultgw [192.168.1.254]
2  internal-local-ce-router-01 [10.0.0.1]
3  service-provider-pe-router-01 [172.16.1.10]
4  internal-remote-ce-router-01 [172.17.24.1]
5  remote-core-switch-01 [192.168.254.254]
6  remote-inner-perimiter-firewall [192.168.0.100]
7  rate-shaping-switch-perimiter [192.168.74.12]
8  remote-outer-perimiter-firewall [192.168.75.6]
9  isp-router
10  unspecified-00.ukcore.bt.net [1.2.3.4]
11  unspecified-01.ukcore.bt.net [2.3.4.5]
12  unspecified-02.ukcore.bt.net [3.4.5.6]
13  195.99.125.82
14  209.85.255.175
15  66.249.95.130
16  64.233.175.246
17  72.14.233.79
18  216.239.43.34
19  nf-in-f104.google.com [64.233.183.104]

Computing statistics for 475 seconds...
Source to Here   This Node/Link
Hop  RTT    Lost/Sent = Pct  Lost/Sent = Pct  Address
0                                           mydesktoppc [192.168.1.10]
0/ 100 =  0%   |
1    0ms     0/ 100 =  0%     0/ 100 =  0%  mydefaultgw [192.168.1.254]
0/ 100 =  0%   |
2    0ms     0/ 100 =  0%     0/ 100 =  0%  internal-local-ce-router-01 [10.0.0.1]
0/ 100 =  0%   |
3    6ms     2/ 100 =  2%     2/ 100 =  2%  service-provider-pe-router-01 [172.16.1.10]
0/ 100 =  0%   |
4   11ms     0/ 100 =  0%     0/ 100 =  0%  internal-remote-ce-router [172.17.24.1]
0/ 100 =  0%   |
5   12ms     0/ 100 =  0%     0/ 100 =  0%  remote-core-switch-01 [192.168.254.254]
0/ 100 =  0%   |
6   12ms     0/ 100 =  0%     0/ 100 =  0%  remote-inner-perimiter-firewall [192.168.0.100]
0/ 100 =  0%   |
7   12ms     0/ 100 =  0%     0/ 100 =  0%  rate-shaping-switch-perimiter [192.168.74.12]
0/ 100 =  0%   |
8   13ms     0/ 100 =  0%     0/ 100 =  0%  remote-outer-perimiter-firewall [192.168.75.6]
0/ 100 =  0%   |
9   22ms     0/ 100 =  0%     0/ 100 =  0%  isp-router
0/ 100 =  0%   |
10   21ms     0/ 100 =  0%     0/ 100 =  0%  unspecified-00.ukcore.bt.net [1.2.3.4]
0/ 100 =  0%   |
11   21ms     0/ 100 =  0%     0/ 100 =  0%  unspecified-01.ukcore.bt.net [2.3.4.5]
0/ 100 =  0%   |
12   22ms     0/ 100 =  0%     0/ 100 =  0%  unspecified-02.ukcore.bt.net [3.4.5.6]
0/ 100 =  0%   |
13   29ms     0/ 100 =  0%     0/ 100 =  0%  195.99.125.82
0/ 100 =  0%   |
14   26ms     0/ 100 =  0%     0/ 100 =  0%  209.85.255.175
0/ 100 =  0%   |
15   26ms     3/ 100 =  3%     3/ 100 =  3%  66.249.95.130
0/ 100 =  0%   |
16   37ms     0/ 100 =  0%     0/ 100 =  0%  64.233.175.246
0/ 100 =  0%   |
17   34ms     0/ 100 =  0%     0/ 100 =  0%  72.14.233.79
0/ 100 =  0%   |
18   39ms     0/ 100 =  0%     0/ 100 =  0%  216.239.43.34
1/ 100 =  1%   |
19   35ms     1/ 100 =  1%     0/ 100 =  0%  nf-in-f104.google.com [64.233.183.104]
Trace complete.</code></pre>
<p>So what is the output showing?</p>
<p>In this case I&#8217;m loosing 2% of packets getting to my service-provider-pe-router-01 and a further 3% at one of the later hops (probably a network interconnect) later down the chain.</p>
<p>When PathPing is executed, first section shows the route for the traffic, as would be shown by <code>Tracert</code>.</p>
<p>PathPing then displays a busy message which will vary based on 25 seconds per hop to the destination, during which time it will gather information from all the routers previously listed and from the links between them. At the end of this period, it displays the test results.</p>
<p>The two rightmost columns — &#8220;This Node/Link Lost/Sent=%&#8221; and &#8220;Address&#8221; — contain the most useful information.</p>
<p>The loss rates displayed for the links (marked as a &#8220;|&#8221; in the rightmost column) indicate losses of packets being forwarded along the path. This loss indicates link congestion. The loss rates displayed for routers (indicated by their IP addresses in the rightmost column) indicate that those routers&#8217; CPUs or packet buffers might be overloaded. These congested routers might also be a factor in end-to-end problems, especially if packets are forwarded by software routers.<br />
Loss Calculation</p>
<p>The raw data that PathPing obtains describes how many ICMP Echo Requests are lost between the source and an intermediate router. The diagram below shows how PathPing estimates the per-hop loss statistics. While at first this calculation might seem trivial, it is complicated by differences between the forwarding code path and the code path taken in responding to ping packets (ICMP Echo Requests/Replies).</p>
<p><a href="http://www.cathles.com/wp-content/uploads/2011/07/Cc958876.CNBD01en-usTechNet.10.gif"><img class="aligncenter size-full wp-image-559" title="Cc958876.CNBD01(en-us,TechNet.10)" src="http://www.cathles.com/wp-content/uploads/2011/07/Cc958876.CNBD01en-usTechNet.10.gif" alt="" width="278" height="160" /></a>The horizontal lines indicate the &#8220;fast path&#8221; of a router, which is taken by packets that are not sent to or from the local computer. That is, the fast path is the code path taken by transit packets that require no special processing other than forwarding, and is highly optimized for such packets.</p>
<p>In the diagram, the vertical lines indicate the extra processing taken when an ICMP Echo Request is sent to the local computer. This kicks it out of the fast path and delivers it to an ICMP module (often using separate queues and processors). Assuming no packets are dropped due to queue overflows, the ICMP module then generates an ICMP Echo Reply, which is forwarded back to the original sender.</p>
<p>Since packet loss can occur in the path indicated by the vertical lines (but such loss does not necessarily imply loss on the horizontal forwarding path itself), the raw numbers obtained from pings do not by themselves determine end-to-end packet loss. For example, pinging an intermediate router might create a 10 percent loss even though no end-to-end packet loss is occurring. PathPing&#8217;s algorithm uses the change in values from hop-to-hop to estimate actual per hop loss rather than losses in the higher-level router components. This actual per hop loss is the result provided in the &#8220;This Node/Link&#8221; column of the final PathPing report.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cathles.com/index.php/2011/07/04/pathping-an-oft-overlooked-tool-for-the-networks-guy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What&#8217;s in my Toolbox?</title>
		<link>http://www.cathles.com/index.php/2011/06/17/whats-in-my-toolbox/</link>
		<comments>http://www.cathles.com/index.php/2011/06/17/whats-in-my-toolbox/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 10:57:08 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.cathles.com/?p=313</guid>
		<description><![CDATA[Prompted by some fellow Networksy types, (Jeff and Jeremy), who&#8217;s recent entries on the contents of their toolbags I found extremely interesting;  I thought I&#8217;d go through mine as I have a few unusual items! Starting with the fairly standard &#8230; </p><p><a class="more-link block-button" href="http://www.cathles.com/index.php/2011/06/17/whats-in-my-toolbox/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Prompted by some fellow Networksy types, (<a href="http://www.fryguy.net/2011/06/16/whats-in-my-toolbag/">Jeff </a>and <a href="http://packetlife.net/blog/2011/jun/16/whats-your-tool-bag/">Jeremy</a>), who&#8217;s recent entries on the contents of their toolbags I found extremely interesting;  I thought I&#8217;d go through mine as I have a few unusual items!</p>
<p>Starting with the fairly standard stuff:<br />
<div id="attachment_335" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/strippers.jpg"><img class="size-medium wp-image-340" title="Cable Strippers" src="http://www.cathles.com/wp-content/uploads/2011/06/strippers-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Wire Strippers</p></div></p>
<p>Good old fashioned and simple wire strippers.  These ones have an adjustable lock to stop you stripping too much cable unintentionally.</p>
<div id="attachment_324" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/crimps.jpg"><img class="size-medium wp-image-340" title="Crimping Tool" src="http://www.cathles.com/wp-content/uploads/2011/06/crimps-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">RJ45 Crimping Tool</p></div>
<p>Then of course the RJ45 Crimps.  Nothing too fancy, just cheap and practical.  I have never needed to crimp an RJ-11, so all I need are RJ-45 ones.</p>
<div id="attachment_321" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/console.jpg"><img class="size-medium wp-image-340" title="Crimping Tool" src="http://www.cathles.com/wp-content/uploads/2011/06/console-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">RJ45-DB9 and RJ45-DB25 Console Cables</p></div>
<p>A standard set of Cisco Console cables;  I tend to have a couple of brand new ones as well as tried and tested ones in the box, as I often end up leaving them behind attached to &#8220;core&#8221; devices, so there&#8217;s at least one on any site that we touch.</p>
<div id="attachment_330" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/punch.jpg"><img class="size-medium wp-image-330" title="punch" src="http://www.cathles.com/wp-content/uploads/2011/06/punch-300x224.jpg" alt="" width="300" height="224" /></a></dt>
<p><p class="wp-caption-text">A Krone Tool, or Punchdown Tool</p></div>
<p>A good old Krone punchdown tool.  My old and trusty one is starting to be a bit tempramental now when it comes to cutting the wires, so I&#8217;ve recently added a new one which has yet to be christened.  Fortunately I don&#8217;t need these THAT often!</p>
<div id="attachment_329" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/photo-2.jpg"><img class="size-medium wp-image-340" title="Cage Nut Tools" src="http://www.cathles.com/wp-content/uploads/2011/06/photo-2-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Cage Nut Tools</p></div>
<p>The quite rare and exceedingly valuable lesser spotted Cage-Nut Tool.  I try to keep hold of these as they have a tendancy to vanish from my toolbox when other engineers realise what they are and how useful they can be!  Most decent brands of Rack seem to come with one, so I&#8217;m not sure quite how they are so rare.  Maybe they live under datacentre floors along with the cage nut eating mice?</p>
<div id="attachment_329" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/velcronuts.jpg"><img class="size-medium wp-image-340" title="Velcro Ties and Cage Nuts" src="http://www.cathles.com/wp-content/uploads/2011/06/velcronuts-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Cage Nuts and Velcro Ties</p></div>
<p>Some Cage Nuts/Bolts, and some Velcro ties, have to try and keep things nice and neat now! <img src='http://www.cathles.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_328" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/multitool.jpg"><img class="size-medium wp-image-328" title="multitool" src="http://www.cathles.com/wp-content/uploads/2011/06/multitool-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Multi Tool</p></div>
<p>This one is a relatively new2 addition, a freebie I picked up at Infosec this year, but it replaces a rather worn and similar one.</p>
<div id="attachment_322" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/couplers.jpg"><img class="size-medium wp-image-322" title="couplers" src="http://www.cathles.com/wp-content/uploads/2011/06/couplers-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">RJ45/Cat5e Couplers</p></div>
<p>I usually keep a handful of these Couplers at the ready.  I&#8217;ve used them for all sorts of strange purposes over the years.  Everything from extending Cisco Console Cables for those REALLY hard to reach devices, to temporarily connecting cables in lieu of an IP Phone with a built-in Switch.</p>
<div id="attachment_316" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/antistatic.jpg"><img class="size-medium wp-image-316" title="antistatic" src="http://www.cathles.com/wp-content/uploads/2011/06/antistatic-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Anti Static Wrist Strap</p></div>
<p>I probably don&#8217;t need to explain why these are here, but it&#8217;s a good &#8220;just in case&#8221;.</p>
<div id="attachment_318" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/cat5.jpg"><img class="size-medium wp-image-318" title="cat5" src="http://www.cathles.com/wp-content/uploads/2011/06/cat5-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Baby Cat5e Cables</p></div>
<p>Always a good standby, but I keep some of these 6&#8243; Cat5e cables, they seem to come in handy all over the place!</p>
<div id="attachment_332" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/serial.jpg"><img class="size-medium wp-image-332" title="serial" src="http://www.cathles.com/wp-content/uploads/2011/06/serial-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">A collection of Serial Adapters, Converters and Loops</p></div>
<p>A mixture of Adapters, Gender Benders, Modem Eliminators, RJ45-RS232 adapters, and Loop Tools.</p>
<p>Now on to the slightly more interesting stuff!</p>
<div id="attachment_340" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/whatsit.jpg"><img class="size-medium wp-image-340" title="whatsit" src="http://www.cathles.com/wp-content/uploads/2011/06/whatsit-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Not sure what this is called!</p></div>
<p>I&#8217;m not sure what this is called; I managed to pick this up several years ago when doing a project involving opening and unboxing over 1200 new IP Phones which were boxed in boxes of 4.  The sheer quantity of cardboard and the number of boxes to be opened quickly caused fingers to be cut to shreds and fingernails to be damaged, but this really made life so much easier.</p>
<div id="attachment_338" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/usb1.jpg"><img class="size-medium wp-image-338" title="usb1" src="http://www.cathles.com/wp-content/uploads/2011/06/usb1-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">USB Memory Stick</p></div>
<p>I&#8217;m always equipped with a USB Memory Stick, simply because my lanyard with my Swipe Card on it has one built in.  This was a Promotional item from a supplier a couple of years ago, and has 1Gb storage, which is plenty for most things I&#8217;m likely to need.</p>
<div id="attachment_337" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/toneset.jpg"><img class="size-medium wp-image-337" title="toneset" src="http://www.cathles.com/wp-content/uploads/2011/06/toneset-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Tone Generator and Probe</p></div>
<p>This one is so valuable when trying to trace cables and find those frustratingly misnumbered !  I stick with this slightly older model because it has both an RJ45 connection, and a set of Croc-Clips for wiring only checks.</p>
<div id="attachment_317" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/butt.jpg"><img class="size-medium wp-image-317" title="butt" src="http://www.cathles.com/wp-content/uploads/2011/06/butt-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">A Butt</p></div>
<p>Not sure if I&#8217;ve spelt that one correctly! <img src='http://www.cathles.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   The Butt is becoming less useful these days in the &#8220;modern&#8221; world of IP Telephony, but it&#8217;s still useful to have for tracing Wires and Analogue lines.</p>
<div id="attachment_336" class="wp-caption aligncenter" style="width: 234px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/tester.jpg"><img class="size-medium wp-image-336" title="tester" src="http://www.cathles.com/wp-content/uploads/2011/06/tester-224x300.jpg" alt="" width="224" height="300" /></a><p class="wp-caption-text">My current Cable Tester</p></div>
<p>A fairly standard Cat5 cable tester.  I haven&#8217;t had cause to use the older BNC style cable tester for some time, but this one is a two-part unit for testing local cables or entire cable runs, and will identify Straight Through or Crossover cables.</p>
<div id="attachment_331" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/radios.jpg"><img class="size-medium wp-image-331" title="radios" src="http://www.cathles.com/wp-content/uploads/2011/06/radios-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Short Wave Radio&#39;s</p></div>
<p>I added these some years ago after myself and a colleague were working in a building, one of us in the Patch Panel / Comms Room, and another person at the other end of a cable run.  I actually have a set of four but keep two in my Toolbox and two at home.</p>
<div id="attachment_334" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/stardriv.jpg"><img class="size-medium wp-image-334" title="stardriv" src="http://www.cathles.com/wp-content/uploads/2011/06/stardriv-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Star Drive</p></div>
<p>An all-in-one unit for most sizes of star type screw, this one is a really useful one to keep handy.</p>
<div id="attachment_327" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/multimeter.jpg"><img class="size-medium wp-image-327" title="multimeter" src="http://www.cathles.com/wp-content/uploads/2011/06/multimeter-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Digital Multimeter</p></div>
<p>Again an all-purpose tool which has a multiplicity of uses!  I tend to use the conductivity test and Voltage readings most of the time, but it has saved me from a nasty shock on at least one occasion!</p>
<div id="attachment_333" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/snake.jpg"><img class="size-medium wp-image-333" title="snake" src="http://www.cathles.com/wp-content/uploads/2011/06/snake-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Cable Snake Head</p></div>
<p>This one is in the spirit of keeping things tidy!  I sometimes have cause to use the plastic surround which wraps a bundle of cables in a protective sheath.  This is the special head which is used to apply the covering.  It opens up and is clipped around the cables to be protected, and the sheath slides over the protruding knob.  You then slide the head along the cable while pushing the protective sheath on to the head and hey presto, the cable is all nice and neat and protected.</p>
<div id="attachment_325" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/mifi.jpg"><img class="size-medium wp-image-325" title="mifi" src="http://www.cathles.com/wp-content/uploads/2011/06/mifi-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">MiFi and USB Extension Cable</p></div>
<p>The MiFi is used to get me Internet connectivity in places where corporate network connections are not available, or too slow.  You never know when you&#8217;re going to need to download a different IOS image, and if the Network is broken &#8211; well you simply have to have an alternative.  It&#8217;s often also faster than Hotel Wifi as I can get up to 8Mb all to myself on this, depending on how good the 3G coverage is at the time.   The USB extension cable is used to get to those really hard to reach USB ports from time to time.</p>
<div id="attachment_323" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/headlamp.jpg"><img class="size-medium wp-image-323" title="headlamp" src="http://www.cathles.com/wp-content/uploads/2011/06/headlamp-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Head Light!</p></div>
<p>Interestingly I note some of my peers keep a Flashlight in their tools;  this is my equivalent.  With an elasticated head fitting, it can go over my head to give me hands free illumination while working.</p>
<div id="attachment_315" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/clips.jpg"><img class="size-medium wp-image-315" title="clips" src="http://www.cathles.com/wp-content/uploads/2011/06/clips-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Cable Clips</p></div>
<p>I&#8217;m not sure where I picked these up, or what their proper purchase is, but they are ideal for temporarily holding some cables &#8220;up&#8221; together in the back of a rack somewhere.  The metal clips will hook on to all sorts of things, and the Velcro at the bottom keeps the cables secure.</p>
<div id="attachment_319" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/cf.jpg"><img class="size-medium wp-image-319" title="cf" src="http://www.cathles.com/wp-content/uploads/2011/06/cf-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">CompactFlash Adapter</p></div>
<p>Used for connecting directly to the Laptop and transferring stuff straight to/from a CF card before putting it in a Router or Switch.</p>
<div id="attachment_320" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/chkpnt.jpg"><img class="size-medium wp-image-320" title="chkpnt" src="http://www.cathles.com/wp-content/uploads/2011/06/chkpnt-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Special Tool to Factory Reset a certain type of UTM Appliance</p></div>
<p>This is a specific tool for a certain brand of UTM appliance.  It&#8217;s credit card sized but fairly thick with a push-out USB cable head.  Plugging it in to the USB port on an appliance will cause the appliance to reset to it&#8217;s factory default, so the ultimate in password reset tools I guess!</p>
<div id="attachment_326" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.cathles.com/wp-content/uploads/2011/06/misc.jpg"><img class="size-medium wp-image-326" title="misc" src="http://www.cathles.com/wp-content/uploads/2011/06/misc-300x224.jpg" alt="" width="300" height="224" /></a><p class="wp-caption-text">Miscellaneous Widgets</p></div>
<p>And lastly a collection of Miscellaneous Widgets including some Permanent Marker Pens, a collection of Batteries, a standard USB Memory Stick, a Wireless USB Network Adapter, and a GLC-T GBIC.</p>
<p>That&#8217;s all.  I&#8217;ve not shown the &#8220;boring&#8221; screwdrivers, or must have label printer etc which are probably an ever present feature of most Network Guys&#8217; toolkits.  My only problem at the moment is that I don&#8217;t have a proper &#8220;box&#8221; to put all the tools in;  I&#8217;d like one similar to this <a href="http://www.rapidonline.com/Tools-Fasteners-Production-Equipment/Storage-Packing-Equipment/Tool-Cases-Bags/FatMax-Xtreme-round-top-tool-bag/77700/kw/toolbag" target="_blank">Stanley</a> one, but currently this is all in a plastic crate at work which will slide in to the back of the car nice and easily if needed.</p>
<p>So, what&#8217;s in your Toolkit?</p>
<p>&nbsp;<script type="text/javascript"><!--
google_ad_client = "pub-2601101286200712";
/* 468x60 (cathles.com) created 3/1/11 */
google_ad_slot = "0934346147";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cathles.com/index.php/2011/06/17/whats-in-my-toolbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MPLS Cheat Sheet</title>
		<link>http://www.cathles.com/index.php/2008/12/24/mpls-cheat-sheet/</link>
		<comments>http://www.cathles.com/index.php/2008/12/24/mpls-cheat-sheet/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 20:45:50 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[MPLS]]></category>

		<guid isPermaLink="false">http://www.cathles.com/?p=55</guid>
		<description><![CDATA[Good old Ivan Pepelnjak has collated an MPLS Cheet Sheet over on the IOS Hints &#38; Tricks Blog, which may well come in very handy! Or go straight for the PDF Download here: http://wiki.nil.com/wk/images/b/b1/MPLS_VPN_cheatsheet.pdf I could think of one or &#8230; </p><p><a class="more-link block-button" href="http://www.cathles.com/index.php/2008/12/24/mpls-cheat-sheet/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Good old <span class="post-author">Ivan Pepelnjak has collated an MPLS Cheet Sheet over on the <a href="http://blog.ioshints.info/" target="_blank">IOS Hints &amp; Tricks Blog</a>, which may well come in very handy!</span></p>
<p><span class="post-author"><a href="http://wiki.nil.com/Image:MPLS_VPN_cheatsheet.pdf"><img class="aligncenter" src="http://wiki.nil.com/wk/images/thumb/b/b1/MPLS_VPN_cheatsheet.pdf/page1-180px-MPLS_VPN_cheatsheet.pdf.jpg" alt="" width="180" height="255" /></a></span></p>
<p><span class="post-author">Or go straight for the PDF Download here: <a href="http://wiki.nil.com/wk/images/b/b1/MPLS_VPN_cheatsheet.pdf" target="_blank">http://wiki.nil.com/wk/images/b/b1/MPLS_VPN_cheatsheet.pdf</a></span></p>
<p><span class="post-author">I could think of one or two engineers at a certain large Telco that might find that quite handy&#8230;<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cathles.com/index.php/2008/12/24/mpls-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

