All MIBs › APPLICATION-MIB › applOpenFileMode
applOpenFileMode
Module: APPLICATION-MIB
OID (symbolic): APPLICATION-MIB::applOpenFileMode
OID (numeric): 1.3.6.1.2.1.62.1.2.2.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: This attribute reports the current mode of this file from the perspective of this running application element.
These values have the following meanings:
read(1) - file opened for reading only write(2) - file opened for writing only readWrite(3) - file opened for read and write.
These values correspond to the POSIX/ANSI C library function fopen() 'type' parameter, using the following mappings:
r -> read(1) w -> write(2) a -> write(2) + -> readWrite(3)
What is applOpenFileMode?
Indicates how the application has opened a file, such as read-only, write-only, or read-write. This attribute provides visibility into the access mode being used for each open file.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.62.1.2.2.1.4 snmpwalk -v2c -c public <target> APPLICATION-MIB::applOpenFileMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.62.1.2.2.1.4.1 snmpget -v2c -c public <target> APPLICATION-MIB::applOpenFileMode.1
Start monitoring Servers running managed distributed applications with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the APPLICATION-MIB::applOpenFileMode OID value, configure state conditions and alerts, and monitor any Servers running managed distributed applications from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.62 | applicationMib | APPLICATION-MIB |
| 1.3.6.1.2.1.62.1 | applicationMibObjects | APPLICATION-MIB |
| 1.3.6.1.2.1.62.1.2 | applChannelGroup | APPLICATION-MIB |
| 1.3.6.1.2.1.62.1.2.2 | applOpenFileTable | APPLICATION-MIB |
| 1.3.6.1.2.1.62.1.2.2.1 | applOpenFileEntry | APPLICATION-MIB |
| 1.3.6.1.2.1.62.1.2.2.1.4 | applOpenFileMode | APPLICATION-MIB |