oraNamesConfigNoRegionDatabase
ORANAMES-MIB ·
.1.3.6.1.4.1.111.6.1.2.1.22
Object
If set to 'TRUE' this server will not load any region data; in this state the server (typically one in the root region) can only forward requests.
Context
- MIB
- ORANAMES-MIB
- OID
.1.3.6.1.4.1.111.6.1.2.1.22- 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::oraNamesConfigNoRegionDatabase'
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::oraNamesConfigNoRegionDatabase.<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::oraNamesConfigNoRegionDatabase'
Syntax
- Source
- TruthValue
- Base type
Enumeration
Values & Constraints
Type Values
1 | true |
2 | false |