tacacs-server host
To configure the TACACS+ server, use the tacacs-server host command in global configuration mode. To remove the configuration, use the no form of this command.
tacacs-server host {ip-address | domain-name}
no tacacs-server host {ip-address | domain-name}
Syntax Description
ip-address |
Specifies the IPv4 or IPv6 address. |
domain-name |
Specifies the DNS domain. |
Command Default
None
Command Modes
Global configuration (config)
Command History
Release | Modification |
---|---|
3.5.1 |
This command was introduced. |
Usage Guidelines
You must configure a TACACS+ server before the configured TACACS+ features on your network access server are available.
Examples
The following example shows how to configure the TACACS+ server:
nfvis(config)# tacacs-server host 192.0.2.10
nfvis(config-host-192.0.2.10)# key 0
nfvis(config-host-192.0.2.10)# admin-priv 14
nfvis(config-host-192.0.2.10)# oper-priv
nfvis(config-host-192.0.2.10)# commit