sealin 发表于 2013-5-27 21:31:57

ros限制routes数量?5.25极限252条,6.0极限251条,有图为证

今天突然发现加不上路由了
所以索性做了个极限测试
在全新安装的ros5.25和ros6.0里分别加上1000条pppoe客户端和1000条routes
然后激活routes,发现5.25只能正常激活252条,6.0只能正常激活251条
配置脚本如下
pppoe客户端
:for sheng from=1 to=1000 do={/int pppoe-client
add interface=ether1 name=("pppoe-out" . $sheng) password=1 user=1}
路由
:for sheng from=1 to=1000 do={/ip route
add disabled=yes distance=1 dst-address=0.0.0.0/0 gateway=("pppoe-out" . $sheng) routing-mark=$sheng scope=30 target-scope=10}







补充内容 (2013-5-29 21:52):
2013-05-29 已经收到官方回复,下个版本修复这个bug
Hello,
No number of routes are not limited. There seems to be a routing crash. We will
try to fix it in next version.


Regards,
Maris

danny521 发表于 2013-5-28 08:45:26

支持研究,英文可以的帮去官方反应下

9939781 发表于 2013-5-28 09:05:44

一直5.20 5.24,小白鼠伤不起。

QQ78357343 发表于 2013-5-28 10:14:44

早就发现这个问题了

yefei188 发表于 2013-5-28 16:16:37

能用完250条路由的绝对是老大。

sealin 发表于 2013-5-28 20:01:12

danny521 发表于 2013-5-28 08:45 static/image/common/back.gif
支持研究,英文可以的帮去官方反应下

已经反映了,官方论坛和支持邮箱都提交了
只是官方一点反馈都没给

sealin 发表于 2013-5-28 20:01:26

QQ78357343 发表于 2013-5-28 10:14 static/image/common/back.gif
早就发现这个问题了

有解决办法么

sealin 发表于 2013-5-28 20:01:51

9939781 发表于 2013-5-28 09:05 static/image/common/back.gif
一直5.20 5.24,小白鼠伤不起。

5.20和5.24也存在这个问题
不知道您有好的解决办法么

9939781 发表于 2013-5-28 20:38:05

sealin 发表于 2013-5-28 20:01 static/image/common/back.gif
5.20和5.24也存在这个问题
不知道您有好的解决办法么

我一直用5.20 5.24还没有碰到,我没有去故意这样加这么多不会生效的规则。我所使用的环境也用不上这么多路由规则。

QQ78357343 发表于 2013-5-29 00:44:19

暂时没有办法解决

sealin 发表于 2013-5-29 07:23:20

QQ78357343 发表于 2013-5-29 00:44 static/image/common/back.gif
暂时没有办法解决

这是ros官方限制的么?为啥要限制到250条呢?

ksw520 发表于 2013-5-29 13:18:48

这不是mikrotik的限制,和linux kernel有关,可能routeros使用的是iprouter2。
所有的版本都一样,具体是哪的限制一直没时间验证。

danny521 发表于 2013-5-29 15:45:07

超版发话了~ 那么把ros 编译安到最新linux会不会就没这个问题了?~

sealin 发表于 2013-5-29 20:38:05

ksw520 发表于 2013-5-29 13:18 static/image/common/back.gif
这不是mikrotik的限制,和linux kernel有关,可能routeros使用的是iprouter2。
所有的版本都一样,具体是 ...

老大,有啥好办法么

sealin 发表于 2013-5-29 21:55:01

ksw520 发表于 2013-5-29 13:18 static/image/common/back.gif
这不是mikrotik的限制,和linux kernel有关,可能routeros使用的是iprouter2。
所有的版本都一样,具体是 ...

Hello,

No number of routes are not limited. There seems to be a routing crash. We will
try to fix it in next version.


Regards,
Maris

已经收到官方回复,谢谢超版关注
页: [1] 2
查看完整版本: ros限制routes数量?5.25极限252条,6.0极限251条,有图为证