genAppFileType
LOAD-MIB ·
.1.3.6.1.4.1.1751.2.53.2.1.1.3
Object
column
r/w
Enumeration
The type (class) of the application. This class serves to catagorize
the many application files in the system into some fixed types:
runningConfiguration -- This entry represents a virtual file in
the system. Use of this entry in the genOpTable should
serve to cause the system to generate it's configuration
or to force the system to read a new config into it's
configuration.
startupConfiguration -- This entry represents a real file that
is used at start-up to configure the device.
defaultConfiguration -- This entry represents a file which contains
the default configuration of the device.
report -- ??
genConfigFile -- This entry represents a file which contains
configuration information (similar to the
'startupConfiguration' above but is not automatically
read by the device. This entry is used to represent
'alternate', 'backup' or 'experimental' configurations
that the user may which to store on the device.
nvramFile -- This entry represents a file that is contain in the
nvram files system that does not fit any of the other
pre-defined types.
swRuntimeImage -- This entry represents a software images that
contains operational code that is currently being used
to run the device.
swBootImage -- This entry represents a software image that
contain operational code that is used to initally boot
the device.
swComponent -- This entry represents a file that is stored as an
'alternate', 'backup' or 'experimental' version of
operational code.
other -- other
swWebImage -- The Image file of the embedded Web application
(java application, etc).
swAPImage -- the firmware of the Light AP. Device stores the image to
support Light AP firmwareless operation.
image boot service
swNonDownLoadRunTimeImage - image of a non-downloadable code e.g.
a bootstrap code
asgAuthFile - encrypted Services Logins file
licenseFile - file controlling licensed features activation
phoneScriptFile(17) - Avaya IP Phone Configuration files
(or other endpoints configuration files) as Setting file
and Upgrade Script, Stored in device TFTP Server directory,
Non Volatile Storage.
phoneImageFile(18) - Avaya IP Phone Images files (or other endpoints images files),
stored in device TFTP Server directory, Volatile Storage.
dhcpBindingFile(19) - Device DHCP server IP binding file. Includes information about
bindings of IP to MAC and leased time.
Context
- MIB
- LOAD-MIB
- OID
.1.3.6.1.4.1.1751.2.53.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- genAppFileEntry
- Table
- genAppFileTable
- Siblings
- 8
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | runningConfiguration |
2 | startupConfiguration |
3 | defaultConfiguration |
4 | report |
5 | genConfigFile |
6 | logFile |
7 | nvramFile |
8 | swRuntimeImage |
9 | swBootImage |
10 | swComponent |
11 | other |
12 | swWebImage |
13 | swAPImage |
14 | swNonDownLoadRunTimeImage |
15 | asgAuthFile |
16 | licenseFile |
17 | phoneScriptFile |
18 | phoneImageFile |
19 | dhcpBindingFile |
20 | announcementFile |
21 | backupDatabase |
22 | syslogFile |
23 | cdrFile |
24 | swRuntimeServicePack |
25 | swComponentServicePack |
26 | trustedCertificate |
27 | certificateRequest |
28 | serverCertificate |
29 | privateKey |
30 | staticLanguagePack |
31 | phoneAvayaUnicodeMessageFile |
32 | phoneCustomUnicodeMessageFile |
33 | startupConfigurationWizardTaskFile |
34 | genConfigurationWizardTaskFile |
35 | swBootRuntimeImage |
36 | swBootComponentImage |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| genAppFileId Index which uniquely identifies the application.
NOTE: This index CANNOT BE ZERO (0) since the index of zero is
reserved as an indication of network server location in the
genOpS… | column | Integer32 | .1.3.6.1.4.1.1751.2.53.2.1.1.1 |
| genAppFileName The name of the application. | column | OctetString | .1.3.6.1.4.1.1751.2.53.2.1.1.2 |
| genAppFileDescription A description of the application. | column | OctetString | .1.3.6.1.4.1.1751.2.53.2.1.1.4 |
| genAppFileSize The size (expressed as the number of bytes) of the application. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.1751.2.53.2.1.1.5 |
| genAppFileVersionNumber The current version of the application. If this files does not
carry a version this field should be NULL. | column | OctetString | .1.3.6.1.4.1.1751.2.53.2.1.1.6 |
| genAppFileLocation The physical location of the application. | column | Enumeration | .1.3.6.1.4.1.1751.2.53.2.1.1.7 |
| genAppFileDateStamp The time stamp is the Real Time if supported otherwise sysUpTime.
The convention for this field is as follows:
Real Time: Entry is prefixed with an 'R' character an… | column | OctetString | .1.3.6.1.4.1.1751.2.53.2.1.1.8 |
| genAppFileRowStatus The status of this entry in the table. Note the available states:
active(1), -- Fully configured and active.
notInService(2) -- NOT SUPPORTED.
notReady(3), -- Entry NOT FULLY con… | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.1751.2.53.2.1.1.9 |