fsIssuMaintenanceMode
ARICENT-ISSU-MIB ·
.1.3.6.1.4.1.29601.2.103.1.1
Object
This object allows the system to enter into maintenance mode or exit from maintenance
mode.
When this object is set as 'TRUE' it triggers the system to enter into
maintenance mode in which In-Service Software Upgrade (ISSU) can be
carried out.
During this mode,
--> Management configuration to the system other than ISSU related
commands/objects are not allowed.
--> Hardware MAC table is frozen.
--> Protocols are maintained in the same state.
--> New programming to hardware will not be allowed.
When this object is set as 'FALSE' it triggers the system to exit from the
maintenance mode to restore normal system operations.
Context
- MIB
- ARICENT-ISSU-MIB
- OID
.1.3.6.1.4.1.29601.2.103.1.1- 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::fsIssuMaintenanceMode.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::fsIssuMaintenanceMode'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |