DES-1210-52/ME L2 Metro Ethernet Switch CLI Reference Guide
372
DES-1210-52/ME:5# config authen server_host 10.1.1.121 protocol tacacs+ port
4321 timeout 12 retransmit 4
Command: config authen server_host 10.1.1.121 protocol tacacs+ port 4321
timeout 12 retransmit 4
Retransmit is meaningless for TACACS+.
Success.
DES-1210-52/ME:5#
delete authen server_host
To delete a user-defined authentication server host.
delete authen server_host [<ipaddr> | ipv6address <ipv6addr>]
protocol [tacacs+ | radius]
The delete authen server_host command deletes a user-defined
authentication server host previously created on the Switch.
server_host [<ipaddr> | ipv6address <ipv6addr>] - The IPv4 or IPv6
address of the remote server host to be deleted.
protocol – The protocol used by the server host the user wishes to
delete. The options are:
tacacs+ – Specifies that the server host utilizes the
TACACS+ protocol.
radius – Specifies that the server host utilizes the RADIUS
protocol.
Only Administrator-level users can issue this command.
Example usage:
To delete a user-defined RADIUS authentication server host:
DES-1210-52/ME:5# delete authen server_host 10.1.1.121 protocol radius
Command: delete authen server_host 10.1.1.121 protocol radius
Success.
DES-1210-52/ME:5#
To view a user-defined authentication server host.
The show authen server_host command displays user-defined
authentication server hosts previously created on the Switch.
The following parameters are displayed:
IP Address – The IP address of the authentication server host.
Protocol – The protocol used by the server host. Possible results
include TACACS+ or RADIUS.
Port – The virtual port number on the server host. The default value
is 49.