oraNamesConfigLogUnique
ORANAMES-MIB ·
.1.3.6.1.4.1.111.6.1.2.1.17
Object
When set to 'ON' the log filename will be generated in such a way as to insure uniqueness in order to prevent overwriting existing log files.
Context
- MIB
- ORANAMES-MIB
- OID
.1.3.6.1.4.1.111.6.1.2.1.17- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- oraNamesConfigEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'ORANAMES-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ORANAMES-MIB::oraNamesConfigLogUnique'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ORANAMES-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ORANAMES-MIB::oraNamesConfigLogUnique.<applIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ORANAMES-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ORANAMES-MIB::oraNamesConfigLogUnique'
Syntax
- Source
- TruthValue
- Base type
Enumeration
Values & Constraints
Type Values
1 | true |
2 | false |