Change a VM User Password from VOSS CLI

About this task

Perform this task to change the password for a VM user. The password must be greater than, or equal to, 8 characters.

Procedure

  1. Enter Global Configuration mode:

    enable

    configure terminal

  2. Change the password:

    virtual-service WORD<1-128> change-user-pass WORD<1-20>

  3. Enter the new password.
  4. Enter the new password a second time.

Example

Change the password for the rwa user account in the Fabric IPsec Gateway VM:

Switch:1>enable
Switch:1#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch:1(config)#virtual-service figw change-user-pass rwa
Enter password : ********
Re-enter password : ********