etsysFileTransferRequestSupportedURLs
ENTERASYS-FILE-MANAGEMENT-MIB ·
.1.3.6.1.4.1.5624.1.2.15.1.4
Object
scalar
Bits
The URLs that this entity supports for transferring files.
These define the transfer protocols and local file types.
In the case that any URL is supported only as a source or
destination file then an appropriate SNMP set failure should
occur when attempting to use that URL in an unsupported
manner.
etsysFileTransferFtp - As per rfc1738
ftp://<user>:<password>@<host>:<port>/<url-path>
url-path: <cwd1>/<cwd2>/.../<cwdN>/<name>;type=<typecode>
user defaults to anonymous, password to snmp@<domain-name>,
port to 21, and type to ASCII. binary and image are both
valid types which have the same meaning. domain-name would
be the IP address or domain name of the managed entity.
etsysFileTransferRcp -
rcp://<user>@<host>:<port>/<cwd1>/<cwd2>/.../<cwdN>/<name>
port defaults to 514.
etsysFileTransferHttp - As per rfc1738
http://<host>:<port>/<path>?<searchpart>
port defaults to 80.
etsysFileTransferTftp -
tftp://<host>:<port>/<cwd1>/<cwd2>/.../<cwdN>/<name>
port defaults to 69.
etsysFileTransferFile - As per rfc1738
file://<host>/<path>
host can only be specified as localhost or the empty
string. This will only be used to specify a file on
the managed entity. This indicates that the managed
entity supports some form of a file system.
Context
- MIB
- ENTERASYS-FILE-MANAGEMENT-MIB
- OID
.1.3.6.1.4.1.5624.1.2.15.1.4- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- etsysFileTransfer
- Siblings
- 5
Syntax
Bits
Values & Constraints
Enumerated Values
0 | etsysFileTransferFtp |
1 | etsysFileTransferRcp |
2 | etsysFileTransferHttp |
3 | etsysFileTransferTftp |
4 | etsysFileTransferFile |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| etsysFileTransferRequestLimit The maximum number of file transfer requests this entity
can hold in the etsysFileTransferRequestTable. A value
of 0 indicates no configured limit. | scalar | Unsigned32 | .1.3.6.1.4.1.5624.1.2.15.1.1 |
| etsysFileTransferRequestsCurrent The number of file transfer requests currently in the
etsysFileTransferRequestTable. | scalar | SNMPv2-SMIGauge32 | .1.3.6.1.4.1.5624.1.2.15.1.2 |
| etsysFileTransferRequestsCompleted The number of file transfer requests that have completed
successfully or otherwise. This object SHOULD be stored
in persistent memory. | scalar | SNMPv2-SMICounter32 | .1.3.6.1.4.1.5624.1.2.15.1.3 |
| etsysFileTransferRequestNextAvailableIndex This object indicates the numerically lowest available
index within this entity, which may be used for the
value of etsysFileTransferRequestIndex in the creation
of a new entry i… | scalar | Unsigned32 | .1.3.6.1.4.1.5624.1.2.15.1.5 |
| etsysFileTransferRequestTable A table of file transfer requests. | table | - | .1.3.6.1.4.1.5624.1.2.15.1.6 |