RAD-CopyFile-MIB
25 objects
Copy File MIB.
Imported Objects
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.164.6.2.12.18 | IdentitycopyFileGroup | Copy File MIB. | ||
| 1.3.6.1.4.1.164.6.2.12.18.0 | IdentitycopyFileNotifications | current | The copy file events. | |
| 1.3.6.1.4.1.164.6.2.12.18.0.2 | NotificationsystemDownloadEnd | current | This trap indicates that file download has ended, successfully or not. The status of the download exists in: copyFileError. | |
| 1.3.6.1.4.1.164.6.2.12.18.1 | TablecopyFileTable | not-accessible | current | This object defines Copy File table. |
| 1.3.6.1.4.1.164.6.2.12.18.1.1 | RowcopyFileEntry | not-accessible | current | An entry in the Copy File table. |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.1 | ColumncopyFileIdx | not-accessible | current | Index of the Copy File Table. Initiator of the Copy File operation gets rowInfoIndexNext in order to obtain copyFileIdx value of the next free entry. Agent is … |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.2 | ColumncopyFileRowStatus | read-create | current | The object enables handling of copyFileTable entries. Agent MUST update copyFileRowStatus table and associated entry of rowInfoTable accordingly. A Manager may… |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.3 | ColumncopyFileProtocol | read-create | current | The object defines the copy file operation protocol. The default value is 'localFile (5)'. |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.4 | ColumncopyFileAddressType | read-create | current | Server Address Type. Default Value is ipv4(1). |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.5 | ColumncopyFileAddress | read-create | current | File Transfer Server Address, according to type defined by the copyFileAddressType. The default value is 0.0.0.0. |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.6 | ColumncopyFilePort | read-create | current | File Transfer Server Port. The default value is 0 WHICH means use of the default protocol port number. |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.7 | ColumncopyFileUserName | read-create | current | User Name. It is relevant for copy operations requiring user name. The default value is the empty string ''. |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.8 | ColumncopyFilePassword | read-create | current | User Password. It is relevant for copy operations requiring password. The object should be readable: any read operation accessing it should obtain constant val… |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.9 | ColumncopyFileSrcType | read-create | current | This object represents the copy file source type. The default value is 'otherType' (2). Copy file operation should use proper type value, i.e. one of the defin… |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.10 | ColumncopyFileSrcFilePath | read-create | current | This object represents the path to the location of the source file. The length of the path is limited to 64 octets. |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.11 | ColumncopyFileSrcFileName | read-create | current | This object represents the name of the source file. The length of the name is limited to 32 octets. |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.12 | ColumncopyFileDstType | read-create | current | This object represents the copy file destination type. The default value is 'otherType' (2). Copy file operation should use proper type value, i.e. one of the … |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.13 | ColumncopyFileDstFilePath | read-create | current | This object represents the path to the location of the destination file. The length of the path is limited to 64 octets. |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.14 | ColumncopyFileDstFileName | read-create | current | This object represents the name of the destination file. The length of the name is limited to 32 octets. |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.15 | ColumncopyFileStatus | read-only | current | Status of Copy File session. The copyFileStatus should be equal to noOp(2) when an entry was created by createAndWait and is not activated yet. When session en… |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.16 | ColumncopyFileError | read-only | current | The object represents the available error codes. noError (1): the operation completed successfully, serverNotResponding (2): server providing the copying is no… |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.17 | ColumncopyFileStartTime | read-only | current | Represents Start Date and Time of the copy file process. This parameter holds the UTC date and time value. Agent sets the Object Value upon Copy File start. Th… |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.18 | ColumncopyFileEndTime | read-only | current | Represents End Date and Time of the copy file process. This parameter holds the UTC date and time value. Agent sets the Object Value upon Copy File end. The de… |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.19 | ColumncopyFileProgressBytes | read-only | current | Represents the Copy File Progress in Bytes. The Object value is zeroed by Agent when it releases the table row. |
| 1.3.6.1.4.1.164.6.2.12.18.1.1.20 | ColumncopyFileDirection | read-create | current | The object defines the copy file direction. networkToDevice (1) - copy from device to network deviceToNetwork (2) - copy from network to device deviceLocally (… |