Hello,
I have configured two RADIUS servers for authentication (see attached picture). Despite the priority configuration and the Round-Robin setting (see other picture), it seems the controller send Accounting packets to both servers.
![](https://d1uyvls174j03l.cloudfront.net/extremenetworks-us/attachment/RackMultipart20160503-128875-nvglqq-Screen_Shot_2016-05-03_at_08.39.48_inline.png)
![](https://d1uyvls174j03l.cloudfront.net/extremenetworks-us/attachment/RackMultipart20160503-109096-1sl43tj-Screen_Shot_2016-05-03_at_08.40.05_inline.png)
I tried to disable strict mode and configured the RADIUS in the WLAN section (see third picture). The behaviour is the same.
![](https://d1uyvls174j03l.cloudfront.net/extremenetworks-us/attachment/RackMultipart20160503-57609-1b34pd5-Screen_Shot_2016-05-03_at_08.40.32_inline.png)
This causes me problem as each RADIUS server (FreeRADIUS instance) hosts a MySQL database for accounting records. Both DBs being replicated in Master-Master, the simultaneous arrival of accounting packets from the controller to both RADIUS servers causes the replication to crash (as entries with same Accounting-Session-Id are inserted on each database).
I have noticed that the Round-Robin setting is for Authentication only. Is there a way to do the same for Accounting as well ?
Thanks in advance for your help.