<?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>invurted.com &#187; Cisco</title>
	<atom:link href="http://invurted.com/category/cisco/feed/" rel="self" type="application/rss+xml" />
	<link>http://invurted.com</link>
	<description>With great virtualisation comes great responsibility!</description>
	<lastBuildDate>Thu, 03 Jun 2010 10:14:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Recovering the Aironet 1310</title>
		<link>http://invurted.com/recovering-the-aironet-1310/</link>
		<comments>http://invurted.com/recovering-the-aironet-1310/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 10:14:03 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[recover]]></category>

		<guid isPermaLink="false">http://invurted.com/?p=320</guid>
		<description><![CDATA[Wow! Hasn&#8217;t it been a while?! Isn&#8217;t it always the way? You get a new job, a new wife and family and important things like blogging go out the window. I have been extremely busy with all the above, but will spare you the boring details and get onto the good stuff. Recently I have [...]]]></description>
			<content:encoded><![CDATA[<p>Wow! Hasn&#8217;t it been a while?!</p>
<p>Isn&#8217;t it always the way? You get a new job, a new wife and family and important things like blogging go out the window.</p>
<p>I have been extremely busy with all the above, but will spare you the boring details and get onto the good stuff.<span id="more-320"></span></p>
<p>Recently I have been doing a fairly large scale migration from Autonomous Wireless Access points to Light Weight Access points. This means implementing a Cisco Wireless Lan Controller and installing a &#8220;light weight&#8221; IOS so the Wireless Access points can be managed by the controller. No more dispersed SSIDs or inconsistent security.</p>
<p>The environment, most interestingly, consists of 1200 series, 1250 series and two 1310 outdoor controllers. </p>
<p>From Cisco; </p>
<blockquote><p>A Cisco Aironet 1300 Series device operating autonomously is an intelligent access point or bridge, capable of functioning as a standalone device. As an LWAPP access point, the Cisco Aironet 1300 Series works along with the Cisco wireless LAN controller to enable centralized configuration and management, application of security policies, and seamless mobility. When operating with wireless LAN controllers, Cisco Aironet 1300 Series Outdoor Access Points/Bridges function only as access points and are not capable of bridging.<br />
The integrated antenna versions feature a radio and high-gain patch antenna for user installations of either point-to-point links or non-root nodes of point-to-multipoint networks. The connectorized versions provide professional installers with RP-TNC type connectors that allow the deployment of nodes with omnidirectional, sector, or high-gain dish antennas for longer links. In all cases, the mounting kit must be ordered separately.<br />
All parts, along with accessories such as the Roof Mount Kit, Wall Mount Kit, cable, antennas, and power supplies, are available on the Cisco Systems® global and wholesale price lists.</p></blockquote>
<p>So it&#8217;s designed for outdoors, which is great! However, at the remote end, it keeps getting screwed up by the upgrade process and I have to nuke both sides to reconfigure them to be autonomous. I&#8217;m serious, <code>delete /force /recursive flash:</code>!</p>
<p>That scares the SHIT out of me and I&#8217;ve been forced to do it two or three times! The first time we transferred the IOS back onto both ends via console ie. 9600 bps. This was not any fun at all. Logically, there has to be a better way.</p>
<p>After nuking the device back to the stone age, issue the following commands:<code><br />
 set IP_ADDR A.B.C.D<br />
 set DEFAULT_ROUTER W.X.Y.Z<br />
 set NETMASK XXX.XXX.XXX.XXX<br />
 tftp_init<br />
 tar -xtract tftp://IPADDR_OF_TFTP_SERVER/ios.tar flash:<br />
 set BOOT flash:/c1310-k9w7-mx.124-21a.JA1/c1310-k9w7-mx.124-21a.JA1</code></p>
<p>The only thing to look out for is make sure the TFTP server is reachable by the access point. And make sure you set the BOOT option to boot to the correct directory and file in flash. As you can see above, I am booting from the flash directory <code>c1310-k9w7-mx.124-21a.JA1</code> and a file called <code>c1310-k9w7-mx.124-21a.JA1</code>. A simple <code>dir flash:</code> will start to get you on the right track.</p>
]]></content:encoded>
			<wfw:commentRss>http://invurted.com/recovering-the-aironet-1310/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iSCSI security</title>
		<link>http://invurted.com/tutorial-iscsi-security/</link>
		<comments>http://invurted.com/tutorial-iscsi-security/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 00:48:45 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[iscsi]]></category>

		<guid isPermaLink="false">http://invurted.com/?p=177</guid>
		<description><![CDATA[iSCSI, as a storage option, has less performance than fibre channel ie. it is limited to the speed of the HBAs or the network card being used, however it is far cheaper and I can leaverage my existing infrastructure to put in an iSCSI SAN. The problem becomes, in a TCP/IP network, how do I [...]]]></description>
			<content:encoded><![CDATA[<p>iSCSI, as a storage option, has less performance than fibre channel ie. it is limited to the speed of the HBAs or the network card being used, however it is far cheaper and I can leaverage my existing infrastructure to put in an iSCSI SAN. The problem becomes, in a TCP/IP network, how do I protect the data moving between the SAN and the hosts?<span id="more-177"></span><br />
To start with, what is iSCSI? Functionally, there is no difference between Fibre Channel, iSCSI and a local SCSI controller. All three send SCSI commands to hard disks. Both Fibre Channel and iSCSI transmit over fiber and TCP/IP networks, respectively; making the network storage appear as &#8220;local&#8221; storage for the iSCSI client (or initiator).<br />
As I mentioned, iSCSI uses TCP/IP networks to transport the SCSI commands from the initiator to the target (the iSCSI SAN). iSCSI uses the default TCP port 3260 and provides no native security on communication between the initiator and the target.<br />
Here&#8217;s where the challenges begin.<br />
To start with, if my iSCSI traffic is shared on a production network there are two problems. The most dangerous is network sniffers for obvious reasons.<br />
The other immediate problem is network contention. If my iSCSI SAN shares the same network as all my production network there is a big problem with performance as my normal traffic will be competing for access with iSCSI.<br />
The solution to both problems is network isolation. This isn&#8217;t so much best practice as it is mandatory. Wether the iSCSI network is physically isolated to it&#8217;s own infrastructure or using IEEE 802.1Q (VLAN tagging), the iSCSI network should now be invisible and/or inaccessible to the production network. The only notable exception becomes the requirement for servers to access the iSCSI implementation. Easily fixed by the addition of network adapters to the servers. Even if I need to populate each server with additional NICs, this should still be cheaper than the most simple Fibre Channel implementation.<br />
Okay, now we have isolation to provide security but what about securing the communication itself.<br />
The obvious solution is IPSec. The not so obvious problem is the overhead to IPSec. For a storage network, it doesn&#8217;t seem optimal to have to encrypt and decrypt each packet as it is transmitted and received. Certainly, as of the writing of this article, there is no support for IPSec in ESX3.5 specifically.<br />
So the only real option left (in ESX particular) is authentication to verify my identity. ESX supports CHAP authentication only for iSCSI initiators and targets.<br />
CHAP (Challenge Handshake Authentication Protocol) is used to verify the identity of clients in a Point-to-point network. Your identity is verifed by using a three way handshake. After the initial link CHAP authentication is done at random intervals during the entire conversation. The one weakness is the reliance on a shared secret ie. the client&#8217;s password. ESX <strong>does not</strong> support per target credentials either. So one CHAP username and password sent to all iSCSI targets.<br />
The CHAP process goes something like the following:</p>
<ol>
<li>After the completion of the link establishment phase, the authenticator sends a &#8220;challenge&#8221; message to the peer.</li>
<li>The peer responds with a value calculated using a one-way hash function, such as an MD5 checksum hash.</li>
<li>The authenticator checks the response against its own calculation of the expected hash value. If the values match, the authenticator acknowledges the authentication; otherwise it should terminate the connection.</li>
<li>At random intervals the authenticator sends a new challenge to the peer and repeats steps 1 through 3.</li>
</ol>
<p>An example of CHAP authentication can be seen between two Cisco 3640 routers. The network is a fairly simple on and looks like this:<br />
<a href="http://invurted.com/wp-content/uploads/setup1.jpg"><img class="aligncenter size-medium wp-image-179" title="setup1" src="http://invurted.com/wp-content/uploads/setup1-300x153.jpg" alt="" width="300" height="153" /></a><br />
After enabling the serial interfaces between the two routers, I enable and configure PPP encapsulation. On the second router (R2) , I enable CHAP authentication and view debugging information on the first router (R1)</p>
<p><code><br />
*Mar 1 00:25:39.971: Se1/0 PPP: Using default call direction<br />
*Mar 1 00:25:39.975: Se1/0 PPP: Treating connection as a dedicated line<br />
*Mar 1 00:25:39.975: Se1/0 PPP: Session handle[26000001] Session id[0]<br />
*Mar 1 00:25:39.975: Se1/0 PPP: Authorization required<br />
*Mar 1 00:25:40.255: Se1/0 PPP: No authorization without authentication<br />
*Mar 1 00:25:40.259: Se1/0 CHAP: I CHALLENGE id 1 len 23 from "r2"<br />
*Mar 1 00:25:40.299: Se1/0 CHAP: Unable to authenticate for peer</code><br />
R2 is waiting for authentication from R1 and is unable to get authentication information. Now I configure CHAP authentication on r1 and observe the following:<br />
<code><br />
*Mar 1 00:26:26.867: Se1/0 LCP: Received AAA AUTHOR Response PASS<br />
*Mar 1 00:26:26.867: Se1/0 IPCP: Received AAA AUTHOR Response PASS<br />
*Mar 1 00:26:26.871: Se1/0 CHAP: O SUCCESS id 12 len 4<br />
*Mar 1 00:26:27.055: Se1/0 CHAP: I SUCCESS id 15 len 4<br />
*Mar 1 00:26:27.059: Se1/0 PPP: Sent CDPCP AUTHOR Request<br />
*Mar 1 00:26:27.063: Se1/0 PPP: Sent IPCP AUTHOR Request<br />
*Mar 1 00:26:27.071: Se1/0 CDPCP: Received AAA AUTHOR Response PASS<br />
*Mar 1 00:26:28.055: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up</code><br />
The shared secret is exchanged between the two and the Serial interface is changed to an up state.</p>
]]></content:encoded>
			<wfw:commentRss>http://invurted.com/tutorial-iscsi-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[PRACTICE] Fixed length subnet masking #2</title>
		<link>http://invurted.com/practice-fixed-length-subnet-masking-2/</link>
		<comments>http://invurted.com/practice-fixed-length-subnet-masking-2/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 04:53:04 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fixed length subnet mask]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[practice]]></category>

		<guid isPermaLink="false">http://invurted.com/2008/12/practice-fixed-length-subnet-masking-2/</guid>
		<description><![CDATA[Following on in the series, here is the second subnet masking example. You have been given the network range 192.168.128.0/24. Your task is to break it down into six networks. The questions you have to answer are, how many hosts on each network, and what are the network IDs and broadcast IDs for each of [...]]]></description>
			<content:encoded><![CDATA[<p>Following on in the series, here is the second subnet masking example.</p>
<p>You have been given the network range 192.168.128.0/24. Your task is to break it down into six networks. The questions you have to answer are, how many hosts on each network, and what are the network IDs and broadcast IDs for each of the networks.</p>
<p>I will post the answer on Friday 12th December, 2008 at 3:30pm EDST.</p>
<p><span id="more-170"></span></p>
<p>Sorry for the lateness of the solution. I have been as sick as a dog for the last few days, hence no update.</p>
<p><a href="http://invurted.com/practice-fixed-length-subnet-masking-1/">Last time</a> we talked breaking networks up based on host requirements. This time we&#8217;re working with the network portion of the IP address.</p>
<p>When we were working with hosts, we worked from the thirty-second bit. Or, from right to left. This time we&#8217;re working from left to right to break up an IP range.</p>
<p>Let&#8217;s look at the IP address in binary first. Because it&#8217;s a twenty-four bit subnet mask, this tells us that it&#8217;s a Class C network and that the first three octets are locked and can&#8217;t be changed. Therefore, we will be breaking up the fourth octet.<br />
<code>192.168.128.00000000<br />
255.255.255.00000000</code></p>
<p>Similarly to subnetting for hosts, subnetting for networks is achieved by modifying the subnet mask. So rather than working from the last bit leftwards, let&#8217;s start with the first bit I am allowed to modify and work to the right. In our example, the twenty-fifth bit (the first bit of the fourth octet).</p>
<p>For each bit I change, I get 2^bits networks. Unlike hosts, I don&#8217;t lose the first IP address to the network ID or the last IP address to the broadcast. Therefore, if I use one bit I get two usable networks. If we extend this to cover our example, two bits gives me four networks (still not enough!). Can I get exactly six networks? Because I&#8217;m working with binary values (powers of two), it&#8217;s not possible to get exactly six networks. If I use three bits, I get eight networks. More than the required six.</p>
<p>First thing&#8217;s first: the subnet mask. The original Class C has been subnetted. Now I am using the first three bits of the fourth octet as the network portion. It did look like this: <code>255.255.255.00000000</code>. Now, after subnetting, it looks like this: <code>255.255.255.11100000</code> or, (after converting back to decimal) <code>255.255.255.224</code>.</p>
<p>My networks look something like this (the spaces represent the division between my new network ID and new host ID):<br />
<code>192.168.128.000 00000<br />
192.168.128.001 00000<br />
192.168.128.010 00000<br />
192.168.128.011 00000<br />
192.168.128.100 00000<br />
192.168.128.101 00000<br />
192.168.128.110 00000<br />
192.168.128.111 00000</code></p>
<p>How many hosts on each network? Seeing that we are using three bits for the network, the remaining five bits are the host portion ie. (2^5)-2 hosts or 32-2 hosts. A total of 30 hosts per network. Going back to the last tutorial, the host portion can&#8217;t be all zeroes, nor can it be all ones.</p>
<p>Therefore, my network ranges look like this:<br />
<code>192.168.128.000 00000     192.168.128.000 11111<br />
192.168.128.001 00000     192.168.128.001 11111<br />
192.168.128.010 00000     192.168.128.010 11111<br />
192.168.128.011 00000     192.168.128.011 11111<br />
192.168.128.100 00000     192.168.128.100 11111<br />
192.168.128.101 00000     192.168.128.101 11111<br />
192.168.128.110 00000     192.168.128.110 11111<br />
192.168.128.111 00000     192.168.128.111 11111</code></p>
<p>Any questions or problems, please email me contactme@invurted.com or my work email address.</p>
]]></content:encoded>
			<wfw:commentRss>http://invurted.com/practice-fixed-length-subnet-masking-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PRACTICE] Fixed length subnet masking #1</title>
		<link>http://invurted.com/practice-fixed-length-subnet-masking-1/</link>
		<comments>http://invurted.com/practice-fixed-length-subnet-masking-1/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 01:37:00 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fixed length subnet mask]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[practice]]></category>

		<guid isPermaLink="false">http://invurted.com/2008/12/practice-fixed-length-subnet-masking-1/</guid>
		<description><![CDATA[After the other week&#8217;s CCENT course, I made a promise to start emailing subnetting examples out. Rather than writing and re-writing the same thing time and time again, I figured I&#8217;d put them up here instead. So, fixed length subnet masking example #1 is this: You have been given the network range 192.168.128.0/22. Your first [...]]]></description>
			<content:encoded><![CDATA[<p>After the other week&#8217;s CCENT course, I made a promise to start emailing subnetting examples out. Rather than writing and re-writing the same thing time and time again, I figured I&#8217;d put them up here instead.</p>
<p>So, fixed length subnet masking example #1 is this:</p>
<p>You have been given the network range 192.168.128.0/22. Your first task is to break this network up into blocks of one hundred IP addresses. How many blocks of IP addresses will you get (how many networks will you have)? What are the network IDs and what are the broadcast IP addresses for each of the network ranges?</p>
<p>I will post the answer on Tuesday 9th December, 2008 at 10:30am EDST.</p>
<p><span id="more-166"></span>
<p>Okay. The question specifically asks for hosts. Therefore, we are working from the thirty second bit back to the start to get hosts. </p>
<p>The original subnet mask is a /22 (255.255.252.0). This tells me that the first twenty two bits are &#8220;locked away&#8221; leaving me the last ten bits to play with. Straight away we can discern at least one piece of information about my network: there are 2^10 total hosts in the network ie. 2^#bits that aren&#8217;t locked away, or one thousand and twenty four total hosts.</p>
<p>On to the good stuff. If we look at the IP address in it&#8217;s binary format we have to do a decimal to binary conversion on the third and fourth octets. By looking at the subnet mask this tells me it&#8217;s not a full block of eight bits in the third octet and the fourth is all zeroes.</p>
<p>Which looks something like this:<br /><code>192.168.10000000.00000000<br />255.255.11111100.00000000</code><br />Notice twenty two contiguous ones and ten contiguous zeroes.</p>
<p>As previously mentioned, I want hosts. So, I am working from the last bit leftwards. Each zero represents two hosts (1 and 0). Every time I go up a column, I am adding a power of two to the total number of hosts. If I use one column (the thirty-second bit), I have 2^1 hosts, two columns gives me 2^2 hosts etc. Can I get exactly 100 hosts for the network? The answer is no. If I use the last six bits I have sixty-four hosts (2^6), well below the required one hundred hosts! Let&#8217;s use the last seven bits. This gives me 2^7 hosts. One hundred and twenty eight is well above the one hundred required, but is the nearest value over one hundred I get given I have to count in powers of two.</p>
<p>My new subnet mask now looks something like this:<br /><code>192.168.100000 00.0 0000000<br />255.255.111111 11.1 0000000</code><br />The spaces show the modifications that I have made to the network range given the requirements of the scenario.</p>
<p>The three bits between the spaces are telling me what networks I am now defining. Three bits, straight away, tells me I have 2^3 or eight networks in total. The network part of the IP address has to be unique. The eight unique combinations of the network ID are: <code><br />192.168.100000 00.0 0000000 (192.168.128.0)<br />192.168.100000 00.1 0000000 (192.168.128.128)<br />192.168.100000 01.0 0000000 (192.168.129.0)<br />192.168.100000 01.1 0000000 (192.168.129.128)<br />192.168.100000 10.0 0000000 (192.168.130.0)<br />192.168.100000 10.1 0000000 (192.168.130.128)<br />192.168.100000 11.0 0000000 (192.168.131.0)<br />192.168.100000 11.1 0000000 (192.168.131.128)<br /></code></p>
<p>The rules of TCP/IP state that the host ID can&#8217;t be all zeroes and it can&#8217;t be all ones. The all zeroes address is the network ID and the all ones address is the broadcast IP address for that network.</p>
<p>In our example, the last six bits are the host ID. Therefore, the network IDs are up above and the broadcast IP addresses are:<code><br />192.168.100000 00.0 1111111 (192.168.128.127)<br />192.168.100000 00.1 1111111 (192.168.128.255)<br />192.168.100000 01.0 1111111 (192.168.129.127)<br />192.168.100000 01.1 1111111 (192.168.129.255)<br />192.168.100000 10.0 1111111 (192.168.130.127)<br />192.168.100000 10.1 1111111 (192.168.130.255)<br />192.168.100000 11.0 1111111 (192.168.131.127)<br />192.168.100000 11.1 1111111 (192.168.131.255)<br /></code></p>
<p>Any questions or problems, please email me <a href="&quot;mailto:contactme@invurted.com">contactme@invurted.com</a> or my work email address.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Stay tuned because I&#8217;ll post another example later this week.</p>
]]></content:encoded>
			<wfw:commentRss>http://invurted.com/practice-fixed-length-subnet-masking-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco and Vmware join forces</title>
		<link>http://invurted.com/cisco-and-vmware-join-forces/</link>
		<comments>http://invurted.com/cisco-and-vmware-join-forces/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 07:42:34 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://invurted.com/?p=109</guid>
		<description><![CDATA[Both Cisco and Vmware are planning to join forces and offer combined channel and certification programs for virtual data centre offerings.The two vendors announced a partnership to deliver such combined offerings at VMware&#8217;s recent VMworld conference in Las Vegas, while regional executives revealed more details of the deal at Cisco&#8217;s Networkers 2008 conference in Brisbane [...]]]></description>
			<content:encoded><![CDATA[<p>Both Cisco and Vmware are planning to join forces and offer combined channel and certification programs for virtual data centre offerings.<span id="more-109"></span>The two vendors announced a partnership to deliver such combined offerings at VMware&#8217;s recent VMworld conference in Las Vegas, while regional executives revealed more details of the deal at Cisco&#8217;s Networkers 2008 conference in Brisbane last month (which everyone&#8217;s favourite blogger got to see!!).</p>
<p>Speaking at the Networkers conference Dylan Morrison, Cisco&#8217;s data centre general manager for Australia and New Zealand, confirmed the jointly developed products will be sold through joint partners. &#8220;Both our traditional partners will already have skills in both VMware and Cisco.&#8221;</p>
<p>To learn more and to read the entire article at its source, please refer to the following page, <span><a href="http://reseller.co.nz/reseller.nsf/news/1FC725B6BD6B8468CC2574D6006D5DCD" target="_blank">Reseller News &#8211; Cisco, VMware make worlds collide</a></span></p>
<p>(Like my life isn&#8217;t hard enough!)</p>
]]></content:encoded>
			<wfw:commentRss>http://invurted.com/cisco-and-vmware-join-forces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[TUTORIAL] CCENT configs for Dynamips</title>
		<link>http://invurted.com/ccent-configs-for-dynamips/</link>
		<comments>http://invurted.com/ccent-configs-for-dynamips/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 01:25:29 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Dynagen]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://invurted.com/?p=84</guid>
		<description><![CDATA[I have done a fair bit of research into this and I am pretty sure that I have the configurations that are applied to the core routers and switches pretty well nailed! These files are provided as is with no express or implied warranty. Invurted.com is not responsible for any damage caused by using these [...]]]></description>
			<content:encoded><![CDATA[<p>I have done a fair bit of research into this and I am pretty sure that I have the configurations that are applied to the core routers and switches pretty well nailed! These files are provided as is with no express or implied warranty. Invurted.com is not responsible for any damage caused by using these files.</p>
</p>
<p><span id="more-61"></span></p>
<table cellspacing="0" cellpadding="2" width="598" align="center" border="0">
<tbody>
<tr>
<td valign="top" width="596">
<p><a href="http://invurted.com/wp-content/uploads/2008/04/dynamips-corerou-start1.txt" target="_blank">CORE ROUTER config file</a></p>
<p><a href="http://invurted.com/wp-content/uploads/2008/04/dynamips-coreswa-all1.txt" target="_blank">CORE SWITCH A config file</a></p>
<p><a href="http://invurted.com/wp-content/uploads/2008/04/dynamips-coreswb-all1.txt" target="_blank">CORE SWITCH B config file</a></p>
<p><a href="http://invurted.com/wp-content/uploads/2008/04/dynamips-coreswc-start11.txt" target="_blank">CORE SWITCH C config file</a></p>
</td>
</tr>
<tr>
<td valign="top" width="596">&nbsp;</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://invurted.com/ccent-configs-for-dynamips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
