A3COM-SWITCHING-SYSTEMS-FILE-TRANSFER-MIB: View SNMP OID List / Download MIB
VENDOR: 3COM
Home | MIB: A3COM-SWITCHING-SYSTEMS-FILE-TRANSFER-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
a3Com | 1.3.6.1.4.1.43 | |||
switchingSystemsMibs | 1.3.6.1.4.1.43.29 | |||
a3ComSwitchingSystemsMib | 1.3.6.1.4.1.43.29.4 | |||
a3ComSysFtGroup | 1.3.6.1.4.1.43.29.4.14 | |||
a3ComSysFtTable | 1.3.6.1.4.1.43.29.4.14.1 | no-access |
A list of entries which describe file transfers. |
|
1.3.6.1.4.1.43.29.4.14.1.1 | no-access |
A description of a particular file transfer entry. |
||
a3ComSysFtIndex | 1.3.6.1.4.1.43.29.4.14.1.1.1 | integer | read-only |
A unique index used to identifying this entry. |
a3ComSysFtDirection | 1.3.6.1.4.1.43.29.4.14.1.1.2 | integer | read-write |
Specifies the direction of the file transfer. Enumeration: 'localToRemote': 1, 'remoteToLocal': 2. |
a3ComSysFtLocalStorageType | 1.3.6.1.4.1.43.29.4.14.1.1.3 | a3comsysstoragetype | read-write |
The type of storage on the local system to be used as the source/destination for the file transfer. |
a3ComSysFtLocalResourceType | 1.3.6.1.4.1.43.29.4.14.1.1.4 | a3comsysresourcetype | read-write |
The type of resource on the local system to be used as the source/destination for the file transfer. |
a3ComSysFtLocalResourceMask | 1.3.6.1.4.1.43.29.4.14.1.1.5 | a3comsysresourcebitmask | read-write |
The indices of the resources on the local system to be used as the source/destination for the file transfer. The type of resource to which these indices apply is specified by the corresponding value of a3ComSysFtLocalResourceType. If resourceBridge is used, a3ComSysFtLocalResourceMask indicates the bridge slot number the filter code will be downloaded. For instance, a3ComSysFtLocalResourceMask value of 0x03 indicates bridge slot number 1 and 2. |
a3ComSysFtLocalResourceAttribute | 1.3.6.1.4.1.43.29.4.14.1.1.6 | object identifier | read-write |
An identifier which specifies the particular resource attribute on the local system which is the source/destination of the file transfer. The resource(s) to which this attribute applies is specified by the corresponding values of a3ComSysFtLocalResourceType and a3ComSysFtLocalResourceMask. |
a3ComSysFtRemoteAddressType | 1.3.6.1.4.1.43.29.4.14.1.1.7 | a3comsysaddresstype | read-write |
The type of address which is specified by the corresponding value of a3ComSysFtRemoteAddress. |
a3ComSysFtRemoteAddress | 1.3.6.1.4.1.43.29.4.14.1.1.8 | octet string | read-write |
The address of the source/destination file on the remote system. |
a3ComSysFtRemoteFileName | 1.3.6.1.4.1.43.29.4.14.1.1.9 | displaystring | read-write |
The full path name of the source/destination file on the remote system. |
a3ComSysFtRemoteUserName | 1.3.6.1.4.1.43.29.4.14.1.1.10 | displaystring | read-write |
The user name to be used when requesting the file transfer to/from the remote system. |
a3ComSysFtRemoteUserPassword | 1.3.6.1.4.1.43.29.4.14.1.1.11 | octet string | read-write |
The password to be used when requesting the file transfer to/from the remote system. When read, this object returns a zero length string. Note that, for security reasons, some ftp servers may insist on a non-zero length user password. |
a3ComSysFtForceTransfer | 1.3.6.1.4.1.43.29.4.14.1.1.12 | integer | read-write |
Setting this object to true makes the agent ignore non-fatal (i.e. version/id mismatch) errors encountered during a file transfer request. Enumeration: 'false': 2, 'true': 1. |
a3ComSysFtBytesTransferred | 1.3.6.1.4.1.43.29.4.14.1.1.13 | counter | read-only |
The number of bytes successfully transferred. |
a3ComSysFtStatus | 1.3.6.1.4.1.43.29.4.14.1.1.14 | integer | read-only |
The status of the file transfer. Enumeration: 'statusFileNotFound': 7, 'statusSuccessfulCompletion': 1, 'statusUserAuthFailed': 6, 'statusError': 10, 'statusRemoteUnreachable': 5, 'statusFileIncompatible': 9, 'statusRemoteInvalid': 4, 'statusLocalInvalid': 3, 'statusFileTooBig': 8, 'statusInProgress': 2. |
a3ComSysFtDetailedStatus | 1.3.6.1.4.1.43.29.4.14.1.1.15 | object identifier | read-only |
Detailed status for the transfer for the particular local resource attribute specified by the corresponding values of a3ComSysFtLocalStorageType, a3ComSysFtLocalResourceType, a3ComSysFtLocalResourceMask, and a3ComSysFtLocalResourceAttribute. Note that this object is only valid in the case where a3ComSysFtStatus indicates an error. |
a3ComSysFtDetailedStatusString | 1.3.6.1.4.1.43.29.4.14.1.1.16 | displaystring | read-only |
Detailed status description for the requested transfer. |
a3ComSysFtOwnerString | 1.3.6.1.4.1.43.29.4.14.1.1.17 | displaystring | read-write |
A string describing the creator/owner of this entry. |
a3ComSysFtRowStatus | 1.3.6.1.4.1.43.29.4.14.1.1.18 | rowstatus | read-write |
The row status object controls the creation/deletion of rows in this table. Its semantics are the same as those for the RowStatus textual convention specified for SNMPv2. Setting this object to createAndGo(4) is not allowed. Setting this object to createAndWait(5) causes an entry to be created with a3ComSysFtRowStatus value of notReady(3). Setting this object to active(1) causes the transfer to start for the given row. Objects within the row cannot be modified once a row has been set to active(1), Setting this object to destroy(6) causes the corresponding row to be deleted. Note that a request to set a row to notInService(2) or destroy(6) will fail if the current rowStatus value is active(1) (i.e. a file transfer is currently in progress). This is necessary since aborting a file transfer may leave the system in an inconsistent state. Note that, currently, only a single instance of a row can be created in this table. |
a3ComSysFtProtocol | 1.3.6.1.4.1.43.29.4.14.1.1.19 | integer | read-write |
Specifies the file transfer protocol type. Enumeration: 'ftProtocolFtp': 2, 'ftProtocolTftp': 1. |
a3ComSysFtResourceAttributes | 1.3.6.1.4.1.43.29.4.14.2 | |||
a3ComSysFtSystemAttributes | 1.3.6.1.4.1.43.29.4.14.2.1 | |||
a3ComSysFtSystemOperationalCode | 1.3.6.1.4.1.43.29.4.14.2.1.1 | |||
a3ComSysFtSystemConfiguration | 1.3.6.1.4.1.43.29.4.14.2.1.2 | |||
a3ComSysFtSystemBridgeFilterCode | 1.3.6.1.4.1.43.29.4.14.2.1.3 | |||
a3ComSysFtDetailedResourceStatus | 1.3.6.1.4.1.43.29.4.14.3 | |||
a3ComSysFtSystemDetailedStatus | 1.3.6.1.4.1.43.29.4.14.3.1 | |||
a3ComSysFtSysStatusNotApplicable | 1.3.6.1.4.1.43.29.4.14.3.1.1 | |||
a3ComSysFtSysStatusNoImageLabel | 1.3.6.1.4.1.43.29.4.14.3.1.2 | |||
a3ComSysFtSysStatusConfigIdMismatch | 1.3.6.1.4.1.43.29.4.14.3.1.3 | |||
a3ComSysFtSysStatusChecksumError | 1.3.6.1.4.1.43.29.4.14.3.1.4 | |||
a3ComSysFtSysStatusNvRamError | 1.3.6.1.4.1.43.29.4.14.3.1.5 | |||
a3ComSysFtSysStatusFlashError | 1.3.6.1.4.1.43.29.4.14.3.1.6 | |||
a3ComSysFtSysStatusNoRoom | 1.3.6.1.4.1.43.29.4.14.3.1.7 | |||
a3ComSysFtSysBridgeFilterNotApplicable | 1.3.6.1.4.1.43.29.4.14.3.1.8 | |||
a3ComSysFtSysBridgeFilterSyntaxError | 1.3.6.1.4.1.43.29.4.14.3.1.9 | |||
a3ComSysFtSysBridgeFilterdownloadError | 1.3.6.1.4.1.43.29.4.14.3.1.10 | |||
a3ComSysFtSysBridgeFilterNoRoom | 1.3.6.1.4.1.43.29.4.14.3.1.11 |