<?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>Daz's bits and bobs &#187; router</title>
	<atom:link href="http://sigtar.com/tag/router/feed/" rel="self" type="application/rss+xml" />
	<link>http://sigtar.com</link>
	<description>…bytes bits</description>
	<lastBuildDate>Mon, 26 Jul 2010 07:25:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cisco &#8211; adding a static route to router</title>
		<link>http://sigtar.com/2009/06/17/cisco-adding-a-static-route-to-router/</link>
		<comments>http://sigtar.com/2009/06/17/cisco-adding-a-static-route-to-router/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 19:20:31 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[gateway]]></category>
		<category><![CDATA[netmask]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[show ip route]]></category>
		<category><![CDATA[static route]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=692</guid>
		<description><![CDATA[To show what routes your cisco router currently has loaded type the following command (from the enable prompt) ;
show ip route 
To add any new static routes you need to use the following command (from the config terminal prompt) ;
ip route 10.10.20.0 255.255.255.0 192.168.100.1
the syntax as above is ip route network netmask gateway




Related posts:opensolaris &#8211; [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/05/11/opensolaris-default-route/' rel='bookmark' title='Permanent Link: opensolaris &#8211; default route'>opensolaris &#8211; default route</a> <small>type the following to check your default routes&#8230; netstat -rn...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>To show what routes your cisco router currently has loaded type the following command (from the enable prompt) ;</p>
<p><strong>show ip route </strong></p>
<p>To add any new static routes you need to use the following command (from the config terminal prompt) ;</p>
<p><strong>ip route 10.10.20.0 255.255.255.0 192.168.100.1</strong></p>
<p>the syntax as above is <strong>ip route <em>network netmask gateway</em></strong></p>
<p><strong><em><br />
</em></strong></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/05/11/opensolaris-default-route/' rel='bookmark' title='Permanent Link: opensolaris &#8211; default route'>opensolaris &#8211; default route</a> <small>type the following to check your default routes&#8230; netstat -rn...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/06/17/cisco-adding-a-static-route-to-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Router on a stick &#8211; Adding VLANs to a cisco router</title>
		<link>http://sigtar.com/2009/03/24/472/</link>
		<comments>http://sigtar.com/2009/03/24/472/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 19:04:16 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[dot1q]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[router on a stick]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[vlan]]></category>
		<category><![CDATA[vtp]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=472</guid>
		<description><![CDATA[Telnet to your cisco router, enable then go into config t. Passwords may be required depending on how it has been configured&#8230;
en
config t
Ensure that ip routing has been enabled&#8230;
ip routing
To create the VLAN adapter you&#8217;ll need to run the following commands to create a &#8220;router on a stick&#8221;&#8230;   Note: the .2 after the interface name [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/08/22/esx-network-utilization/' rel='bookmark' title='Permanent Link: ESX &#8211; network utilization'>ESX &#8211; network utilization</a> <small>One of the best articles i have found on this...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Telnet to your cisco router, enable then go into config t. Passwords may be required depending on how it has been configured&#8230;</p>
<p><strong>en</strong></p>
<p><strong>config t</strong></p>
<p>Ensure that ip routing has been enabled&#8230;</p>
<p><strong>ip routing</strong></p>
<p>To create the VLAN adapter you&#8217;ll need to run the following commands to create a &#8220;router on a stick&#8221;&#8230;   Note: the .2 after the interface name creates a virtual adapter on the interface.</p>
<p><strong>interface FastEthernet1/1.2<br />
description &#8220;VM Host Network&#8221;<br />
encapsulation dot1Q 2<br />
ip address 172.25.2.1 255.255.255.0</strong></p>
<p>The following is another example of a VLAN (110) on a router. This one has the ip helper-address (DHCP server)  specified for this range.</p>
<p><strong>interface FastEthernet1/1.110<br />
description &#8220;Ak IDN&#8221;<br />
encapsulation dot1Q 110<br />
ip address 172.25.20.1 255.255.255.0<br />
ip helper-address 172.25.20.15</strong></p>
<p>That is the router side of things setup. Remember to save your changes via&#8230;</p>
<p><strong>copy run start</strong></p>
<p>Now you&#8217;ll need to add the VLAN to your switches. If you have VTP in your environment its as simple as adding the extra vlan onto your &#8220;server&#8221; vtp switch. Telnet (or null cable) to your &#8220;server&#8221; switch and go into &#8220;enable&#8221; mode, then go into the vlan database and add the required vlans as per above&#8230;</p>
<p><strong>en </strong></p>
<p><strong>vlan database</strong></p>
<p><strong>vlan 2 name &#8220;VM Host Network&#8221; </strong></p>
<p><strong>vlan 110 name &#8220;Ak IDN&#8221;</strong></p>
<p>VTP will propagate the vlans out to your client switches. Done.</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/08/22/esx-network-utilization/' rel='bookmark' title='Permanent Link: ESX &#8211; network utilization'>ESX &#8211; network utilization</a> <small>One of the best articles i have found on this...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/03/24/472/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Appliance &#8211; Virtual Router</title>
		<link>http://sigtar.com/2009/02/02/virtual-appliance-virtual-router/</link>
		<comments>http://sigtar.com/2009/02/02/virtual-appliance-virtual-router/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 02:46:25 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Virtual]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=132</guid>
		<description><![CDATA[This is quite a handy app for creating small virtual routers. See the website for more detail&#8230; The commandline is similar to cisco &#8211; so its good for practice if you are going for your CCNA.
http://www.vyatta.com/products/virtualized.php
Oh &#8211; its open source and free!
I&#8217;m a bit lazy in most cases and just add a few virtual nics [...]


Related posts:<ol><li><a href='http://sigtar.com/2009/12/18/vma-using-hp-power-protector-agent-to-shutdown-virtual-hosts/' rel='bookmark' title='Permanent Link: vMA &#8211; Using HP Power Protector agent to shutdown virtual hosts'>vMA &#8211; Using HP Power Protector agent to shutdown virtual hosts</a> <small>Goal was to create a vMA which would send a...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This is quite a handy app for creating small virtual routers. See the website for more detail&#8230; The commandline is similar to cisco &#8211; so its good for practice if you are going for your CCNA.</p>
<p><a href="http://www.vyatta.com/products/virtualized.php" target="_blank">http://www.vyatta.com/products/virtualized.php</a></p>
<p>Oh &#8211; its open source and free!</p>
<p>I&#8217;m a bit lazy in most cases and just add a few virtual nics into my VM&#8217;s and do the routing though them. But some people may find this handy for a single point to manage networking.</p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2009/12/18/vma-using-hp-power-protector-agent-to-shutdown-virtual-hosts/' rel='bookmark' title='Permanent Link: vMA &#8211; Using HP Power Protector agent to shutdown virtual hosts'>vMA &#8211; Using HP Power Protector agent to shutdown virtual hosts</a> <small>Goal was to create a vMA which would send a...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/02/02/virtual-appliance-virtual-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
