zxr10CLIConfigSaveFailedReason
ZXR10-CLI-MIB ·
.1.3.6.1.4.1.3902.3.6000.52.1.2.4
Object
scalar CLISaveConfigFailedReason
The saving configuration operation failed reason. After saving configuration finished for five minutes, the reason will be noError.
Context
- MIB
- ZXR10-CLI-MIB
- OID
.1.3.6.1.4.1.3902.3.6000.52.1.2.4- Type
- scalar
- Access
- readonly
- Status
- current
- Default
noError- 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::zxr10CLIConfigSaveFailedReason.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::zxr10CLIConfigSaveFailedReason'
Syntax
- Source
- CLISaveConfigFailedReason
- Base type
Enumeration
Type Description
The reason of a saving configuration operation failed.
The description of each reason is given below:
noError: this status signifies that saving
configuration operation is never done, or
the reason data has been aging.
commonError: this status signifies that the common error
happened during saving configuration operation.
openFileFailed: opening configuration file failed.
writeFileFailed: writing configuration file failed.
queryConflict: the configuration is changed during saving.
invalidFileName: the saving configuration file name
is invalid.
pathForbidden: the path of saving configuration file
is forbidden for write.
invalidPathLevel: the path is deeper than 10 levels.
createDirectoryFailed: creating destination directory failed.
moduleUnloaded: the module has been unloaded
during the execution.
Values & Constraints
Type Values
1 | noError |
2 | commonError |
3 | openFileFailed |
4 | writeFileFailed |
5 | queryConfilict |
6 | invalidFileName |
7 | pathForbidden |
8 | invalidPathLevel |
9 | createDirectoryFailed |
10 | moduleUnloaded |