ZXR10-CLI-MIB: View SNMP OID List / Download MIB
VENDOR: ZHONGXING TELECOM CO.,LTD. (ABBR. ZTE)
Home | MIB: ZXR10-CLI-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
zte | 1.3.6.1.4.1.3902 | |||
zxr10 | 1.3.6.1.4.1.3902.3 | |||
zxr10RosngMIB | 1.3.6.1.4.1.3902.3.6000 | |||
zxr10CLIMIB | 1.3.6.1.4.1.3902.3.6000.52 | |||
zxr10CLIGlobalObjects | 1.3.6.1.4.1.3902.3.6000.52.1 | |||
zxr10CLIMultiUserConfig | 1.3.6.1.4.1.3902.3.6000.52.1.1 | integer | read-only |
True indicates multiple CLI users are permitted to enter configuration mode. False indicates they are prohibited. Enumeration: 'false': 2, 'true': 1. |
zxr10CLIConfigSaveGlobalObjects | 1.3.6.1.4.1.3902.3.6000.52.1.2 | |||
zxr10CLIConfigSaveStatus | 1.3.6.1.4.1.3902.3.6000.52.1.2.1 | clisaveconfigstatus | read-write |
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. |
zxr10CLIConfigSaveStartTime | 1.3.6.1.4.1.3902.3.6000.52.1.2.2 | dateandtime | read-only |
The starting time of saving configuration. After saving configuration operation finished for five minutes, starting time will be empty string. |
zxr10CLIConfigSaveEndTime | 1.3.6.1.4.1.3902.3.6000.52.1.2.3 | dateandtime | read-only |
The ending time of saving configuration. After saving configuration finished for five minutes, ending time will be empty string. |
zxr10CLIConfigSaveFailedReason | 1.3.6.1.4.1.3902.3.6000.52.1.2.4 | clisaveconfigfailedreason | read-only |
The saving configuration operation failed reason. After saving configuration finished for five minutes, the reason will be noError. |
zxr10CLIConfigSaveProgress | 1.3.6.1.4.1.3902.3.6000.52.1.2.5 | integer32 | read-only |
The progress of the saving configuration operation. After saving configuration finished for five minutes, the progress will be zero. |
zxr10CLIAutoSaveGlobalObjects | 1.3.6.1.4.1.3902.3.6000.52.1.3 | |||
zxr10CLIAutoSaveDelayInterval | 1.3.6.1.4.1.3902.3.6000.52.1.3.1 | integer32 | read-write |
The delay interval of automatic saving configuration when configuration data is changed. Another strategy is to save regularly every day. These two strategies are mutually exclusive. 0 indicates that the policy is closed. |
zxr10CLIAutoSaveEverydayTime | 1.3.6.1.4.1.3902.3.6000.52.1.3.2 | integer32 | read-write |
The time of automatic saving configuration time everyday. To convert a time HH:MM:SS into a value in units of seconds, the following algorithm should be used: value = HH * 3600 + MM * 60 + SS Another strategy is to save when configuration data is changed. These two strategies are mutually exclusive. 86400 indicates that the policy is closed. |
zxr10CLIAutoSaveCpuLimit | 1.3.6.1.4.1.3902.3.6000.52.1.3.3 | integer32 | read-write |
The CPU usage threshold of automatic saving configuration. Configuration will be saved immediately when CPU utilization not reach the threshold. Configuration will be not saved when the threshold is exceeded. After the interval, Check CPU utilization again. 0 indicates that it is not restricted by CPU utilization. |
zxr10CLIAutoSaveCpuLimitInterval | 1.3.6.1.4.1.3902.3.6000.52.1.3.4 | integer32 | read-write |
The time interval of automatic saving configuration when CPU utilization reaches to upper limit. If the interval is not configured, configuration is not saved when exceeds CPU utilization. 0 indicates that the interval does not take effect. |
zxr10StartrunGlobalObjects | 1.3.6.1.4.1.3902.3.6000.52.1.4 | |||
zxr10DownloadVrfName | 1.3.6.1.4.1.3902.3.6000.52.1.4.1 | displaystring | read-write |
VPN routing/forwarding instance (VRF). This node and zxr10DownloadDcn cannot be configured at the same time |
zxr10DownloadDcn | 1.3.6.1.4.1.3902.3.6000.52.1.4.2 | truthvalue | read-write |
A special VRF name. This node and zxr10DownloadVrfName cannot be configured at the same time |
zxr10DownloadType | 1.3.6.1.4.1.3902.3.6000.52.1.4.3 | integer | read-write |
The mode to download files. Three modes: local, FTP or SFTP. Users can choose one mode to download file one time. Enumeration: 'ftp': 2, 'local': 1, 'sftp': 3. |
zxr10DownloadServerIPv4Addr | 1.3.6.1.4.1.3902.3.6000.52.1.4.4 | ipaddress | read-write |
The IPv4 address of the FTP/STFP server from which to copy the configuration file. This object can not be used with zxr10DownloadServerIPv6Addr at the same time. Values of 0.0.0.0 or FF.FF.FF.FF for copyServerAddress are not allowed. |
zxr10DownloadServerIPv6Addr | 1.3.6.1.4.1.3902.3.6000.52.1.4.5 | ipv6address | read-write |
The IPv6 address of the FTP/STFP server from which to copy the configuration file. This object can not be used with zxr10DownloadServerIPv4Addr at the same time. |
zxr10DownloadServerListenPort | 1.3.6.1.4.1.3902.3.6000.52.1.4.6 | unsigned32 | read-write |
Listen port number of server. |
zxr10DownloadServerUsername | 1.3.6.1.4.1.3902.3.6000.52.1.4.7 | displaystring | read-write |
User name for downloading via FTP or SFTP protocol. This object must be created when the zxr10DownloadType is FTP or SFTP. |
zxr10DownloadServerPassword | 1.3.6.1.4.1.3902.3.6000.52.1.4.8 | displaystring | read-write |
User password for downloading via FTP or SFTP protocol. This object must be created when the zxr10DownloadType is FTP or SFTP. The value of zxr10DownloadServerPassword is masked with asterisks for security when displaying. |
zxr10DownloadFilePath | 1.3.6.1.4.1.3902.3.6000.52.1.4.9 | displaystring | read-write |
The destination file name (including the path, if applicable) of the file. This node must be created regardless of which way to download. |
zxr10DownloadState | 1.3.6.1.4.1.3902.3.6000.52.1.4.10 | integer | read-only |
The status of file download. The description of each status is given below: idle: there is no downloading request. running: files is downloading. success: file downloading is completed and successful. failure: download request is failure. Enumeration: 'failure': 4, 'idle': 1, 'running': 2, 'success': 3. |
zxr10DownloadFailureCause | 1.3.6.1.4.1.3902.3.6000.52.1.4.11 | integer | read-only |
The cause of file download failure. The description of each failure is given below: noError: file is downloading or download successfully. invalidFile: file name is invalid. directError: the operation to the directory/file is forbidden or directory/file is error. ftpNoResponse: can not recieve response from FTP. sftpNoResponse: can not recieve response from SFTP. noSuchFileOrDirect: no such file(s) or directory(s). ftpTransmitFail: fail to transmit file by FTP server. directCreateFail: fail to create directory. otherTerminalRunning: copy-config is running in other terminal. batchCommandRunning: batch command is running in other terminal. copyFileFail: fail to copy file. disconnect: can not connect FTP/SFTP server. ftpServerDown: FTP server can not provide services. sftpServerDown: SFTP server can not provide services. parameterError: parameter is incorrect. Enumeration: 'copyFileFail': 12, 'parameterError': 16, 'noSuchFileOrDirect': 3, 'ftpNoResponse': 5, 'ftpTransmitFail': 4, 'requestSftpFail': 7, 'invalidFile': 1, 'sftpNoResponse': 6, 'noError': 255, 'directCreateFail': 9, 'commonError': 8, 'ftpServerDown': 14, 'otherTerminalRunning': 10, 'disconnect': 13, 'sftpServerDown': 15, 'batchCommandRunning': 11, 'directError': 2. |
zxr10DownloadStartTime | 1.3.6.1.4.1.3902.3.6000.52.1.4.12 | dateandtime | read-only |
Specifies the time the download last transitioned to running, or 0 if the state has never transitioned to running. |
zxr10DownloadEndTime | 1.3.6.1.4.1.3902.3.6000.52.1.4.13 | dateandtime | read-only |
End time of downloading file. |
zxr10CLIStartrunMd5sum | 1.3.6.1.4.1.3902.3.6000.52.1.5 | displaystring | read-only |
The md5sum of startrun. If there is a startrun.dat on device, can get a hex string. Otherwise, return zero-length string. |