fsIssuSoftwareCompatCheckInit
ARICENT-ISSU-MIB ·
.1.3.6.1.4.1.29601.2.103.1.7
Object
This object specifies the software compatibility check initiation control.
When this object is set as 'true', software compatibility
check will be initiated.
Before initiating the compatibility check the software version proposed to be
loaded has to be configured through object 'fsIssuSoftwareCompatForVersion'.
When compatibility check is initiated, ISS will check the proposed software
version - first in the compatibility file in the location configured in
'fsIssuSoftwareCompatFilePath'.If the proposed software version is present,
then that result will be 'compatible'.
If the above verification fails, then verification will be made in the
compatibility-matrix file of current running software (Present in one
of the flash banks).If the proposed software version is present in this file,
then the result will be 'compatible'.
Otherwise the proposed software is considered to be 'in-compatible'
with the current running software version.
After initiating the compatibility check, this object returns back to
'false' .
Context
- MIB
- ARICENT-ISSU-MIB
- OID
.1.3.6.1.4.1.29601.2.103.1.7- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- fsIssuSystem
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARICENT-ISSU-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-ISSU-MIB::fsIssuSoftwareCompatCheckInit.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-ISSU-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-ISSU-MIB::fsIssuSoftwareCompatCheckInit'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |