All MIBs › AT-FILEv2-MIB › atFilev2BeginDirOperation
atFilev2BeginDirOperation
Module: AT-FILEv2-MIB
OID (symbolic): AT-FILEv2-MIB::atFilev2BeginDirOperation
OID (numeric): 1.3.6.1.4.1.207.8.4.4.4.600.3.14.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: A read of this object will always return 'idle' (1). All applicable objects above must have been set correctly in order to commence an operation.
The following values may be set to perform the operations described:
createDir (2) : This will create a new directory with a name equating to atFilev2DestDirName, on the device indicated by atFilev2DirStackID, and the file system indicated by atFilev2DirFileSystem, with the path to the directory being indicated by atFilev2DirPath. The given path structure must already exist.
renameDir (3) : This will rename an existing directory with a name equating to atFilev2SourceDirName, to a name equating to atFilev2DestDirName on the device indicated by atFilev2DirStackID, and the file system indicated by atFilev2DirFileSystem, with the path to the directory being indicated by atFilev2DirPath. The given path structure and source directory must already exist, and a rename operation cannot change the path where the directory currently resides.
deleteEmptyDir (4) : This will delete an existing directory with a name equating to atFilev2SourceDirName, on the device indicated by atFilev2DirStackID, and the file system indicated by atFilev2DirFileSystem, with the path to the directory being indicated by atFilev2DirPath. However, the operation will fail if the specified directory is not empty. Only sub-directories within the specified file system can be deleted.
deleteForceDir (5) : This will delete an existing directory with a name equating to atFilev2SourceDirName, on the device indicated by atFilev2DirStackID, and the file system indicated by atFilev2DirFileSystem, with the path to the directory being indicated by atFilev2DirPath. The operation will also automatically delete any contents within the specified directory. Only sub- directories within the specified file system can be deleted.
What is atFilev2BeginDirOperation?
This read-write enumeration controls directory operations. Setting to 'createDir' (2) creates a directory; 'deleteEmptyDir' (4) deletes empty directories; reading always returns 'idle' (1).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.207.8.4.4.4.600.3.14.6 snmpwalk -v2c -c public <target> AT-FILEv2-MIB::atFilev2BeginDirOperation
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.207.8.4.4.4.600.3.14.6.1 snmpget -v2c -c public <target> AT-FILEv2-MIB::atFilev2BeginDirOperation.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.207.8.4.4.4.600.3.14.6.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> atFilev2BeginDirOperation.1
Start monitoring Allied Telesis managed switches and routers with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the AT-FILEv2-MIB::atFilev2BeginDirOperation OID value, configure state conditions and alerts, and monitor any Allied Telesis managed switches and routers from a single console.
OID Breakdown
Upper-level ancestors (11 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.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.207 | alliedTelesyn | AT-RG600-MIB |
| 1.3.6.1.4.1.207.8 | mibObject | AT-RG600-MIB |
| 1.3.6.1.4.1.207.8.4 | brouterMib | AT-SMI-MIB |
| 1.3.6.1.4.1.207.8.4.4 | atRouter | AT-SMI-MIB |
| 1.3.6.1.4.1.207.8.4.4.4 | modules | AT-SMI-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.207.8.4.4.4.600 | atFilev2 | AT-FILEv2-MIB |
| 1.3.6.1.4.1.207.8.4.4.4.600.3 | atFilev2FileOperation | AT-FILEv2-MIB |
| 1.3.6.1.4.1.207.8.4.4.4.600.3.14 | atFilev2DirOperation | AT-FILEv2-MIB |
| 1.3.6.1.4.1.207.8.4.4.4.600.3.14.6 | atFilev2BeginDirOperation | AT-FILEv2-MIB |