DES-1210-52/ME L2 Metro Ethernet Switch CLI Reference Guide
373
Timeout - The time in seconds the Switch waits for the server host to
reply to an authentication request.
Retransmit - The value in the retransmit field denotes how many
times the device resends an authentication request when the
TACACS server does not respond. This field is inoperable for the
tacacs+ protocol.
Key - Authentication key to be shared with a configured TACACS+
server only.
Only Administrator-level users can issue this command.
Example usage:
To view authenticaion server hosts currently set on the Switch:
DES-1210-52/ME:5# show authen server_host
Command: show authen server_host
IP Address Protocol Port Timeout Retransmit Key
--------------- -------------- ------ ------------ ----- ---------- --------------------
10.1.1.121 tacacs+ 4321 ------ -1
Total Entries : 1
DES-1210-52/ME:5#
create authen server_group
To create an authentication server host.
create authen server_group <string 15>
The create authen server_ group command creates an
authentication server group for the protocols on the Switch.
<string 15> – Defines the authentication group name as a string of
up to 15 alphanumeric characters.
Only Administrator-level users can issue this command.
Example usage:
To create a server group “dlinkgroup”:
DES-1210-52/ME:5# create authen server_group dlinkgroup
Command: create authen server_group dlinkgroup
Success.
DES-1210-52/ME:5#