SHE-PM-DR-MIB: View SNMP OID List / Download MIB
VENDOR: SIEMENS
Home | MIB: SHE-PM-DR-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 |
shePmDrMib | 1.3.6.1.4.1.231.7.1.2.1.30 |
The MIB module describes managed objects that support PM Data Retrieval (PM-DR) through FTP. |
||
shePmDrInfo | 1.3.6.1.4.1.231.7.1.2.1.30.1 | |||
shePmDrParameters | 1.3.6.1.4.1.231.7.1.2.1.30.1.1 | |||
shePmDrRootDir | 1.3.6.1.4.1.231.7.1.2.1.30.1.1.1 | snmpadminstring | read-only |
The root directory name on FTP server that stores the PM data of this DSLAM. It is the relative path to the ftproot, eg. 'hix5635/v1.5' The directory structure looks like: ftproot <-- the upmost ftp root |- %RootDir% <-- this value, specifies the DSLAM | |- performance <-- all PM data saved under this directory | | |- cpuram <-- stores CPU RAM data | | | |- |
shePmDrFtpIp | 1.3.6.1.4.1.231.7.1.2.1.30.1.1.2 | ipaddress | read-only |
FTP server's IP address. |
shePmDrFtpUser | 1.3.6.1.4.1.231.7.1.2.1.30.1.1.3 | snmpadminstring | read-only |
FTP user name. Write permission is required for this user. |
shePmDrFtpPassword | 1.3.6.1.4.1.231.7.1.2.1.30.1.1.4 | octet string | read-only |
FTP server access password. To protect the password, the string of this object in the GetResponse PDU is encrypted. |
shePmDrUploadInterval | 1.3.6.1.4.1.231.7.1.2.1.30.1.1.5 | integer | read-only |
The interval that PM data is uploaded to FTP server. It increases with step of 15 minutes. The minimum value 1 means 15 minutes, while the maximum value 96 means the max interval is 24 hours. |
shePmDrUploadEnabled | 1.3.6.1.4.1.231.7.1.2.1.30.1.1.6 | truthvalue | read-only |
Whether the FTP upload process is enabled. |
shePmDrControl | 1.3.6.1.4.1.231.7.1.2.1.30.1.2 | |||
shePmDrControlRequest | 1.3.6.1.4.1.231.7.1.2.1.30.1.2.1 | shepmdrcontrolrequesttype | read-write |
Command (setUploadParameters) to configure the PM Data Retrieval upload parameters. It must be the last member in the varBindList of the SNMP set request. The parameters of this command are: shePmDrControlRootDir shePmDrControlFtpIp shePmDrControlFtpUser shePmDrControlFtpPassword shePmDrControlUploadInterval shePmDrControlUploadEnabled They are optional in the varBindList of set PDU, but at least one of them should be there. Notifications: shePmDrControlResult at the command ending in case of long running command. The long running command refers to the case that shePmDrUploadEnabled is changed from disable to enable. NE will verify the FTP connection at the enabling moment. Besides, the RootDir and four subdirs are created if they do not exist yet. EM should GET shePmDrControlReqResult when the Response of the SET PDU is received, and the error status is noError. If the value of shePmDrControlReqResult is comExecStarted(30), which means the SET operation is a long running command, EM must issue another GET operation on shePmDrControlTimer. A timer should start on EM with the expire time equals to the value of shePmDrControlTimer. The shePmDrControlResult trap is expected to reach EM within the specified time. When the trap is received by EM, EM can optionally GET shePmDrControlReqResult, shePmDrControlStatus, and shePmDrControlTimeStamp. |
shePmDrControlStatus | 1.3.6.1.4.1.231.7.1.2.1.30.1.2.2 | shecontrolstatustype | read-only |
The status of a control request. |
shePmDrControlTimer | 1.3.6.1.4.1.231.7.1.2.1.30.1.2.3 | unsigned32 | read-only |
The maximum wait time for the manager for command ending. For long running commands. The manager reads this value from the SHE. |
shePmDrControlReqResult | 1.3.6.1.4.1.231.7.1.2.1.30.1.2.4 | shepmdrcontrolrequestresulttype | read-only |
The result of the last user command. |
shePmDrControlTimeStamp | 1.3.6.1.4.1.231.7.1.2.1.30.1.2.5 | unsigned32 | read-only |
The time stamp of the last command (end of command). |
shePmDrControlRootDir | 1.3.6.1.4.1.231.7.1.2.1.30.1.2.6 | snmpadminstring | read-write |
The root directory name on FTP server that stores the PM data of this DSLAM. Change the value of shePmDrRootDir. |
shePmDrControlFtpIp | 1.3.6.1.4.1.231.7.1.2.1.30.1.2.7 | ipaddress | read-write |
FTP server's IP address. Change the value of shePmDrFtpIp. |
shePmDrControlFtpUser | 1.3.6.1.4.1.231.7.1.2.1.30.1.2.8 | snmpadminstring | read-write |
FTP user name. Change the value of shePmDrFtpUser. |
shePmDrControlFtpPassword | 1.3.6.1.4.1.231.7.1.2.1.30.1.2.9 | octet string | read-write |
FTP server access password. To protect the password, the string of this object in the GetResponse PDU is encrypted. |
shePmDrControlUploadInterval | 1.3.6.1.4.1.231.7.1.2.1.30.1.2.10 | integer | read-write |
The interval that PM data is uploaded to FTP server. Change the value of shePmDrUploadInterval. |
shePmDrControlUploadEnabled | 1.3.6.1.4.1.231.7.1.2.1.30.1.2.11 | truthvalue | read-write |
Whether the FTP upload process is enabled. Change the value of shePmDrUploadEnabled. If the shePmDrUploadEnabled is changed from disable to enable, FTP connection will be verified at the enabling moment. Besides, the RootDir and four subdirs are created if they do not exist yet. The command in this case is a long running command. shePmDrControlResult trap will be sent to EM to notify the command result. |
shePmDrUploadInfo | 1.3.6.1.4.1.231.7.1.2.1.30.1.3 | |||
shePmDrLastUploadStatus | 1.3.6.1.4.1.231.7.1.2.1.30.1.3.1 | shepmdruploadstatustype | read-only |
The status of last FTP upload operation. It could be uploadSuccess(1) or uploadFail(2). |
shePmDrLastUploadTimeStamp | 1.3.6.1.4.1.231.7.1.2.1.30.1.3.2 | timeticks | read-only |
The time stamp of the last FTP upload operation (end of operation). |
shePmDrLastUploadFileName | 1.3.6.1.4.1.231.7.1.2.1.30.1.3.3 | snmpadminstring | read-only |
The file name of last FTP upload operation. |
shePmDrLastUploadErrorString | 1.3.6.1.4.1.231.7.1.2.1.30.1.3.4 | snmpadminstring | read-only |
The text that describes the FTP upload failure. If upload succeeded, this string is empty. |
shePmDrNotifications | 1.3.6.1.4.1.231.7.1.2.1.30.2 | |||
shePmDrEvents | 1.3.6.1.4.1.231.7.1.2.1.30.2.1 | |||
shePmDrControlResult | 1.3.6.1.4.1.231.7.1.2.1.30.2.1.1 |
Notification sent at the end of long running command. The possible values of shePmDrControlReqResult are: wrongIpAddress(2), -- IP address of FTP servre is incorrect wrongUserPassword(3), -- The user name or password is wrong permissionDenied(4), -- The user name has no permission to create dir/file commandSucceeded(37) |
||
shePmDrUploadFailed | 1.3.6.1.4.1.231.7.1.2.1.30.2.1.2 |
Indicates that an FTP upload failure occurred. |
||
shePmDrMibConformance | 1.3.6.1.4.1.231.7.1.2.1.30.100 | |||
shePmDrMibCompliances | 1.3.6.1.4.1.231.7.1.2.1.30.100.1 | |||
shePmDrMibCompliance | 1.3.6.1.4.1.231.7.1.2.1.30.100.1.1 |
Description. |
||
shePmDrMibGroups | 1.3.6.1.4.1.231.7.1.2.1.30.100.2 | |||
shePmDrMibGroup | 1.3.6.1.4.1.231.7.1.2.1.30.100.2.1 |
Description. |
||
shePmDrMibControlGroup | 1.3.6.1.4.1.231.7.1.2.1.30.100.2.2 |
Description. |
||
shePmDrMibNotificationGroup | 1.3.6.1.4.1.231.7.1.2.1.30.100.2.3 |
Description. |