RE: Static NAT entries timeout value?? [7:37910]

2002-03-11 Thread Cisco Nuts

Exactly...I didn't think that a clear ip route trans * would do as you 
correctly say that it is for dynamic trans.

Thank you for your help.

I am puzzled like anything :-(

>From: "s vermill" 
>Reply-To: "s vermill" 
>To: [EMAIL PROTECTED]
>Subject: RE: Static NAT entries timeout value?? [7:37910]
>Date: Mon, 11 Mar 2002 19:51:16 -0500
>
>'clear ip nat trans *' might have an effect but it is *supposed* to be just
>for dynamic translations.
>
>As for clearing the route cache, I think this is a process so I guess it
>wouldn't be cached anywhere.  Thinking outloud.
>
>Cisco Nuts wrote:
> >
> > Hello,
> > Is there a timelimit on how long a router keeps the static nat
> > entries in
> > its buffer EVEN though you take out the entries from the router?
> > I can still ping the ip's from other routers even though I took
> > out the
> > entries on the nat router. I would think that this would only
> > be possible if
> > the router keeps the entries in its buffer but am not sure??
> > Thank you.
> > Regards.
> >
> > Output:
> > NAT Router:
> > RTB#sh ip nat trans
> > RTB#
> > RTB#sh ip nat statis
> > Total active translations: 0 (0 static, 0 dynamic; 0 extended)
> > Outside interfaces:
> >   Ethernet0, Serial0
> > Inside interfaces:
> >   Serial1
> > Hits: 0  Misses: 0
> > Expired translations: 0
> > Dynamic mappings:
> > RTB#
> >
> > Notice the 0 static !!
> >
> > Now from a client router:
> > RTC#ping 172.16.11.10
> >
> > Type escape sequence to abort.
> > Sending 5, 100-byte ICMP Echos to 172.16.11.10, timeout is 2
> > seconds:
> > !
> > Success rate is 100 percent (5/5), round-trip min/avg/max =
> > 4/5/8 ms
> > RTC#ping 172.16.6.15
> >
> > Type escape sequence to abort.
> > Sending 5, 100-byte ICMP Echos to 172.16.6.15, timeout is 2
> > seconds:
> > !
> > Success rate is 100 percent (5/5), round-trip min/avg/max =
> > 4/5/8 ms
> > RTC#
> >
> > These are the static entries that I had just taken OFF the NAT
> > router:
> >
> > ip nat inside source static 10.10.50.4 172.16.11.70
> > ip nat inside source static 10.10.60.4 172.16.11.10
> > ip nat inside source static 10.10.70.4 172.16.6.15
> >
> > Any ideas??
> >
> >
> > _
> > Join the worlds largest e-mail service with MSN Hotmail.
> > http://www.hotmail.com
_
Chat with friends online, try MSN Messenger: http://messenger.msn.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37919&t=37910
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Static NAT entries timeout value?? [7:37910]

2002-03-11 Thread Joe Morabito

For deleting sub interfaces, you need to reload, but for nat translations
use:


clear ip nat trans *

-Joe


- Original Message -
From: "s vermill" 
To: 
Sent: Monday, March 11, 2002 7:41 PM
Subject: RE: Static NAT entries timeout value?? [7:37910]


> If you can reload the router I would do that.  Very strange but not
> uncommon.  Someone here recently had a problem where a router was load
> balancing accross deleted subinterfaces.
>
> Cisco Nuts wrote:
> >
> > Hello,
> > Is there a timelimit on how long a router keeps the static nat
> > entries in
> > its buffer EVEN though you take out the entries from the router?
> > I can still ping the ip's from other routers even though I took
> > out the
> > entries on the nat router. I would think that this would only
> > be possible if
> > the router keeps the entries in its buffer but am not sure??
> > Thank you.
> > Regards.
> >
> > Output:
> > NAT Router:
> > RTB#sh ip nat trans
> > RTB#
> > RTB#sh ip nat statis
> > Total active translations: 0 (0 static, 0 dynamic; 0 extended)
> > Outside interfaces:
> >   Ethernet0, Serial0
> > Inside interfaces:
> >   Serial1
> > Hits: 0  Misses: 0
> > Expired translations: 0
> > Dynamic mappings:
> > RTB#
> >
> > Notice the 0 static !!
> >
> > Now from a client router:
> > RTC#ping 172.16.11.10
> >
> > Type escape sequence to abort.
> > Sending 5, 100-byte ICMP Echos to 172.16.11.10, timeout is 2
> > seconds:
> > !
> > Success rate is 100 percent (5/5), round-trip min/avg/max =
> > 4/5/8 ms
> > RTC#ping 172.16.6.15
> >
> > Type escape sequence to abort.
> > Sending 5, 100-byte ICMP Echos to 172.16.6.15, timeout is 2
> > seconds:
> > !
> > Success rate is 100 percent (5/5), round-trip min/avg/max =
> > 4/5/8 ms
> > RTC#
> >
> > These are the static entries that I had just taken OFF the NAT
> > router:
> >
> > ip nat inside source static 10.10.50.4 172.16.11.70
> > ip nat inside source static 10.10.60.4 172.16.11.10
> > ip nat inside source static 10.10.70.4 172.16.6.15
> >
> > Any ideas??
> >
> >
> > _
> > Join the worlds largest e-mail service with MSN Hotmail.
> > http://www.hotmail.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37917&t=37910
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Static NAT entries timeout value?? [7:37910]

2002-03-11 Thread s vermill

'clear ip nat trans *' might have an effect but it is *supposed* to be just
for dynamic translations.

As for clearing the route cache, I think this is a process so I guess it
wouldn't be cached anywhere.  Thinking outloud.

Cisco Nuts wrote:
> 
> Hello,
> Is there a timelimit on how long a router keeps the static nat
> entries in
> its buffer EVEN though you take out the entries from the router?
> I can still ping the ip's from other routers even though I took
> out the
> entries on the nat router. I would think that this would only
> be possible if
> the router keeps the entries in its buffer but am not sure??
> Thank you.
> Regards.
> 
> Output:
> NAT Router:
> RTB#sh ip nat trans
> RTB#
> RTB#sh ip nat statis
> Total active translations: 0 (0 static, 0 dynamic; 0 extended)
> Outside interfaces:
>   Ethernet0, Serial0
> Inside interfaces:
>   Serial1
> Hits: 0  Misses: 0
> Expired translations: 0
> Dynamic mappings:
> RTB#
> 
> Notice the 0 static !!
> 
> Now from a client router:
> RTC#ping 172.16.11.10
> 
> Type escape sequence to abort.
> Sending 5, 100-byte ICMP Echos to 172.16.11.10, timeout is 2
> seconds:
> !
> Success rate is 100 percent (5/5), round-trip min/avg/max =
> 4/5/8 ms
> RTC#ping 172.16.6.15
> 
> Type escape sequence to abort.
> Sending 5, 100-byte ICMP Echos to 172.16.6.15, timeout is 2
> seconds:
> !
> Success rate is 100 percent (5/5), round-trip min/avg/max =
> 4/5/8 ms
> RTC#
> 
> These are the static entries that I had just taken OFF the NAT
> router:
> 
> ip nat inside source static 10.10.50.4 172.16.11.70
> ip nat inside source static 10.10.60.4 172.16.11.10
> ip nat inside source static 10.10.70.4 172.16.6.15
> 
> Any ideas??
> 
> 
> _
> Join the worlds largest e-mail service with MSN Hotmail. 
> http://www.hotmail.com
> 
> 




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37914&t=37910
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Static NAT entries timeout value?? [7:37910]

2002-03-11 Thread s vermill

I wonder what would happen if you cleared your route cache?

Cisco Nuts wrote:
> 
> Hello,
> Is there a timelimit on how long a router keeps the static nat
> entries in
> its buffer EVEN though you take out the entries from the router?
> I can still ping the ip's from other routers even though I took
> out the
> entries on the nat router. I would think that this would only
> be possible if
> the router keeps the entries in its buffer but am not sure??
> Thank you.
> Regards.
> 
> Output:
> NAT Router:
> RTB#sh ip nat trans
> RTB#
> RTB#sh ip nat statis
> Total active translations: 0 (0 static, 0 dynamic; 0 extended)
> Outside interfaces:
>   Ethernet0, Serial0
> Inside interfaces:
>   Serial1
> Hits: 0  Misses: 0
> Expired translations: 0
> Dynamic mappings:
> RTB#
> 
> Notice the 0 static !!
> 
> Now from a client router:
> RTC#ping 172.16.11.10
> 
> Type escape sequence to abort.
> Sending 5, 100-byte ICMP Echos to 172.16.11.10, timeout is 2
> seconds:
> !
> Success rate is 100 percent (5/5), round-trip min/avg/max =
> 4/5/8 ms
> RTC#ping 172.16.6.15
> 
> Type escape sequence to abort.
> Sending 5, 100-byte ICMP Echos to 172.16.6.15, timeout is 2
> seconds:
> !
> Success rate is 100 percent (5/5), round-trip min/avg/max =
> 4/5/8 ms
> RTC#
> 
> These are the static entries that I had just taken OFF the NAT
> router:
> 
> ip nat inside source static 10.10.50.4 172.16.11.70
> ip nat inside source static 10.10.60.4 172.16.11.10
> ip nat inside source static 10.10.70.4 172.16.6.15
> 
> Any ideas??
> 
> 
> _
> Join the worlds largest e-mail service with MSN Hotmail. 
> http://www.hotmail.com
> 
> 




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37913&t=37910
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Static NAT entries timeout value?? [7:37910]

2002-03-11 Thread s vermill

If you can reload the router I would do that.  Very strange but not
uncommon.  Someone here recently had a problem where a router was load
balancing accross deleted subinterfaces.

Cisco Nuts wrote:
> 
> Hello,
> Is there a timelimit on how long a router keeps the static nat
> entries in
> its buffer EVEN though you take out the entries from the router?
> I can still ping the ip's from other routers even though I took
> out the
> entries on the nat router. I would think that this would only
> be possible if
> the router keeps the entries in its buffer but am not sure??
> Thank you.
> Regards.
> 
> Output:
> NAT Router:
> RTB#sh ip nat trans
> RTB#
> RTB#sh ip nat statis
> Total active translations: 0 (0 static, 0 dynamic; 0 extended)
> Outside interfaces:
>   Ethernet0, Serial0
> Inside interfaces:
>   Serial1
> Hits: 0  Misses: 0
> Expired translations: 0
> Dynamic mappings:
> RTB#
> 
> Notice the 0 static !!
> 
> Now from a client router:
> RTC#ping 172.16.11.10
> 
> Type escape sequence to abort.
> Sending 5, 100-byte ICMP Echos to 172.16.11.10, timeout is 2
> seconds:
> !
> Success rate is 100 percent (5/5), round-trip min/avg/max =
> 4/5/8 ms
> RTC#ping 172.16.6.15
> 
> Type escape sequence to abort.
> Sending 5, 100-byte ICMP Echos to 172.16.6.15, timeout is 2
> seconds:
> !
> Success rate is 100 percent (5/5), round-trip min/avg/max =
> 4/5/8 ms
> RTC#
> 
> These are the static entries that I had just taken OFF the NAT
> router:
> 
> ip nat inside source static 10.10.50.4 172.16.11.70
> ip nat inside source static 10.10.60.4 172.16.11.10
> ip nat inside source static 10.10.70.4 172.16.6.15
> 
> Any ideas??
> 
> 
> _
> Join the worlds largest e-mail service with MSN Hotmail. 
> http://www.hotmail.com
> 
> 




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37912&t=37910
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Static NAT entries timeout value?? [7:37910]

2002-03-11 Thread Cisco Nuts

Hello,
Is there a timelimit on how long a router keeps the static nat entries in 
its buffer EVEN though you take out the entries from the router?
I can still ping the ip's from other routers even though I took out the 
entries on the nat router. I would think that this would only be possible if 
the router keeps the entries in its buffer but am not sure??
Thank you.
Regards.

Output:
NAT Router:
RTB#sh ip nat trans
RTB#
RTB#sh ip nat statis
Total active translations: 0 (0 static, 0 dynamic; 0 extended)
Outside interfaces:
  Ethernet0, Serial0
Inside interfaces:
  Serial1
Hits: 0  Misses: 0
Expired translations: 0
Dynamic mappings:
RTB#

Notice the 0 static !!

Now from a client router:
RTC#ping 172.16.11.10

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.11.10, timeout is 2 seconds:
!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/5/8 ms
RTC#ping 172.16.6.15

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.6.15, timeout is 2 seconds:
!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/5/8 ms
RTC#

These are the static entries that I had just taken OFF the NAT router:

ip nat inside source static 10.10.50.4 172.16.11.70
ip nat inside source static 10.10.60.4 172.16.11.10
ip nat inside source static 10.10.70.4 172.16.6.15

Any ideas??


_
Join the worlds largest e-mail service with MSN Hotmail. 
http://www.hotmail.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=37910&t=37910
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]