All MIBs › ADVA-MIB › swDbFilePgmType
swDbFilePgmType
Module: ADVA-MIB
OID (symbolic): ADVA-MIB::swDbFilePgmType
OID (numeric): 1.3.6.1.4.1.2544.2.5.6.1.1.1.11
Node type: OBJECT-TYPE
Type: PgmType
Access: read-only
Description:
Program Type
What is swDbFilePgmType?
This OID returns an enumerated value classifying the program type (bootloader, kernel, driver, application, or utility). Different program types require specific upgrade sequences and validation checks, so monitoring this prevents installation errors and system instability. Example value: 1 indicates bootloader, 2 indicates kernel, 3 indicates driver.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2544.2.5.6.1.1.1.11 snmpwalk -v2c -c public <target> ADVA-MIB::swDbFilePgmType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2544.2.5.6.1.1.1.11.1 snmpget -v2c -c public <target> ADVA-MIB::swDbFilePgmType.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> swDbFilePgmType.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.2544 | advaMIB | ADVA-MIB |
| 1.3.6.1.4.1.2544.2 | common | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.5 | config | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.5.6 | updateBackupRestoreMib | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.5.6.1 | swAdmin | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.5.6.1.1 | swDbFileTable | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.5.6.1.1.1 | swDbFileEntry | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.5.6.1.1.1.11 | swDbFilePgmType | ADVA-MIB |