<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8.0-dev (info@mypapit.net)" -->
<rss version="2.0"  xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>GNS3Vault RSS Feed</title>
        <description><![CDATA[This RSS feed contains all articles and blog posts.]]></description>
        <link>http://gns3vault.com/</link>
        <lastBuildDate>Thu, 23 Feb 2012 07:17:49 GMT</lastBuildDate>
        <generator>FeedCreator 1.8.0-dev (info@mypapit.net)</generator>
		<atom:link href="http://gns3vault.com/component/option,com_ninjarsssyndicator/feed_id,1/format,raw/lang,en/" rel="self" type="application/rss+xml" />        <item>
            <title>GNS3 TSHOOT Labs</title>
            <link>http://gns3vault.com/MyBlog/gns3-tshoot-labs.html</link>
            <description><![CDATA[<p>
	Earlier this week I published the topology for CCNP TSHOOT built in GNS3 but for some reason the attachments didn't work so I had to <a href="http://gns3vault.com/index.php?option=com_content&amp;view=article&amp;id=419&amp;catid=56&amp;Itemid=67" title="CCNP TSHOOT GNS3 Topology">move the article</a>, you can find it <a href="http://gns3vault.com/index.php?option=com_content&amp;view=article&amp;id=419&amp;catid=56&amp;Itemid=67" title="">right here</a>.</p>
<p>
	It's a good idea to spend some time looking at this topology and its configuration. See why things are working and the way they were designed. I'll be uploading different labs with troubleshooting tickets later for you.</p>]]></description>
            <author> info@renemolenaar.nl (Rene Molenaar)</author>
            <pubDate>Fri, 14 Oct 2011 07:29:54 GMT</pubDate>
            <guid isPermaLink="false">http://gns3vault.com/MyBlog/gns3-tshoot-labs.html</guid>
        </item>
        <item>
            <title>BGP Conditional Advertisement</title>
            <link>http://gns3vault.com/BGP/bgp-conditional-advertisement.html</link>
            <description><![CDATA[<h2 style="visibility: visible;">
	Scenario:</h2>
<p>
	An international toy store company needs your help. They use BGP to exchange routing information between their sites but everytime one of their IBGP routers fails they have connectivity issues. Let's see if you can help them out!</p>
<h2 style="visibility: visible;">
	Goal:</h2>
<ul>
	<li>
		All IP addresses have been preconfigured for you.</li>
	<li>
		Configure EBGP between AS 1 and AS 2.</li>
	<li>
		Configure EBGP between AS 2 and AS 3.</li>
	<li>
		Configure router Pegasus to advertise network 2.2.2.0 /24 in BGP.</li>
	<li>
		Configure router Phoenix to advertise network 1.1.1.0 /24 in BGP.</li>
	<li>
		Configure router Pegasus so it does no longer advertise network 2.2.2.0 /24 when network 1.1.1.0 /24 is no longer reachable.</li>
</ul>
<h2 style="visibility: visible;">
	IOS:</h2>
<p>
	c3640-jk9s-mz.124-16.bin</p>
<h2 style="visibility: visible;">
	Topology:</h2>
<p>
	<strong>You need to register to download the GNS3 Topology File. (Registration is Free!)</strong></p>
<p>
	<img alt="alt" src="http://gns3vault.com/images/stories/bgpconditionaladvertisement.png" style="width: 507px; height: 347px;" /></p>
<h2>
	Video Solution:</h2>
<p>
	http://www.youtube.com/watch?v=lqpTUHu3j9o</p>]]></description>
            <author> info@renemolenaar.nl (Rene Molenaar)</author>
            <pubDate>Tue, 11 Oct 2011 13:19:40 GMT</pubDate>
            <guid isPermaLink="false">http://gns3vault.com/BGP/bgp-conditional-advertisement.html</guid>
        </item>
        <item>
            <title>OSPF Summarization Troubleshooting</title>
            <link>http://gns3vault.com/Troubleshooting/ospf-summarization-troubleshooting.html</link>
            <description><![CDATA[<h2 style="visibility: visible;">
	Scenario:</h2>
<p>
	Mystical Corporation is using OSPF within their autonomous system. Their network is configured using different areas which seems to be working fine. One of the network engineers configured a summary for area 0 but it seems it's not working, up to you to solve the problem.</p>
<h2 style="visibility: visible;">
	Goal:</h2>
<ul>
	<li>
		All IP addresses have been preconfigured for you as specified in the topology picture.</li>
	<li>
		OSPF is preconfigured with the areas as specified in the topology picture.</li>
	<li>
		<strong>Do not use show run</strong>! (this will spoil the fun :) use the appropiate 'show' and 'debug' commands. This will teach you the skills needed to become a true troubleshooting master.</li>
	<li>
		Configure the network so you have full connectivity, make sure you use the areas as seen in the topology picture.</li>
	<li>
		Configure a summary on router Chimaera for the two loopback interfaces of router Cerberus. Ensure the summary is as specific as possible. The summary should show up as a interarea router, not as an external route.</li>
	<li>
		Ensure router Cyclops only sees the summary and not the specific routes.</li>
</ul>
<h2 style="visibility: visible;">
	IOS:</h2>
<p>
	c3640-jk9s-mz.124-16.bin</p>
<h2 style="visibility: visible;">
	Topology:</h2>
<p>
	<strong>You need to register to download the GNS3 Topology File. (Registration is Free!)</strong></p>
<p>
	<img alt="alt" src="http://gns3vault.com/images/stories/ospfsummtshoot.png" style="width: 442px; height: 494px;" /></p>
<h2>
	Video Solution:</h2>
<p>
	http://www.youtube.com/watch?v=pIVOJqnawzQ</p>]]></description>
            <author> info@renemolenaar.nl (Rene Molenaar)</author>
            <pubDate>Tue, 11 Oct 2011 11:14:44 GMT</pubDate>
            <guid isPermaLink="false">http://gns3vault.com/Troubleshooting/ospf-summarization-troubleshooting.html</guid>
        </item>
        <item>
            <title>BGP Traffic Engineering Unsuppress-Map</title>
            <link>http://gns3vault.com/BGP/bgp-traffic-engineering-unsuppress-map.html</link>
            <description><![CDATA[<h2 style="visibility: visible;">
	Scenario:</h2>
<p>
	The mystical creature corporation has a large international network of fantasy enthusiastics people sharing new mystical rumors. They are running BGP to exchange routing information between each other. At some point in the network you are aggregating a number of prefixes but a downside of this that you are unable to use traffic engineering. Let's see what solution you can come up with.</p>
<h2 style="visibility: visible;">
	Goal:</h2>
<ul>
	<li>
		All IP addresses have been preconfigured for you.</li>
	<li>
		Configure IBGP within AS 3.</li>
	<li>
		Configure EBGP between AS 2 and AS 3.</li>
	<li>
		Configure EBGP between AS 1 and AS 2.</li>
	<li>
		Configure router Blob to advertise all loopback interfaces in BGP.</li>
	<li>
		Configure BGP aggregation on router Behemoth to summarize the loopback interfaces in the most optimal summary towards AS 3.</li>
	<li>
		Configure the network so AS 3 sends traffic to network 172.16.0.0 /24 through router Banshee.</li>
	<li>
		Configure the network so AS 3 sends traffic to network 172.16.1.0 /24 through router BigFoot.</li>
	<li>
		You are not allowed to use static, default routes or any IGP. Do not remove the summary on router Behemoth.</li>
	<li>
		You are not allowed to use any BGP communities or attributes.</li>
</ul>
<h2 style="visibility: visible;">
	IOS:</h2>
<p>
	c3640-jk9s-mz.124-16.bin</p>
<h2 style="visibility: visible;">
	Topology:</h2>
<p>
	<strong>You need to register to download the GNS3 Topology File. (Registration is Free!)</strong></p>
<p>
	<img alt="alt" src="http://gns3vault.com/images/stories/bgpteunsuppressmap.png" style="width: 505px; height: 314px;" /></p>
<h2>
	Video Solution:</h2>
<p>
	http://www.youtube.com/watch?v=T9A_tP2vlVg</p>]]></description>
            <author> info@renemolenaar.nl (Rene Molenaar)</author>
            <pubDate>Tue, 11 Oct 2011 10:30:02 GMT</pubDate>
            <guid isPermaLink="false">http://gns3vault.com/BGP/bgp-traffic-engineering-unsuppress-map.html</guid>
        </item>
        <item>
            <title>Multilink PPP over Frame Relay</title>
            <link>http://gns3vault.com/HDLC-PPP/multilink-ppp-over-frame-relay.html</link>
            <description><![CDATA[<h2 style="visibility: visible;">
	Scenario:</h2>
<p>
	You are the senior network engineer working at a major frame relay ISP somewhere in Europe. One of your customers requests the company to run authentication over their frame relay connections and they would also like to see fragmentation. You know there is no way to do authentication with frame-relay so you decide to bundle their PVCs in a multilink PPP setup.</p>
<h2 style="visibility: visible;">
	Goals:</h2>
<ul>
	<li>
		There are two PVCs using DLCI 102 + 201 and DLCI 112 + 211.</li>
	<li>
		Configure Multilink PPP to run over both PVCs. Use network 192.168.12.0 /24.</li>
	<li>
		Ensure packets will be fragmented on both serial links.</li>
	<li>
		Configure CHAP authentication for the PPP Multilink configuration.</li>
	<li>
		Ensure both routers can reach each others loopback0 interfaces through the PPP Multilink.</li>
</ul>
<h2 style="visibility: visible;">
	IOS:</h2>
<p>
	c3640-jk9s-mz.124-16.bin</p>
<h2 style="visibility: visible;">
	Topology:</h2>
<p>
	<strong>You need to register to download the GNS3 Topology File. (Registration is Free!)</strong></p>
<p>
	<img alt="alt" src="http://gns3vault.com/images/stories/pppmultilink.png" style="width: 376px; height: 427px;" /></p>
<h2>
	Video Solution:</h2>
<p>
	http://www.youtube.com/watch?v=U6iM3jM_gVI</p>]]></description>
            <author> info@renemolenaar.nl (Rene Molenaar)</author>
            <pubDate>Tue, 11 Oct 2011 10:01:11 GMT</pubDate>
            <guid isPermaLink="false">http://gns3vault.com/HDLC-PPP/multilink-ppp-over-frame-relay.html</guid>
        </item>
        <item>
            <title>Multicast RPF Failure NBMA Troubleshooting</title>
            <link>http://gns3vault.com/Troubleshooting/multicast-rpf-failure-nbma-troubleshooting.html</link>
            <description><![CDATA[<h2 style="visibility: visible;">
	Scenario:</h2>
<p>
	You are responsible for the frame relay and multicast configuration within the network. You use a lot of hub and spoke topologies and up to now you haven't seen any problems. Yesterday one of your customers called claiming they are having some problems. There is a videostation behind one of the spoke routers streaming video using multicast. It seems one of the other spoke routers is unable to receive this stream...let's see what you can do.</p>
<h2 style="visibility: visible;">
	Goal:</h2>
<ul>
	<li>
		All IP addresses have been preconfigured for you as specified in the topology picture.</li>
	<li>
		OSPF is preconfigured for full connectivity.</li>
	<li>
		<strong>Do not use show run</strong>! (this will spoil the fun :) use the appropiate 'show' and 'debug' commands. This will teach you the skills needed to become a true troubleshooting master.</li>
	<li>
		Start a ping on router SpokeA to IP address 224.9.9.9 to generate multicast traffic.</li>
	<li>
		Configure the network so router Receiver can receive this multicast traffic.</li>
	<li>
		You are not allowed to make any changes to the frame-relay network or change the PIM mode.</li>
</ul>
<h2 style="visibility: visible;">
	IOS:</h2>
<p>
	c3640-jk9s-mz.124-16.bin</p>
<h2 style="visibility: visible;">
	Topology:</h2>
<p>
	<strong>You need to register to be able to download the GNS3 Topology File. (Registration is Free!)</strong></p>
<p>
	<img alt="alt" src="http://gns3vault.com/images/stories/multicastrpffailurenbma.png" style="width: 409px; height: 398px;" /></p>
<h2>
	Video Solution:</h2>
<p>
	http://www.youtube.com/watch?v=KrXrh46Cqp4</p>]]></description>
            <author> info@renemolenaar.nl (Rene Molenaar)</author>
            <pubDate>Tue, 11 Oct 2011 09:06:01 GMT</pubDate>
            <guid isPermaLink="false">http://gns3vault.com/Troubleshooting/multicast-rpf-failure-nbma-troubleshooting.html</guid>
        </item>
        <item>
            <title>IP Event Dampening</title>
            <link>http://gns3vault.com/Network-Services/ip-event-dampening.html</link>
            <description><![CDATA[<h2 style="visibility: visible;">
	Scenario:</h2>
<p>
	Garden Tools inc. has some trouble with their network. Every now and then the serial link fails which results in flapping networks for their routing protocol EIGRP. You want to configure damping so this is no issue anymore.</p>
<h2 style="visibility: visible;">
	Goal:</h2>
<ul>
	<li>
		All IP addresses have been preconfigured for you.</li>
	<li>
		Configure EIGRP AS 1 and achieve full connectivity.</li>
	<li>
		Configure dampening on router Spray so whenever the serial link fails the route will not be advertised in EIGRP for 20 seconds. It shouldn't be dampened for more than 40 seconds.</li>
</ul>
<h2 style="visibility: visible;">
	IOS:</h2>
<p>
	<span class="s">c3640-jk9s-mz.124-16.bin</span></p>
<h2 style="visibility: visible;">
	Topology:</h2>
<p>
	<strong>You need to register to download the GNS3 Topology File. (Registration is Free!)</strong></p>
<p>
	<img alt="alt" src="http://gns3vault.com/images/stories/ipeventdampening.png" style="width: 541px; height: 168px;" /></p>
<h2>
	Video Solution:</h2>
<p>
	http://www.youtube.com/watch?v=63BLfPjJWj0</p>]]></description>
            <author> info@renemolenaar.nl (Rene Molenaar)</author>
            <pubDate>Fri, 07 Oct 2011 13:59:14 GMT</pubDate>
            <guid isPermaLink="false">http://gns3vault.com/Network-Services/ip-event-dampening.html</guid>
        </item>
        <item>
            <title>DNS Server</title>
            <link>http://gns3vault.com/Network-Services/dns-server.html</link>
            <description><![CDATA[<h2 style="visibility: visible;">
	Scenario:</h2>
<p>
	You are responsible for the network of a major internation hotel organization. You make sure that all the guests can use the Internet services. One of the things you need to do is ensure DNS lookups can be done quickly without relying too much on external DNS servers. You decide to use one of your routers for the job...</p>
<h2 style="visibility: visible;">
	Goal:</h2>
<ul>
	<li>
		All IP addresses have been preconfigured for you.</li>
	<li>
		OSPF has been preconfigured for full connectivity.</li>
	<li>
		Configure router PRIMARY as the primary DNS server for domain "vault.local". This router should use hostname ns1.vault.local.</li>
	<li>
		Configure router SECONDARY as the secondary DNS server for domain "vault.local". This router should use hostname ns2.vault.local.</li>
	<li>
		Router CLIENT1 should be able to resolve the hostnames of the DNS servers.</li>
	<li>
		Router CLIENT1 should use both DNS servers by using round-robin.</li>
	<li>
		Router CLIENT2 should do DNS lookups by using CLIENT1.</li>
	<li>
		Configure a loopback0 interface on router CLIENT1 with IP address 3.3.3.3 /24.</li>
	<li>
		Configure the network so CLIENT1 responds with IP address 3.3.3.3 as a DNS response when the DNS servers are unreachable.</li>
</ul>
<h2 style="visibility: visible;">
	IOS:</h2>
<p>
	<span class="s">c3640-jk9s-mz.124-16.bin</span></p>
<h2 style="visibility: visible;">
	Topology:</h2>
<p>
	<strong>You need to register to download the GNS3 Topology File. (Registration is Free!)</strong></p>
<p>
	<img alt="alt" src="http://gns3vault.com/images/stories/dns.png" style="width: 412px; height: 275px;" /></p>
<h2>
	Video Solution:</h2>
<p>
	http://www.youtube.com/watch?v=hMB5iRv_Kjk</p>]]></description>
            <author> info@renemolenaar.nl (Rene Molenaar)</author>
            <pubDate>Fri, 07 Oct 2011 13:20:02 GMT</pubDate>
            <guid isPermaLink="false">http://gns3vault.com/Network-Services/dns-server.html</guid>
        </item>
        <item>
            <title>Server Load Balancing (SLB)</title>
            <link>http://gns3vault.com/Network-Services/server-load-balancing-slb.html</link>
            <description><![CDATA[<h2 style="visibility: visible;">
	Scenario:</h2>
<p>
	You are the senior network engineer for a large online webshop called "Booky Wooky". One of your load balancers recently failed and you don't have any replacement...business hasn't been so good since the ereaders have been launched a few years ago. You decide to take a spare router and configure it for load balancing...</p>
<h2 style="visibility: visible;">
	Goal:</h2>
<ul>
	<li>
		All IP addresses have been preconfigured for you.</li>
	<li>
		Configure router SLB so it spreads connections to the webserver in a round-robin fashion to router WWW1 and WWW2.</li>
	<li>
		Configure router SLB so WWW1 gets twice as many connections as WWW2.</li>
</ul>
<h2 style="visibility: visible;">
	IOS:</h2>
<p>
	<span class="s">c3640-jk9s-mz.124-16.bin</span></p>
<h2 style="visibility: visible;">
	Topology:</h2>
<p>
	<strong>You need to register to download the GNS3 Topology File. (Registration is Free!)</strong></p>
<p>
	<img alt="alt" src="http://gns3vault.com/images/stories/serverloadbalancing.png" style="width: 346px; height: 346px;" /></p>
<h2>
	Video Solution:</h2>
<p>
	http://www.youtube.com/watch?v=J9sEB2kOqLw</p>]]></description>
            <author> info@renemolenaar.nl (Rene Molenaar)</author>
            <pubDate>Fri, 07 Oct 2011 11:22:56 GMT</pubDate>
            <guid isPermaLink="false">http://gns3vault.com/Network-Services/server-load-balancing-slb.html</guid>
        </item>
        <item>
            <title>Web Cache Communication Protocol (WCCP) V1</title>
            <link>http://gns3vault.com/Network-Services/web-cache-communication-protocol-wccp-v1.html</link>
            <description><![CDATA[<h2 style="visibility: visible;">
	Scenario:</h2>
<p>
	Many users on your network are using the Internet but the connection you have from the ISP is quite expensive. You want to get the most out of your connection and ensure users don't load pages from the Internet that have been loaded previously. You decide to implement a web cache server using WCCP v1. Let's see if you can configure the router to support this.</p>
<h2 style="visibility: visible;">
	Goal:</h2>
<ul>
	<li>
		All IP addresses have been preconfigured for you.</li>
	<li>
		Router "webcache" is a fictional web cache server, we can still practice the commands needed for WCCPv1 with this lab.</li>
	<li>
		Configure router "redirector" so it redirects packet for web caching to router "webcache".</li>
	<li>
		Configure a loopback0 interface on router "client" with IP address 1.1.1.1 /24.</li>
	<li>
		Configure router "redirector" so it excludes redirection from network 1.1.1.0 /24.</li>
</ul>
<h2 style="visibility: visible;">
	IOS:</h2>
<p>
	<span class="s">c3640-jk9s-mz.124-16.bin</span></p>
<h2 style="visibility: visible;">
	Topology:</h2>
<p>
	<strong>You need to register to download the GNS3 Topology File. (Registration is Free!)</strong></p>
<p>
	<img alt="alt" src="http://gns3vault.com/images/stories/wccpv1.png" style="width: 487px; height: 378px;" /></p>
<h2>
	Video Solution:</h2>
<p>
	http://www.youtube.com/watch?v=4_xEqrSGj2A</p>]]></description>
            <author> info@renemolenaar.nl (Rene Molenaar)</author>
            <pubDate>Fri, 07 Oct 2011 10:24:06 GMT</pubDate>
            <guid isPermaLink="false">http://gns3vault.com/Network-Services/web-cache-communication-protocol-wccp-v1.html</guid>
        </item>
    </channel>
</rss>

