All MIBs › FOUNDRY-SN-AGENT-MIB › brcdSwPackageUpgradeSkipVersionCheck
brcdSwPackageUpgradeSkipVersionCheck
Module: FOUNDRY-SN-AGENT-MIB
OID (symbolic): FOUNDRY-SN-AGENT-MIB::brcdSwPackageUpgradeSkipVersionCheck
OID (numeric): 1.3.6.1.4.1.1991.1.1.2.16.1.1.6
Node type: OBJECT-TYPE
Type: TruthValue
Access: read-write
Description:
To skip the version comparison of the FPGA images. By default it performs the version comparison between the image version in the manifest file and the one installed in in the system. Setting to 'true' forces the system to upgrade the images by skipping the version check. This object must be set along with brcdSwPackageLoad. For a read operation, this will always return false(2).
What is brcdSwPackageUpgradeSkipVersionCheck?
This read-write control object, when set to true, bypasses version compatibility checking during FPGA image upgrades, forcing the system to install images even if their versions differ from currently installed images. For read operations it always returns false(2) for security. An operator uses this during emergency firmware updates or when working with support to override safety checks, but should do so carefully to avoid incompatible image combinations.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1991.1.1.2.16.1.1.6 snmpwalk -v2c -c public <target> FOUNDRY-SN-AGENT-MIB::brcdSwPackageUpgradeSkipVersionCheck
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1991.1.1.2.16.1.1.6.1 snmpget -v2c -c public <target> FOUNDRY-SN-AGENT-MIB::brcdSwPackageUpgradeSkipVersionCheck.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.1991.1.1.2.16.1.1.6.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> brcdSwPackageUpgradeSkipVersionCheck.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.1991 | foundry | FOUNDRY-SN-ROOT-MIB |
| 1.3.6.1.4.1.1991.1 | products | FOUNDRY-SN-ROOT-MIB |
| 1.3.6.1.4.1.1991.1.1 | switch | FOUNDRY-SN-ROOT-MIB |
| 1.3.6.1.4.1.1991.1.1.2 | snAgentSys | FOUNDRY-SN-ROOT-MIB |
| 1.3.6.1.4.1.1991.1.1.2.16 | brcdSw | FOUNDRY-SN-AGENT-MIB |
| 1.3.6.1.4.1.1991.1.1.2.16.1 | brcdSwPackageGroup | FOUNDRY-SN-AGENT-MIB |
| 1.3.6.1.4.1.1991.1.1.2.16.1.1 | brcdSwPackageUpgrade | FOUNDRY-SN-AGENT-MIB |
| 1.3.6.1.4.1.1991.1.1.2.16.1.1.6 | brcdSwPackageUpgradeSkipVersionCheck | FOUNDRY-SN-AGENT-MIB |