extremeInstallImagePartition
EXTREME-SYSTEM-MIB ·
.1.3.6.1.4.1.1916.1.1.1.44.1.4
Object
column r/w
Enumeration
Specifies which partition the image should be saved
to: primary or secondary. Select primary to save the
image to the primary partition and secondary to save
the image to the secondary partition.
Note: Beginning with ExtremeXOS 12.1, an ExtremeXOS core
image must be installed on the alternate (nonactive)
partition. If a user tries to install on an active partition,
the error message [Error: Image can only be installed
to the non-active partition.] is displayed.
Context
- MIB
- EXTREME-SYSTEM-MIB
- OID
.1.3.6.1.4.1.1916.1.1.1.44.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- extremeInstallImageEntry
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 'EXTREME-SYSTEM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-SYSTEM-MIB::extremeInstallImagePartition'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-SYSTEM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-SYSTEM-MIB::extremeInstallImagePartition.<extremeInstallImageSlotId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-SYSTEM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-SYSTEM-MIB::extremeInstallImagePartition'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | primary |
2 | secondary |