zxr10CLIConfigSaveStatus
ZXR10-CLI-MIB ·
.1.3.6.1.4.1.3902.3.6000.52.1.2.1
Object
The node is used to save configuration, and is used as the status of a saving configuration operation. After saving configuration finished for five minutes, status data will be idle.
Context
- MIB
- ZXR10-CLI-MIB
- OID
.1.3.6.1.4.1.3902.3.6000.52.1.2.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Default
idle- Parent
- zxr10CLIConfigSaveGlobalObjects
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 'ZXR10-CLI-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-CLI-MIB::zxr10CLIConfigSaveStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXR10-CLI-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXR10-CLI-MIB::zxr10CLIConfigSaveStatus'
Syntax
- Source
- CLISaveConfigStatus
- Base type
Enumeration
Type Description
The CLISaveConfigStatus textual convention is
used to save configuration, and is used as
the status of a saving configuration operation.
After saving configuration finished for five minutes,
status data will be aging.
The description of each status is given below:
doWrite: this value is supplied to save configuration.
This value may be written, but is never be read.
idle: this status signifies that saving
configuration operation is never done, or
the status data has been aging.
This value may be read, but is never be written.
running: this status signifies that the saving
configuration operation is running.
This value may be read, but is never be written.
success: the status signifies that the saving
configuration operation is successfully completed.
This value may be read, but is never be written.
failed: the saving configuration operation is failed.
This value may be read, but is never be written.
Values & Constraints
Type Values
1 | doWrite |
2 | idle |
3 | running |
4 | success |
5 | failed |