Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update figure captions

 

Panel

In this section:

Table of Contents
maxLevel3

Info
iconfalse

Related articles:

Children Display

Overview

Excerpt Include
Lawful Intercept
Lawful Intercept
nopaneltrue

User "calea" must be created on SBC before attempting LI provisioning.

Creating the CALEA

user

User through CLI

  1. Log on as admin user.
     
  2. Create a CALEA user, by executing the following command:

    Code Block
    languagenone
    % set oam localAuth user calea group Calea
    commit


    You will see a system-generated password. Use this password when you log on to CALEA user for the first time.

Creating the CALEA User through EMA

Info
titleNote

You do not need to create a CALEA user for EMS registered D-SBC setups.

  1. Log into the EMA GUI.
  2. Select Administration > Users and Application Management > User and Session Management.
  3. Click New User. The Create User panel appears.
  4. Select Calea from the Role drop-down menu.

    Caption
    0Figure
    1Create CALEA User

    Image Added


  5. Configure the other fields in the Create User panel.
  6. Click Save.
    The CALEA user saves with a temporary password, which appears in the Create User panel. Record the temporary password.

    Caption
    0Figure
    1Temporary Password Example

    Image Added


  7. Click the check mark icon.
  8. Select Admin > Log Out to logout. 
  9. A prompt to confirm the logout appears. Click Yes.
  10. Log into the EMA GUI as the CALEA user with the temporary password.
  11. A prompt to create a new password appears. Enter and confirm a new password.

    Caption
    0Figure
    1Enter new Password Example

    Image Added


  12. Click Sign In.

View the CALEA user status

View the CALEA user status, by executing the following command:

Code Block
languagenone
> show status oam localAuth userStatus
userStatus admin {
    currentStatus Enabled;
    userId        3000;
}
userStatus calea {
    currentStatus Enabled;
    userId        3329;
}
[ok]

Pagebreak