xcmGenNotifyRuleRowPersistence

XEROX-GENERAL-MIB · .1.3.6.1.4.1.253.8.51.17.2.1.3

Object

This object is used to specify the persistence of this
conceptual row in the 'xcmGenNotifyRuleTable' (and associated
conceptual rows in the 'xcmGenNotifyRuleDetailTable').
              
Usage:  Dynamically created rows SHALL be given 'volatile'
or 'nonvolatile' persistence.
              
Usage:  Conforming management agents SHALL NOT accept sets to
'xcmGenNotifyRuleRowPersistence'
AFTER row creation (this object is 'write-once').
              
Usage:  Conforming management agents SHALL support
'volatile' (lost across power cycles), but NEED NOT support any
other levels of persistence.

Context

MIB
XEROX-GENERAL-MIB
OID
.1.3.6.1.4.1.253.8.51.17.2.1.3
Type
column
Access
readwrite
Status
current
Parent
xcmGenNotifyRuleEntry
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 'XEROX-GENERAL-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XEROX-GENERAL-MIB::xcmGenNotifyRuleRowPersistence'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XEROX-GENERAL-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XEROX-GENERAL-MIB::xcmGenNotifyRuleRowPersistence.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XEROX-GENERAL-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XEROX-GENERAL-MIB::xcmGenNotifyRuleRowPersistence'

Values & Constraints

Type Values
1other
2unknown
3volatile
4nonvolatile
5permanent
6readonly

Conformance

Member of
Compliance refinements
xcmGeneralMIBCompliance readonly XEROX-GENERAL-TC::XcmGenRowPersistence
Values: volatile(3)
It is conformant to implement this object as read-only, and
only one of the enumerated values for the 'xcmGenRowPersistence'
textual convention need be supported,
specifically: volatile(3).