|
|
Description:
|
esrCommunityAccess OBJECT-TYPE
SYNTAX INTEGER {
none(1),
readOnly(2),
readWrite(3),
moreSpecific(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The MIB access supported for this community entry.
A Get or GetNext SNMP PDU is authenticated if the value of this object
is read-only(2) or read-write(3). A Set request will be honored if the value
of this object is read-write(3).
If more granular access control is desired, then the value of this object is set
to more-specific(4), and the view table should be consulted. This enables
the capability to set different access rights to different branches of the MIB
for a particular community."
|
|
|
|