oraNamesConfigDefaultForwardersOnly
ORANAMES-MIB ·
.1.3.6.1.4.1.111.6.1.2.1.9
Object
Set to TRUE if this server is to operate in DEFAULT-FORWARDERS-ONLY mode. A server in this mode must have at least one default forwarder, and will always forward to its defaults forwarder whether or not it has server information that might be more accurate.
Context
- MIB
- ORANAMES-MIB
- OID
.1.3.6.1.4.1.111.6.1.2.1.9- 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::oraNamesConfigDefaultForwardersOnly'
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::oraNamesConfigDefaultForwardersOnly.<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::oraNamesConfigDefaultForwardersOnly'
Syntax
- Source
- TruthValue
- Base type
Enumeration
Values & Constraints
Type Values
1 | true |
2 | false |