Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.




Panel

In this section:

Table of Contents
maxLevel3



Info
iconfalse

Related articles:

Children Display


Overview

Excerpt Include
SBXDOC120:Lawful InterceptSBXDOC120:
Lawful Intercept
nopaneltrue


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

Creating the CALEA 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 for 

Spacevars
0model3
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.
    Figure 1: Create CALEA User




  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.
    Figure 2: Temporary Password Example




  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.
    Figure 3: Enter New Password Example



  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]