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
Syntax
Bits
Values & Constraints
Enumerated Values
0 | etsysFileTransferFtp |
1 | etsysFileTransferRcp |
2 | etsysFileTransferHttp |
3 | etsysFileTransferTftp |
4 | etsysFileTransferFile |