This table maps a combination of securityModel and securityName into a groupName which is used to define an access control policy for a group of principals.
The indexes of the table are vacmSecurityModel, vacmSecurityName.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.6.3.16.1.2.1.1 |
vacmSecurityModel |
INTEGER{(1,2147483647)} |
not-accessible |
The Security Model, by which the vacmSecurityName referenced by this entry is provided. Note, this object may not take the 'any' (0) value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.6.3.16.1.2.1.2 |
vacmSecurityName |
OCTET STRING{(1,32)} |
not-accessible |
The securityName for the principal, represented in a Security Model independent format, which is mapped by this entry to a groupName. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.6.3.16.1.2.1.3 |
vacmGroupName |
OCTET STRING{(1,32)} |
read-create |
The name of the group to which this entry (e.g., the combination of securityModel and securityName) belongs. This groupName is used as index into the vacmAccessTable to select an access control policy. However, a value in this table does not imply that an instance with the value exists in table vacmAccesTable. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.6.3.16.1.2.1.4 |
vacmSecurityToGroupStorageType |
INTEGER{other(1),volatile(2),nonVolatile(3),permanent(4),readOnly(5)} |
read-create |
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.6.3.16.1.2.1.5 |
vacmSecurityToGroupStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
The status of this conceptual row. Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the vacmSecurityToGroupStatus column is 'notReady'. In particular, a newly created row cannot be made active until a value has been set for vacmGroupName. The RowStatus TC [RFC2579] requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified: The value of this object has no effect on whether other objects in this conceptual row can be modified. |
This object is implemented as defined in the corresponding MIB files. |