<?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>phirebird &#187; static entry</title>
	<atom:link href="http://www.phirebird.net/tag/static-entry/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phirebird.net</link>
	<description>Yet Another IT Site</description>
	<lastBuildDate>Sat, 24 Apr 2010 15:27:50 +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>Can&#8217;t remove IP NAT entries on Cisco router: %Static entry in use, cannot remove</title>
		<link>http://www.phirebird.net/2009/07/cant-remove-ip-nat-entries-on-cisco-router-static-entry-in-use-cannot-remove/</link>
		<comments>http://www.phirebird.net/2009/07/cant-remove-ip-nat-entries-on-cisco-router-static-entry-in-use-cannot-remove/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 18:17:11 +0000</pubDate>
		<dc:creator>shands</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[ip nat]]></category>
		<category><![CDATA[static entry]]></category>

		<guid isPermaLink="false">http://www.phirebird.net/?p=80</guid>
		<description><![CDATA[While removing IP NAT entries on a busy Cisco router &#8211; you&#8217;ll probably end up with this problem:
phbrtr(config)#no ip nat source static tcp 192.168.0.1 25 interface FastEthernet1/0 25
%Static entry in use, cannot remove
phbrtr(config)#
So what it is? Well, as the errors suggests, the rule is currently being used and as such can&#8217;t be changed (in this [...]]]></description>
			<content:encoded><![CDATA[<p>While removing IP NAT entries on a busy Cisco router &#8211; you&#8217;ll probably end up with this problem:</p>
<blockquote><p>phbrtr(config)#no ip nat source static tcp 192.168.0.1 25 interface FastEthernet1/0 25<br />
%Static entry in use, cannot remove</p>
<p>phbrtr(config)#</p></blockquote>
<p>So what it is? Well, as the errors suggests, the rule is currently being used and as such can&#8217;t be changed (in this particular instance, there were a few active SMTP connections). On busy routers, this activity sometimes cannot be helped!</p>
<p>So how do you get around it? Well the first way is simply to wait for a lul in the traffic! When this isn&#8217;t possible, you can try clearing current IP NAT dynamic translations: (NB: Be quick!)</p>
<blockquote><p>phbrtr(config)#no ip nat source static tcp 192.168.0.1 25 interface FastEthernet1/0 25<br />
%Static entry in use, cannot remove</p>
<p>phbrtr(config)#do clear ip nat translation *<br />
phbrtr(config)#no ip nat source static tcp 192.168.0.4 25 interface FastEthernet1/0 25<br />
phbrtr(config)#</p></blockquote>
<p>If this <em>still</em> doesn&#8217;t work (note that once you&#8217;ve issued the clear ip nat command &#8211; any new packets will create a new nat entry &#8211; hence &#8216;Be quick&#8217;!), you will to stop nat for a while to allow you to remove the translation:</p>
<blockquote><p>
phbrtr(config)#no ip nat source static tcp 192.168.0.1 25 interface FastEthernet1/0 25<br />
%Static entry in use, cannot remove</p>
<p>phbrtr(config)#interface FastEthernet0/0<br />
phbrtr(config-if)#no ip nat inside<br />
phbrtr(config-if)#exit</p>
<p>phbrtr(config)#interface FastEthernet1/0<br />
phbrtr(config-if)#no ip nat outside<br />
phbrtr(config-if)#exit</p>
<p>phbrtr(config)#do clear ip nat translation *<br />
phbrtr(config)#no ip nat source static tcp 192.168.0.1 25 interface FastEthernet1/0 25</p>
<p>phbrtr(config)#interface FastEthernet0<br />
phbrtr(config-if)#ip nat inside<br />
phbrtr(config-if)#exit</p>
<p>phbrtr(config)#interface FastEthernet1/0<br />
phbrtr(config-if)#ip nat outside<br />
phbrtr(config-if)#exit</p></blockquote>
<p> This demo removes IP NAT from both inside and outside interfaces &#8211; but you could try to removing it from just one (for ease) - but it will obviously depend on your setup.</p>
<p>&nbsp;</p>
<p>Did you find this hint useful? Are you looking to learn more? Well, here&#8217;s a few books that I&#8217;ve found useful &#8211; have a goosie!</p>
<table width="100%">
<tr>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/0072263830?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/51OzKwtnAcL._SL100.jpg" border="0"><br />
Cisco: A Beginner&#8217;s Guide</a></td>
<td>&nbsp;</td>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/0470110082?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/51BHKGcPzsL._SL100.jpg" border="0"><br />
CCNA &#8211; Cisco Certified Network Associate Study Guide</a></td>
<td>&nbsp;</td>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/076451668X?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/51NAGK3Z2FL._SL100.jpg" border="0"><br />
Cisco Networking for Dummies</a></td>
<td>&nbsp;</td>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/0596527225?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/51HupjWNLoL._SL100.jpg" border="0"><br />
Cisco IOS in a Nutshell &#8211; O&#8217;Reilly</a></td>
</tr>
</table>
<p>&nbsp;<br />
<br />&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phirebird.net/2009/07/cant-remove-ip-nat-entries-on-cisco-router-static-entry-in-use-cannot-remove/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
