zhoneFileAction
ZHONE-SYSTEM-MIB ·
.1.3.6.1.4.1.5504.3.1.20.1
Object
scalar
r/w
Enumeration
File Action:
cd(1) - change directory command used in conjunction with
zhoneDirectory location which specifies destination
directory.
dir(2) - listing of files within the directory specified
by zhoneDirectoryPath. The generated file
listing is written to zhoneFileTable.
copy(3) - make a copy zhoneFileName1 and writes it to
zhoneFileName2. User should prepend pathname to
both filenames if not in default directory.
rm(4) - removes file specified by zhoneFileName1.
mkdir(5) - creates a subdirectory specified by
zhoneFileName1.
rmdir(6) - removes directory specified by zhoneFileName1.
If directory not empty, returns error.
mv(7) - moves zhoneFileName1 to zhoneFileName2.
Context
- MIB
- ZHONE-SYSTEM-MIB
- OID
.1.3.6.1.4.1.5504.3.1.20.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- zhoneFileSystem
- Siblings
- 6
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | cd |
2 | dir |
3 | copy |
4 | rm |
5 | mkdir |
6 | rmdir |
7 | mv |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| zhoneFileName1 Used when zhoneFileAction set to 'copy'. This will be the
source filename of the file to be copied. Prepend a new path
if you want to specify a file in a directory different fro… | scalar | Zhone-TCZhoneFileName | .1.3.6.1.4.1.5504.3.1.20.2 |
| zhoneFileName2 Used when zhoneFileAction set to 'copy'. This will be the
resulting filename of the copied file. Prepend a new path
if you want file to be written to a different directory,
othe… | scalar | Zhone-TCZhoneFileName | .1.3.6.1.4.1.5504.3.1.20.3 |
| zhoneDirectoryPath This is a read-write object. If read, it returns your current
directory location. If written, it can be used by the 'cd'
change directory command in order to specify the new
di… | scalar | Zhone-TCZhoneFileName | .1.3.6.1.4.1.5504.3.1.20.4 |
| zhoneDirectoryBytesAvailable Total number of bytes available on the disk. | scalar | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.5504.3.1.20.5 |
| zhoneBytesReservedForProvisioning When in the 'datastor' directory, this object returns
the number of bytes reserved for Zhone Provisioning.
These are the number of bytes reserved for the
database expansion. | scalar | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.5504.3.1.20.6 |
| zhoneFileTable Zhone File Listing Table.
Used to view file information for files resident
on Zhone Flash Memory Devices. | table | - | .1.3.6.1.4.1.5504.3.1.20.7 |