Header
Home | Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections
Syndication


Blogroll:

||||| ALL Cisco-Network ARTICLES |||||  
CCIE Journey,
The CCIE Journey,


Define TACACS+ Server Key Option

Sep 17,2009 by alperen

image

Define TACACS+ Server Key Option

The global authentication encryption key is set with the global configuration command tacacs-server key. This key value must match the key value configured on the TACACS+ server, if one is used. Use the no form of this command to disable the key. The syntax is

Rtr1(config)#tacacs-server key string
Rtr1(config)#no tacacs-server key [string]

string

Any leading spaces are ignored, but spaces within and at the end of the key are not. Don’t enclose the key in quotation marks unless they’re part of the key.

The following example specifies a global timeout of seven seconds, a global key of cisco-key, and then three TACACS+ servers. The first one—tac-serv1—is the one all requests are sent to first. If those requests aren’t answered before the timeout timer expires (seven seconds), the next two servers are tried in order. The global timeout and key settings only apply to the first two servers because the third one has overriding options defined.

Rtr1(config)#aaa new-model 
Rtr1(config)#tacacs-server timeout 7
Rtr1(config)#tacacs-server key cisco-key
Rtr1(config)#tacacs-server host tac-serv1
Rtr1(config)#tacacs-server host 192.168.1.4
Rtr1(config)#tacacs-server host 192.168.6.4 port 1500 timeout 3 key cisco9

416 times read

Related news

» Define TACACS+ Server Key Option
by alperen posted on Jul 12,2009
» Define TACACS+ Server Key Option
by alperen posted on Aug 20,2009
» Define the Security Server—TACACS+
by alperen posted on Jul 12,2009
» Configure NAS to TACACS+ Server Communication
by alperen posted on Aug 20,2009
» Define the Security Server-
by alperen posted on Sep 17,2009
Did you enjoy this article?
(total 0 votes)

comment Comments (0 posted) 

More Top News
CCSP-Cisco Certified Security Professional
Most Popular
Most Commented
Featured Author