<?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>xpresslearn.com &#187; Tools</title>
	<atom:link href="http://www.xpresslearn.com/category/tools/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xpresslearn.com</link>
	<description>Solutions to your Networking and Security questions</description>
	<lastBuildDate>Tue, 13 Dec 2011 18:16:15 +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>Deploy syslog agent for centralized Windows logging</title>
		<link>http://www.xpresslearn.com/tools/windows-tools/deploy-syslog-agent-for-centralized-windows-logging</link>
		<comments>http://www.xpresslearn.com/tools/windows-tools/deploy-syslog-agent-for-centralized-windows-logging#comments</comments>
		<pubDate>Wed, 26 Jan 2011 15:47:05 +0000</pubDate>
		<dc:creator>Scott Pilkinton</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Eventlog]]></category>
		<category><![CDATA[Eventlog to Syslog]]></category>
		<category><![CDATA[syslog]]></category>

		<guid isPermaLink="false">http://www.xpresslearn.com/?p=612</guid>
		<description><![CDATA[An option for centralizing Windows logs is to install an agent on each machine that will forward Windows event logs to a centralized syslog server as they happen.  Evtsys is a very small and efficient client that will perform this task.  This article contains the necessary steps to deploy this client from a centralized location.]]></description>
			<content:encoded><![CDATA[<p>Eventlog to Syslog, originally developed by Curtis Smith at <a href="https://engineering.purdue.edu/ECN/Resources/Documents/UNIX/evtsys/" target="_blank">Purdue University</a>, is a very small and efficient program to take Windows event logs and forward them as syslog messages to a syslog server.  It&#8217;s last modification was done by Sherwin Faria of Rochester Institute of Technology.  The current version at the time of this writing is 4.4 which was revised November 29, 2010.  The project is now available to all and is hosted at <a href="http://code.google.com/p/eventlog-to-syslog/">code.google.com</a>.</p>
<p>Since there is both a 32-bit and a 64-bit version of this service, I have put together a little deployment script that determines the target architecture and then deploys the appropriate client.</p>
<p><span id="more-612"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0663307349809080";
google_ad_slot = "4388421750";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>In it&#8217;s current form, the deployment script depends on the following components to accomplish this task:</p>
<ul>
<li>Eventlog to Syslog executable and library</li>
<li>systeminfo which is a command line program that is installed on Windows XP/2003 machines and above.  Note: The systeminfo exe only has to be run from the central computer you are deploying from.</li>
<li>psexec which is a Sysinternals utility and is obtainable through Microsoft&#8217;s website</li>
</ul>
<p>There are three scripts: one to deploy the 32bit agent, one for the 64bit agent, and the other is to determine if the target is 32 or 64 bit.</p>
<p><a href="http://www.xpresslearn.com/wp-content/uploads/evtsysdir.jpg"><img class="aligncenter size-full wp-image-634" title="Evtsys deployment directory listing" src="http://www.xpresslearn.com/wp-content/uploads/evtsysdir.jpg" alt="" width="384" height="167" /></a></p>
<p>The instEvtsys.cmd is executed from the source machine that is performing the deployment.  The following is the contents of the instEvtsys script:</p>
<p><a href="http://www.xpresslearn.com/wp-content/uploads/evtsys01.jpg"><img class="aligncenter size-full wp-image-635" title="Evtsys deployment script" src="http://www.xpresslearn.com/wp-content/uploads/evtsys01.jpg" alt="" width="445" height="238" /></a></p>
<p>Once the determination has been made for the destination platform architecture, the appropriate deployment script is called.  Here is a look at the inst64bit.cmd script:</p>
<p><a href="http://www.xpresslearn.com/wp-content/uploads/evtsys02.jpg"><img class="aligncenter size-full wp-image-641" title="Deployment script for evtsys.exe" src="http://www.xpresslearn.com/wp-content/uploads/evtsys02.jpg" alt="" width="578" height="77" /></a></p>
<p>The previous script copies the two needed files, evtsys.exe and evtsys.dll to the destination System32 directory.  The evtsys executable is then run on the target machine via psexec using the switch to register it as a service and configure the IP address of the syslog server, where the messages will be sent.  The final command will again use psexec and issue the &#8216;net start&#8217; command for starting the evtsys service.</p>
<p>The following zip file contains all the scripts needed for deployment.  In addition to the contents of this file, you will need to download the evtsys executables and drop them in the appropriate deployment directories.</p>
<p><a href="http://www.xpresslearn.com/wp-content/uploads/Evtsys.zip">Evtsys deployment scripts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xpresslearn.com/tools/windows-tools/deploy-syslog-agent-for-centralized-windows-logging/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cisco TACACS server for Windows v2</title>
		<link>http://www.xpresslearn.com/tools/software-tools/cisco-tacacs-server-for-windows-v2</link>
		<comments>http://www.xpresslearn.com/tools/software-tools/cisco-tacacs-server-for-windows-v2#comments</comments>
		<pubDate>Sun, 12 Apr 2009 02:52:44 +0000</pubDate>
		<dc:creator>Scott Pilkinton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Cisco ACS]]></category>
		<category><![CDATA[tacacs windows]]></category>
		<category><![CDATA[tacacs+]]></category>
		<category><![CDATA[tac_plus]]></category>

		<guid isPermaLink="false">http://www.xpresslearn.com/?p=223</guid>
		<description><![CDATA[Have you wanted to run a tacacs+ server on Windows, but didn't have the budget for Cisco ACS or another commercial TACACS+ server?  Cisco offers the source code to a freeware version of tacacs+.  However, the code has typically been compiled for Unix platforms and other related variants.  This is version 2 of a previous version posted on this site.]]></description>
			<content:encoded><![CDATA[<p>Finally, an update (well, sort of) to the Cisco TACACS server for Windows that was provided <a href="http://www.xpresslearn.com/tools/software-tools/cisco-tacacs-server-for-windows">here</a>.  The first version provided on this site was compiled from the original 4.0.4 Cisco version of tac_plus.</p>
<p>This version is actually based on 4.03, but has many added features that doesn&#8217;t exist in the 4.0.4 Cisco release.  The version given to this particular code distribution is F4.0.3.alpha-9a.</p>
<p>It runs just like the other version, (yes, with all the same qwerks as well) with additional options available to you.</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0663307349809080";
google_ad_slot = "4388421750";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="text-align: left;"><span id="more-223"></span></p>
<p><a href="http://www.xpresslearn.com/wp-content/uploads/2009/04/tacacs.zip">Cisco tacacs+ server for Windows</a></p>
<p>Have fun, and if you successfully use any of the additional features &#8211; be sure to post a comment to let me and others know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xpresslearn.com/tools/software-tools/cisco-tacacs-server-for-windows-v2/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Dynagen Configuration using Etherchannel</title>
		<link>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-etherchannel</link>
		<comments>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-etherchannel#comments</comments>
		<pubDate>Thu, 10 Jul 2008 20:43:47 +0000</pubDate>
		<dc:creator>Scott Pilkinton</dc:creator>
				<category><![CDATA[Dynamips]]></category>
		<category><![CDATA[Etherchannel]]></category>
		<category><![CDATA[GNS3]]></category>
		<category><![CDATA[Router Subinterface]]></category>
		<category><![CDATA[Vlan Trunking]]></category>

		<guid isPermaLink="false">http://www.xpresslearn.com/?p=123</guid>
		<description><![CDATA[This is a configuration file to use with Dynagen and Dynamips. It’s purpose is to allow a particular router combination to be emulated, saving the time in having to craft the Dynagen file yourself. This network consists of one 7200 router and another 3640 router serving the function of a switch.]]></description>
			<content:encoded><![CDATA[<p><strong>Network Drawing:</strong></p>
<p style="text-align: center;"><img class="size-full wp-image-125" title="Dynagen Network using Etherchannel" src="http://www.xpresslearn.com/wp-content/uploads/2008/07/etherchannel.png" alt="Dynagen Network Drawing" width="500" height="131" /></p>
<p><strong>Router Platform(s):</strong> 7200, 3600<br />
<strong>IOS Version:</strong> 12.4(11)T1, 12.4(18)<br />
<strong>IOS Feature Set:</strong> Service Provider, Enterprise<br />
<strong> IOS File Name:</strong> c7200-spservicesk9-mz.124-11.T1.bin, c3640-js-mz.124-18.uncompressed.bin<br />
<strong>idlepc</strong>: 0x61280c1c, 0x60428c4c<br />
<strong>IOS Image Uncompressed before use:</strong> Yes , Yes<br />
<strong>IOS Memory Requirements:</strong> 256Mb, 128Mb<br />
<strong>Average Dynamips.exe CPU Utilization:</strong> 30%</p>
<p><span id="more-123"></span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0663307349809080";
google_ad_slot = "4388421750";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><strong>Comments:</strong></p>
<p>The configuration in this article contains two devices, one 7200 serving as the router and one 3600 used as a network switch.  The point of this lab is to demonstrate the use of Etherchannel and also Vlan Trunking in an Etherchannel configuration (2 separate scenarios).  There are two .net configuration files included.  One file contains the 7200 setup with etherchannel and the 3640 acting as the switch has the etherchannel interfaces in access mode (assigned to vlan 10).  The other .net file is basically the same scenario, with Vlan Trunking added.</p>
<p><strong>Other Notes:</strong></p>
<p>You will need to create vlan 10 on the 3640 after it boots.  You can do this by getting to an enable prompt and typing:</p>
<pre>vlan database
vlan 10
exit</pre>
<p>Failure to do this will prevent you from pinging the layer3 interface configured on the 3640 from the 7200 router.</p>
<p><strong>Link to configuration files:</strong></p>
<p><a href="http://www.xpresslearn.com/wp-content/uploads/2008/07/etherchannel-trunk.zip">Dynagen GNS3 configuration files</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-etherchannel/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using TACACS with Dynagen-Dynamips</title>
		<link>http://www.xpresslearn.com/tools/dynamips/using-tacacs-with-dynagen-dynamips</link>
		<comments>http://www.xpresslearn.com/tools/dynamips/using-tacacs-with-dynagen-dynamips#comments</comments>
		<pubDate>Thu, 03 Apr 2008 22:17:15 +0000</pubDate>
		<dc:creator>Scott Pilkinton</dc:creator>
				<category><![CDATA[Dynamips]]></category>
		<category><![CDATA[tacacs+]]></category>

		<guid isPermaLink="false">http://www.xpresslearn.com/?p=96</guid>
		<description><![CDATA[Here is a network Diagram containing a Windows host running Dynamips and Dynagen using a loopback adapter to communicate with a single virtual 3640 router. The TACACS+ Windows executable can be downloaded from here. First step is to extract TACACS+ zip file into a directory of your choice (in this example, I used c:\tacacs). Next, [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a network Diagram containing a Windows host running Dynamips and Dynagen using a loopback adapter to communicate with a single virtual 3640 router.</p>
<p style="text-align: center;"><a href="http://www.xpresslearn.com/wp-content/uploads/2008/04/windows-tacacs-host.jpg"><img class="aligncenter size-full wp-image-97" title="Windows Host running TACACS and Dynamips" src="http://www.xpresslearn.com/wp-content/uploads/2008/04/windows-tacacs-host.jpg" alt="Windows Host running TACACS and Dynamips" width="500" height="194" /></a></p>
<p style="text-align: left;"><span id="more-96"></span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0663307349809080";
google_ad_slot = "4388421750";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="text-align: left;">The TACACS+ Windows executable can be downloaded from <a title="Windows TACACS server download" href="http://www.xpresslearn.com/tools/software-tools/cisco-tacacs-server-for-windows" target="_blank">here</a>.</p>
<p style="text-align: left;">First step is to extract TACACS+ zip file into a directory of your choice (in this example, I used c:\tacacs).  Next, edit the configuration file as needed to define server characteristics and users.  Be sure to edit the configuration file in an editor that supports UNIX file types.  You will be fine if you open the existing file in an editor that doesn&#8217;t add &lt;CRLF&gt; characters at the end of each line (so don&#8217;t use Windows notepad, although Wordpad will be fine).</p>
<p style="text-align: left;">Start the TACACS server with the following command:</p>
<p style="text-align: left;">tac_plus -C tac.cfg</p>
<p style="text-align: center;"><a href="http://www.xpresslearn.com/wp-content/uploads/2008/04/start-tacacs.jpg"><img class="alignnone size-full wp-image-95" title="Starting tac_plus in a Windows command prompt" src="http://www.xpresslearn.com/wp-content/uploads/2008/04/start-tacacs.jpg" alt="" width="500" height="247" /></a></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0663307349809080";
google_ad_slot = "4388421750";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="text-align: left;">The warning regarding not running tac_plus as root can safely be ignored.  To verify the tacacs+ server is running, open task manager and go to the processes tab &#8211; you should see tac_plus.exe running:</p>
<p style="text-align: center;"><a href="http://www.xpresslearn.com/wp-content/uploads/2008/04/tacacs-taskman.jpg"><img class="aligncenter size-full wp-image-94" title="Windows task manger showing tac_plus.exe" src="http://www.xpresslearn.com/wp-content/uploads/2008/04/tacacs-taskman.jpg" alt="" width="482" height="663" /></a></p>
<p style="text-align: left;">If you need to stop the tacacs server, just select it in the task manager list and click on End Process.</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0663307349809080";
google_ad_slot = "4388421750";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="text-align: left;"><a href="http://www.xpresslearn.com/wp-content/uploads/2008/04/dynagen-config-windows-tacacs.zip">Dynagen configuration with one 3640 router instance</a></p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.xpresslearn.com/tools/dynamips/using-tacacs-with-dynagen-dynamips/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco TACACS server for Windows</title>
		<link>http://www.xpresslearn.com/tools/software-tools/cisco-tacacs-server-for-windows</link>
		<comments>http://www.xpresslearn.com/tools/software-tools/cisco-tacacs-server-for-windows#comments</comments>
		<pubDate>Thu, 03 Apr 2008 03:23:00 +0000</pubDate>
		<dc:creator>Scott Pilkinton</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Cisco ACS]]></category>
		<category><![CDATA[tacacs windows]]></category>
		<category><![CDATA[tacacs+]]></category>
		<category><![CDATA[tac_plus]]></category>

		<guid isPermaLink="false">http://www.xpresslearn.com/?p=92</guid>
		<description><![CDATA[Have you wanted to run a tacacs+ server on Windows, but didn't have the budget for Cisco ACS or another commercial TACACS+ server?  Cisco offers the source code to a freeware version of tacacs+.  However, the code has typcially been compiled for Unix platforms and other related variants.  This is the same unmodified server compiled for Windows that uses the very same configuration file as the Unix executable.]]></description>
			<content:encoded><![CDATA[<p>Finally,  Cisco&#8217;s original TACACS+ server compiled to run under Windows!  This is the original 4.0.4 version of tac_plus.</p>
<p><strong>Please NOTE:</strong> None of the TACACS code available here comes with any  warranty or support.</p>
<p><span style="text-decoration: underline;">Description</span>:</p>
<p>tac_plus.F4.0.4.alpha.tar.Z<br />
Developer&#8217;s kit source code for Cisco&#8217;s Unix Tacacs+ daemon. This is alpha test software and is unsupported. For a supported product, see Cisco&#8217;s CiscoSecure product line.</p>
<p>This package was created using the original file described above which contains Cisco source code.</p>
<p><span id="more-92"></span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0663307349809080";
google_ad_slot = "4388421750";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><span style="text-decoration: underline;">Installation</span>:</p>
<p>Unzip the contents of the file to a directory of your choice.</p>
<p><span style="text-decoration: underline;">Configuration</span>:</p>
<p>Edit the included tac.cfg config file or create a new one from scratch. <strong>*</strong>Note<strong>*</strong> Be sure to edit/create the configuration file in a UNIX file friendly editor.  If the file is edited and saved in something like notepad, a CRLF character get&#8217;s put at the end of each line &#8211; which the server can&#8217;t read.</p>
<p>For configuration file assistance, see the following URL:</p>
<p><a title="Cisco tacacs+ server users guide" href="http://www.stben.net/tacacs/users_guide.html" target="_blank">http://www.stben.net/tacacs/users_guide.html</a></p>
<p><span style="text-decoration: underline;">Running the Tacacs+ Server</span>:</p>
<p>tac_plus.exe -C tac.cfg</p>
<p><span style="text-decoration: underline;">Stopping the Tacacs+ Server</span>:</p>
<p>Bring up the task manager (Control-Alt-Delete), go to the Processes tab,<br />
right click on tac_plus.exe and select End Process.</p>
<p><span style="text-decoration: underline;">Download</span>:</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0663307349809080";
google_ad_slot = "4388421750";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><a href="http://www.xpresslearn.com/wp-content/uploads/2008/04/tacacs.zip">Cisco Freeware Tacacs+ Server for Windows</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xpresslearn.com/tools/software-tools/cisco-tacacs-server-for-windows/feed</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>Dynagen configuration using five 3640 routers</title>
		<link>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-five-3640-routers</link>
		<comments>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-five-3640-routers#comments</comments>
		<pubDate>Wed, 02 Apr 2008 14:44:07 +0000</pubDate>
		<dc:creator>Scott Pilkinton</dc:creator>
				<category><![CDATA[Dynamips]]></category>
		<category><![CDATA[3640]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Dynagen]]></category>

		<guid isPermaLink="false">http://www.xpresslearn.com/?p=89</guid>
		<description><![CDATA[This is a configuration file to use with Dynagen and Dynamips. It’s purpose is to allow a particular router combination to be emulated, saving the time in having to craft the Dynagen file yourself. This network consists of five 3640 routers running both OSPF and EIGRP in the network.]]></description>
			<content:encoded><![CDATA[<p><strong>Network Drawing:</strong></p>
<p style="text-align: center;"><a href="http://www.xpresslearn.com/wp-content/uploads/2008/04/five3640routers.jpg"><img class="alignnone size-full wp-image-88" title="Network Router Diagram" src="http://www.xpresslearn.com/wp-content/uploads/2008/04/five3640routers.jpg" alt="Dynamips/Dynagen Network Diagram using 5 3640 routers" width="500" height="180" /></a></p>
<p><strong>Router Platform:</strong> 3640<strong><br />
IOS Version:</strong> 12.3.24<br />
<strong>IOS Feature Set:</strong> IP PLUS IPSEC 3DES<strong><br />
IOS File Name:</strong> c3640-ik9s-mz.123-24.bin<br />
<strong>idlepc</strong>: 0x6050aae0<br />
<strong>IOS Image Uncompressed before use:</strong> Yes<br />
<strong>IOS Memory Requirements:</strong> 128MM<br />
<strong>Average Dynamips.exe CPU Utilization:</strong> 65%</p>
<p><span id="more-89"></span></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-0663307349809080";
google_ad_slot = "4388421750";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><strong>Comments:</strong></p>
<p>Five 3640 Routers running the IP Plus Crypto feature set.  R1 is running OSPF and EIGRP and has two ethernet links, one connected to R2 and the other connected to R3.  R2 is connected to R4 over a single serial connection and is running OSPF.  R3 is connected to R4 over a single serial connection and is running EIGRP.  R4 is running both OSPF and EIGRP and has a static route to R5, which is being redistributed into both routing protocols.</p>
<p><strong>Link to file:</strong></p>
<p><a href="http://www.xpresslearn.com/wp-content/uploads/2008/04/dynagenfive3640routers.zip">Dynagen configuration configured for five 3640 routers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-five-3640-routers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynagen Configuration using four 7206 Routers</title>
		<link>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-four-7206-routers</link>
		<comments>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-four-7206-routers#comments</comments>
		<pubDate>Wed, 27 Feb 2008 04:26:23 +0000</pubDate>
		<dc:creator>Scott Pilkinton</dc:creator>
				<category><![CDATA[Dynamips]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Dynagen]]></category>
		<category><![CDATA[MPLS]]></category>
		<category><![CDATA[P Device; Provider Router]]></category>

		<guid isPermaLink="false">http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-four-7206-routers</guid>
		<description><![CDATA[This is a configuration file to use with Dynagen and Dynamips. It’s purpose is to allow a particular router combination to be emulated, saving the time in having to craft the Dynagen file yourself. This network consists of 7206 routers and will serve as the core of a MPLS network buildout.]]></description>
			<content:encoded><![CDATA[<p><strong>Network Drawing:</strong></p>
<p style="text-align: center"><img src="http://www.xpresslearn.com/wp-content/uploads/2008/02/mpls.gif" alt="Dynagen network layout using four 7200 routers" /></p>
<p><strong>Router Platform:</strong> 7200<br />
<strong>IOS Version:</strong> 12.4(11)T1<br />
<strong>IOS Feature Set:</strong> Service Provider<strong><br />
IOS File Name:</strong> c7200-spservicesk9-mz.124-11.T1.bin<br />
<strong>idlepc</strong>: 0x61280bd8<br />
<strong>IOS Image Uncompressed before use:</strong> Yes<br />
<strong>IOS Memory Requirements:</strong> 128MB<br />
<strong>Average Dynamips.exe CPU Utilization:</strong> 40%</p>
<p><span id="more-79"></span></p>
<p style="text-align: center"><script type="text/javascript"><!--
google_ad_client = "pub-0663307349809080";
google_ad_slot = "4388421750";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><strong>Comments:</strong></p>
<p>The configuration in this article contains four 7206 Routers running the Service Provider feature set.  This particular configuration will be used as the basis of a series of MPLS articles.  The four routers in this configuration will serve as the Provider (P) devices performing label switching.</p>
<p><strong>Link to File:</strong></p>
<p><a href="http://www.xpresslearn.com/wp-content/uploads/2008/02/mpls.zip" title="Dynagen Configuration using Four 7206 Routers">Dynagen Configuration using Four 7206 Routers</a></p>
<p style="text-align: center"><script type="text/javascript"><!--
google_ad_client = "pub-0663307349809080";
google_ad_slot = "4388421750";
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.xpresslearn.com/tools/dynamips/dynagen-configuration-using-four-7206-routers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynagen Configuration using NM-16ESW modules</title>
		<link>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-nm-16esw-modules</link>
		<comments>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-nm-16esw-modules#comments</comments>
		<pubDate>Mon, 11 Feb 2008 04:06:44 +0000</pubDate>
		<dc:creator>Scott Pilkinton</dc:creator>
				<category><![CDATA[Dynamips]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco Switch Module]]></category>
		<category><![CDATA[Dynagen]]></category>
		<category><![CDATA[dynagen.exe]]></category>
		<category><![CDATA[dynamips.exe]]></category>
		<category><![CDATA[NM-16ESW]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[Switching lab]]></category>

		<guid isPermaLink="false">http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-nm-16esw-modules</guid>
		<description><![CDATA[This is a configuration file to use with Dynagen and Dynamips. It’s purpose is to allow a particular router combination to be emulated, saving the time in having to craft the Dynagen file yourself. This network consists of 3640 routers and NM-16ESW modules.]]></description>
			<content:encoded><![CDATA[<p><strong>Network Drawing:</strong></p>
<p style="text-align: center"><img src="http://www.xpresslearn.com/wp-content/uploads/2008/02/dynagenfournm-16.gif" alt="Dynagen network layout using 3640 routers and NM-16ESW modules" /></p>
<p><strong>Router Platform:</strong> 3640<br />
<strong>IOS Version:</strong> 12.4(18)<br />
<strong>IOS Feature Set:</strong> Enterprise<strong><br />
IOS File Name:</strong> c3640-js-mz.124-18.bin<br />
<strong>idlepc</strong>: 0x60428c4c<br />
<strong>IOS Image Uncompressed before use:</strong> Yes<br />
<strong>IOS Memory Requirements:</strong> 128MB<br />
<strong>Average Dynamips.exe CPU Utilization:</strong> 55%</p>
<p><strong>Comments:</strong></p>
<p>Four 1640 Routers running the Enterprise feature set with 16 port Ethernet switch network modules.  Two switches (SW1&amp;SW2) serve as the small office/datacenter core/distribution switches.  SW3&amp;SW4  serves as a desktop access switch typically installed in a wiring closet and has dual uplinks back to each distribution switch.</p>
<p><span id="more-72"></span></p>
<p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-0663307349809080";
google_ad_slot = "4388421750";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><strong>Examples demonstrated in the included switch configurations:</strong></p>
<ul>
<li>802.1q trunking</li>
<li>Spanning tree root bridge configurations</li>
<li>Load balancing vlans across multiple uplinks</li>
<li>VTP client/server operation</li>
<li>Etherchannel</li>
<li>Native vlan configuration</li>
<li>Switch management vlan configuration</li>
</ul>
<p><strong>Link to file:</strong></p>
<p><a href="http://www.xpresslearn.com/wp-content/uploads/2008/02/dynagennm-16switchlab.zip" title="Dynagen Lab and Configuration files using 3640 Routers and NM-16ESW modules">Dynagen Lab and Configuration files using 3640 Routers and NM-16ESW modules</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-nm-16esw-modules/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dynagen Configuration using Three 1721 Routers</title>
		<link>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-three-1721-routers</link>
		<comments>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-three-1721-routers#comments</comments>
		<pubDate>Sat, 09 Feb 2008 02:44:25 +0000</pubDate>
		<dc:creator>Scott Pilkinton</dc:creator>
				<category><![CDATA[Dynamips]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Dynagen]]></category>
		<category><![CDATA[dynagen.exe]]></category>
		<category><![CDATA[dynamips.exe]]></category>
		<category><![CDATA[Router]]></category>

		<guid isPermaLink="false">http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-three-1721-routers</guid>
		<description><![CDATA[This is a configuration file to use with Dynagen and Dynamips. It’s purpose is to allow a particular router combination to be emulated, saving the time in having to craft the Dynagen file yourself.  This network consists of three 1721 routers with 3 Total Lans and 1 Wan]]></description>
			<content:encoded><![CDATA[<p><strong>Network Drawing:</strong></p>
<p style="text-align: center"><img src="http://www.xpresslearn.com/wp-content/uploads/2008/02/dynagenthree1721.gif" alt="Dynagen network layout using three 1721 routers" /></p>
<p><strong>Router Platform:</strong> 1721<br />
<strong>IOS Version:</strong> 12.4.18<br />
<strong>IOS Feature Set:</strong> Service Provider<strong><br />
IOS File Name:</strong> c1700-spservicesk9-mz.124-18.bin<br />
<strong>idlepc</strong>: 0x80c422a4<br />
<strong>IOS Image Uncompressed before use:</strong> Yes<br />
<strong>IOS Memory Requirements:</strong> 96MB<br />
<strong>Average Dynamips.exe CPU Utilization:</strong> 72%</p>
<p><span id="more-69"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0663307349809080";
google_ad_slot = "4388421750";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><strong>Comments:</strong></p>
<p>Three 1721 Routers running the Service Provider feature set.  The Lan and Wan routers is in the same office connected via local lan.  The Branch router is connected to the Wan router via point to point T1.</p>
<p><strong>Link to file:</strong></p>
<p><a href="http://www.xpresslearn.com/wp-content/uploads/2008/02/three1721routers.zip" title="Dynagen Configuration using Three 1721 Routers">Dynagen Configuration using Three 1721 Routers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-three-1721-routers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dynagen Configuration using two 2621XM Routers</title>
		<link>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-two-2621xm-routers</link>
		<comments>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-two-2621xm-routers#comments</comments>
		<pubDate>Sun, 03 Feb 2008 05:43:44 +0000</pubDate>
		<dc:creator>Scott Pilkinton</dc:creator>
				<category><![CDATA[Dynamips]]></category>
		<category><![CDATA[2621XM]]></category>
		<category><![CDATA[Dynagen]]></category>
		<category><![CDATA[Router]]></category>

		<guid isPermaLink="false">http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-two-2621xm-routers</guid>
		<description><![CDATA[This is a configuration file to use with Dynagen and Dynamips.  It's purpose is to allow a particular router combination to be emulated, saving the time in having to craft the Dynagen file yourself.]]></description>
			<content:encoded><![CDATA[<p><strong>Network Drawing:</strong></p>
<p style="text-align: center"><img src="http://www.xpresslearn.com/wp-content/uploads/2008/02/dynagendual2621.gif" alt="Dynagen Network Diagram using two Cisco 2621XM Routers" /></p>
<p><strong>Router Platform:</strong> 2621XM<br />
<strong>Number of Ethernet Interfaces: </strong>2<br />
<strong>Number of Serial Interfaces: </strong>0<br />
<strong>IOS Version:</strong> 12.4.15T3<br />
<strong>IOS Feature Set:</strong> IP Base<br />
<strong> IOS File Name:</strong> c2600-ipbasek9-mz.124-15.T3.bin<br />
<strong>IOS Image Uncompressed before use:</strong> Yes<br />
<strong>IOS Memory Requirements:</strong> 128MB<br />
<strong>Average Dynamips CPU Utilization:</strong>  52%</p>
<p><span id="more-63"></span></p>
<p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-0663307349809080";
google_ad_slot = "4388421750";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><strong>Comments:</strong></p>
<p>Routers are connected back to back via FastEthernet0/1.</p>
<p><strong>Link to file:</strong></p>
<p><a href="http://www.xpresslearn.com/wp-content/uploads/2008/02/two2621xmbacktoback.zip" title="Dynagen Network Configuration File with Cisco 2621XM Routers">Dynagen Network Configuration File with Cisco 2621XM Routers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xpresslearn.com/tools/dynamips/dynagen-configuration-using-two-2621xm-routers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

