<?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; cisco</title>
	<atom:link href="http://sigtar.com/tag/cisco/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>ESX &#8211; network utilization</title>
		<link>http://sigtar.com/2009/08/22/esx-network-utilization/</link>
		<comments>http://sigtar.com/2009/08/22/esx-network-utilization/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 10:31:33 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[etherchannel]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[multiple paths]]></category>
		<category><![CDATA[port-channel]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=918</guid>
		<description><![CDATA[One of the best articles i have found on this subject is here : http://blog.scottlowe.org/2008/07/16/understanding-nic-utilization-in-vmware-esx/
There is some additional information here on setting up an etherchannel on the cisco side : http://blog.scottlowe.org/2006/12/04/esx-server-nic-teaming-and-vlan-trunking/
This can be handy if you need a single VM to use both physical nics in a load-balanced manner &#8211; both outbound and inbound. Of [...]


Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
<li><a href='http://sigtar.com/2009/11/13/iscsi-in-opensolaris/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; iSCSI'>OpenSolaris &#8211; iSCSI</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</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>One of the best articles i have found on this subject is here : <a href="http://blog.scottlowe.org/2008/07/16/understanding-nic-utilization-in-vmware-esx/">http://blog.scottlowe.org/2008/07/16/understanding-nic-utilization-in-vmware-esx/</a></p>
<p>There is some additional information here on setting up an etherchannel on the cisco side : <a href="http://blog.scottlowe.org/2006/12/04/esx-server-nic-teaming-and-vlan-trunking/">http://blog.scottlowe.org/2006/12/04/esx-server-nic-teaming-and-vlan-trunking/</a></p>
<p>This can be handy if you need a single VM to use both physical nics in a load-balanced manner &#8211; both outbound and <strong>inbound</strong>. Of course its not really that simple though. This will really only add a benefit if the VM is communicating to <em>multiple </em>destinations (using ip hash &#8211; a single destination from a single VM with one IP will always be limited to the same physical nic).</p>
<p><strong>switch(config)#int port-channel 1<br />
switch(config-if)#description NIC team for ESX server<br />
switch(config-if)#int gi0/1<br />
switch(config-if)#channel-group 1 mode on<br />
switch(config-if)#int gi0/2<br />
switch(config-if)#channel-group 1 mode on</strong></p>
<p>As per the article ensure you are using the same etherchannel method. The first command shows your current load-blance method, the 2nd command changes it to ip hash.</p>
<p><strong>show etherchannel load-balance<br />
port-channel load-balance src-dst-ip</strong></p>
<p>Another solution is to use multiple iSCSI paths. This is newly supported within vSphere, see this post on setting up multiple paths : <a href="http://goingvirtual.wordpress.com/2009/07/17/vsphere-4-0-with-software-iscsi-and-2-paths/">http://goingvirtual.wordpress.com/2009/07/17/vsphere-4-0-with-software-iscsi-and-2-paths/</a></p>
<p>Here is another good article on iSCSI within vSphere : <a href="http://www.delltechcenter.com/page/A+%E2%80%9CMultivendor+Post%E2%80%9D+on+using+iSCSI+with+VMware+vSphere">http://www.delltechcenter.com/page/A+“Multivendor+Post”+on+using+iSCSI+with+VMware+vSphere</a></p>
<p>Some important points on using EMC Clariion with vSphere : <a href="http://virtualgeek.typepad.com/virtual_geek/2009/08/important-note-for-all-emc-clariion-customers-using-iscsi-and-vsphere.html">http://virtualgeek.typepad.com/virtual_geek/2009/08/important-note-for-all-emc-clariion-customers-using-iscsi-and-vsphere.html</a></p>


<p>Related posts:<ol><li><a href='http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/' rel='bookmark' title='Permanent Link: vSphere and Multipathing iSCSI'>vSphere and Multipathing iSCSI</a> <small>This is just a quick reference to create a multiplathing...</small></li>
<li><a href='http://sigtar.com/2010/03/02/jumbo-frames-on-your-vsphere-esxi-box/' rel='bookmark' title='Permanent Link: Jumbo Frames on your vSphere ESXi box'>Jumbo Frames on your vSphere ESXi box</a> <small>Continuing on from this http://sigtar.com/2010/02/04/vsphere-and-multipathing-iscsi/ you may want to implement...</small></li>
<li><a href='http://sigtar.com/2009/11/13/iscsi-in-opensolaris/' rel='bookmark' title='Permanent Link: OpenSolaris &#8211; iSCSI'>OpenSolaris &#8211; iSCSI</a> <small>Want iSCSI in opensolaris? Grab SUNWiscsitgt via package manager. enable...</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/08/22/esx-network-utilization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Cisco &#8211; Switch Reference</title>
		<link>http://sigtar.com/2009/02/03/cisco-switch-reference/</link>
		<comments>http://sigtar.com/2009/02/03/cisco-switch-reference/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 22:37:50 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=161</guid>
		<description><![CDATA[Setting up a trunk between switches
Enable Switch to enable mode
Configure Terminal Enter global configuration mode
Interface FastEthernet0/1 Entering interface configuration for port 0/1. This is where you pick the port you want to trunk.
Switchport mode trunk Set port to trunking mode.
Switchport trunk encapsulation dot1q Set trunk type to 802.1q. If your switch only supports either ISL [...]


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>Setting up a trunk between switches</p>
<p>Enable Switch to enable mode<br />
Configure Terminal Enter global configuration mode</p>
<p><strong>Interface FastEthernet0/1</strong> Entering interface configuration for port 0/1. This is where you pick the port you want to trunk.</p>
<p><strong>Switchport mode trunk</strong> Set port to trunking mode.</p>
<p><strong>Switchport trunk encapsulation dot1q</strong> Set trunk type to 802.1q. If your switch only supports either ISL or 802.1q, this command does not exist because there is nothing to specify. This command only works when you can choose between the two.</p>
<p><strong>Switchport trunk allow vlan 10-15,20</strong> Allow only VLANs 10 through 15 and VLAN 20. It is important that you restrict the VLANs to only the ones you need for security best practices.</p>
<p><strong>Exit </strong>Exit interface</p>
<p><strong>Exit</strong> Exit global configuration</p>
<p><strong>copy run start</strong> &#8211; save changes to nvram</p>
<p>Setting a switch up as a vtp client&#8230;. (VLAN client &#8212; cannot modify VLAN information)</p>
<p><span style="font-weight: bold;">vlan database</span> enter vlan database</p>
<p><span style="font-weight: bold;">vtp client</span> set switch vtp to client mode</p>
<p><span style="font-weight: bold;">vtp domain domain-name</span> set switch to this domain &#8211; server switch will propergate vlan information across</p>
<p>possible to also set a password</p>
<p>Reset switch to factory defaults&#8230;.</p>
<p><span style="FONT-WEIGHT: bold">write erase</span></p>
<p><span style="FONT-WEIGHT: bold">reload</span></p>
<p>Ensure you select NO to &#8220;do you wish to save changes&#8221;</p>
<p>How to make changes to multiple ports at same time;</p>
<p><span style="FONT-WEIGHT: bold">interface range FastEthernet 0 &#8211; 23</span> (works on newer IOS)</p>
<p>Else its good ole notepad and terminal &#8211; rem that Ctrl-C (as it is sent to the session) does not work in terminial, you have to right cilck and copy. Though its easier to start a capture straight after you type <span style="FONT-WEIGHT: bold">show running-config</span>, modify in notpad and paste back into <span style="FONT-WEIGHT: bold">config terminal</span>.</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/02/03/cisco-switch-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
