oraNamesConfigForwardingDesired
ORANAMES-MIB ·
.1.3.6.1.4.1.111.6.1.2.1.14
Object
Set to TRUE if this server is desires other servers to forward requests which this server generates on its own. Requests which this server forwards have Forwarding Desired set by the original requestor.
Context
- MIB
- ORANAMES-MIB
- OID
.1.3.6.1.4.1.111.6.1.2.1.14- 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::oraNamesConfigForwardingDesired'
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::oraNamesConfigForwardingDesired.<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::oraNamesConfigForwardingDesired'
Syntax
- Source
- TruthValue
- Base type
Enumeration
Values & Constraints
Type Values
1 | true |
2 | false |