Cisco Cisco Packet Data Gateway (PDG) Folheto

Página de 8487
TACACS+ Configuration Mode Commands   
▀  server 
 
 
▄  Cisco ASR 5x00 Command Line Interface Reference 
8386 
   
server 
Configures TACACS+ AAA service-related parameters for use in authenticating StarOS administrative users via a 
TACACS+ server.  
Important:
  Once a TACACS+ server is configured with the 
server
 command, TACACS+ AAA services for 
StarOS must be enabled using the 
aaa tacacs+
 command in Global Configuration mode. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > TACACS+ Configuration 
configure > tacacs mode
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-tacacs)# 
Syntax
 
server priority priority_number ip-address ip_address [ service { authentication | 
authorization | accounting } ] [ port 
port_number ] [ { encrypted password shared_secret 
| password 
text_password | key text_password } ] [ timeout seconds ] [ retries 
num_retries ] [ nas-source-address ip_address ] 
no server priority priority_number 
no
 
Removes a specified server (by priority number) from the TACACS+ server list. 
priority
 
priority_number
 
Specifies the order in which TACACS+ servers are to be tried. The priority number corresponds to a 
configured TACACS+ server. 
For releases prior to 18.2
priority_number
 can be an integer from 1 (highest priority) to 3 (lowest 
priority). 
For releases 18.2+
priority_number
 can be an integer from 1 (highest priority) to 4 (lowest priority). 
If no server with priority 1 is specified, the next highest priority is used. If the specified priority matches that 
of a TACACS+ server already configured, any previously defined server configuration parameter(s) for that 
priority are returned to the default setting(s). 
ip-address
 
Specifies the IP address of the TACACS+ server in IPv4 dotted-decimal notation. Only one IP address can be 
defined for a given 
server priority