buildIDURIName
BLADE-MIB ·
.1.3.6.1.4.1.2.3.51.2.2.21.5.5.7
Object
scalar
mandatory
r/w
OctetString
Contains the fully qualified remote location of the build ID list. Use
buildIDFileName to specify the filename. A fully qualified remote location
contains a supported protocol followed by a colon and two slashes (//),
userid and password separated by a colon for login authentication, an
@ sign, followed by the hostname or IP address of the server where the
build ID list resides, followed by an optional port number to the hostname,
and the full pathname to the file. Note that if the port number is specified,
it must be separated with the hostname (or IP address) by a colon.
The AMM currently supports the following protocols:
TFTP, FTP, FTPS, HTTP and HTTPS.
The complete format of a fully qualified remote location is:
<protocol>://<userid:password>@<hostname:port>/<pathname>
An example of a fully qualified remote location can be:
ftp://USERID:PASSW0RD@192.168.0.2:30045/tmp
where the ftp protocol will be used for transferring the file in
this location, username is USERID, password is PASSW0RD, host IP address
is 192.168.0.2, port number is 30045, and the full pathname for the build ID
list is /tmp.
Some protocols do not need the username, password, and the port number, so the
minimum requirement for a fully qualified location can be:
<protocol>://<hostname>/<pathname>.
Context
- MIB
- BLADE-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.2.21.5.5.7- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- bladeFWBuildIDs
- Siblings
- 10
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| bladeFWBuildIDTable mandatory Table of Blade Firmware Build ID entries information. | table | - | .1.3.6.1.4.1.2.3.51.2.2.21.5.5.1 |
| exportBladeFWBuildIDs mandatory Export the current Build ID List from the active AMM to a specific location
set by buildIDServer.
NOTE: Value returned for the GET command is meaningless for this MIB object. | scalar | Enumeration | .1.3.6.1.4.1.2.3.51.2.2.21.5.5.10 |
| statusBladeFWBuildIDs mandatory Gives the status message from the last import or export operation. | scalar | OctetString | .1.3.6.1.4.1.2.3.51.2.2.21.5.5.11 |
| createBladeFWBuildIDs mandatory Create one new Build ID List from current installed blades.
NOTE: Value returned for the GET command is meaningless for this MIB object. | scalar | Enumeration | .1.3.6.1.4.1.2.3.51.2.2.21.5.5.2 |
| addBladeFWBuildID | node | - | .1.3.6.1.4.1.2.3.51.2.2.21.5.5.3 |
| rmBladeFWBuildID mandatory Remove one Build ID entry from the Build ID List.
The index of the Build ID entry in the list is required.
NOTE: Value returned for the GET command is meaningless for this MIB obj… | scalar | Integer32 | .1.3.6.1.4.1.2.3.51.2.2.21.5.5.4 |
| rmAllBladeFWBuildIDs mandatory Remove all Build ID entries from the Build ID List.
NOTE: Value returned for the GET command is meaningless for this MIB object. | scalar | Enumeration | .1.3.6.1.4.1.2.3.51.2.2.21.5.5.5 |
| buildIDFileName mandatory File name of the Build ID list that will be used in import function. | scalar | OctetString | .1.3.6.1.4.1.2.3.51.2.2.21.5.5.6 |
| buildIDtftpIP mandatory If importing/exporting via the legacy method using a tftp server, then
set the IP address or host name of the TFTP server where
the firmware file resides. The address must be ente… | scalar | OctetString | .1.3.6.1.4.1.2.3.51.2.2.21.5.5.8 |
| importBladeFWBuildIDs mandatory Import one Build ID List set by the buildIDFilename from a specific location
set by buildIDServer. | scalar | Enumeration | .1.3.6.1.4.1.2.3.51.2.2.21.5.5.9 |