Community discussions

MikroTik App
 
User avatar
drixter
newbie
Topic Author
Posts: 26
Joined: Mon May 19, 2008 10:10 pm
Location: Warsaw, PL
Contact:

Route cache overflow (x86)

Tue Dec 16, 2014 10:40 pm

Hi,

I'm wondering when it will be fixed, I'm installing every new version od RouterOS for x86 and stil is the same -> route cache overflow.

I've contacted the support about it, Maris reply me that "It could be related to gre over ipsec or 6to4 tunnels." and nothing, few supout was send by me - no answer.

Ticket is: [Ticket#2014101766000756]

It look's like below, only ONE known workaround is reboot by script who someone write on this forum. Issue is valid from years.

script:
:local act [/ip route cache get cache-size]
:local max [/ip route cache get max-cache-size]

# print some debug info
:log info ("Actual route cache size: $act")
:log info ("Max. route cache size: $max")
:log info ("If active route cache size: $act>=60000 reboot required")

if (($max-$act)<=2048) do={
/system reboot
}

Running every 5min, check and if needed reboot, now reboot is about every 20h or less.

I don't know what to do, I have valid license and no one is going to fix that. I can even buy new license if this issue will be fixed.

Dec 16 17:42:03 router script,info Max. route cache size: 65536
Dec 16 17:42:03 router script,info If active route cache size: 3153>=60000 reboot required
Dec 16 17:47:03 router script,info Actual route cache size: 3885
Dec 16 17:47:03 router script,info Max. route cache size: 65536
Dec 16 17:47:03 router script,info If active route cache size: 3885>=60000 reboot required
Dec 16 17:52:03 router script,info Actual route cache size: 4014
Dec 16 17:52:03 router script,info Max. route cache size: 65536
Dec 16 17:52:03 router script,info If active route cache size: 4014>=60000 reboot required
Dec 16 17:57:03 router script,info Actual route cache size: 4123
Dec 16 17:57:03 router script,info Max. route cache size: 65536
Dec 16 17:57:03 router script,info If active route cache size: 4123>=60000 reboot required
Dec 16 18:02:03 router script,info Actual route cache size: 4336
Dec 16 18:02:03 router script,info Max. route cache size: 65536
Dec 16 18:02:03 router script,info If active route cache size: 4336>=60000 reboot required
Dec 16 18:07:03 router script,info Actual route cache size: 5387
Dec 16 18:07:03 router script,info Max. route cache size: 65536
Dec 16 18:07:03 router script,info If active route cache size: 5387>=60000 reboot required
Dec 16 18:12:03 router script,info Actual route cache size: 5291
Dec 16 18:12:03 router script,info Max. route cache size: 65536
Dec 16 18:12:03 router script,info If active route cache size: 5291>=60000 reboot required
Dec 16 18:17:03 router script,info Actual route cache size: 6171
Dec 16 18:17:03 router script,info Max. route cache size: 65536
Dec 16 18:17:03 router script,info If active route cache size: 6171>=60000 reboot required
Dec 16 18:22:03 router script,info Actual route cache size: 6619
Dec 16 18:22:03 router script,info Max. route cache size: 65536
Dec 16 18:22:03 router script,info If active route cache size: 6619>=60000 reboot required
Dec 16 18:27:03 router script,info Actual route cache size: 6720
Dec 16 18:27:03 router script,info Max. route cache size: 65536
Dec 16 18:27:03 router script,info If active route cache size: 6720>=60000 reboot required
Dec 16 18:32:03 router script,info Actual route cache size: 7074
Dec 16 18:32:03 router script,info Max. route cache size: 65536
Dec 16 18:32:03 router script,info If active route cache size: 7074>=60000 reboot required
Dec 16 18:37:03 router script,info Actual route cache size: 6128
Dec 16 18:37:03 router script,info Max. route cache size: 65536
Dec 16 18:37:03 router script,info If active route cache size: 6128>=60000 reboot required
Dec 16 18:42:03 router script,info Actual route cache size: 6138
Dec 16 18:42:03 router script,info Max. route cache size: 65536
Dec 16 18:42:03 router script,info If active route cache size: 6138>=60000 reboot required
Dec 16 18:47:03 router script,info Actual route cache size: 5671
Dec 16 18:47:03 router script,info Max. route cache size: 65536
Dec 16 18:47:03 router script,info If active route cache size: 5671>=60000 reboot required
Dec 16 18:52:03 router script,info Actual route cache size: 5742
Dec 16 18:52:03 router script,info Max. route cache size: 65536
Dec 16 18:52:03 router script,info If active route cache size: 5742>=60000 reboot required
Dec 16 18:57:03 router script,info Actual route cache size: 6571
Dec 16 18:57:03 router script,info Max. route cache size: 65536
Dec 16 18:57:03 router script,info If active route cache size: 6571>=60000 reboot required
Dec 16 19:02:03 router script,info Actual route cache size: 6887
Dec 16 19:02:03 router script,info Max. route cache size: 65536
Dec 16 19:02:03 router script,info If active route cache size: 6887>=60000 reboot required
Dec 16 19:07:03 router script,info Actual route cache size: 7982
Dec 16 19:07:03 router script,info Max. route cache size: 65536
Dec 16 19:07:03 router script,info If active route cache size: 7982>=60000 reboot required
Dec 16 19:12:03 router script,info Actual route cache size: 6867
Dec 16 19:12:03 router script,info Max. route cache size: 65536
Dec 16 19:12:03 router script,info If active route cache size: 6867>=60000 reboot required
Dec 16 19:17:03 router script,info Actual route cache size: 7551
Dec 16 19:17:03 router script,info Max. route cache size: 65536
Dec 16 19:17:03 router script,info If active route cache size: 7551>=60000 reboot required
Dec 16 19:22:03 router script,info Actual route cache size: 7672
Dec 16 19:22:03 router script,info Max. route cache size: 65536
Dec 16 19:22:03 router script,info If active route cache size: 7672>=60000 reboot required
Dec 16 19:27:03 router script,info Actual route cache size: 6774
Dec 16 19:27:03 router script,info Max. route cache size: 65536
Dec 16 19:27:03 router script,info If active route cache size: 6774>=60000 reboot required
Dec 16 19:32:03 router script,info Actual route cache size: 7218
Dec 16 19:32:03 router script,info Max. route cache size: 65536
Dec 16 19:32:03 router script,info If active route cache size: 7218>=60000 reboot required
Dec 16 19:37:03 router script,info Actual route cache size: 8129
Dec 16 19:37:03 router script,info Max. route cache size: 65536
Dec 16 19:37:03 router script,info If active route cache size: 8129>=60000 reboot required
Dec 16 19:42:03 router script,info Actual route cache size: 7328
Dec 16 19:42:03 router script,info Max. route cache size: 65536
Dec 16 19:42:03 router script,info If active route cache size: 7328>=60000 reboot required
Dec 16 19:47:03 router script,info Actual route cache size: 7901
Dec 16 19:47:03 router script,info Max. route cache size: 65536
Dec 16 19:47:03 router script,info If active route cache size: 7901>=60000 reboot required
Dec 16 19:52:03 router script,info Actual route cache size: 8503
Dec 16 19:52:03 router script,info Max. route cache size: 65536
Dec 16 19:52:03 router script,info If active route cache size: 8503>=60000 reboot required
Dec 16 19:57:03 router script,info Actual route cache size: 8472
Dec 16 19:57:03 router script,info Max. route cache size: 65536
Dec 16 19:57:03 router script,info If active route cache size: 8472>=60000 reboot required
Dec 16 20:02:03 router script,info Actual route cache size: 8340
Dec 16 20:02:03 router script,info Max. route cache size: 65536
Dec 16 20:02:03 router script,info If active route cache size: 8340>=60000 reboot required
Dec 16 20:07:03 router script,info Actual route cache size: 8528
Dec 16 20:07:03 router script,info Max. route cache size: 65536
Dec 16 20:07:03 router script,info If active route cache size: 8528>=60000 reboot required
Dec 16 20:12:03 router script,info Actual route cache size: 8218
Dec 16 20:12:03 router script,info Max. route cache size: 65536
Dec 16 20:12:03 router script,info If active route cache size: 8218>=60000 reboot required
Dec 16 20:17:03 router script,info Actual route cache size: 9262
Dec 16 20:17:03 router script,info Max. route cache size: 65536
Dec 16 20:17:03 router script,info If active route cache size: 9262>=60000 reboot required
Dec 16 20:22:03 router script,info Actual route cache size: 9951
Dec 16 20:22:03 router script,info Max. route cache size: 65536
Dec 16 20:22:03 router script,info If active route cache size: 9951>=60000 reboot required
Dec 16 20:27:03 router script,info Actual route cache size: 10311
Dec 16 20:27:03 router script,info Max. route cache size: 65536
Dec 16 20:27:03 router script,info If active route cache size: 10311>=60000 reboot required
Dec 16 20:32:03 router script,info Actual route cache size: 11012
Dec 16 20:32:03 router script,info Max. route cache size: 65536
Dec 16 20:32:03 router script,info If active route cache size: 11012>=60000 reboot required
Dec 16 20:37:03 router script,info Actual route cache size: 10288
Dec 16 20:37:03 router script,info Max. route cache size: 65536
Dec 16 20:37:03 router script,info If active route cache size: 10288>=60000 reboot required
Dec 16 20:42:03 router script,info Actual route cache size: 10718
Dec 16 20:42:03 router script,info Max. route cache size: 65536
Dec 16 20:42:03 router script,info If active route cache size: 10718>=60000 reboot required
Dec 16 20:47:03 router script,info Actual route cache size: 11258
Dec 16 20:47:03 router script,info Max. route cache size: 65536
Dec 16 20:47:03 router script,info If active route cache size: 11258>=60000 reboot required
Dec 16 20:52:03 router script,info Actual route cache size: 11731
Dec 16 20:52:03 router script,info Max. route cache size: 65536
Dec 16 20:52:03 router script,info If active route cache size: 11731>=60000 reboot required
Dec 16 20:57:03 router script,info Actual route cache size: 11609
Dec 16 20:57:03 router script,info Max. route cache size: 65536
Dec 16 20:57:03 router script,info If active route cache size: 11609>=60000 reboot required
Dec 16 21:02:03 router script,info Actual route cache size: 11121
Dec 16 21:02:03 router script,info Max. route cache size: 65536
Dec 16 21:02:03 router script,info If active route cache size: 11121>=60000 reboot required
Dec 16 21:07:03 router script,info Actual route cache size: 10965
Dec 16 21:07:03 router script,info Max. route cache size: 65536
Dec 16 21:07:03 router script,info If active route cache size: 10965>=60000 reboot required
Dec 16 21:12:03 router script,info Actual route cache size: 10614
Dec 16 21:12:03 router script,info Max. route cache size: 65536
Dec 16 21:12:03 router script,info If active route cache size: 10614>=60000 reboot required
Dec 16 21:17:03 router script,info Actual route cache size: 11357
Dec 16 21:17:03 router script,info Max. route cache size: 65536
Dec 16 21:17:03 router script,info If active route cache size: 11357>=60000 reboot required
Dec 16 21:22:03 router script,info Actual route cache size: 10999
Dec 16 21:22:03 router script,info Max. route cache size: 65536
Dec 16 21:22:03 router script,info If active route cache size: 10999>=60000 reboot required
Dec 16 21:27:03 router script,info Actual route cache size: 10695
Dec 16 21:27:03 router script,info Max. route cache size: 65536
Dec 16 21:27:03 router script,info If active route cache size: 10695>=60000 reboot required
Dec 16 21:32:03 router script,info Actual route cache size: 10812
Dec 16 21:32:03 router script,info Max. route cache size: 65536
Dec 16 21:32:03 router script,info If active route cache size: 10812>=60000 reboot required

Regards,
 
SystemErrorMessage
Member
Member
Posts: 383
Joined: Sat Dec 22, 2012 9:04 pm

Re: Route cache overflow (x86)

Wed Dec 17, 2014 1:29 am

sounds like an issue consumer routers face when they hang.
 
User avatar
drixter
newbie
Topic Author
Posts: 26
Joined: Mon May 19, 2008 10:10 pm
Location: Warsaw, PL
Contact:

Re: Route cache overflow (x86)

Wed Dec 17, 2014 8:47 am

Hi,

I'm using a RouterOS as VM to route a about 10 IPsec+GRE, and about 10 IPsec tunnels.

Dec 17 07:02:03 router script,info Actual route cache size: 29272
Dec 17 07:02:03 router script,info Max. route cache size: 65536
Dec 17 07:02:03 router script,info If active route cache size: 29272>=60000 reboot required
Dec 17 07:07:03 router script,info Actual route cache size: 29931
Dec 17 07:07:03 router script,info Max. route cache size: 65536
Dec 17 07:07:03 router script,info If active route cache size: 29931>=60000 reboot required
Dec 17 07:12:03 router script,info Actual route cache size: 29963
Dec 17 07:12:03 router script,info Max. route cache size: 65536
Dec 17 07:12:03 router script,info If active route cache size: 29963>=60000 reboot required
Dec 17 07:17:03 router script,info Actual route cache size: 30056
Dec 17 07:17:03 router script,info Max. route cache size: 65536
Dec 17 07:17:03 router script,info If active route cache size: 30056>=60000 reboot required
Dec 17 07:22:03 router script,info Actual route cache size: 29917
Dec 17 07:22:03 router script,info Max. route cache size: 65536
Dec 17 07:22:03 router script,info If active route cache size: 29917>=60000 reboot required
Dec 17 07:27:03 router script,info Actual route cache size: 31208
Dec 17 07:27:03 router script,info Max. route cache size: 65536
Dec 17 07:27:03 router script,info If active route cache size: 31208>=60000 reboot required
Dec 17 07:32:03 router script,info Actual route cache size: 32148
Dec 17 07:32:03 router script,info Max. route cache size: 65536
Dec 17 07:32:03 router script,info If active route cache size: 32148>=60000 reboot required
Dec 17 07:37:03 router script,info Actual route cache size: 32304
Dec 17 07:37:03 router script,info Max. route cache size: 65536
Dec 17 07:37:03 router script,info If active route cache size: 32304>=60000 reboot required
Dec 17 07:42:03 router script,info Actual route cache size: 30750
Dec 17 07:42:03 router script,info Max. route cache size: 65536
Dec 17 07:42:03 router script,info If active route cache size: 30750>=60000 reboot required

So now is a half way to hang. I'm trying reducing a "cores", Now on one core still is the same. Looks like flush is not working correctly or implementation of route cache is wrong.

Regards,
 
User avatar
drixter
newbie
Topic Author
Posts: 26
Joined: Mon May 19, 2008 10:10 pm
Location: Warsaw, PL
Contact:

Re: Route cache overflow (x86)

Wed Dec 17, 2014 2:57 pm

Hi,

The same issue: http://forum.mikrotik.com/viewtopic.php?f=14&t=78107 and http://forum.mikrotik.com/viewtopic.php?f=3&t=83030

Few hours later:
Dec 17 13:27:03 router script,info Max. route cache size: 65536
Dec 17 13:27:03 router script,info If active route cache size: 39987>=60000 reboot required
Dec 17 13:32:03 router script,info Actual route cache size: 40221
Dec 17 13:32:03 router script,info Max. route cache size: 65536
Dec 17 13:32:03 router script,info If active route cache size: 40221>=60000 reboot required
Dec 17 13:37:03 router script,info Actual route cache size: 40405
Dec 17 13:37:03 router script,info Max. route cache size: 65536
Dec 17 13:37:03 router script,info If active route cache size: 40405>=60000 reboot required
Dec 17 13:42:03 router script,info Actual route cache size: 40536
Dec 17 13:42:03 router script,info Max. route cache size: 65536
Dec 17 13:42:03 router script,info If active route cache size: 40536>=60000 reboot required
Dec 17 13:47:03 router script,info Actual route cache size: 40887
Dec 17 13:47:03 router script,info Max. route cache size: 65536
Dec 17 13:47:03 router script,info If active route cache size: 40887>=60000 reboot required
Dec 17 13:52:03 router script,info Actual route cache size: 41092
Dec 17 13:52:03 router script,info Max. route cache size: 65536
Dec 17 13:52:03 router script,info If active route cache size: 41092>=60000 reboot required
Regards,
 
User avatar
drixter
newbie
Topic Author
Posts: 26
Joined: Mon May 19, 2008 10:10 pm
Location: Warsaw, PL
Contact:

Re: Route cache overflow (x86)

Thu Dec 18, 2014 1:08 pm

Hi,

And reboot required, when the route cache will go over 65535 then all IP traffic stops.

This is very annoying bug
Dec 18 00:02:03 router script,info Actual route cache size: 62500
Dec 18 00:02:03 router script,info Max. route cache size: 65536
Dec 18 00:02:03 router script,info If active route cache size: 62500>=60000 reboot required
Dec 18 00:07:03 router script,info Actual route cache size: 62948
Dec 18 00:07:03 router script,info Max. route cache size: 65536
Dec 18 00:07:03 router script,info If active route cache size: 62948>=60000 reboot required
Dec 18 00:12:03 router script,info Actual route cache size: 63244
Dec 18 00:12:03 router script,info Max. route cache size: 65536
Dec 18 00:12:03 router script,info If active route cache size: 63244>=60000 reboot required
Dec 18 00:17:03 router script,info Actual route cache size: 63528
Dec 18 00:17:03 router script,info Max. route cache size: 65536
Dec 18 00:17:03 router script,info If active route cache size: 63528>=60000 reboot required
Regards,
 
User avatar
rmmccann
Member Candidate
Member Candidate
Posts: 182
Joined: Tue Sep 25, 2012 11:15 pm
Location: USA

Re: Route cache overflow (x86)

Thu Dec 18, 2014 4:25 pm

Hi,

And reboot required, when the route cache will go over 65535 then all IP traffic stops.

This is very annoying bug
Dec 18 00:02:03 router script,info Actual route cache size: 62500
Dec 18 00:02:03 router script,info Max. route cache size: 65536
Dec 18 00:02:03 router script,info If active route cache size: 62500>=60000 reboot required
Dec 18 00:07:03 router script,info Actual route cache size: 62948
Dec 18 00:07:03 router script,info Max. route cache size: 65536
Dec 18 00:07:03 router script,info If active route cache size: 62948>=60000 reboot required
Dec 18 00:12:03 router script,info Actual route cache size: 63244
Dec 18 00:12:03 router script,info Max. route cache size: 65536
Dec 18 00:12:03 router script,info If active route cache size: 63244>=60000 reboot required
Dec 18 00:17:03 router script,info Actual route cache size: 63528
Dec 18 00:17:03 router script,info Max. route cache size: 65536
Dec 18 00:17:03 router script,info If active route cache size: 63528>=60000 reboot required
Regards,
Unfortunately, I think you have to keep playing with things until you either get so frustrated you walk away or find the source. I had this problem going on for about a 6 month span - I never was able to figure out the source. What I found odd was I could always connect to the router via IPv6, but IPv4 would fail (route cache full). I was able to give supouts to MT support with no other useful resolution other than "maybe you are being ddos'd".

I've got a similar script running in the background of my one affected router and it hasn't had to reboot in almost a year. *knock on wood* I have the exact same model router, ROS build, on the other side of my network that does not have the issue. The primary difference is the one with the problem has IPSec, SSTP, PPTP and 6to4 running on it.
 
User avatar
drixter
newbie
Topic Author
Posts: 26
Joined: Mon May 19, 2008 10:10 pm
Location: Warsaw, PL
Contact:

Re: Route cache overflow (x86)

Thu Dec 18, 2014 9:10 pm

Hi,

Yeah, it's because IPsec/GRE/6to4 interfaces. I'm writting it here and maybe someone from Mikrotik will take a look. I think that more people can be frustrated about this issue.

Regards,
 
GRYyzli
just joined
Posts: 9
Joined: Fri Aug 29, 2014 11:22 am
Location: Poland

Re: Route cache overflow (x86)

Sat Dec 20, 2014 1:17 am

Hello,
the same thing here, few sstp tunnels, few ipsec+l2tp tunnels and ospf.
Each new vpn connection, especialy when establishing a few at once - filling up more and more route cache.
Image
Sent supout but support write that in they test envirnoment problem dsnt occur.
rb951, i'm waiting for new ccr and see if problem still occur on it.
Michał
 
User avatar
drixter
newbie
Topic Author
Posts: 26
Joined: Mon May 19, 2008 10:10 pm
Location: Warsaw, PL
Contact:

Re: Route cache overflow (x86)

Sat Dec 20, 2014 5:25 pm

Hi,

I'm think that it is not depends on hardware, it is a software issue/bug.

Regards,
 
User avatar
drixter
newbie
Topic Author
Posts: 26
Joined: Mon May 19, 2008 10:10 pm
Location: Warsaw, PL
Contact:

Re: Route cache overflow (x86)

Sun Dec 21, 2014 10:04 am

Hi,

I just installed the 6.24RC8 version from 19.12.2014 ~17:38. Issue is still valid. I'm really thing about migrate to VyOS of sth like that.

Regards,
 
User avatar
drixter
newbie
Topic Author
Posts: 26
Joined: Mon May 19, 2008 10:10 pm
Location: Warsaw, PL
Contact:

Re: Route cache overflow (x86)

Wed Jan 14, 2015 8:31 pm

Hi,
What's new in 6.25rc7 (2015-Jan-14 14:45):

*) certificates - fix SCEP RA operation and SCEP client when operating with RA;
*) ppp - report authentication failure cause like in v6.6;
*) ovpn server - added support for address lists;
*) improved boot times;
*) api - fixed missing return values of some commands;
*) ntp - fixed vulnerabilities;
*) mpls/vpls have improved per core balancing on CCRs;
*) fixed queue tree no-mark matching (was broken since 6.24);
*) fixed nested simple queues (was broken since 6.24);
*) fixed occasional crash when ipv6 was used;
*) fixed route cache overflow (ipv4/ipv6 stops working) if ipsec is used;
fixed route cache overflow (ipv4/ipv6 stops working) if ipsec is used - checking.

