Description:
|
icfCommunityWriteView OBJECT-TYPE
SYNTAX INTEGER {
none(1),
discovery(2),
restricted(3),
user(4),
root(5)
}
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION
"******************DEPRECATED*******************
The MIB view used for write requests using this
community name. One of the following:
'none' is the empty MIB view.
'discovery' has access to discovery objects, which
will be enough to do an address search, send
announce packets, and do a link test. This
view also includes objects under the
samplingProbe subtree. This view is typically
used as a writeView for a community used by
autodiscovery and autotopology applications.
'restricted' has access to a limited subset of the
MIB, which includes monitoring objects and
limited set of configuration objects.
'user' has access to everything except objects
under the icfSecurity subtree.
'root' has access to everything, including the
icfSecurity subtree."
|
|