We are using pppoe protocol and free radius.
we have different overseas traffic and different internet speed packets.
i want to limit packet one with 512kbps overseas traffic and packet 2 with 1024kbps, but i want to limit it from radius.
so i want to use Mark-ID.
in freeradius i want to add mark-id rule, like mark-id == 2mbps.
then i will add 2 mbps rule on which ppp rule (which is created dynamicaly) will jump, in 2mbps rule i will add action add src to address list name 2mbps, and then i will limit 2mbps in queue. but problem is that that its not working. maybe there is something wrong. interface is bridge.
thank you