<?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>Load Balancing Notes</title>
	<atom:link href="http://z2technologies.com/feed" rel="self" type="application/rss+xml" />
	<link>http://z2technologies.com</link>
	<description>Tips and tricks for all of your Application Delivery technologies</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:19:29 +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>Quick Setup for Gateway Failsafe</title>
		<link>http://z2technologies.com/ContactaLoadBalancingConsultant</link>
		<comments>http://z2technologies.com/ContactaLoadBalancingConsultant#comments</comments>
		<pubDate>Fri, 03 Feb 2012 17:18:23 +0000</pubDate>
		<dc:creator>Nicholas Zurfluh</dc:creator>
				<category><![CDATA[F5 BIG-IP]]></category>

		<guid isPermaLink="false">http://z2technologies.com/?p=68</guid>
		<description><![CDATA[I found this in my notes&#8230; The gateway fail-safe feature allows further redundancy between a failover pair of BIG-IP systems that point to different gateways. The gateway fail-safe feature allows each BIG-IP system to monitor the upstream gateway to which they are connected. If the gateway is marked down, the BIG-IP system can failover to [...]]]></description>
			<content:encoded><![CDATA[<p>I found this in my notes&#8230;</p>
<div>
<div>The gateway fail-safe feature allows further redundancy between a failover pair of BIG-IP systems that point to different gateways. The gateway fail-safe feature allows each BIG-IP system to monitor the upstream gateway to which they are connected. If the gateway is marked down, the BIG-IP system can failover to its partner system to prevent further disruption to traffic.</div>
<div>Copy and paste the following commands:</div>
<div></div>
<div>
<div>
<blockquote>
<div>b monitor ICMP_GWFailsafe &#8216;{</div>
<div>   defaults from gateway_icmp</div>
<div>   interval 2</div>
<div>   timeout 7</div>
<div>}&#8217;</div>
<div>b pool gateway_pool_unit1 &#8216;{</div>
<div>   min up members enable</div>
<div>   min up members 1</div>
<div>   min up members failover</div>
<div>   unit 1</div>
<div>   monitor all ICMP_GWFailsafe</div>
<div>   members x.x.x.x:any {}</div>
<div>}&#8217;</div>
<div>b pool gateway_pool_unit2 &#8216;{</div>
<div>   min up members enable</div>
<div>   min up members 1</div>
<div>   min up members failover</div>
<div>   unit 2</div>
<div>   monitor all ICMP_GWFailsafe</div>
<div>   members x.x.x.x:any {}</div>
<div>}&#8217;&lt;CR&gt;</div>
</blockquote>
<div>
<div>
<div>Note: <em>Replace x.x.x.x  with the IP address of your egress interface of your upstream router.</em></div>
<div></div>
<div>Save the gateway fail-safe pool configurations by typing the following command:</div>
<div></div>
<blockquote>
<div>bigpipe save</div>
</blockquote>
<div></div>
<div>Synchronize the configuration between the systems by typing the following command:</div>
<div></div>
<blockquote>
<div>bigpipe config sync min</div>
</blockquote>
<div></div>
<div>Reload the system configuration by typing the following command:</div>
<div></div>
<blockquote>
<div>bigpipe load</div>
</blockquote>
<div></div>
<div>To verify that the gateway fail-safe is now enabled, type the following command:</div>
<div></div>
<blockquote>
<div>bigpipe ha table</div>
</blockquote>
<div></div>
<div>You should see the pool min up member line, which indicates that the gateway fail-safe feature is enabled on the system.</div>
</div>
</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://z2technologies.com/ContactaLoadBalancingConsultant/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importing and Exporting Configurations</title>
		<link>http://z2technologies.com/ContactaLoadBalancingConsultant</link>
		<comments>http://z2technologies.com/ContactaLoadBalancingConsultant#comments</comments>
		<pubDate>Fri, 20 Jan 2012 21:34:32 +0000</pubDate>
		<dc:creator>Nicholas Zurfluh</dc:creator>
				<category><![CDATA[F5 BIG-IP]]></category>

		<guid isPermaLink="false">http://z2technologies.com/?p=20</guid>
		<description><![CDATA[Starting in, if I recall correctly, version 9.4.3 F5 introduced binary stores for configuration files. For those of us who enjoyed the access of files such as bigip.conf bigip_base.conf this made modifying these files impossible. Here is a technique that will allow you to modify and load both bigip.conf and bigip_base.conf. If you were not aware /config/bigip.conf was the original configuration [...]]]></description>
			<content:encoded><![CDATA[<p>Starting in, if I recall correctly, version 9.4.3 F5 introduced binary stores for configuration files. For those of us who enjoyed the access of files such as bigip.conf bigip_base.conf this made modifying these files impossible. Here is a technique that will allow you to modify and load both bigip.conf and bigip_base.conf.</p>
<p>If you were not aware /config/bigip.conf was the original configuration file that contains configuration elements that are shared between redundant devices (unit 1 and unit 2).</p>
<p>bigip_base.conf originally contained the configuration elements that are unique to a single device, such as VLANs, self IPs, default route for the management interface, etc&#8230;</p>
<blockquote><p><span style="font-family: Calibri;">Here are the commands for loading configuration from the command line:<br />
This command dumps the configuration from memory: </span></p>
<p><strong><span style="font-family: Calibri;"><span>b export filename.ext</span> </span></strong><span style="font-family: Calibri;"><br />
</span></p>
<p><span style="font-family: Calibri;">This command parses the target file to prove that it is compatible with the running configuration:</span></p>
<p><strong><span style="color: #99999; font-family: Calibri; font-size: small;">b verify load filename.ext</span></strong><span style="font-family: Calibri;"><br />
</span></p>
<p><span style="font-family: Calibri;">This command saves the newly loaded configuration into the memory resident database:</span></p>
<p><strong><span style="font-family: Calibri;"> b save all</span></strong></p>
<p><span style="font-family: Calibri;">This command loads the target file into the running configuration: </span></p>
<p><strong><span style="font-family: Calibri;">b import filename.ext </span></strong><span style="font-family: Calibri;"><br />
</span></p>
<p><span style="font-family: Calibri;">This command merges the target file into a running configuration without altering existing configuration elements: </span></p>
<p><strong><span style="font-family: Calibri; font-size: small;">b merge filename.ext</span></strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://z2technologies.com/ContactaLoadBalancingConsultant/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Renaming VLANs BIG-IP (LTM)</title>
		<link>http://z2technologies.com/ContactaLoadBalancingConsultant</link>
		<comments>http://z2technologies.com/ContactaLoadBalancingConsultant#comments</comments>
		<pubDate>Fri, 20 Jan 2012 20:53:42 +0000</pubDate>
		<dc:creator>Nicholas Zurfluh</dc:creator>
				<category><![CDATA[F5 BIG-IP]]></category>

		<guid isPermaLink="false">http://z2technologies.com/?p=13</guid>
		<description><![CDATA[I find it difficult to rename VLANs or to instruct customers how to rename VLANs for BIG-IP. So in an effort to make it easier I created this script. This intereactive script will replace the name of an existing VLAN with any valid name you choose. #!/bin/bash Pause() {         key=&#8221;"        [...]]]></description>
			<content:encoded><![CDATA[<p>I find it difficult to rename VLANs or to instruct customers how to rename VLANs for BIG-IP. So in an effort to make it easier I created this script. This intereactive script will replace the name of an existing VLAN with <a href="http://support.f5.com/kb/en-us/solutions/public/3000/600/sol3653.html?sr=18852029">any valid name</a> you choose.</p>
<blockquote>
<div>#!/bin/bash</div>
<div>Pause()</div>
<div>{</div>
<div>        key=&#8221;"</div>
<div>        echo -n Hit any key to continue&#8230;</div>
<div>        stty -icanon</div>
<div>        key=`dd count=1 2&gt;/dev/null`</div>
<div>        stty icanon</div>
<div>}</div>
<div>echo &#8220;Enter target VLAN name you wish to change&#8221;</div>
<div>read old_VLAN</div>
<div>echo &#8220;Enter new replacement VLAN name&#8221;</div>
<div>read new_VLAN</div>
<div>echo &#8220;Replacing VLAN &#8220;${old_VLAN?} &#8220;with VLAN &#8220;${new_VLAN?}</div>
<div>Pause</div>
<div>b export /var/tmp/bigipconfiguration</div>
<div>sed &#8220;s/^vlan $old_VLAN &#8220;&#8216;{&#8216;&#8221;$/vlan $new_VLAN &#8220;&#8216;{&#8216;&#8221;/&#8221; &lt;/var/tmp/bigipconfiguration.scf  &gt;/var/tmp/newbigipconfiguration.scf</div>
<div>b import /var/tmp/newbigipconfiguration.scf</div>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://z2technologies.com/ContactaLoadBalancingConsultant/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

