I’m following the pcc manual guide.
Ive added my addresses, 2 input rules and 2 output rules to mangle,
When I get to the 2 prerouting rules where you enter in the per-connection-classifier parameter I can’t find this field in mangle under any of the tabs, I also tried to type out the command in terminal but i receive an error right where per-connection-classifier declaration is made.
Please help me out am I supposed to add the routes before the prerouting rules containing the per-connection-classifier?
Im running router os v 3.7 on a rb333.
From the manual page you are following:
Notes
PCC is available in RouterOS since v3.24. This option was introduced to address configuration issues with load balancing over multiple gateways with masquerade
Upgrade. At least to 3.30 (latest legacy release), ideally to 4.11 (latest current stable). Make sure to read all notes on updating licenses on the download page. Upgrade to 3.30 first, update your license, then upgrade to 4.11.
I appreciate your response but the router in question is running ros 3.7 so this version is after v3.22…
I’m not sure why the feature wouldn’t be in v3.7.
22 is larger than 7. 3.22 isn’t 3.2.2, it is the 22nd sub release of the 3.x tree. 3.7 is the 7th sub release of the 3.x tree.
…
Ok for some reason i was thinking it was 3.2.2 Thanks hopefully this router will be upgradeable to 3.22
You are always eligible to updates within the same tree, so if you’re running 3.7 you can run 3.30 (latest release in the 3.x tree). To determine whether or not you can upgrade to 4.x you can run the below command:
:put [/system license get upgradable-to];
thanks as usual you guys have been a great help.