set /SP/clients/radius Command

This command is available to Administrators.

Purpose

Use this command to configure the properties associated with RADIUS authentication on a service processor (SP).

Syntax

set /SP/clients/radius [defaultrole=[Administrator|Operator] ipaddress=radiusserverIP port=port# secret=radiussecret state= [enabled|disabled]]

Properties

  • defaultrole – This is the role assigned to all RADIUS users: Administrator or Operator.

  • ipaddress – IP address of your RADIUS server.

  • port – Port number used to communicate with your RADIUS server. The default port is 1812.

  • secret – This is the shared secret used to gain access to your RADIUS server.

  • state – This setting is enabled or disabled to allow or deny access to your RADIUS users.

Example

-> set /SP/clients/radius state=enabled ipaddress=10.8.145.77
Set 'state' to 'enabled'
Set 'ipaddress' to '10.8.145.77

Related Topics