DXS-1210 Series Smart Managed Switch CLI Reference Guide
76
no radius-server host {IP-ADDRESS | IPV6-ADDRESS}
Parameters
IP-ADDRESS
Specifies the IP address of the RADIUS server.
IPV6-ADDRESS
Specifies the IPv6 address of the RADIUS server.
auth-port PORT-NUMBER
(Optional) Specifies the UDP destination port number for sending
authentication packets. The range is 0 to 65535. Set the port number
to zero if the server host is not for authentication purposes. The default
value is 1812.
Default
By default, no server is configured.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
Use this command to create RADIUS server hosts before it can be associated with the RADIUS
server group using the server command.
Example
This example shows how to create two RADIUS server hosts with the different IP address.
Switch#configure terminal
Switch(config)#radius-server host 172.19.10.100 auth-port 1500
Switch(config)# radius-server host 172.19.10.101 auth-port 1600
Switch(config)#
7-6 server (RADIUS)
This command is used to associate a RADIUS server host with a RADIUS server group. Use the no
form of this command to remove a server host from the server group.
server {IP-ADDRESS | IPV6-ADDRESS}
no server {IP-ADDRESS| IPV6-ADDRESS}
Parameters
IP-ADDRESS
Specifies the IPv4 address of the authentication server.
IPV6-ADDRESS
Specifies the IPv6 address of the authentication server.
Default
By default, no server is configured.
Command Mode
RADIUS Group Server Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline