Could anyone please tell me that how many routing marks are available for the RouterOS? I am experiencing an issue that routing marks cannot be more than 260 on RB3011 routerboard. Is the 260 a limitation of the license level of this product or the RouterOS does not support routing marks for more than 260?
Please take a look at the enclosed screenshot for more details.
Depends on the OS forced limit and also the CPU arch.
Iptables mark can be up to very very high ie from: https://www.frozentux.net/iptables-tutorial/chunkyhtml/x2702.html
section “10.3.10. Mark match” it seems that the mark themselves can be much higher then 250.
So basically the limit is due to the Linux OS maximum extra tables else then the basic.
It can hold up to 255 tables(due to the byte size limit) and at-least 3 are used by the OS by default so it leaves 252.