Reference Guide
Cisco Prime Network Analysis Module Command Reference Guide Page 86
ip http tacacs+
To enable a TACACS+ server, use the ip http tacacs+ command.
ip http tacacs+ enable primary-srv [backup-srv] [en-secret-key encrypted-secret-key]
ip http tacacs+ disable
Syntax Description
disable
Disables the TACACS+ server.
enable
Enables the TACACS+ server.
primary-srv
Specifies the primary TACAC+ server.
backup-srv
(Optional) Specifies the backup TACACS+ server.
en-secret-key
(Optional) Argument name to enable the secret key.
encrypted-secret-key
(Optional) Argument value.
Syntax Description
Defaults
This command has no default settings.
Command Modes
Command mode
Usage Guidelines
The en-secret-key keyword is used only during the importing of NAM configurations. This key
cannot be used unless you can specify a DES-encrypted string as the argument to this keyword, as in
this example:
root@localhost# ip http tacacs+ enable 10.0.0.1 10.0.0.2 en-secret-key "dEAF="
Examples
These examples show how to enable and disable TACACS+.
To enable TACACS+, enter this command:
root@hostname.cisco.com# ip http tacacs+ enable 10.0.0.1 10.0.0.2