Cisco Cisco Packet Data Gateway (PDG)

Seite von 9109
TACACS+ Configuration Mode Commands   
▀  server 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
8978 
   
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 [ { encrypted password 
shared_secret ] [ key text_password ] [ nas-source-address ip_address ] [ password 
text_password ] [ port port_number ] [ retries num_retries ] [ service { accounting 
|authentication | authorization } ]
 ] [ timeout seconds ] 
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