D-Link DGS-510 Reference Manual page 108

Gigabit ethernet smartpro switch
Table of Contents

Advertisement

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
server {IP-ADDRESS | IPV6-ADDRESS}
no server {IP-ADDRESS | IPV6-ADDRESS}
Parameters
IP-ADDRESS
IPV6-ADDRESS
Default
By default, no host is in the server group.
Command Mode
TACACS+ Group Server Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
Use the aaa group server tacacs+ command to enter the TACACS+ group server configuration
mode. Use the server command to associate the TACACS+ server hosts with the TACACS+ server
group. The defined server group can be specified as the method list for authentication, or accounting
via the aaa authentication and aaa accounting command. The configured servers in the group will
be attempted in the configured order. Use the tacacs-server host command to create a server host
entry. A host entry is identified by the IP Address.
Example
This example shows how to create two TACACS+ server hosts. A server group is then created with
the two server hosts.
Switch#configure terminal
Switch(config)# tacacs-server host 172.19.10.100 port 1500 timeout 8 key ABCDE
Switch(config)# tacacs-server host 172.19.122.3 port 1600 timeout 3 key ABCDE
Switch(config)#aaa group server tacacs+ group2
Switch(config-sg-tacacs+)# server 172.19.10.100
Switch(config-sg-tacacs+)# server 172.19.122.3
Switch(config-sg-tacacs+)# exit
Switch(config)#
8-24
show aaa
This command is used to display the AAA global state.
show aaa
Parameters
None.
Default
None.
Command Mode
Privilege EXEC Mode or Any Configuration Mode.
Specifies the IPv4 address of the authentication server.
Specifies the IPv6 address of the authentication server.
105

Advertisement

Table of Contents
loading

Table of Contents