retries

Configures the number of retries allowed to establish a connection with the Remote Authentication Dial-In User Service (RADIUS) server.

Syntax

retries num
no retries

Command Default

The number of retries allowed is 5.

Parameters

num
Specifies the number of retries allowed to connect to a RADIUS server. The range is from 0 through 100. The default value is 5.

Modes

RADIUS server host VRF configuration mode

Usage Guidelines

The no form of the command restores the command default value.

Examples

The following example shows how to set the number of retries allowed (to establish a connection with the RADIUS server) to 10.

device# configure terminal
device(config)# radius-server host 10.37.73.180 use-vrf green-vrf
device(config-host-10.37.73.180/green-vrf)# retries 10