Changing admin and enable passwords from CLI on Content Analysis
search cancel

Changing admin and enable passwords from CLI on Content Analysis

book

Article ID: 175949

calendar_today

Updated On:

Products

Content Analysis Software - CA

Issue/Introduction

The below steps are to change admin and enable passwords from the command line/CLI.

Note: You must know the existing admin and enable passwords to follow the steps below. If you do not know the existing passwords please refer to TECH252873 to reset the passwords.

Resolution

To change the admin password on CAS:

CAS# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
CAS(config)# authentication
CAS(config-authentication)# edit local-user-list local-users edit user admin
CAS(config local-user-list admin)# password admin
Confirm password: *****
  ok
CAS(config local-user-list admin)#

 

To change the enable password on CAS:

CAS# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
CAS(config)# authentication enable-password
Enter password:

Confirm password:
  ok
CAS(config)#