I have simple queue and its graphing rule like this:
/queue simple add max-limit=10M/20M name=zakaznik-700 parent=wan target=vlan-man-700
/tool graphing queue add allow-target=yes allow-address=10.112.11.0/24 simple-queue=zakaznik-700
I expect that the graph should be accessible from specified subnet (my administration) and from the target VLAN interface - nobody else. The problem is that the graph is accessible for everyone. What’s the problem, please?
I would like to allow customers to see their own graphs, but I don’t want to allow them to see other customers because of the privacy. That would be simple achieved by specifying IP range of the customer as allow-address, but I also need my administration IP range there.