Regards,
 
GRYyzli
just joined
Posts: 9
Joined: Fri Aug 29, 2014 11:22 am
Location: Poland

Re: Route cache overflow (x86)

Mon Jan 19, 2015 9:50 am

Although the support claimed that there is no problem :) it seems that they finnally fixed it.
Image
One bug less :D
 
caz
just joined
Posts: 2
Joined: Wed Jan 28, 2015 11:51 am

Re: Route cache overflow (x86)

Wed Jan 28, 2015 12:00 pm

Thanks for posting this info guys! I "think" I have a similar problem on the CCR (using version 6.19 currently and using IPSec and IPSec+L2TP tunnels).

drixter, have you confirmed that your problem went away with version 6.25?

Cheers,
caz
 
User avatar
drixter
newbie
Topic Author
Posts: 26
Joined: Mon May 19, 2008 10:10 pm
Location: Warsaw, PL
Contact:

Re: Route cache overflow (x86)

Thu Jan 29, 2015 11:37 am

Hi,

I'm still on 6.25RC7 - but yes, I can confirm that problem went away.

Uptime: 14d

IPSec: ~10 peers, with GRE and BGP inside.
Jan 29 10:02:03 router script,info Actual route cache size: 1806
Jan 29 10:02:03 router script,info Max. route cache size: 65536
Jan 29 10:02:03 router script,info If active route cache size: 1806>=60000 reboot required
Jan 29 10:07:03 router script,info Actual route cache size: 1452
Jan 29 10:07:03 router script,info Max. route cache size: 65536
Jan 29 10:07:03 router script,info If active route cache size: 1452>=60000 reboot required
Jan 29 10:12:03 router script,info Actual route cache size: 1146
Jan 29 10:12:03 router script,info Max. route cache size: 65536
Jan 29 10:12:03 router script,info If active route cache size: 1146>=60000 reboot required
Jan 29 10:17:03 router script,info Actual route cache size: 1422
Jan 29 10:17:03 router script,info Max. route cache size: 65536
Jan 29 10:17:03 router script,info If active route cache size: 1422>=60000 reboot required
Jan 29 10:22:03 router script,info Actual route cache size: 1920
Jan 29 10:22:03 router script,info Max. route cache size: 65536
Jan 29 10:22:03 router script,info If active route cache size: 1920>=60000 reboot required
Jan 29 10:27:03 router script,info Actual route cache size: 1792
Jan 29 10:27:03 router script,info Max. route cache size: 65536
Jan 29 10:27:03 router script,info If active route cache size: 1792>=60000 reboot required
Jan 29 10:32:03 router script,info Actual route cache size: 1798
Jan 29 10:32:03 router script,info Max. route cache size: 65536
Jan 29 10:32:03 router script,info If active route cache size: 1798>=60000 reboot required
Jan 29 06:32:03 router script,info Actual route cache size: 1432
Jan 29 06:37:03 router script,info Actual route cache size: 1018
Jan 29 06:42:03 router script,info Actual route cache size: 811
Jan 29 06:47:03 router script,info Actual route cache size: 800
Jan 29 06:52:03 router script,info Actual route cache size: 1230
Jan 29 06:57:03 router script,info Actual route cache size: 1126
Jan 29 07:02:03 router script,info Actual route cache size: 1234
Jan 29 07:07:03 router script,info Actual route cache size: 1365
Jan 29 07:12:03 router script,info Actual route cache size: 1102
Jan 29 07:17:03 router script,info Actual route cache size: 1499
Jan 29 07:22:03 router script,info Actual route cache size: 910
Jan 29 07:27:03 router script,info Actual route cache size: 1391
Jan 29 07:32:03 router script,info Actual route cache size: 1002
Jan 29 07:37:03 router script,info Actual route cache size: 1102
Jan 29 07:42:03 router script,info Actual route cache size: 1462
Jan 29 07:47:03 router script,info Actual route cache size: 863
Jan 29 07:52:03 router script,info Actual route cache size: 1213
Jan 29 07:57:03 router script,info Actual route cache size: 1295
Jan 29 08:02:03 router script,info Actual route cache size: 2004
Jan 29 08:07:03 router script,info Actual route cache size: 979
Jan 29 08:12:03 router script,info Actual route cache size: 1458
Jan 29 08:17:03 router script,info Actual route cache size: 1272
Jan 29 08:22:03 router script,info Actual route cache size: 1906
Jan 29 08:27:03 router script,info Actual route cache size: 2116
Jan 29 08:32:03 router script,info Actual route cache size: 2083
Jan 29 08:37:03 router script,info Actual route cache size: 2061
Jan 29 08:42:03 router script,info Actual route cache size: 1961
Jan 29 08:47:03 router script,info Actual route cache size: 1549
Jan 29 08:52:03 router script,info Actual route cache size: 1898
Jan 29 08:57:03 router script,info Actual route cache size: 1774
Jan 29 09:02:03 router script,info Actual route cache size: 1708
Jan 29 09:07:03 router script,info Actual route cache size: 1555
Jan 29 09:12:03 router script,info Actual route cache size: 1871
Jan 29 09:17:03 router script,info Actual route cache size: 1847
Jan 29 09:22:03 router script,info Actual route cache size: 1567
Jan 29 09:27:03 router script,info Actual route cache size: 1768
Jan 29 09:32:03 router script,info Actual route cache size: 1948
Jan 29 09:37:03 router script,info Actual route cache size: 2003
Jan 29 09:42:03 router script,info Actual route cache size: 1612
Jan 29 09:47:03 router script,info Actual route cache size: 1416
Jan 29 09:52:03 router script,info Actual route cache size: 1815
Jan 29 09:57:03 router script,info Actual route cache size: 1728
Jan 29 10:02:03 router script,info Actual route cache size: 1806
Jan 29 10:07:03 router script,info Actual route cache size: 1452
Jan 29 10:12:03 router script,info Actual route cache size: 1146
Jan 29 10:17:03 router script,info Actual route cache size: 1422
Jan 29 10:22:03 router script,info Actual route cache size: 1920
Jan 29 10:27:03 router script,info Actual route cache size: 1792
Jan 29 10:32:03 router script,info Actual route cache size: 1798
Regards,
 
caz
just joined
Posts: 2
Joined: Wed Jan 28, 2015 11:51 am

Re: Route cache overflow (x86)

Fri Jan 30, 2015 10:16 am

That's great news - thanks for sharing! I'll go ahead and patch ours. Fingers crossed.

caz

Who is online

Users browsing this forum: Amazon [Bot], Bing [Bot], iaming, whiro and 38 guests