Hello.
I need to create graphs about how much bandwidth we sell, related with bandwidth used per plan.
This would make possible to see if we sell more speed, would be more profitable than sell low speed plans. Because sometimes with low speed, costumer needs to be downloading/uploading for longer periods and this would cause more use than high speeds, which could download/upload faster and be able to get the job done more quickly, leaving the bandwidth to another user to use.
I thought about it, and in my conception, to be able to see this in practical mode, I need to create an profile per plan and need to discriminate this profile somehow in radius.
So, when a costumer try to connect, It will get the profile which could have an option to add that costumer IP on a address-list.
Than, I could mark packets in mangle and create a queue (just to measure) and retrieve information about those clients (per plan) average use.
I don’t know how to do that, I just thought about put another atribute in radius to link to other profile…
Is it possible ? any other ideas ?
Thank you.