radius
Description: Radius configuration and settings : OBJECT
| Element | Type | Description |
| acctEnabled | BOOL | enable RADIUS accounting (default: false) |
| acctPort | UINT | primary port for RADIUS accounting and data exchange services (default:1813) |
| anonymousEnabled | BOOL | enable identity privacy so the device will not send its identity in plain text before the device has authenticated the RADIUS server (default:false) |
| AnonymousId | STRING | a name or value that the device will use in the identity response when ‘Use Anonymous ID’ is enabled (default:anonymous) |
| authEnabled | BOOL | enable RADIUS authentication (default: false) |
| authPort | UINT | primary port for RADIUS authentication service (default:1812) |
| authType | STRING | the protocol that is used to communicate with RADIUS server |
| checkServer | BOOL | enable to validate the server certificate CN (common name) (default:true) |
| host | STRING | primary RADIUS server |
| retries | UINT | the maximum number of tries to connect to RADIUS server in case of communication failure (default:3) |
| secondaryAcctPort | UINT | secondary port for RADIUS accounting and data exchange services (default:1813) |
| secondaryAuthPort | UINT | secondary port for RADIUS authentication service (default:1812) |
| secondaryHost | STRING | secondary RADIUS server |
| secret | STRING | the shared secret that is used to encrypt packets between RADIUS server and the device |
| timeout | UINT | the interval in seconds between tries to connect to RADIUS server in case of communication failure (default:2) |