Skip navigation.

File Formats, Data Descriptions, MIBs, and System Processes Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


T_DM_ACL Class Definition

Overview

The T_DM_ACL class represents access control information for domains.

Attribute Table

Table 12 DM_MIB(5): T_DM_ACL Class Definition Attribute Table

Attribute

Type

Permissions

Values

Default

TA_DMACLNAME (r) (k) (*)

string

rw-r--r--

string [1..15]

N/A

TA_DMRACCESSPOINTLIST (*)

string

rw-r--r--

string [0..1550]

""

TA_STATE(r)

string

rw-r--r--

GET: "VAL"

SET: "{NEW|INV}"

N/A

N/A

(r)—required when a new object is created
(k)—a key field for object retrieval
(*)—a required key field for all SET operations on the class


 

Attribute Semantics

TA_DMACLNAME: string [1..15]

The access control list name, unique within the scope of the T_DM_ACL entry names in the Domains configuration.

TA_DMRACCESSPOINTLIST: string [0..1550]

The list of remote domain access points associated with this access control list. TA_DMRACCESSPOINTLIST is a comma-separated list of remote domain access point names (that is, the value of the TA_DMRACCESSPOINT attribute of a valid T_DM_REMOTE object). The list can contain up to 50 remote domain access point identifier elements. Setting this attribute to "*" means that all the remote domains in the configuration are associated with this entry. "" means no remote domain access points are associated with this entry. The default is "".

TA_STATE:

GET: "{VALid}"

A GET operation retrieves configuration information for the T_DM_ACL object. The following state indicates the meaning of a TA_STATE attribute value returned in response to a GET request. States not listed are not returned.

"VALid"

The object is defined and inactive. This is the only valid state for this class. ACL groups are never active.


 

SET: "{NEW | INValid}"

A SET operation updates configuration information for the selected T_DM_ACL object. The following states indicate the meaning of a TA_STATE set in a SET request. States not listed may not be set.

"NEW"

A new object is created. A state change is allowed only when in the "INValid" state. A successful return leaves the object in the "VALid" state.

unset

Modify an existing object. This combination is not allowed in the "INValid" state. A successful return leaves the object state unchanged.

"INValid"

The object is deleted. A state change is allowed only when in the "VALid" state. A successful return leaves the object in the "INValid" state.


 

Limitations

None.

 

Skip navigation bar  Back to Top Previous Next