oraNamesConfigAuthorityRequired
ORANAMES-MIB ·
.1.3.6.1.4.1.111.6.1.2.1.2
Object
Set to TRUE if this server requires an authoritative answer to system query requests that it generates. Requests with Authority Required cannot be answered by a non-authoritative server out of its cache.
Context
- MIB
- ORANAMES-MIB
- OID
.1.3.6.1.4.1.111.6.1.2.1.2- 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::oraNamesConfigAuthorityRequired'
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::oraNamesConfigAuthorityRequired.<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::oraNamesConfigAuthorityRequired'
Syntax
- Source
- TruthValue
- Base type
Enumeration
Values & Constraints
Type Values
1 | true |
2 | false |