<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Getting Something Out of the CSM</title>
	<atom:link href="http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/feed/" rel="self" type="application/rss+xml" />
	<link>http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/</link>
	<description>Not something you want to hear</description>
	<pubDate>Thu, 20 Nov 2008 12:27:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Aaron&#8217;s Worthless Words &#187; Blog Archive &#187; Configuring Fault Tolerance on the CSM</title>
		<link>http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-5373</link>
		<dc:creator>Aaron&#8217;s Worthless Words &#187; Blog Archive &#187; Configuring Fault Tolerance on the CSM</dc:creator>
		<pubDate>Fri, 10 Oct 2008 15:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-5373</guid>
		<description>[...] me know if you have any questions and check out my page on getting output from Cisco&#8217;s fine mid-tier load [...]</description>
		<content:encoded><![CDATA[<p>[...] me know if you have any questions and check out my page on getting output from Cisco&#8217;s fine mid-tier load [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xhon</title>
		<link>http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-5148</link>
		<dc:creator>xhon</dc:creator>
		<pubDate>Sat, 27 Sep 2008 21:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-5148</guid>
		<description>one more very (at least for me) useful command run from switch# level
"show run mod X", where X is slot number where CSM resides
it shows only configuration block for the csm
works with other modules as well :-)</description>
		<content:encoded><![CDATA[<p>one more very (at least for me) useful command run from switch# level<br />
&#8220;show run mod X&#8221;, where X is slot number where CSM resides<br />
it shows only configuration block for the csm<br />
works with other modules as well <img src='http://aconaway.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Conaway</title>
		<link>http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-4962</link>
		<dc:creator>Aaron Conaway</dc:creator>
		<pubDate>Fri, 19 Sep 2008 01:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-4962</guid>
		<description>Hey, David.

I think if you turn off cleint NAT, you should be alright.  Just go into your serverfarm for the VIP and do a "no nat client".  After such, you should see the clients appear unNATted.</description>
		<content:encoded><![CDATA[<p>Hey, David.</p>
<p>I think if you turn off cleint NAT, you should be alright.  Just go into your serverfarm for the VIP and do a &#8220;no nat client&#8221;.  After such, you should see the clients appear unNATted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: droudpeyma</title>
		<link>http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-4896</link>
		<dc:creator>droudpeyma</dc:creator>
		<pubDate>Wed, 17 Sep 2008 17:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-4896</guid>
		<description>Aaron,
Thanks so much for the info. I understand now why our farms are showing the source IP to be of the VIP. At the moment the farms are assigned to a NATPOOL on the client side. When that is removed the connection to the site breaks. Is there something else that needs to be done on the (client) Nat in order to restore the connection?
Thanks,
David</description>
		<content:encoded><![CDATA[<p>Aaron,<br />
Thanks so much for the info. I understand now why our farms are showing the source IP to be of the VIP. At the moment the farms are assigned to a NATPOOL on the client side. When that is removed the connection to the site breaks. Is there something else that needs to be done on the (client) Nat in order to restore the connection?<br />
Thanks,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Conaway</title>
		<link>http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-4893</link>
		<dc:creator>Aaron Conaway</dc:creator>
		<pubDate>Wed, 17 Sep 2008 03:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-4893</guid>
		<description>Hi, Droudpeyma.  Thanks for commenting.

In the serverfarm configuration, there are two lines that deal with NAT -- "nat client" and "nat server".  By default, client (source) NATting is off, and server (destination) NATting is on, so the source IP of the connection inbound to the serverfarm does not get changed before it's passed on to the servers in the farm.

Here's what the source and destination of the packets are at various steps in the process.  Let's assume the source IP is 12.34.56.78, the VIP is 1.1.1.1, and the serverfarm only has one server with the IP of 2.2.2.2.  Assume that no other NATting is done in our little setup.
 
The packet leaves the client:
	S: 12.34.56.78, D: 1.1.1.1
The CSM receives the packet and passes it on to the RIP:
	S:  12.34.56.78, D: 2.2.2.2
The packet lands on the server:
	S:  12.34.56.78, D: 2.2.2.2
The server generates a return packet:
	S:  2.2.2.2, D: 12.34.56.78
The CSM gets the packet and sends it back to the client:
	S:  1.1.1.1, D: 12.34.56.78
The client receives the packet:
	S:  1.1.1.1, D: 12.34.56.78
	
Hope that helps.  Let me know if it doesn't.</description>
		<content:encoded><![CDATA[<p>Hi, Droudpeyma.  Thanks for commenting.</p>
<p>In the serverfarm configuration, there are two lines that deal with NAT &#8212; &#8220;nat client&#8221; and &#8220;nat server&#8221;.  By default, client (source) NATting is off, and server (destination) NATting is on, so the source IP of the connection inbound to the serverfarm does not get changed before it&#8217;s passed on to the servers in the farm.</p>
<p>Here&#8217;s what the source and destination of the packets are at various steps in the process.  Let&#8217;s assume the source IP is 12.34.56.78, the VIP is 1.1.1.1, and the serverfarm only has one server with the IP of 2.2.2.2.  Assume that no other NATting is done in our little setup.</p>
<p>The packet leaves the client:<br />
	S: 12.34.56.78, D: 1.1.1.1<br />
The CSM receives the packet and passes it on to the RIP:<br />
	S:  12.34.56.78, D: 2.2.2.2<br />
The packet lands on the server:<br />
	S:  12.34.56.78, D: 2.2.2.2<br />
The server generates a return packet:<br />
	S:  2.2.2.2, D: 12.34.56.78<br />
The CSM gets the packet and sends it back to the client:<br />
	S:  1.1.1.1, D: 12.34.56.78<br />
The client receives the packet:<br />
	S:  1.1.1.1, D: 12.34.56.78</p>
<p>Hope that helps.  Let me know if it doesn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: droudpeyma</title>
		<link>http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-4882</link>
		<dc:creator>droudpeyma</dc:creator>
		<pubDate>Tue, 16 Sep 2008 22:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-4882</guid>
		<description>Hey Aaron,
Thanks for teh great info. I don't know if this is the right place to post this but here goes. 
I understand the basic functions of the CSM but when traffic comes into a VIP and then to a farm, how do you get the CSM to pass the source IP to the destination? Wouldn't that info be of some value?</description>
		<content:encoded><![CDATA[<p>Hey Aaron,<br />
Thanks for teh great info. I don&#8217;t know if this is the right place to post this but here goes.<br />
I understand the basic functions of the CSM but when traffic comes into a VIP and then to a farm, how do you get the CSM to pass the source IP to the destination? Wouldn&#8217;t that info be of some value?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron&#8217;s Worthless Words &#187; Blog Archive &#187; Intro to Policies on the CSM</title>
		<link>http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-2541</link>
		<dc:creator>Aaron&#8217;s Worthless Words &#187; Blog Archive &#187; Intro to Policies on the CSM</dc:creator>
		<pubDate>Mon, 23 Jun 2008 13:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-2541</guid>
		<description>[...] Getting Something Out of the CSM  [...]</description>
		<content:encoded><![CDATA[<p>[...] Getting Something Out of the CSM  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Conaway</title>
		<link>http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-2304</link>
		<dc:creator>Aaron Conaway</dc:creator>
		<pubDate>Thu, 12 Jun 2008 13:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-2304</guid>
		<description>Thanks, Clint.  I'm trying to get back on track.</description>
		<content:encoded><![CDATA[<p>Thanks, Clint.  I&#8217;m trying to get back on track.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint Young</title>
		<link>http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-2268</link>
		<dc:creator>Clint Young</dc:creator>
		<pubDate>Wed, 11 Jun 2008 03:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://aconaway.com/2008/06/10/getting-something-out-of-the-csm/#comment-2268</guid>
		<description>Said in the voices from the guys in the Guinness commercials... "BRILLIANT!"   This is good stuff, keep it coming!  :-)</description>
		<content:encoded><![CDATA[<p>Said in the voices from the guys in the Guinness commercials&#8230; &#8220;BRILLIANT!&#8221;   This is good stuff, keep it coming!  <img src='http://aconaway.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
