|
|
Description:
|
esr3ComMappingTableStatus OBJECT-TYPE
SYNTAX INTEGER {
createRequest(1),
destroyRequest(2),
active(3),
entryExistsError(4),
otherError(5)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The status of an entry to be created. When adding an entry all
fields will be set, and then the status is set to
createRequest(1), indicating that the entry is to be created.
If the creation is successful, then the status will be set to
active(3). Otherwise if the creation was not successful then
one of the following error codes will be set and the entry will
not be created:
entryExistsError(4) - An entry already exists.
otherError(5) - An error other than the others defined."
|
|
|
|