Radius-server dead-criteria – Dell POWEREDGE M1000E User Manual

Page 441

Advertising
background image

2-411

Cisco Catalyst Blade Switch 3130 and 3032 for Dell Command Reference

OL-13271-03

Chapter 2 Cisco Catalyst Blade Switch 3130 and 3032 for Dell Cisco IOS Commands

radius-server dead-criteria

radius-server dead-criteria

Use the radius-server dead-criteria global configuration command on the switch stack or on a
standalone switch to configure the conditions that determine when a RADIUS server is considered
unavailable or dead. Use the no form of this command to return to the default settings.

radius-server dead-criteria [time seconds [tries number] | tries number]

no radius-server dead-criteria [time seconds [tries number] | tries number]

Syntax Description

Defaults

The switch dynamically determines the seconds value that is from 10 to 60 seconds.

The switch dynamically determines the tries value that is from 10 to 100.

Command Modes

Global configuration

Command History

Usage Guidelines

We recommend that you configure the seconds and number parameters as follows:

Use the radius-server timeout seconds global configuration command to specify the time in
seconds during which the switch waits for a RADIUS server to respond before the IEEE 802.1x
authentication times out. The switch dynamically determines the default seconds value that is from
10 to 60 seconds.

Use the radius-server retransmit retries global configuration command to specify the number of
times the switch tries to reach the RADIUS servers before considering the servers to be unavailable.
The switch dynamically determines the default tries value that is from 10 to 100.

The seconds parameter is less than or equal to the number of retransmission attempts times the time
in seconds before the IEEE 802.1x authentication times out.

The tries parameter should be the same as the number of retransmission attempts.

Examples

This example shows how to configure 60 as the time and 10 as the number of tries, the conditions that
determine when a RADIUS server is considered unavailable

Switch(config)# radius-server dead-criteria time 60 tries 10

You can verify your settings by entering the show running-config privileged EXEC command.

time seconds

(Optional) Set the time in seconds during which the switch does not need to get a valid
response from the RADIUS server. The range is from 1 to 120 seconds.

tries number

(Optional) Set the number of times that the switch does not get a valid response from
the RADIUS server before the server is considered unavailable. The range is from 1 to
100.

Release

Modification

12.2(40)EX1

This command was introduced.

Advertising