Description:
|
eventFwdTableModificationStatus OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
no-access(2),
read-only(3),
read-modify(4),
read-create(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the combination of possible functions allowed on the
lmsEventFwdTable
table, subject to overriding SNMP security attributes and the ACCESS clause
restrictions on the objects themselves. The values are:
unknown - Managers privileges are unknown.
no-access - Managers may neither read nor write to this table.
read-only - Managers may only read the table, they cannot add
or delete conceptual rows and cannot change the value
of any variable, even those with ACCESS of 'read-write'.
read-modify - Managers may read the table, and change the value
of variables whose ACCESS is 'read-write'.
read-create - Managers may read the table, change the value of
variables whose ACCESS is 'read-write', and create
or delete conceptual rows in the table."
|
|