TmnxSubRadServAlgorithm
The TmnxSubRadServAlgorithm data type is an enumerated integer that indicates the algorithm used to access the list of configured RADIUS servers: - direct (1): The first server will be used as primary server for all requests, the second as secondary and so on. - roundRobin (2): The first server will be used as primary server for the first request, the second server as primary for the second request, and so on. If the router gets to the end of the list, it starts again with the first server. - hashBased (3): The server will be selected based on a specified hash value.
Possible values
3 objects| Number | Name |
|---|---|
| 1 | direct |
| 2 | roundRobin |
| 3 | hashBased |