no radius server host

The no version of this command deletes the configured server entry from the list of configured RADIUS (Remote Authentication Dial In User Service) servers. If the RADIUS authenticating server being removed is the active server in the servers that are identified by the same server name, then the RADIUS client selects another server for making RADIUS transactions. If the 'auth' token is used, the previously configured RADIUS authentication server is removed from the configuration. Similarly, if the 'acct' token is used, the previously configured RADIUS accounting server is removed from the configuration. The ipaddr|dnsname parameter must match the IP address or DNS name of the previously configured RADIUS authentication / accounting server.

Format no radius server host {auth | acct} {ipaddr | dnsname}
Mode Global Config

The following shows an example of the command.

(Extreme 220) (Config) #radius server host acct 192.168.37.60
(Extreme 220) (Config) #radius server host acct 192.168.37.60 port 1813
(Extreme 220) (Config) #radius server host auth 192.168.37.60 name Network1_RS port 1813
(Extreme 220) (Config) #radius server host acct 192.168.37.60 name Network2_RS
(Extreme 220) (Config) #no radius server host acct 192.168.37.60