Back to Contents Page

Radius Commands

Dell™ PowerConnect™ 3324/3348 Switch CLI Guide

  radius-server host

  radius-server key

  radius-server retransmit

  radius-server source-ip

  radius-server timeout

  radius-server deadtime

  show radius-servers



radius-server host

Use the radius-server host global configuration command to specify a RADIUS server host. To delete the specified RADIUS host, use the no form of this command.

Syntax

radius-server host ip-address [auth-port auth-port-number] [timeout timeout] [retransmit retries] [deadtime deadtime] [key key-string] [source source] [priority priority]

no radius-server host ip-address

Default Configuration

If no RADIUS host is specified, the global radius-server command values are used as the default.

Command Mode

Global Configuration Mode

User Guidelines

To specify multiple hosts, multiple radius-server host commands can be used.

If no host-specific timeout, retransmit, deadtime or key values are specified, the global values apply to each host.

Examples

The following example specifies a RADIUS server host with the following characteristics:

Console (config)# radius-server host 192.168.10.1 auth-port 1256 timeout 20


radius-server key

The radius-server key global configuration command sets the authentication and encryption key for all RADIUS communications between the device and the RADIUS daemon. To reset to the default, use the no form of this command.

Syntax

radius-server key key-string

no radius-server key

Default Configuration

The default is an empty string.

Command Mode

Global Configuration Mode

User Guidelines

There are no user guidelines for this command.

Examples

The following example sets the authentication and encryption key for all RADIUS communications between the device and the RADIUS daemon to dell-server.

Console (config)# radius-server key dell-server


radius-server retransmit

Use the radius-server retransmit global configuration command to specify the number of times the software searches the list of RADIUS server hosts. To reset the default configuration, use the no form of this command.

Syntax

radius-server retransmit retries

no radius-server retransmit

Default Configuration

The default is 3 attempts.

Command Mode

Global Configuration Mode

User Guidelines

There are no user guidelines for this command.

Examples

The following example configures the number of times the software searches the list of RADIUS server hosts (5 attempts).

Console (config)# radius-server retransmit 5


radius-server source-ip

Use the radius-server source-ip global configuration command to specify the source IP address used for communication with RADIUS servers. To return to the default, use the no form of this command.

Syntax

radius-server source-ip source

no radius-server-ip

Default Configuration

The default IP address is the outgoing IP interface.

Command Mode

Global Configuration Mode

User Guidelines

There are no user guidelines for this command.

Examples

The following example configures the source IP address used for communication with RADIUS servers.

Console (config)# radius-server source-ip 10.1.1.1


radius-server timeout

Use the radius-server timeout global configuration command to set the interval for which a device waits for a server host to reply. To restore the default, use the no form of this command.

Syntax

radius-server timeout timeout

no radius-server timeout

Default Configuration

The default value is 3 seconds.

Command Mode

Global Configuration Mode

User Guidelines

There are no user guidelines for this command.

Examples

The following example sets the interval for which a device waits for a server host to reply.

Console (config)# radius-server timeout 5


radius-server deadtime

Use the radius-server deadtime global configuration command to improve RADIUS response times when servers are unavailable. The command is used to cause the unavailable servers to be skipped. To reset the default value, use the no form of this command.

Syntax

radius-server deadtime deadtime

no radius-server deadtime

Default Configuration

The default dead time is 0 minutes.

Command Mode

Global Configuration Mode

User Guidelines

There are no user guidelines for this command.

Examples

The following example sets a dead time where a RADIUS server is skipped over by transaction requests.

Console (config)# radius-server deadtime 10


show radius-servers

Use the show radius-servers privileged EXEC command to display the RADIUS server settings.

Syntax

show radius-servers

Default Configuration

This command has no default configuration.

Command Mode

Privileged EXEC Mode

User Guidelines

There are no user guidelines for this command.

Examples

The following example displays the RADIUS server settings.

Console# show radius-servers

Port

IP address Auth Acct TimeOut Retransmit deadtime source IP Priority

---------- ---- ---- ------- ---------- -------- ----------- --------

172.16.1.1 1645 1646 3 3 0 172.16.8.1 1

172.16.1.2 1645 1 646 11 8 0 172.16.8.1 2


Back to Contents Page