All MIBs › IBM-BCCUSTOM-MIB › systemFileCmdFilename
systemFileCmdFilename
Module: IBM-BCCUSTOM-MIB
OID (symbolic): IBM-BCCUSTOM-MIB::systemFileCmdFilename
OID (numeric): 1.3.6.1.4.1.2.6.215.4.2.2
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description: The system file name and category of the file set by AMM that the I/O Module must use to perform an operation on the file. The string format of this command is defined: 1366 File-Name: %s\n, Category: %s\n\0 File-Name: The file name of the file i.e service.log, new_config.cfg Category: The system file must be one of the categories defined in the MIB Object systemFileInformation.
The format of this string is very important and must be strictly followed. The string is made up of many parts of text information. Each part has the format of the form Token: information_string\n,. Each part consists of a token followed by token information. The end of each part is marked by a new line character, and a comma or a null character.1433 The total length of the string cannot exceed 256 octets.
What is systemFileCmdFilename?
A deprecated object used to specify, in the format "File-Name: %s, Category: %s", which system file and category the management module wants the I/O module to act on (e.g. retrieve or write). Superseded in favor of newer file-command objects but kept for compatibility.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.6.215.4.2.2 snmpwalk -v2c -c public <target> IBM-BCCUSTOM-MIB::systemFileCmdFilename
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.6.215.4.2.2.1 snmpget -v2c -c public <target> IBM-BCCUSTOM-MIB::systemFileCmdFilename.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2.6.215.4.2.2.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> systemFileCmdFilename.1
Start monitoring IBM-branded Brocade SAN/Fibre Channel switch (Pharos embedded platform) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the IBM-BCCUSTOM-MIB::systemFileCmdFilename OID value, configure state conditions and alerts, and monitor any IBM-branded Brocade SAN/Fibre Channel switch (Pharos embedded platform) from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.2 | ibm | BLADE-MIB |
| 1.3.6.1.4.1.2.6 | ibmProd | IBM-6611-APPN-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2.6.215 | bcCustom | IBM-BCCUSTOM-MIB |
| 1.3.6.1.4.1.2.6.215.4 | files | IBM-BCCUSTOM-MIB |
| 1.3.6.1.4.1.2.6.215.4.2 | systemFileCmd | IBM-BCCUSTOM-MIB |
| 1.3.6.1.4.1.2.6.215.4.2.2 | systemFileCmdFilename | IBM-BCCUSTOM-MIB |