systemFileCmdUri OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..1024))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This is a URI string that specifies the location and various parameters to be used by the switch to perform a get or put operation using any of the supported protocols TFTP, FTP, sFTP, SFTP and FTP are mandatory and TFTP is recommended to support various user update tools. The IOM must report the protocols supported for the level of executing firmware in the IOM capabilities field of the VPD EEPROM. In this context the CMM (or remote host) acts as the server and the IOM acts as the client. The format of this string is as follows:
<protocol>://<username>:<password>@<IP address or hostname>:<port>/<path>/<filename>
An example of a fully qualified address for the firmware packet file would be:
ftp://USERID:[email protected]:30045/...ice.log
or
ftp://USERID:PASSW0RD@[fe80::290:27ff:fe29:6019]:30045/tmp/service.log
or
sftp://USERID:[email protected]:30045/...ice.log
or
sftp://USERID:PASSW0RD@[fe80::290:27ff:fe29:6019]:30045/tmp/service.log
where the FTP or sFTP protocol will be used for transferring the packet file, username is USERID, password is PASSW0RD, host IP address is fe80::290:27ff:fe29:6019 or 192.168.0.2, port number is 30045, and /tmp is the full pathname to the packet file service.log.
Some protocols do not need the username, password, and the port number, so the minimum requirement for a fully qualified address would be:
<protocol>://<IP address or hostname>/<path</<filename>
An example of a fully qualified address for the firmware packet file can be:
tftp://192.168.0.2:2022/1527 tmp/service.log"
View at oid-info.com
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.2.6.215.4.2.1 | systemFileCmdCnt | 0 | 0 | systemFileCmdCnt OBJECT-TYPE SYNTAX INTEGER(0..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The I/O Module must indi… |
1.3.6.1.4.1.2.6.215.4.2.2 | systemFileCmdFilename | 0 | 0 | systemFileCmdFilename OBJECT-TYPE SYNTAX OCTET STRING(SIZE(0..128)) MAX-ACCESS read-write STATUS deprecated DESCRIPTION "The sy… |
1.3.6.1.4.1.2.6.215.4.2.3 | systemFileCmdMaxSize | 0 | 0 | systemFileCmdMaxSize OBJECT-TYPE SYNTAX INTEGER(0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "The AMM will set th… |
1.3.6.1.4.1.2.6.215.4.2.5 | systemFileCmdSftpRsaKey | 0 | 0 | systemFileCmdSftpRsaKey OBJECT-TYPE SYNTAX OCTET STRING(SIZE(0..1024)) MAX-ACCESS read-write STATUS deprecated DESCRIPTION "Con… |
1.3.6.1.4.1.2.6.215.4.2.6 | systemFileCmdExecuteOp | 0 | 0 | systemFileCmdExecuteOp OBJECT-TYPE SYNTAX INTEGER { unknown(0), ssget(1), cfgget(2), cfgput(3) } MAX-ACCESS read-write STATUS c… |
1.3.6.1.4.1.2.6.215.4.2.7 | systemFileOperationStatus | 0 | 0 | systemFileOperationStatus OBJECT-TYPE SYNTAX INTEGER { noOperation(0), inprogress(50), success(101), failed(201) } MAX-ACCESS r… |
1.3.6.1.4.1.2.6.215.4.2.8 | systemFileOpStatusString | 0 | 0 | systemFileOpStatusString OBJECT-TYPE SYNTAX OCTET STRING(SIZE(0..128)) MAX-ACCESS read-only STATUS current DESCRIPTION "This is… |
1.3.6.1.4.1.2.6.215.4.2.9 | systemFileActivation | 0 | 0 | systemFileActivation OBJECT-TYPE SYNTAX INTEGER { noOp(0), activate(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "This… |