If no RADIUS information is shown in the BQN GUI, to check if RADIUS messages are incoming, log as root in BQN UNIX shell and run the following command:
In this example, the management interface is eno1. Check the one of your BQN server in Configuration->Interfaces->Management (the 0 added by BQN configuration must be removed, for example, en0s1f0in BQN GUI is ens1f0 in Linux).
If the BQN firewall is configured (Configuration->Interfaces->Management Firewall), all RADIUS client IPs must be added (in this example,10.10.10.10 y 10.10.10.11).
And now the RADIUS messages are received:
If RADIUS messages are still no received, the rest of the traffic jumps need verification. In our example, RADIUS clients are in subnet10.10.10.0/24 and BQN in subnet 192.168.0.0/24. It has to be verified if there are valid routes between the two subnets and that no intermediate firewall is blocking UDP port 1813 (RADIUS Accounting).