oraListenerSecurityLevel
ORALISTENER-MIB ·
.1.3.6.1.4.1.111.5.1.1.1.7
Object
column mandatory
Enumeration
indicates whether the generic listener is password-protected or not. If security is 'on', password is required to perform certain DBA tasks asgainst the listener using the listener control utility. If security is 'off', password is not required.
Context
- MIB
- ORALISTENER-MIB
- OID
.1.3.6.1.4.1.111.5.1.1.1.7- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- oraListenerEntry
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 'ORALISTENER-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ORALISTENER-MIB::oraListenerSecurityLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ORALISTENER-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ORALISTENER-MIB::oraListenerSecurityLevel.<oraListenerIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ORALISTENER-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ORALISTENER-MIB::oraListenerSecurityLevel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | on |
2 | off |