removing nat entries

2000-06-07 Thread SH Wesson

I currently have a nat entry as follows:  "ip nat inside source static tcp 
192.168.32.200 192.168.32.200 extendable".  When I try to remove that entry 
with the following command:  "no ip nat inside source static tcp 
192.168.32.200 192.168.32.200 extendable" it gives me the following message: 
"%Static entry in use, cannot remove".  Can anyone give me some pointers as 
to how I can remove that entry.  Keep in mind that this is a static 
translation, not a dynamic translation so using the "clear ip nat 
translation ..." command will not apply to this as it is static not dynamic. 
  Any assistance would be appreciated.

Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: removing nat entries

2000-06-07 Thread Karim Manji

Sounds like you need to clear the nat translations before trying to delete 
this nat entry.  Try "clear ip nat translation *".

Hope it works, Karim


>From: "SH Wesson" <[EMAIL PROTECTED]>
>Reply-To: "SH Wesson" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: removing nat entries
>Date: Wed, 07 Jun 2000 14:23:12 GMT
>
>I currently have a nat entry as follows:  "ip nat inside source static tcp
>192.168.32.200 192.168.32.200 extendable".  When I try to remove that entry
>with the following command:  "no ip nat inside source static tcp
>192.168.32.200 192.168.32.200 extendable" it gives me the following 
>message:
>"%Static entry in use, cannot remove".  Can anyone give me some pointers as
>to how I can remove that entry.  Keep in mind that this is a static
>translation, not a dynamic translation so using the "clear ip nat
>translation ..." command will not apply to this as it is static not 
>dynamic.
>  Any assistance would be appreciated.
>
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>___
>UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
>FAQ, list archives, and subscription info: http://www.groupstudy.com
>Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: removing nat entries

2000-06-07 Thread Apoorva S.Malavia

yes, it should work.
conf t
clear ip nat trans *
no ip nat inside source static tcp 192.168.32.200 192.168.32.200 extendable


give it a shot


Karim Manji wrote:

> Sounds like you need to clear the nat translations before trying to delete
> this nat entry.  Try "clear ip nat translation *".
>
> Hope it works, Karim
>
> >From: "SH Wesson" <[EMAIL PROTECTED]>
> >Reply-To: "SH Wesson" <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: removing nat entries
> >Date: Wed, 07 Jun 2000 14:23:12 GMT
> >
> >I currently have a nat entry as follows:  "ip nat inside source static tcp
> >192.168.32.200 192.168.32.200 extendable".  When I try to remove that entry
> >with the following command:  "no ip nat inside source static tcp
> >192.168.32.200 192.168.32.200 extendable" it gives me the following
> >message:
> >"%Static entry in use, cannot remove".  Can anyone give me some pointers as
> >to how I can remove that entry.  Keep in mind that this is a static
> >translation, not a dynamic translation so using the "clear ip nat
> >translation ..." command will not apply to this as it is static not
> >dynamic.
> >  Any assistance would be appreciated.
> >
> >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> >
> >___
> >UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> >FAQ, list archives, and subscription info: http://www.groupstudy.com
> >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> 
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]