agentBscSwFileBootUpImage
AGENT-GENERAL-MIB ·
.1.3.6.1.4.1.171.12.1.2.1.1.13
Object
The result of the download will depend on whether the boot_up option is specified.
Case 1: In the case where the master unit provides the file system and the slave unit does
not provide the file system, when boot_up is specified, the file will be downloaded
to the boot_up image on the slave. If boot_up is not specified, then the file will
not be downloaded to this slave unit.
Case 2: In the case where the master unit does not provide the file system and the slave unit
provides the file system, when boot_up is specified, the file will be downloaded to
the boot_up image on the slave unit. If boot_up is not specified, the file will
not be downloaded to this slave unit.
Case 3: In the case where the master unit and the slave unit both support or do not support
the file system, the file will be downloaded to the specified file on the slave unit.
If boot_up is specified, the downloaded file will be assigned as the boot_up image.
True: boot_up option is specified.
False: boot_up option is not specified.
Context
- MIB
- AGENT-GENERAL-MIB
- OID
.1.3.6.1.4.1.171.12.1.2.1.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentBscSwFileEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'AGENT-GENERAL-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AGENT-GENERAL-MIB::agentBscSwFileBootUpImage'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AGENT-GENERAL-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AGENT-GENERAL-MIB::agentBscSwFileBootUpImage.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AGENT-GENERAL-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AGENT-GENERAL-MIB::agentBscSwFileBootUpImage'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |