radius-server host

To configure the RADIUS client with the parameters host, timeout, key, retransmit, use the command radius-server host in Global Configuration Mode. The no form of the command deletes the RADIUS server configuration.

radius-server host

radius-server host { {<ipv4-address> } { | <ipv6-address> } { | <dns_host_name (255)>} } { [auth-port } { <integer(1-65535)>] } { [acct-port } { <integer(1-65535)>] } { [timeout } { <integer(1-120)>] } { [retransmit } { <integer(1-254)>] } { [key } { <secret-key-string (46)>] } { [primary] }

no radius-server host

no radius-server host { {<ipv4-address> } { | <ipv6-address> } { | <dns_host_name (255)>} } { [primary] }

Parameters

Parameter Type Description
<ipv4-address> A.B.C.D Enter to configure the IPv4 address of the RADIUS server host.
<ipv6-address> AAAA::BBBB Enter to configure the IPv6 address of the RADIUS server host
<dns_host_name (255)>   Enter to configure the DNS (Domain Name System) name of the RADIUS server host. This value is a string of maximum size 255.
auth-port   Enter to configures a specific UDP (User Datagram Protocol) destination port on this RADIUS server to be used solely for the authentication requests.
<integer(1-65535)> Integer Enter a value for UDP destination port to be used for authentication requests. This value ranges from 1 to 65535.
acct-port   Enter to configure a specific UDP destination port on this RADIUS to be solely used for accounting requests. This value ranges from 1 to 65535.
<integer(1-65535)> Integer Enter a value for UDP destination port to be used for accounting requests. This value ranges from 1 to 65535
timeout   Enter to configure the time period in seconds for which a client waits for a response from the server before re-transmitting the request.
<integer(1-120)> Integer Enter a value for time before the request is retransmitting. This value ranges from 1 to 120 seconds.
retransmit   Enter to configure the maximum number of attempts to be tried by a client to get response from the server for a request.
<integer(1-254)> Integer Enter a value for the number of retransmitting attempts. This value ranges from 1 to 254.
key   Enter to configure the per-server encryption key which specifies the authentication and encryption key for all RADIUS communications between the authenticator and the RADIUS server.
<secret-key-string (46)> Integer Enter a secret key string. This value is a string of maximum size 46. If the key value is not configured, then the default key will be used.
primary   Enter to set the RADIUS server as the primary server. Only one server can be configured as the primary server, any existing primary server will be replaced, when the command is executed with this option.

Mode

Global Configuration Mode

Default

Prerequisites

Examples

iS5Comm (config)# radius-server host 10.0.0.1 key pass

iS5Comm (config)# radius-server host 10.0.0.100

Radius will be configured with default secret key