1 Description
This instruction describes how to configure a set of target types for a Managed Element (ME). The value of the targetType attribute can be used by, for example, Target-Based Access Control (TBAC).
2 Procedure
2.1 Add A Target Type Identifier
Prerequisites
- No documents are required.
- No tools are required.
- The following conditions must apply:
- The user has the System Security Administrator role.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
Steps
- Navigate to the UserManagement managed
object, for example:
>dn ManagedElement=1,SystemFunctions=1,SecM=1,UserManagement=1
- Enter Config mode:
(UserManagement=1)>configure
- Add a target type identifier in attribute targetType, for example:
(config-UserManagement=1)>targetType="Stockholm"
- Commit the settings:
(config-UserManagement=1)>commit
- Verify the targetType:
(UserManagement=1)>show targetType
The following is an example output:
targetType "Stockholm" "Uppsala"
2.2 Delete A targetType Identifier
Steps
- Navigate to the UserManagement managed
object, for example:
>dn ManagedElement=1,SystemFunctions=1,SecM=1,UserManagement=1
- Enter Config mode:
(UserManagement=1)>configure
- Delete an identifier in targetType, for example:
(config-UserManagement=1)>no targetType="Uppsala"
- Commit the settings:
(config-UserManagement=1)>commit
- Verify the targetType:
(UserManagement=1)>show targetType
The following is an example output:
targetType "Stockholm"
2.3 Delete All targetType Identifiers
Steps
- Navigate to the UserManagement managed
object, for example:
>dn ManagedElement=1,SystemFunctions=1,SecM=1,UserManagement=1
- Enter Config mode:
(UserManagement=1)>configure
- Delete all identifiers in targetType, for example:
(config-UserManagement=1)>no targetType
- Commit the settings:
(config-UserManagement=1)>commit
- Verify the targetType:
(UserManagement=1)>show targetType
The following is an example output:
targetType=[]

Contents