radius-server host key clearpass
Syntax
radius-server host <FQDN> key <pre-shared-key> clearpass
no radius-server host <FQDN> key <pre-shared-key> clearpass
Description
Configures the RADIUS server with FQDN support and clearpass server option. If the RADIUS server is hosted by clearpass option, the switch tries to download the CA certificate from the configured server.
The
no
form of this command disables the CA certificate download configuration.
Command context
config
Parameters
FQDN
Specifies the FQDN server address.
pre-shared-key
Specifies the key name to download the certificate.
Usage
radius-server host <IP-ADDR | IPV6-ADDR | FQDN> key
<pre-shared-key> clearpass
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 clearpass