User guide
Add Authorized Scope for a Custom View Scope Custom View Scope (CVS)
4-15
AlliedView NMS Administration Guide (Security Administration)
Following are the list of tasks that can be done for the selected Custom View Scope of a group.
4.5.2 Add Authorized Scope for a Custom View Scope
Generally Custom View Scopes are added through the group and scope settings. To add authorized scope to the available
Custom View Scope of the group, select the relevant Custom View Scope Name and click Add AuthorizedScope, which
will invoke the Scope Settings form.
In the Scope Settings form, enter the Authorized Scope Name in the respective text box, and then enter the required Name
and Value for the property of the scope. The Administrator can give more than one value as comma-separated property val-
ues for a property name. Now, click Add, which adds the Authorized Scope for the selected Custom View Scope of the
group, and then click Ok to make the change permanent.
4.5.3 Set Authorized Scope for a Custom View Scope
In order to set Authorized Scope for the selected Custom View Scope of the group, click Set AuthorizedScope. This will
invoke the Select AuthorizedScopes screen, in which the left-side column displays all the AuthorizedScopes set for the
operations of the groups, which are already present, and the right-side column displays the previously set Authorized Scopes
or the selected Custom View Scope name. Thus, you can select the respective scope to be set for the custom view in the left
and click > (Add). To remove the already existing authorized scope set for the Custom View, select the respective scope in
the right side column, and click < (Remove) button. Click OK to save the changes permanently in the server.
4.5.4 Set Scope Properties
To set properties to the Authorized Scopes of the Custom View Scope, select the respective row of the Authorized Scope and
click Set Scope Properties. This button invokes the Scope Settings Wizard where you can set the necessary properties for
the selected Authorized Scope.
This operation is similar to the tasks discussed above in the Scope Configuration section. The below table helps you to know
the wild card characters that are supported in NMS while specifying the scope criteria value.
TABLE 4-3 Operators for Setting Scope Criteria
Operator Description
* (Asterisk) This is used to match zero or more characters.
Example: If the names of all the objects starting with the name “test” is needed, then the property
Name - name and the Value test* is given.
! (Exclama-
tion Mark)
This is used for filtering the search using NOT operator.
Example: If all the objects whose name does not start with “test” is required, then property key - name
and value - !test* is given.
, (Comma) This is used for searching objects where a single property key has different values.
Example: If all the objects with names starting with “abc” or “xyz” are required, then property key -
name and value “abc*,xyz*”is given
&& This is also used for searching objects where a single value should be matched with many patterns.
Example: If all the objects with names starting with either “abc” and ending with “xyz” are required,
then property key -name and value “abc*&&*xyz” is given.