Cisco Cisco Packet Data Gateway (PDG)

Pagina di 421
System Settings   
▀  Configuring System Administrative Users 
 
 
▄  ASR 5500 System Administration Guide, StarOS Release 18 
60 
   
Configuring Context-level Administrative Users 
This section contains information and instructions for configuring context-level administrative user types. 
Configuring Context-level Security Administrators 
Use the example below to configure additional security administrators: 
configure 
   context local 
      administrator user_name { [ encrypted ] [ nopassword ] password password } 
      end 
Notes: 
 
Additional keyword options are available that identify active administrators or place time thresholds on the 
administrator. Refer to the Command Line Interface Reference for more information about the administrator 
command. 
 
The nopassword option allows you to create an administrator without an associated password. Enable this 
option when using ssh public keys (authorized key command in SSH Configuration mode) as a sole means of 
authentication. When enabled this option prevents someone from using an administrator password to gain 
access to the user account. 
Save the configuration as described in the Verifying and Saving Your Configuration chapter. 
Configuring Context-level Administrators 
Use the example below to configure context-level configuration administrators: 
configure 
   context local 
      config-administrator user_name { [ encrypted ] [ nopassword ] password 
password } 
      end 
Notes: 
 
Additional keyword options are available that identify active administrators or place time thresholds on the 
administrator. Refer to the Command Line Interface Reference for more information about the config-
administrator
 command. 
 
The nopassword option allows you to create a config-administrator without an associated password. Enable this 
option when using ssh public keys (authorized key command in SSH Configuration mode) as a sole means of 
authentication. When enabled this option prevents someone from using a config-administrator password to gain 
access to the user account. 
Save the configuration as described in the Verifying and Saving Your Configuration chapter.