docsIf3CmMdCfgIpProvModeStorageType

DOCS-IF3-MIB · .1.3.6.1.4.1.4491.2.1.20.1.31.1.4

Object

This attribute determines if the CM persists the value of
IpProvMode across a single reset or across all resets.   The
default value of this attribute is 'nonVolatile' (3) which means
that the CM persists the value of IpProvMode across all resets.
The CM persists the value of IpProveMode across only a single
reset when IpProvModeStorageType is set to volatile(2). Other
StorageType values are not applicable for this object; an attempt to
set this object to a value of other(1), permanent(4), or readOnly(5)
will be rejected with an error code of inconsistentValue.

Context

MIB
DOCS-IF3-MIB
OID
.1.3.6.1.4.1.4491.2.1.20.1.31.1.4
Type
column
Access
readwrite
Status
current
Parent
docsIf3CmMdCfgEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DOCS-IF3-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-IF3-MIB::docsIf3CmMdCfgIpProvModeStorageType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DOCS-IF3-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-IF3-MIB::docsIf3CmMdCfgIpProvModeStorageType.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOCS-IF3-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOCS-IF3-MIB::docsIf3CmMdCfgIpProvModeStorageType'

Syntax

Source
SNMPv2-TCStorageType
Base type
Enumeration
Type Description
Describes the memory realization of a conceptual row.  A
row which is volatile(2) is lost upon reboot.  A row which
is either nonVolatile(3), permanent(4) or readOnly(5), is
backed up by stable storage.  A row which is permanent(4)
can be changed but not deleted.  A row which is readOnly(5)
cannot be changed nor deleted.
          
If the value of an object with this syntax is either
permanent(4) or readOnly(5), it cannot be written.
Conversely, if the value is either other(1), volatile(2) or
nonVolatile(3), it cannot be modified to be permanent(4) or
readOnly(5).  (All illegal modifications result in a
'wrongValue' error.)
          
Every usage of this textual convention is required to
specify the columnar objects which a permanent(4) row must
at a minimum allow to be writable.

Values & Constraints

Type Values
1other
2volatile
3nonVolatile
4permanent
5readOnly

Conformance