SHE-PM-DR-MIB

File: SHE-PM-DR-MIB.mib (14393 bytes)

Imported modules

AN-MIB SHE-TC-MIB SNMP-FRAMEWORK-MIB
SNMPv2-CONF SNMPv2-SMI SNMPv2-TC

Imported symbols

she SheControlStatusType SnmpAdminString
OBJECT-GROUP MODULE-COMPLIANCE NOTIFICATION-GROUP
TimeTicks IpAddress Unsigned32
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
TruthValue

Defined Types

ShePmDrControlRequestType  
INTEGER noRequest(1), setUploadParameters(2)    

ShePmDrControlRequestResultType  
INTEGER noRequest(1), wrongIpAddress(2), wrongUserPassword(3), permissionDenied(4), comExecStarted(30), paramFaulty(31), requestBusy(32), setDataFailed(34), aswTimeout(35), commandFailed(36), commandSucceeded(37)    

ShePmDrUploadStatusType  
INTEGER uploadSuccess(1), uploadFail(2)    

Defined Values

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.
MODULE-IDENTITY    

shePmDrInfo 1.3.6.1.4.1.231.7.1.2.1.30.1
OBJECT IDENTIFIER    

shePmDrParameters 1.3.6.1.4.1.231.7.1.2.1.30.1.1
OBJECT IDENTIFIER    

shePmDrRootDir 1.3.6.1.4.1.231.7.1.2.1.30.1.1.1
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 | | | |- <-- data files | | |- suport <-- stores data for SU ports | | |- uplink <-- stores data for uplink ports | | |- periodically <-- stores periodical data
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

shePmDrFtpIp 1.3.6.1.4.1.231.7.1.2.1.30.1.1.2
FTP server's IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

shePmDrFtpUser 1.3.6.1.4.1.231.7.1.2.1.30.1.1.3
FTP user name. Write permission is required for this user.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

shePmDrFtpPassword 1.3.6.1.4.1.231.7.1.2.1.30.1.1.4
FTP server access password. To protect the password, the string of this object in the GetResponse PDU is encrypted.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

shePmDrUploadInterval 1.3.6.1.4.1.231.7.1.2.1.30.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..96  

shePmDrUploadEnabled 1.3.6.1.4.1.231.7.1.2.1.30.1.1.6
Whether the FTP upload process is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

shePmDrControl 1.3.6.1.4.1.231.7.1.2.1.30.1.2
OBJECT IDENTIFIER    

shePmDrControlRequest 1.3.6.1.4.1.231.7.1.2.1.30.1.2.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  ShePmDrControlRequestType  

shePmDrControlStatus 1.3.6.1.4.1.231.7.1.2.1.30.1.2.2
The status of a control request.
Status: current Access: read-only
OBJECT-TYPE    
  SheControlStatusType  

shePmDrControlTimer 1.3.6.1.4.1.231.7.1.2.1.30.1.2.3
The maximum wait time for the manager for command ending. For long running commands. The manager reads this value from the SHE.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

shePmDrControlReqResult 1.3.6.1.4.1.231.7.1.2.1.30.1.2.4
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  ShePmDrControlRequestResultType  

shePmDrControlTimeStamp 1.3.6.1.4.1.231.7.1.2.1.30.1.2.5
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

shePmDrControlRootDir 1.3.6.1.4.1.231.7.1.2.1.30.1.2.6
The root directory name on FTP server that stores the PM data of this DSLAM. Change the value of shePmDrRootDir.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

shePmDrControlFtpIp 1.3.6.1.4.1.231.7.1.2.1.30.1.2.7
FTP server's IP address. Change the value of shePmDrFtpIp.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

shePmDrControlFtpUser 1.3.6.1.4.1.231.7.1.2.1.30.1.2.8
FTP user name. Change the value of shePmDrFtpUser.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

shePmDrControlFtpPassword 1.3.6.1.4.1.231.7.1.2.1.30.1.2.9
FTP server access password. To protect the password, the string of this object in the GetResponse PDU is encrypted.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

shePmDrControlUploadInterval 1.3.6.1.4.1.231.7.1.2.1.30.1.2.10
The interval that PM data is uploaded to FTP server. Change the value of shePmDrUploadInterval.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..96  

shePmDrControlUploadEnabled 1.3.6.1.4.1.231.7.1.2.1.30.1.2.11
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

shePmDrUploadInfo 1.3.6.1.4.1.231.7.1.2.1.30.1.3
OBJECT IDENTIFIER    

shePmDrLastUploadStatus 1.3.6.1.4.1.231.7.1.2.1.30.1.3.1
The status of last FTP upload operation. It could be uploadSuccess(1) or uploadFail(2).
Status: current Access: read-only
OBJECT-TYPE    
  ShePmDrUploadStatusType  

shePmDrLastUploadTimeStamp 1.3.6.1.4.1.231.7.1.2.1.30.1.3.2
The time stamp of the last FTP upload operation (end of operation).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

shePmDrLastUploadFileName 1.3.6.1.4.1.231.7.1.2.1.30.1.3.3
The file name of last FTP upload operation.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

shePmDrLastUploadErrorString 1.3.6.1.4.1.231.7.1.2.1.30.1.3.4
The text that describes the FTP upload failure. If upload succeeded, this string is empty.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

shePmDrNotifications 1.3.6.1.4.1.231.7.1.2.1.30.2
OBJECT IDENTIFIER    

shePmDrEvents 1.3.6.1.4.1.231.7.1.2.1.30.2.1
OBJECT IDENTIFIER    

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)
Status: current Access: read-only
NOTIFICATION-TYPE    

shePmDrUploadFailed 1.3.6.1.4.1.231.7.1.2.1.30.2.1.2
Indicates that an FTP upload failure occurred.
Status: current Access: read-only
NOTIFICATION-TYPE    

shePmDrMibConformance 1.3.6.1.4.1.231.7.1.2.1.30.100
OBJECT IDENTIFIER    

shePmDrMibCompliances 1.3.6.1.4.1.231.7.1.2.1.30.100.1
OBJECT IDENTIFIER    

shePmDrMibCompliance 1.3.6.1.4.1.231.7.1.2.1.30.100.1.1
Description.
Status: current Access: read-only
MODULE-COMPLIANCE    

shePmDrMibGroups 1.3.6.1.4.1.231.7.1.2.1.30.100.2
OBJECT IDENTIFIER    

shePmDrMibGroup 1.3.6.1.4.1.231.7.1.2.1.30.100.2.1
Description.
Status: current Access: read-only
OBJECT-GROUP    

shePmDrMibControlGroup 1.3.6.1.4.1.231.7.1.2.1.30.100.2.2
Description.
Status: current Access: read-only
OBJECT-GROUP    

shePmDrMibNotificationGroup 1.3.6.1.4.1.231.7.1.2.1.30.100.2.3
Description.
Status: current Access: read-only
NOTIFICATION-GROUP