White Papers

Table Of Contents
Parameters
group-name
Enter the name of the TACACS server group.
Defaults Not configured.
Command Modes CONFIGURATION
Command
History
This guide is platform-specific. For command information about other platforms, see the relevant Dell
EMC Networking OS Command Line Reference Guide.
Version Description
9.10(0.1) Introduced on the S6010-ON and S4048T-ON.
9.10(0.0) Introduced on the S3148.
9.10(0.0) Introduced on the S6100-ON.
9.8(2.0) Introduced on the S3100 series.
9.8(1.0) Introduced on the Z9100-ON.
9.8(0.0P5) Introduced on the S4048-ON.
9.8(0.0P2) Introduced on the S3048-ON.
9.7(0.0) Introduced on the S6000ON.
9.5(0.1) Introduced on the Z9500.
9.4.(0.0) Introduced on the S-Series and Z-Series.
Usage
Information
You can associate a TACACS server group with a VRF.
Example
DellEMC(conf)# tacacs-server group group1
DellEMC(conf-tacacs-group)# tacacs-server host 1.1.1.1 key secret
DellEMC(conf-tacacs-group)# tacacs-server host 2.2.2.2 key secret
DellEMC(conf-tacacs-group)# tacacs-server vrf vrf1 source-interface
tengigabitethernet 1/42
DellEMC(conf-tacacs-group)# show config
!
tacacs-server group group1
tacacs-server vrf vrf1 source-interface TenGigabitEthernet 1/42
tacacs-server host 1.1.1.1 key 7 9a2f3ec0c65c6f41
tacacs-server host 2.2.2.2 key 7 9a2f3ec0c65c6f41
DellEMC(conf-tacacs-group)#
Related
Commands
aaa authentication login specifies the login authentication method.
tacacs-server key configures a TACACS+ key for the TACACS server.
tacacs-server host
Specify a TACACS+ host.
Syntax
tacacs-server host {hostname | ipv4-address | ipv6-address} [port number]
[timeout seconds] [key key]
Parameters
hostname
Enter the name of the TACACS+ server host.
ipv4-address
|
ipv6-address
Enter the IPv4 address (A.B.C.D) or IPv6 address (X:X:X:X::X) of the TACACS+
server host.
port
number
(OPTIONAL) Enter the keyword port then a number as the port to be used by the
TACACS+ server. The range is from zero (0) to 65535. The default is 49.
timeout
seconds
(OPTIONAL) Enter the keyword timeout then the number of seconds the switch
waits for a reply from the TACACS+ server. The range is from 0 to 1000. The
default is 10 seconds.
Security 1435