radius-server host key
Syntax
radius-server host <FQDN> key <pre-shared-key>
no radius-server host <FQDN> key <pre-shared-key>
Description
Configures the RADIUS server with FQDN support and clearpass server option.
The
no
form of this command removes the RADIUS server configuration with FQDN support and ClearPass option.
Command context
config
Parameters
FQDN
Specifies the FQDN server address.
Usage
radius-server host <IP-ADDR | IPV6-ADDR | FQDN> key
<pre-shared-key>
Examples
switch(config)# radius-server host FQDN The server fqdn address. IP-ADDR The server IPv4 address. IPV6-ADDR The server IPv6 address. switch(config)# radius-server host http://clearpass.com acct-port Configure the UDP destination port for Accounting requests (the default is 1813). auth-port Configure the UDP destination port for Authentication requests (the default is 1812). clearpass Radius server is hosted by ClearPass or not dyn-authorization Accept dynamic authorization messages. key Configure the server authentication key. oobm Use the OOBM interface to connect to the server. time-window Configure replay protection for dynamic authorization messages. switch(config)# radius-server host http://clearpass.com key test123