RADIUS Commands
radius-server host
Cisco 220 Series Smart Plus Switches Command Line Interface Reference Guide Release 1.0.0.x
418
29
Example
switchxxxxxx(config)#
radius-server default-param retransmit 5 timeout 20
radius-server host
To configure a RADIUS server, use the radius-server host Global Configuration
mode command.
To delete a RADIUS server, use the no form of the command.
Syntax
radius-server host {
ip-address
|
hostname
} [acct-port
acct-port-number
] [auth-
port
auth-port-number
] [key
key-string
] [priority
priority
] [retransmit
retries
]
[timeout
timeout
] [usg-type
{802.1x | all | login}]
no radius-server host
hostname
Parameters
•
ip-address
—IP address of the RADIUS server.
•
hostname
—Hostname of the RADIUS server.
•
acct-port
acct-port-number
—(Optional) Specifies the UDP port number of
the RADIUS server for accounting requests. If the UDP port number is set to
0, the host is not used for accounting. (Range: 0 to 65535)
•
auth-port
auth-port-number
—(Optional) Specifies the UDP port number of
the RADIUS server for authentication requests. If the UDP port number is
set to 0, the host is not used for authentication. (Range: 0 to 65535)
•
key
key-string
—(Optional) Specifies the authentication and encryption key
for all RADIUS communications between the switch and the RADIUS server.
This key must match the encryption used on the RADIUS daemon. To
specify an empty string, enter "". (Length: 0 to 128 characters)
•
priority
priority
—(Optional) Specifies the priority of the RADIUS server,
where 0 has the highest priority. (Range: 0 to 65535)
•
retransmit
retries
—(Optional) Specifies the number of requests that are
sent to the RADIUS server before a failure is considered to have occurred.
(Range: 1 to 10, default: 3)