DES-1228/ME Metro Ethernet Managed Switch CLI Reference Guide
269
Example usage:
To configure a authentication server host, with port number 4321, a timeout value of 12 seconds and a retransmit
count of 4.
DES-1228/ME:5#config authen server_host 10.1.1.121 protocol port
4321 timeout 12 retransmit 4
Command: config authen server_host 10.1.1.121 protocol port 4321
timeout 12 retransmit 4
Success.
DES-1228/ME:5#
delete authen server_host
Purpose
Used to delete a user-defined authentication server host.
Syntax
delete authen server_host <ipaddr> protocol [tacacs | xtacacs |
| radius]
Description
This command is used to delete a user-defined authentication
server host previously created on the Switch.
Parameters
server_host <ipaddr>
−
The IP address of the remote server host to
be deleted.
protocol – The protocol used by the server host the user wishes to
delete. The user may choose one of the following:
tacacs – Enter this parameter if the server host utilizes the
TACACS protocol.
xtacacs
−
Enter this parameter if the server host utilizes the
XTACACS protocol.
−
Enter this parameter if the server host utilizes the
protocol.
radius
−
Enter this parameter if the server host utilizes the RADIUS
protocol.
Restrictions
Only Administrator level users can issue this command.
Example usage:
To delete a user-defined authentication server host:
DES-1228/ME:5#delete authen server_host 10.1.1.121 protocol
Command: delete authen server_host 10.1.1.121 protocol
Success.
DES-1228/ME:5#