Hello to all Community Members,
I’ve one old Mikrotik router version 5.26 for getting my hands on it . I’ve created a small lab with lan sub net 172.16.144.0/22 . I want to setup bandwidth limit .
I want parent child bandwidth based on subnet. There will be parent and that parent will have a child rule for further sub bandwidth division.
Subnet 172.16.145.0/24 <==total bandwidth 2Mb upload and 5Mb download as parrent and child limit for each user in this subnet 256kbps upload and 512kbps Download limit.
Subnet 172.16.146.0/24 <==total bandwidth 2Mb upload and 6Mb download as parrent and child limit for each user in this subnet 512kbps upload and 1Mb Download limit.
Subnet 172.16.147.0/24 <==total bandwidth 3Mb upload and 8Mb download as parrent and child limit for each user in this subnet 1Mb upload and 2Mbkbps Download limit.
What I did I simply created first PCQ in Quequ Types.
UP-1: 2Mb DL-1: 5Mb kind pcq .
UP-1: 2Mb DL-1: 6Mb kind pcq .
UP-1: 3Mb DL-1: 8Mb kind pcq .
Second step creating simple queues.
Click on + . General Tab: Name = 145-Group1
Max Limit: 2M (upload) 5M (download)
no target address define (disabled)
Advance Tab: Interface all
Queue Type: UP-1(upload) DL1 (download)
Apply.
Then again added an other Queue but this time
Second step creating simple queues.
Click on + . General Tab: Name = 145-Child
Max Limit: 256k (upload) 512k (download)
target Address= 172.16.145.0/24
Advance Tab: Interface all
Queue Type: UP-1(upload) DL1 (download)
Parent = 145-Group1
Apply.
Need expert advise am I doing it correctly to achieve my goal.