08-25-2007 06:06 AM - edited 03-05-2019 06:06 PM
Currently we have a dynamic nat rule and three static nat rules. Whenever the static routes are enabled, Lan users experience long route seek times, takes a long time for a page to actually start loading. Using show ip nat statistics, Hits:4644285 Misses: 70410. Are these misses related to this problem? If not is there a recommended fix to the problem? Thanks in advanced
08-27-2007 12:14 AM
can u pls paste the NAT config ?
08-27-2007 07:31 AM
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$
ip address 192.168.123.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1452
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 1 interface FastEthernet4 overload
ip nat inside source static tcp 192.168.123.50 22 interface FastEthernet4 22
!
08-27-2007 07:36 AM
Standard IP access list 1
10 permit 192.168.123.0, wildcard bits 0.0.0.255 (253 matches)
08-27-2007 08:10 AM
I found something interesting today. The cisco router is using the interface FastEthernet3 which has no cable attached into it. We only have FastEthernet4 attached with a cable to the Lan. I searched throughout all of the cisco's config files and interface FastEthernet3 does not show up as an interface for traffic. Is this normal?
09-10-2007 10:23 AM
I am haing the same problem too. If anyone finds a solution, please let me know.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide