Prevent account sharing

Preventing account sharing is basically to lock each hotspot login account/ID (or access voucher) to a unique device ID (MAC address), or a set of unique device IDs, so that only the authorized devices can login to Wi-Fi hotspot using this ID. 

This feature is mostly used in controlled Wi-Fi enviornment, where we want to

There're two ways to implement account sharing prevention. 

1. Manually lock each login ID with authorized device MAC.

This method manually adds device MAC addresses to each login ID. It's possible to one or add multiple device MAC to the same login ID.

This is done by administrator manually for each login ID, and it's a very tedious task. RADIUS --> Users, select target ID (username) --> Access Info --> Access Device, then from drop down, choose "Device ID (MAC address)". If you want a more authorized devices to use the same ID, uou can add more device MAC to the same ID by selecting and adding multiple times. eg. example below allows two devices to share ID (demouser).

This method can be very hard to manage when there're large amount of user accounts and each account needs to bind to their respective device MAC.

2. Auto lock each login ID with authorized device MAC upon first login (restrict unique devices)

This method automatically binds device MAC addresses to each login account, at the first time when login is successful. For below example, if we set "restrict unique devices" to 3, it means the first 3 devices MAC addresses will be auto tagged to this account and subsequently only these 3 devices can login with this account.

This method will save a lot of administrative efforts to manually add authorized MAC for each account.

NOTE: there's a huge difference between "No. of total unique devices" and "No. of concurrent device".