<?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>Networking with Cisco &#187; Uncategorized</title>
	<atom:link href="http://www.gho.no/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gho.no</link>
	<description>How to get the best networks!</description>
	<lastBuildDate>Wed, 02 Sep 2009 18:10:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multiple Area OSPF Networks on Cisco &#8211; Part 1 of 2</title>
		<link>http://www.gho.no/2009/01/multiple-area-ospf-networks-on-cisco-part-1-of-2/</link>
		<comments>http://www.gho.no/2009/01/multiple-area-ospf-networks-on-cisco-part-1-of-2/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 04:43:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ospf]]></category>
		<category><![CDATA[area 0]]></category>
		<category><![CDATA[backbone area]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[lsa]]></category>
		<category><![CDATA[multiarea ospf]]></category>
		<category><![CDATA[multiple area]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[not so stubby area]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[stub area]]></category>

		<guid isPermaLink="false">http://www.gho.no/?p=156</guid>
		<description><![CDATA[		
		
		
		Multi-area OSPF networks are widely used, in this article I am going to show some of the logic behind multi-area OSPF Networks.   I will write a series of all 2 (yey!) posts about multiple area OSPF the next couple of weeks. Stay tuned in!
Single areas can be considered subsets of a larger autonomous [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.gho.no/2009/01/multiple-area-ospf-networks-on-cisco-part-1-of-2/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Multiple+Area+OSPF+Networks+on+Cisco+%26%238211%3B+Part+1+of+2";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><em>Multi-area OSPF networks are widely used, in this article I am going to show some of the logic behind multi-area OSPF Networks.   I will write a series of all 2 (yey!) posts about multiple area OSPF the next couple of weeks. Stay tuned in!</em></p>
<p><em>Single areas can be considered subsets of a larger autonomous system.</em></p>
<p><strong>What are the benefits of splitting networks up in multiple areas?</strong></p>
<p>You can solve situations like</p>
<ol>
<li>Every time a route flaps, it initiates shortest-path-first algorithm calculations on all routers in that area.<br />
    This causes high CPU utilization that could be used for something more productive.</li>
<li>The routing table is getting too large and equipment that can handle less IPv4 routes will have trouble operating.</li>
<li>The Link-state Topology table (we will get back to this) is getting unmanageable.</li>
</ol>
<p><strong>Terms and definitions</strong><br />
There are some terms and definitions that you should know:</p>
<ol>
<li><strong>Backbone area / Transit area / area 0</strong><br />
  This refers to the area with area id 0, which can be a group of routers acting as the main path for traffic between OSPF areas.</li>
<li><strong>ABR</strong><br />
Area Border Router, technically &#8211; a router that is connected to area 0 and at least another area, and therefore maintains <strong>two</strong> link-state databases are considered ABRs.</li>
<li><strong>ASBR</strong><br />
  Autonomous System Border Router is a router that are between the OSPF network and another routing protocol network, for example BGP or IGRP.</li>
<li><strong>IR</strong><br />
  Internal router, this type have all its interfaces connected to a single area.</li>
</ol>
<p>You should be familiar with terms like LSU, LSA and the different types.</p>
<p><strong>This IMPORTANT rule applies to multiarea OSPF networks:</strong><br />
All areas needs to be connected to area 0, if it is impossible to physically connect an area directly to area 0, you can utilize a <a href="http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a00801ec9ee.shtml#configs">virtual-link</a> to create a logical path for the traffic from this area to reach the backbone area.</p>
<p><strong>Different area types</strong></p>
<ol>
<li><strong>Standard/normal area</strong><br />
A default route (0/0) is generally not generated by routers in a normal area, but it can be forced with this command under <em>router ospf</em></p>
<blockquote><p>Router( config-router)# default-information originate always</p></blockquote>
<p>Normal areas (like in single area setups) can receive external route information, link updates and route summaries.</li>
<li><strong>Stub area</strong><br />
While stub areas can&#8217;t receive external routes, they can receive inter-area routes, intra-area routes and default routes.</p>
<li><strong>Totally stubby area</strong><br />
This area does not receive summary routes from other areas in the network, and it does not receive external routes. To reach networks outside the area it will always use the default route (0/0)</li>
<p><l><strong>Not So Stubby Area (NSSA)</strong><br />
This is a stubby area which can receive a part of external routes from outside the AS.<br />
The LSA it can receive is Type 7 LSA.</p>
<li><strong>Backbone area</strong><br />
..or &#8220;transit area&#8221; always has the area id 0, every other area must have a link to area 0. Either physically or via a logical &#8216;virtual-link&#8217;.</li>
<p>That was the area types, these are defined under the router ospf configuration.<br />
So, every 30 minute all the OSPF routers floods the area with so called LSU (Link state updates) just to make sure that every router in that area agree about the link state database.  These LSUs are received by the other routers and flooded across the area until all the routers agree about the current link-state database.</p>
<p><strong>Network events and LSA flooding</strong><br />
When an event happens, for example an interface goes down; the router will send a LSA and a LSU packet to 224.0.0.6 &#8211; the multicast address for the BR and BDR &#8211; which in turn will flood this packet out on all their active interfaces on the multicast address 224.0.0.5 &#8211; which is the multicast address that all routers should listen on, and they will then do the same until the network agrees about the topology and is so called &#8216;converged&#8217;.</p>
<p>In my next post I will cover the configuration and route summarization and LSA types.</p>
<p>Have a nice OSPF Sunday!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gho.no/2009/01/multiple-area-ospf-networks-on-cisco-part-1-of-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Word About BGP Bogons Filtering</title>
		<link>http://www.gho.no/2008/12/a-word-about-bgp-bogons-filtering/</link>
		<comments>http://www.gho.no/2008/12/a-word-about-bgp-bogons-filtering/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 18:13:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco configuration]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[bogons]]></category>
		<category><![CDATA[cisco ios]]></category>
		<category><![CDATA[filtering]]></category>
		<category><![CDATA[route filtering]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.gho.no/?p=149</guid>
		<description><![CDATA[		
		
		
		BGP4 filtering is important, but how can you keep track of the prefixes and do active filtering on them?
It has been a while since my last blog post now, it&#8217;s partly because I have been (honestly) pretty lazy lately, yes, I have been trying to cool down on all my working because I started to [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.gho.no/2008/12/a-word-about-bgp-bogons-filtering/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "A+Word+About+BGP+Bogons+Filtering";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><em>BGP4 filtering is important, but how can you keep track of the prefixes and do active filtering on them?</em></p>
<p>It has been a while since my last blog post now, it&#8217;s partly because I have been (honestly) pretty lazy lately, yes, I have been trying to cool down on all my working because I started to get some problems with keeping track of my own feelings.<br />
..and also because I have been trying to spend a little more time with the girl that actually can stand living with such a busy internet lunatic, we went to see the Norwegian setup of the <a href="http://en.wikipedia.org/wiki/Grease_(musical)">musical Grease</a> and also a Norwegian talk show named Senkveld, and along with all the xmas preparations and that it has been kind of hectic, but very very nice.<br />
While I am still talking freely here, why is it that while I can see people reading around, I never see any comments from you guys?</p>
<p>Anyways, enough with the excuses and all that &#8211; on with the show, right?<br />
[*APPLAUSE*]</p>
<p>The point about this post is to inform about the problems with bogon IPv4 (and probably IPv6 too, I haven&#8217;t looked at that yet) prefixes being announced into the Internet, and the problem about Internet Service Providers accepting these prefixes and adds them to their routing table.   The worst case scenario would be like spam from 127.0.0.1</p>
<p><b>But, what are bogons.. or bogon prefixes?</b><br />
I am glad to be asked that question sometimes, it is good &#8211; it shows that someone paid attention.<br />
Bogon prefixes are for example unassigned prefixes, or RFC1918 networks and there are also other reserved ranges.</p>
<p>The assignment process for IPv4 is somewhat like this:</p>
<ol>
<li><a href="http://www.iana.org/">IANA</a> allocates a block of IPv4 addresses to a Regional Internet Registry (usually /8 to i.e. <a href="http://www.ripe.net/">RIPE</a>)</li>
<li>The RIR then makes suballocations of this block to a LIR, a LIR is a Local Internet Registry (i.e. your ISP)</li>
</ol>
<p>The ISP can then announce this IPv4 prefix in the BGP table on the Internet.<br />
All these IANA to RIR assignments are public information, you can find it at <a href="http://www.cymru.com/Documents/bogon-list.html">cymru.com</a>, they have regular updates.</p>
<p><b>The problem with bogons</b><br />
The problem exists when networks listed as RESERVED or UNALLOCATED in <a href="http://iana.org/assignments/ipv4-address-space/">this list</a> are being announced and produces internet traffic.<br />
For example, if you want to send out totally anonymous spam, what could you possibly do to ISPs without proper filtering?<br />
Yeah, you could see someone announcing 192.168.0.0/22 and start spamming from 192.168.1.0.</p>
<p>Do you keep track of every announcement ever done to you?  (In that case, how do you do it?)<br />
I run a quagga router which also sees all announcements to our network and logs these to a logfile, and I am insterested to hear about other solutions &#8211; I know there are some java based applications.</p>
<p>To be consistent; you do not want bogons announced to you, you do not want to accept bogon networks and start routing traffic to them.</p>
<p><b>How to fix?</b><br />
There&#8217;s a bogons prefix-list that Team Cymru creates that is very useful for Cisco enthusiasts like me.<br />
They have constructed a <a href="http://www.cymru.com/Documents/secure-bgp-template.html">secure BGP template</a>.</p>
<p>So let us hope maybe there&#8217;s at least one extra bogon filter in place tomorrow, and let me know about it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gho.no/2008/12/a-word-about-bgp-bogons-filtering/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Usefull and Free Network Management and Monitoring Software</title>
		<link>http://www.gho.no/2008/09/usefull-and-free-network-management-and-monitoring-software/</link>
		<comments>http://www.gho.no/2008/09/usefull-and-free-network-management-and-monitoring-software/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 17:21:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cacti]]></category>
		<category><![CDATA[free tools]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[netflow]]></category>
		<category><![CDATA[nms]]></category>
		<category><![CDATA[rrdtool]]></category>

		<guid isPermaLink="false">http://www.gho.no/?p=72</guid>
		<description><![CDATA[		
		
		
		Thought I would take a quick look at popular and good software for networking personel.
Graphing

RRDtool is widely deployed for graphing usage. It can be used to make graphs like the ones I have at www.arpa.no, a lot of software takes use of RRDtool to perform their graphing job, like Munin.
MRTG is often used for simple [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.gho.no/2008/09/usefull-and-free-network-management-and-monitoring-software/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Usefull+and+Free+Network+Management+and+Monitoring+Software";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><em>Thought I would take a quick look at popular and good software for networking personel.</em></p>
<p><strong>Graphing</strong></p>
<ol>
<li><a href="http://oss.oetiker.ch/rrdtool/">RRDtool</a> is widely deployed for graphing usage. It can be used to make graphs like the ones I have at <a href="http://www.arpa.no/">www.arpa.no</a>, a lot of software takes use of RRDtool to perform their graphing job, like <a href="http://munin.projects.linpro.no/">Munin</a>.</li>
<li><a href="http://oss.oetiker.ch/mrtg/">MRTG</a> is often used for simple graphing, but it can also be configured to take use of RRDtool to make nicer graphs.</li>
<li><a href="http://oss.oetiker.ch/smokeping/">SmokePing</a> is also written by Tobias Oetiker, and it is used to make pretty cool graphs of roundtrip times.</li>
<li><a href="http://cacti.net/">Cacti</a> is a whole graphing frontend for RRDtool, it is very powerfull, but I also often find it very complex for small simple tasks.</li>
<li><a href="http://munin.projects.linpro.no/">Munin</a> is very nice for simple graphing tasks, and it is what I use to make the graphs on <a href="http://www.arpa.no">arpa.no</a>, it of course uses RRDtool. It is a Norwegian project, developed by <a href="http://www.linpro.no">Linpro</a>.</li>
</ol>
<p><strong>Monitoring</strong></p>
<ol>
<li><a href="http://www.nagios.org/">Naigos</a> is widely deployed for monitoring puposes, it can be very hard to get working, but when it works it monitors for outages, TCP ports down, and any other suspect half-states things can end up in.  I have found Nagios very reliable, and I even developed a plugin for doing a handshake with RTMP servers like Wowza or Red5, because my workplace sells those kind of services.</li>
<li><a href="http://www.snort.org/">Snort</a> can be used to monitor for suspect network activity, it can recognize DDoS, port scans, etc.</li>
</ol>
<ol>
<p><strong>Analyze</strong></p>
<li><a href="http://www.splintered.net/sw/flow-tools/">flow-tools</a> can be used to receive and analyze netflow data from Cisco and Juniper routers.</li>
<li><a href="http://www.caida.org/tools/utilities/flowscan/">FlowScan</a> can be used to make pretty graphs from Netflow data collected by the <a href="http://www.caida.org/tools/measurement/cflowd/">cflowd</a> tool.</li>
</ol>
<p><strong>Other cool utilities</strong></p>
<li><a href="http://www.bitwizard.nl/mtr/">MTR</a> is an interactive traceroute application, very usefull.</li>
<p>I am currently developing a new Network Management System, and I am hoping that it will be released in 2008.  It will be open source, so I guess it might be of interest!</p>
<p>Which ones did I forget, which tools do you use?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gho.no/2008/09/usefull-and-free-network-management-and-monitoring-software/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Using &#8216;archive&#8217; to archive working cisco configurations</title>
		<link>http://www.gho.no/2008/09/using-archive-to-archive-working-cisco-configurations/</link>
		<comments>http://www.gho.no/2008/09/using-archive-to-archive-working-cisco-configurations/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 17:17:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gho.no/?p=60</guid>
		<description><![CDATA[		
		
		
		Do you have backups of your working configurations?
Just a short weekend post, now that you have time to go over your configuration backups.
You can use the Cisco &#8216;archive&#8217; command in global configuration mode to let the Cisco switch or router automatically save backups of your configuration file to a TFTP, FTP, HTTP HTTPS, SCP or [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.gho.no/2008/09/using-archive-to-archive-working-cisco-configurations/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Using+%26%238216%3Barchive%26%238217%3B+to+archive+working+cisco+configurations";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><em>Do you have backups of your working configurations?</em></p>
<p>Just a short weekend post, now that you have time to go over your configuration backups.<br />
You can use the Cisco &#8216;archive&#8217; command in global configuration mode to let the Cisco switch or router automatically save backups of your configuration file to a TFTP, FTP, HTTP HTTPS, SCP or RCP filesystem.</p>
<p>To configure automatic backup on to for example a TFTP server on write-memory just do this:</p>
<blockquote><p><strong>Switch(config)# archive<br />
Switch(config-archive)# path tftp://10.0.0.1/ciscobackups/Switch<br />
Switch(config-archive)# write-memory<br />
</strong></p></blockquote>
<p>The switch or router will now automatically archive a copy of your running configuration on 10.0.0.1</p>
<p>You can use <strong>show archive</strong> to verify backups.</p>
<blockquote><p><strong>Switch# show archive<br />
The next archive file will be named tftp://10.0.0.1/ciscobackups/Switch-3<br />
 Archive #  Name<br />
   0       tftp://10.0.0.1/ciscobackups/Switch-1<br />
   1       tftp://10.0.0.1/ciscobackups/Switch-2 <- Most Recent<br />
</strong></p></blockquote>
<p>And you can also use the EXEC command &#8216;<strong>configure replace</strong>&#8216; to take use of archived configuration files and rollback on to one of them.</p>
<p>Have a nice weekend punching out archives!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gho.no/2008/09/using-archive-to-archive-working-cisco-configurations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Routing &#8211; Understanding And Tweaking the CAM</title>
		<link>http://www.gho.no/2008/09/routing-understanding-and-tweaking-the-cam/</link>
		<comments>http://www.gho.no/2008/09/routing-understanding-and-tweaking-the-cam/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 18:25:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cam]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[foundry]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[tcam]]></category>
		<category><![CDATA[wirespeed]]></category>

		<guid isPermaLink="false">http://www.gho.no/?p=57</guid>
		<description><![CDATA[		
		
		
		If you don&#8217;t pay attention to the CAM, your network could face serious problems.
What is the CAM and Why is it important?
The CAM is short for Content-Adressable Memory and is a type of memory for high speed searching applications.  Other names are associative memory or when programming; associative arrays.
The CAM makes it possible to [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.gho.no/2008/09/routing-understanding-and-tweaking-the-cam/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Routing+%26%238211%3B+Understanding+And+Tweaking+the+CAM";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><em>If you don&#8217;t pay attention to the CAM, your network could face serious problems.</em></p>
<p><strong>What is the CAM and Why is it important?</strong><br />
The CAM is short for Content-Adressable Memory and is a type of memory for high speed searching applications.  Other names are associative memory or when programming; associative arrays.</p>
<p>The CAM makes it possible to make routing decisions in hardware instead of bothering the CPU, routes are placed in the CAM so that the linecard ASIC or FPGA hardware can look up which interface to send the packet out on somewhat directly from the memory.  This decreases routing latency drastically and makes wirespeed performance possible.</p>
<p>Imagine how your router would perform without this now..</p>
<p><strong>OK, Why is it important?</strong><br />
Because every router have a limited amount of physical memory, and this memory space has to contain IPv4 routes, IPv6 routes and everything you are (or want to do) in hardware.<br />
This makes partitioning of this memory important.</p>
<p>You have different ways of doing this, but it mostly involves a reload of the router.</p>
<p><strong>CAM Profiles</strong><br />
On Foundry routers it&#8217;s called CAM profiles, here are the basics:<br />
CAM partition profiles for Release 03.1.00:</p>
<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td>Profile</td>
<td>IPv4</td>
<td>IPv6</td>
<td>MAC</td>
<td>VPLS MAC</td>
<td>IPv4 VPN</td>
<td>IPv4/L2 Inbound ACL</td>
<td>IPv6 Inbound ACL</td>
<td>IPv4/L2 Outbound ACL</td>
<td>IPv6 Outbound ACL</td>
</tr>
<tr>
<td>IPv4</td>
<td>1M</td>
<td>0</td>
<td>32K</td>
<td>0</td>
<td>0</td>
<td>112K</td>
<td>0</td>
<td>64K</td>
<td>0</td>
</tr>
<tr>
<td>IPv6</td>
<td>64K</td>
<td>240K</td>
<td>32K</td>
<td>0</td>
<td>0</td>
<td>16K</td>
<td>24K</td>
<td>16K</td>
<td>12K</td>
</tr>
<tr>
<td>mpls-l3vpn</td>
<td>256K</td>
<td>0</td>
<td>32K</td>
<td>0</td>
<td>480K</td>
<td>64K</td>
<td>0K</td>
<td>64K</td>
<td>0</td>
</tr>
</table>
<p>CAM partition profiles for Release 03.2.00:</p>
<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td>Profile</td>
<td>IPv4</td>
<td>IPv6</td>
<td>MAC</td>
<td>VPLS MAC</td>
<td>IPv4 VPN</td>
<td>IPv4/L2 Inbound ACL</td>
<td>IPv6 Inbound ACL</td>
<td>IPv4/L2 Outbound ACL</td>
<td>IPv6 Outbound ACL</td>
</tr>
<tr>
<td>Default</td>
<td>512K</td>
<td>64K</td>
<td>64K</td>
<td>64K</td>
<td>128K</td>
<td>48K</td>
<td>4K</td>
<td>48K</td>
<td>4K</td>
</tr>
<tr>
<td>IPv4</td>
<td>1M</td>
<td>0</td>
<td>32K</td>
<td>0</td>
<td>0</td>
<td>112K</td>
<td>0</td>
<td>64K</td>
<td>0</td>
</tr>
<tr>
<td>IPv6</td>
<td>64K</td>
<td>240K</td>
<td>32K</td>
<td>0</td>
<td>0</td>
<td>16K</td>
<td>24K</td>
<td>16K</td>
<td>12K</td>
</tr>
<tr>
<td>mpls-l3vpn</td>
<td>256K</td>
<td>0</td>
<td>32K</td>
<td>0</td>
<td>480K</td>
<td>64K</td>
<td>0K</td>
<td>64K</td>
<td>0</td>
</tr>
<tr>
<td>ipv4-vpn</td>
<td>320K</td>
<td>0</td>
<td>0</td>
<td>32K</td>
<td>448K</td>
<td>64K</td>
<td>0K</td>
<td>64K</td>
<td>0</td>
</tr>
<tr>
<td>mpls-l3vpn-2</td>
<td>128K</td>
<td>0</td>
<td>32K</td>
<td>0</td>
<td>544K</td>
<td>64K</td>
<td>0K</td>
<td>64K</td>
<td>0</td>
</tr>
</table>
<p>The Internet Routing table now have about 260K prefixes, so you should worry.</p>
<p><img src="http://arpa.no/bgp-graph.php"></p>
<p>To check my CAM usage I use:</p>
<blockquote><p><strong>show cam-partition usage</strong></p></blockquote>
<p>On a Cisco 6500/7600 switch, you could use</p>
<blockquote><p><strong>show tcam details</strong></p></blockquote>
<p>When there are no more CAM space for a route, it will become unreachable.<br />
So pay attention to your CAM/TCAM. <img src='http://www.gho.no/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gho.no/2008/09/routing-understanding-and-tweaking-the-cam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restrict SNMP Access With Views in Cisco IOS</title>
		<link>http://www.gho.no/2008/09/restrict-snmp-access-with-views-in-cisco-ios/</link>
		<comments>http://www.gho.no/2008/09/restrict-snmp-access-with-views-in-cisco-ios/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 23:30:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gho.no/?p=55</guid>
		<description><![CDATA[		
		
		
		Would you ever let your customers pull SNMP from you?
Short but hopefully interesting post today, I&#8217;ve been at a night course and I am pretty tired.
I found this by accident once, and it is very handy!
For example from stopping the smart technicians to snmpwalk your BGP router and go to lunch!
You can restrict access to [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.gho.no/2008/09/restrict-snmp-access-with-views-in-cisco-ios/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Restrict+SNMP+Access+With+Views+in+Cisco+IOS";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><em>Would you ever let your customers pull SNMP from you?</em></p>
<p>Short but hopefully interesting post today, I&#8217;ve been at a night course and I am pretty tired.<br />
I found this by accident once, and it is very handy!<br />
For example from stopping the smart technicians to snmpwalk your BGP router and go to lunch!</p>
<p>You can restrict access to certain MIBs with SNMP views.<br />
This is a quick and dirty example of SNMP view usage&#8230;</p>
<blockquote><p><strong>snmp-server community secret ro view secretview<br />
</strong>
</p></blockquote>
<p>Clients using the community &#8217;secret&#8217; will now be using the secretview;</p>
<blockquote><p><strong>snmp-server view secret ifMIB excluded</strong></p></blockquote>
<p>These are just the basics of snmp views in IOS! Play around with it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gho.no/2008/09/restrict-snmp-access-with-views-in-cisco-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Route overlaps, it&#8217;s dangerous!</title>
		<link>http://www.gho.no/2008/09/route-overlaps-its-dangerous/</link>
		<comments>http://www.gho.no/2008/09/route-overlaps-its-dangerous/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 22:09:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blackholing]]></category>
		<category><![CDATA[CIDR]]></category>
		<category><![CDATA[dynamic routing]]></category>
		<category><![CDATA[ip subnet calculator]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[ospf]]></category>
		<category><![CDATA[overlap]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[subnet]]></category>

		<guid isPermaLink="false">http://www.gho.no/?p=51</guid>
		<description><![CDATA[		
		
		
		Just wanted to tell you that I added a new page, it&#8217;s aIP subnet calculator tool.
It works with IPv4 and IPv6 addresses, just remember to add the network length in the end (/24) for a 255.255.255.0
The danger with dynamic routing is the possibility of route overlaps, by this I mean having the same subnet defined [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.gho.no/2008/09/route-overlaps-its-dangerous/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Route+overlaps%2C+it%26%238217%3Bs+dangerous%21";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Just wanted to tell you that I added a new page, it&#8217;s a<a href="http://www.gho.no/online-web-ipv4-and-ipv6-ip-subnet-calculator/">IP subnet calculator tool</a>.</p>
<p>It works with IPv4 and IPv6 addresses, just remember to add the network length in the end (/24) for a 255.255.255.0</p>
<p>The danger with dynamic routing is the possibility of route overlaps, by this I mean having the same subnet defined on two routers announcing it in a dynamic routing protocol like for example OSPF.</p>
<p>Let us say you have configured a customer as 10.0.0.48/28 and he uses 10.0.0.49 and 10.0.0.50</p>
<p>Then you get a new customer and configure for example a new subnet 10.0.0.48/30, which is a more specific route (CIDR wise).</p>
<p>You might end up effectively blackholing the old customers traffic, this is something one should consider.</p>
<p>Use my <a href="http://www.gho.no/online-web-ipv4-and-ipv6-ip-subnet-calculator/">IP subnet calculator tool</a> to be sure not to overlap networks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gho.no/2008/09/route-overlaps-its-dangerous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring HSRP on Cisco</title>
		<link>http://www.gho.no/2008/09/configuring-hsrp-on-cisco/</link>
		<comments>http://www.gho.no/2008/09/configuring-hsrp-on-cisco/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 23:38:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gho.no/?p=18</guid>
		<description><![CDATA[		
		
		
		These simple steps will establish HSRP on cisco:
router1(config)# interface gig 2/1
router1(config-if)# ip address 10.0.0.2 255.255.255.0
router1(config-if)# standby 1 ip 10.0.0.1
router2(config)# interface gig 2/1
router2(config-if)# ip address 10.0.0.3 255.255.255.0
router2(config-if)# standby 1 ip 10.0.0.1
When these ports are connected to a switch, the routers will decide for an active router for 10.0.0.1, and the other router will go into standby.  [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.gho.no/2008/09/configuring-hsrp-on-cisco/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Configuring+HSRP+on+Cisco";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>These simple steps will establish HSRP on cisco:</p>
<p>router1(config)# interface gig 2/1<br />
router1(config-if)# ip address 10.0.0.2 255.255.255.0<br />
router1(config-if)# standby 1 ip 10.0.0.1</p>
<p>router2(config)# interface gig 2/1<br />
router2(config-if)# ip address 10.0.0.3 255.255.255.0<br />
router2(config-if)# standby 1 ip 10.0.0.1</p>
<p>When these ports are connected to a switch, the routers will decide for an active router for 10.0.0.1, and the other router will go into standby.  You can adjust election by issuing the &#8216;<em>standby 1 priority</em>&#8216; command on the interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gho.no/2008/09/configuring-hsrp-on-cisco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring BGP4 with filtering on Foundry NetIron</title>
		<link>http://www.gho.no/2008/09/configuring-bgp4-with-route-filtering-on-foundry-netiron/</link>
		<comments>http://www.gho.no/2008/09/configuring-bgp4-with-route-filtering-on-foundry-netiron/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 23:46:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[foundry]]></category>

		<guid isPermaLink="false">http://www.gho.no/?p=16</guid>
		<description><![CDATA[		
		
		
		This is the environment in this example:
YOUR ASN is 65400
YOUR IP address is 10.0.0.1
Your UPSTREAMS ASN is 65500
Your UPSTREAMS IP address is 10.0.0.2
You want to announce 192.168.0.0/16, the router will automatically exchange all the routes that it holds in its BGP table, so it might be wise to shutdown the peer while configuring it.
router# conf [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.gho.no/2008/09/configuring-bgp4-with-route-filtering-on-foundry-netiron/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Configuring+BGP4+with+filtering+on+Foundry+NetIron";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>This is the environment in this example:<br />
YOUR ASN is 65400<br />
YOUR IP address is 10.0.0.1<br />
Your UPSTREAMS ASN is 65500<br />
Your UPSTREAMS IP address is 10.0.0.2</p>
<p>You want to announce 192.168.0.0/16, the router will automatically exchange all the routes that it holds in its BGP table, so it might be wise to shutdown the peer while configuring it.<br />
router# conf t<br />
router(config)# ip prefix-list announceAS65400 permit 192.168.0.0/16<br />
router(config)# router bgp<br />
router(config-bgp)# local-as 65400<br />
router(config-bgp)# neighbor 10.0.0.2 remote-as 65500<br />
router(config-bgp)# neighbor 10.0.0.2 shutdown<br />
router(config-bgp)# neighbor 10.0.0.2 prefix-list announceAS65400 out<br />
router(config-bgp)# clear ip bgp neighbor 10.0.0.2<br />
router(config-bgp)# no neighbor 10.0.0.2 shutdown</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gho.no/2008/09/configuring-bgp4-with-route-filtering-on-foundry-netiron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

