I have some problems with my Cisco 2620XM router. The router is NAT-ing for a rather large network with 55 subnets..
These are all in the 10.0.x.x - 10.3.254.254 range
I also have a DMZ zone (lets say 213.184.100.0 - 213.184.100.63)
Lets say my public ip is 213.184.1.1
The relevant config (I think) is:
ip nat pool overload 213.184.1.1 213.184.1.1 prefix-length 24
ip nat inside source list 199 pool overload overload
Extended IP access list 199
10 deny ip 10.0.0.0 0.3.255.255 192.168.0.0 0.0.0.255
20 deny ip 10.0.0.0 0.3.255.255 192.168.200.0 0.0.0.255
30 deny ip 10.0.0.0 0.3.255.255 192.168.201.0 0.0.0.255
40 deny ip 10.0.0.0 0.3.255.255 192.168.202.0 0.0.0.255
50 deny ip 10.0.0.0 0.3.255.255 192.168.2.0 0.0.0.255
60 deny ip 10.0.0.0 0.3.255.255 192.168.100.0 0.0.0.255
(69 permit ip 10.0.0.0 0.255.255.255 any)
70 permit ip 10.0.0.0 0.3.255.255 any
(i tried to use the 69 rule in case the "strange" subnet was the problem)
The memory usage grows and grows, and I have to run "clear ip nat translations" to get the memory back
I have tried IOS c2600-advsecurityk9-mz.123-12 and c2600-advsecurityk9-mz.124.1 and get the same problems..
(I only have 16 MB flash)
some error messages from the device on my syslog server:
-------------------------------------
-Traceback= 80FA8AC4 80B3D8AC 80B3F18C 80B3F32C 80B3F4CC 80B3F604 80B2A304 80B2C2DC 80B0EF80 80B0FB38 809EFA60 809EFD7C 809EFE30 809EFF84 804925BC 80495C68
Process= "IP Input", ipl= 0, pid= 47
Removed a non-empty list(820AB6D0, name: NAT/SDP port range list), having 1 elements
--------------------------------------
What can cause this problem?
These are all in the 10.0.x.x - 10.3.254.254 range
I also have a DMZ zone (lets say 213.184.100.0 - 213.184.100.63)
Lets say my public ip is 213.184.1.1
The relevant config (I think) is:
ip nat pool overload 213.184.1.1 213.184.1.1 prefix-length 24
ip nat inside source list 199 pool overload overload
Extended IP access list 199
10 deny ip 10.0.0.0 0.3.255.255 192.168.0.0 0.0.0.255
20 deny ip 10.0.0.0 0.3.255.255 192.168.200.0 0.0.0.255
30 deny ip 10.0.0.0 0.3.255.255 192.168.201.0 0.0.0.255
40 deny ip 10.0.0.0 0.3.255.255 192.168.202.0 0.0.0.255
50 deny ip 10.0.0.0 0.3.255.255 192.168.2.0 0.0.0.255
60 deny ip 10.0.0.0 0.3.255.255 192.168.100.0 0.0.0.255
(69 permit ip 10.0.0.0 0.255.255.255 any)
70 permit ip 10.0.0.0 0.3.255.255 any
(i tried to use the 69 rule in case the "strange" subnet was the problem)
The memory usage grows and grows, and I have to run "clear ip nat translations" to get the memory back
I have tried IOS c2600-advsecurityk9-mz.123-12 and c2600-advsecurityk9-mz.124.1 and get the same problems..
(I only have 16 MB flash)
some error messages from the device on my syslog server:
-------------------------------------
-Traceback= 80FA8AC4 80B3D8AC 80B3F18C 80B3F32C 80B3F4CC 80B3F604 80B2A304 80B2C2DC 80B0EF80 80B0FB38 809EFA60 809EFD7C 809EFE30 809EFF84 804925BC 80495C68
Process= "IP Input", ipl= 0, pid= 47
Removed a non-empty list(820AB6D0, name: NAT/SDP port range list), having 1 elements
--------------------------------------
What can cause this problem?