1178
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
RADIUS C
OMMANDS
RADIUS
-
SERVER
RETRANSMIT
radius-server retransmit
Overview
This command sets the retransmit counter to use RADIUS authentication on the
device. This command specifies how many times the device transmits each
RADIUS request to the RADIUS server before giving up.
This command configures the
retransmit
parameter for RADIUS servers globally.
If the
retransmit
parameter is not specified for a RADIUS server by the
radius-server host
command then the global configuration set by this command
is used for the server instead.
Use the
no
variant of this command to reset the re-transmit counter to the default
(3).
Syntax
radius-server retransmit
<retries>
no radius-server retransmit
Default
The default RADIUS retransmit count on the device is 3.
Mode
Global Configuration
Examples
To set the RADIUS
retransmit
count to 1, use the following commands:
awplus#
configure terminal
awplus(config)#
radius-server retransmit 1
To set the RADIUS
retransmit
count to the default (3), use the following
commands:
awplus#
configure terminal
awplus(config)#
no radius-server retransmit
To configure the RADIUS
retransmit
count globally with 5, use the following
commands:
awplus#
configure terminal
awplus(config)#
radius-server retransmit 5
To disable retransmission of requests to a RADIUS server, use the following
commands:
awplus#
configure terminal
awplus(config)#
radius-server retransmit 0
Parameter
Description
<retries>
RADIUS server retries in the range <0-100>.
The number of times a request is resent to a RADIUS server that
does not respond, before the server is considered dead and the
next server is tried. If no retransmit value is specified for a
particular RADIUS server using the
radius-server host
command, this global value is used.