SHE-TSSM-MIB

File: SHE-TSSM-MIB.mib (38488 bytes)

Imported modules

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

Imported symbols

she ifIndex SheControlStatusType
SnmpAdminString OBJECT-GROUP MODULE-COMPLIANCE
NOTIFICATION-GROUP TimeTicks IpAddress
Integer32 Unsigned32 Gauge32
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
TruthValue DateAndTime

Defined Types

SheTssmMissTargetRateCriteriaType  
INTEGER missUpOrDownTargetRate(1), missUpTargetRate(2), missDownTargetRate(3)    

SheTssmControlRequestType  
INTEGER noRequest(1), setTssmGlobalParameters(2), setTssmPortParameters(3)    

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

SheTssmUploadStatusType  
INTEGER uploadSuccess(1), uploadFail(2)    

SheTssmThresholdUnitType  
INTEGER kbps(1), percentage(2)    

SheTssmConfigType  
INTEGER configAlarmOnly(1), configThresholdOnly(2), configBoth(3)    

SheTssmConfigRange  
INTEGER system(1), module(2), port(3)    

SheTssmPortEntry  
SEQUENCE    
  sheTssmPortTrapEnabled TruthValue
  sheTssmPortThresholdUnit SheTssmThresholdUnitType
  sheTssmPortThresholdRateDownKbps Gauge32
  sheTssmPortThresholdRateUpKbps Gauge32
  sheTssmPortThresholdRateDownRatio INTEGER
  sheTssmPortThresholdRateUpRatio INTEGER

SheTssmLastLinkUpLogEntry  
SEQUENCE    
  sheTssmLastLinkUpLogLinkTime DateAndTime
  sheTssmLastLinkUpLogAtucTxRate Gauge32
  sheTssmLastLinkUpLogAturTxRate Gauge32
  sheTssmLastLinkUpLogAtucSnrMgn INTEGER
  sheTssmLastLinkUpLogAturSnrMgn INTEGER
  sheTssmLastLinkUpLogAtucAtn Gauge32
  sheTssmLastLinkUpLogAturAtn Gauge32
  sheTssmLastLinkUpLogAtucAttainableRate Gauge32
  sheTssmLastLinkUpLogAturAttainableRate Gauge32
  sheTssmLastLinkUpLogAtucTxRateThreshold Gauge32
  sheTssmLastLinkUpLogAturTxRateThreshold Gauge32
  sheTssmLastLinkUpLogAtucChanInterleaveDelay Gauge32
  sheTssmLastLinkUpLogAturChanInterleaveDelay Gauge32
  sheTssmLastLinkUpLogAtucTargetSnrMgn INTEGER
  sheTssmLastLinkUpLogAturTargetSnrMgn INTEGER
  sheTssmLastLinkUpLogConfiguredRateDown Unsigned32
  sheTssmLastLinkUpLogConfiguredRateUp Unsigned32

SheTssmLastLinkDownLogEntry  
SEQUENCE    
  sheTssmLastLinkDownLogLinkTime DateAndTime

Defined Values

sheTssmMib 1.3.6.1.4.1.231.7.1.2.1.34
The MIB module describes managed objects that support Training Speed Statistical Monitoring (TSSM) feature.
MODULE-IDENTITY    

sheTssmInfo 1.3.6.1.4.1.231.7.1.2.1.34.1
OBJECT IDENTIFIER    

sheTssmParameters 1.3.6.1.4.1.231.7.1.2.1.34.1.1
OBJECT IDENTIFIER    

sheTssmFtpRootDir 1.3.6.1.4.1.231.7.1.2.1.34.1.1.1
The root directory name on FTP server that stores the TSSM data of this DSLAM. It is the relative path to the ftproot, eg. 'hix5635/v1.5/dslam1/tssm' The directory structure looks like: ftproot <-- the upmost ftp root |- %FtpRootDir% <-- this value, specifies the DSLAM
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

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

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

sheTssmFtpPassword 1.3.6.1.4.1.231.7.1.2.1.34.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)  

sheTssmUploadInterval 1.3.6.1.4.1.231.7.1.2.1.34.1.1.5
The interval that TSSM data is uploaded to FTP server. It increases with step of 1 hour.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..24  

sheTssmUploadEnabled 1.3.6.1.4.1.231.7.1.2.1.34.1.1.6
Whether the NE should upload the log files to FTP server.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

sheTssmLogEnabled 1.3.6.1.4.1.231.7.1.2.1.34.1.1.7
Whether the NE should keep the log of link parameters.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

sheTssmMissTargetRateCriteria 1.3.6.1.4.1.231.7.1.2.1.34.1.1.8
The criteria of when the miss tartget rate trap should be sent.
Status: current Access: read-only
OBJECT-TYPE    
  SheTssmMissTargetRateCriteriaType  

sheTssmControl 1.3.6.1.4.1.231.7.1.2.1.34.1.2
OBJECT IDENTIFIER    

sheTssmControlRequest 1.3.6.1.4.1.231.7.1.2.1.34.1.2.1
Command (setTssmGlobalParameters) to configure the global TSSM parameters. It must be the last member in the varBindList of the SNMP set request. The parameters of this command are: sheTssmControlFtpRootDir sheTssmControlFtpIp sheTssmControlFtpUser sheTssmControlFtpPassword sheTssmControlUploadInterval sheTssmControlUploadEnabled sheTssmControlLogEnabled sheTssmControlMissTargetRateCriteria They are optional in the varBindList of set PDU, but at least one of them should be there. Notifications: sheTssmControlResult at the command ending in case of long running command. The long running command refers to the case that sheTssmUploadEnabled is changed from disable to enable. NE will verify the FTP connection at the enabling moment. Besides, the RootDir is created if it does not exist yet. EM should GET sheTssmControlReqResult when the Response of the SET PDU is received, and the error status is noError. If the value of sheTssmControlReqResult is comExecStarted(30), which means the SET operation is a long running command, EM must issue another GET operation on sheTssmControlTimer. A timer should start on EM with the expire time equals to the value of sheTssmControlTimer. The sheTssmControlResult trap is expected to reach EM within the specified time. When the trap is received by EM, EM can optionally GET sheTssmControlReqResult, sheTssmControlStatus, and sheTssmControlTimeStamp.
Status: current Access: read-write
OBJECT-TYPE    
  SheTssmControlRequestType  

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

sheTssmControlTimer 1.3.6.1.4.1.231.7.1.2.1.34.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  

sheTssmControlReqResult 1.3.6.1.4.1.231.7.1.2.1.34.1.2.4
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SheTssmControlRequestResultType  

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

sheTssmControlFtpRootDir 1.3.6.1.4.1.231.7.1.2.1.34.1.2.6
The root directory name on FTP server that stores the TSSM data of this DSLAM. Change the value of sheTssmFtpRootDir.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

sheTssmControlFtpIp 1.3.6.1.4.1.231.7.1.2.1.34.1.2.7
FTP server's IP address. Change the value of sheTssmFtpIp.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sheTssmControlFtpUser 1.3.6.1.4.1.231.7.1.2.1.34.1.2.8
FTP user name. Change the value of sheTssmFtpUser.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

sheTssmControlFtpPassword 1.3.6.1.4.1.231.7.1.2.1.34.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)  

sheTssmControlUploadInterval 1.3.6.1.4.1.231.7.1.2.1.34.1.2.10
The interval that TSSM data is uploaded to FTP server. Change the value of sheTssmUploadInterval.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..24  

sheTssmControlUploadEnabled 1.3.6.1.4.1.231.7.1.2.1.34.1.2.11
Whether the FTP upload process is enabled. Change the value of sheTssmUploadEnabled. If the sheTssmUploadEnabled is changed from disable to enable, FTP connection will be verified at the enabling moment. Besides, the RootDir is created if it does not exist yet. The command in this case is a long running command. sheTssmControlResult trap will be sent to EM to notify the command result.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

sheTssmControlLogEnabled 1.3.6.1.4.1.231.7.1.2.1.34.1.2.12
Whether the NE should keep the log of link parameters. Change the value of sheTssmLogEnabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

sheTssmControlMissTargetRateCriteria 1.3.6.1.4.1.231.7.1.2.1.34.1.2.13
The criteria of when the miss tartget rate trap should be sent.
Status: current Access: read-write
OBJECT-TYPE    
  SheTssmMissTargetRateCriteriaType  

sheTssmUploadInfo 1.3.6.1.4.1.231.7.1.2.1.34.1.3
OBJECT IDENTIFIER    

sheTssmLastUploadStatus 1.3.6.1.4.1.231.7.1.2.1.34.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    
  SheTssmUploadStatusType  

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

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

sheTssmLastUploadErrorString 1.3.6.1.4.1.231.7.1.2.1.34.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  

sheTssmPortTable 1.3.6.1.4.1.231.7.1.2.1.34.1.4
This table contains configuration parameters for TSSM on each ADSL port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SheTssmPortEntry

sheTssmPortEntry 1.3.6.1.4.1.231.7.1.2.1.34.1.4.1
An entry in sheTssmPortTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SheTssmPortEntry  

sheTssmPortTrapEnabled 1.3.6.1.4.1.231.7.1.2.1.34.1.4.1.1
Indicates whether this ADSL port is allowed to send trap to EM. If the stable trained rate on this line is lower than the configured threshold, sheTssmMissTargetRateTrap will be sent to alarm EM. If at next linkup, the stable trained rate is higher than the configured threshold, another trap (sheTssmReachTargetRateTrap) will be sent to clear the last alarm.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

sheTssmPortThresholdUnit 1.3.6.1.4.1.231.7.1.2.1.34.1.4.1.2
Indicates what type of unit (kbps or percentage)is used to configure the TSSM threshold.
Status: current Access: read-only
OBJECT-TYPE    
  SheTssmThresholdUnitType  

sheTssmPortThresholdRateDownKbps 1.3.6.1.4.1.231.7.1.2.1.34.1.4.1.3
The configured threshold of downstream transmit rate on the channel. It is used only if sheTssmPortThresholdUnit is set to kbps(1).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 1..32736  

sheTssmPortThresholdRateUpKbps 1.3.6.1.4.1.231.7.1.2.1.34.1.4.1.4
The configured threshold of upstream transmit rate on the channel. It is used only if sheTssmPortThresholdUnit is set to kbps(1).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 1..32736  

sheTssmPortThresholdRateDownRatio 1.3.6.1.4.1.231.7.1.2.1.34.1.4.1.5
The configured threshold of downstream transmit rate on the channel. It is used only if sheTssmPortThresholdUnit is set to percentage(2).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

sheTssmPortThresholdRateUpRatio 1.3.6.1.4.1.231.7.1.2.1.34.1.4.1.6
The configured threshold of upstream transmit rate on the channel. It is used only if sheTssmPortThresholdUnit is set to percentage(2).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

sheTssmPortControl 1.3.6.1.4.1.231.7.1.2.1.34.1.5
OBJECT IDENTIFIER    

sheTssmPortControlRequest 1.3.6.1.4.1.231.7.1.2.1.34.1.5.1
Command to configure sheTssmPortTable (setTssmPortParameters). It must be the last member in the varBindList of the SNMP set request. The parameters of this command are: (must) sheTssmPortControlType sheTssmPortControlRange (the following parameters depend on the value of above two parameters) sheTssmPortControlIndex sheTssmPortControlTrapEnabled sheTssmPortControlThresholdUnit sheTssmPortControlThresholdRateDownKbps sheTssmPortControlThresholdRateUpKbps sheTssmPortControlThresholdRateDownRatio sheTssmPortControlThresholdRateUpRatio
Status: current Access: read-write
OBJECT-TYPE    
  SheTssmControlRequestType  

sheTssmPortControlStatus 1.3.6.1.4.1.231.7.1.2.1.34.1.5.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SheControlStatusType  

sheTssmPortControlTimer 1.3.6.1.4.1.231.7.1.2.1.34.1.5.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

sheTssmPortControlReqResult 1.3.6.1.4.1.231.7.1.2.1.34.1.5.4
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SheTssmControlRequestResultType  

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

sheTssmPortControlType 1.3.6.1.4.1.231.7.1.2.1.34.1.5.6
Indicates what parameters are configured in this command. It can be: configAlarmOnly(1): Only sheTssmPortControlTrapEnabled is configured to the specified ports. The threshold parametes are ignored. configThresholdOnly(2): Only configure the threshold parameters to specified ports. sheTssmPortControlTrapEnabled is ignored. configBoth(3): Configure both type of parameters.
Status: current Access: read-write
OBJECT-TYPE    
  SheTssmConfigType  

sheTssmPortControlRange 1.3.6.1.4.1.231.7.1.2.1.34.1.5.7
Indicates how to configure the TSSM parameters to ports. It can be: system(1): apply the parameters to all the ports in the whole DSLAM module(2): apply the parameters to all the ports on a module (board) port(3): apply the parameters to a specific port.
Status: current Access: read-write
OBJECT-TYPE    
  SheTssmConfigRange  

sheTssmPortControlIndex 1.3.6.1.4.1.231.7.1.2.1.34.1.5.8
Depends on the value of sheTssmPortControlRange, this object has different meaning: sheTssmPortControlRange sheTssmPortControlIndex ----------------------- ----------------------- system(1) N/A module(2) the entPhysIndex of card port(3) IfIndex of the configured adsl-interface
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sheTssmPortControlTrapEnabled 1.3.6.1.4.1.231.7.1.2.1.34.1.5.9
Indicates whether the specified ADSL port is allowed to send trap to EM. If the stable trained rate on this line is lower than the configured threshold, a trap will be sent to alarm EM. If at next linkup, the stable trained rate is higher than the configured threshold, another trap will be sent to clear the last alarm.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

sheTssmPortControlThresholdUnit 1.3.6.1.4.1.231.7.1.2.1.34.1.5.10
Indicates what type of unit is used to configure the TSSM threshold. It can be kbps(1), or percentage(2)
Status: current Access: read-write
OBJECT-TYPE    
  SheTssmThresholdUnitType  

sheTssmPortControlThresholdRateDownKbps 1.3.6.1.4.1.231.7.1.2.1.34.1.5.11
The configured threshold of downstream transmit rate on the channel. It is used only if sheTssmPortThresholdUnit is set to kbps(1).
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32 1..32736  

sheTssmPortControlThresholdRateUpKbps 1.3.6.1.4.1.231.7.1.2.1.34.1.5.12
The configured threshold of upstream transmit rate on the channel. It is used only if sheTssmPortThresholdUnit is set to kbps(1).
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32 1..32736  

sheTssmPortControlThresholdRateDownRatio 1.3.6.1.4.1.231.7.1.2.1.34.1.5.13
The configured threshold of downstream transmit rate on the channel. It is used only if sheTssmPortThresholdUnit is set to percentage(2).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

sheTssmPortControlThresholdRateUpRatio 1.3.6.1.4.1.231.7.1.2.1.34.1.5.14
The configured threshold of upstream transmit rate on the channel. It is used only if sheTssmPortThresholdUnit is set to percentage(2).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

sheTssmLastLinkUpLogTable 1.3.6.1.4.1.231.7.1.2.1.34.1.6
Each entry in this table contains the ADSL line parameters of a port for last link up.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SheTssmLastLinkUpLogEntry

sheTssmLastLinkUpLogEntry 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1
An entry in sheTssmLastLinkUpLogTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SheTssmLastLinkUpLogEntry  

sheTssmLastLinkUpLogLinkTime 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.1
The time when the link up happened last time on this port.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

sheTssmLastLinkUpLogAtucTxRate 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.2
The stable downstream transmit rate on the channel. It is the value of sheAdslAtucChanCurrTxRate when the link up is stable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 1..32736  

sheTssmLastLinkUpLogAturTxRate 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.3
The stable upstream transmit rate on the channel. It is the value of sheAdslAturChanCurrTxRate when the link up is stable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 1..32736  

sheTssmLastLinkUpLogAtucSnrMgn 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.4
Noise Margin as seen by this ATU with respect to its received signal in tenth dB. It is the value of sheAdslAtucPhysCurrSnrMgn when the link up is stable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER -640..640  

sheTssmLastLinkUpLogAturSnrMgn 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.5
Noise Margin as seen by this ATU with respect to its received signal in tenth dB. It is the value of sheAdslAturPhysCurrSnrMgn when the link up is stable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER -640..640  

sheTssmLastLinkUpLogAtucAtn 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.6
Measured difference in the total power transmitted by the peer ATU and the total power received by this ATU. It is the value of sheAdslAtucPhysCurrAtn when the link up is stable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..630  

sheTssmLastLinkUpLogAturAtn 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.7
Measured difference in the total power transmitted by the peer ATU and the total power received by this ATU. It is the value of sheAdslAturPhysCurrAtn when the link up is stable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..630  

sheTssmLastLinkUpLogAtucAttainableRate 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.8
Indicates the maximum attainable data rate by the ATU. It is the value of sheAdslAtucPhysCurrAttainableRate when the link up is stable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

sheTssmLastLinkUpLogAturAttainableRate 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.9
Indicates the maximum attainable data rate by the ATU. It is the value of sheAdslAturPhysCurrAttainableRate when the link up is stable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

sheTssmLastLinkUpLogAtucTxRateThreshold 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.10
The configured threshold of downstream transmit rate on the channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 1..32736  

sheTssmLastLinkUpLogAturTxRateThreshold 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.11
The configured threshold of upstream transmit rate on the channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 1..32736  

sheTssmLastLinkUpLogAtucChanInterleaveDelay 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.12
Interleave Delay for this channel. It is the value of sheAdslAtucChanInterleaveDelay when the link up is stable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

sheTssmLastLinkUpLogAturChanInterleaveDelay 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.13
Interleave Delay for this channel. It is the value of sheAdslAturChanInterleaveDelay when the link up is stable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

sheTssmLastLinkUpLogAtucTargetSnrMgn 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.14
Configured Target Signal/Noise Margin on this line. It is the value of sheAdslLineConfProfileAtucConfTargetSnrMgn when the link up is stable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..310  

sheTssmLastLinkUpLogAturTargetSnrMgn 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.15
Configured Target Signal/Noise Margin on this line. It is the value of sheAdslLineConfProfileAturConfTargetSnrMgn when the link up is stable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..310  

sheTssmLastLinkUpLogConfiguredRateDown 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.16
Configured downstream transmit rate for the channel on this line, in kbps. It is the value of sheAdslLineConfProfileAtucChanConfFastMaxTxRate or sheAdslLineConfProfileAtucChanConfInterleaveMaxTxRate, depending on the mode of the channel is fast or interleave.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 32..32736  

sheTssmLastLinkUpLogConfiguredRateUp 1.3.6.1.4.1.231.7.1.2.1.34.1.6.1.17
Configured upstream transmit rate for the channel on this line, in kbps. It is the value of sheAdslLineConfProfileAturChanConfFastMaxTxRate or sheAdslLineConfProfileAturChanConfInterleaveMaxTxRate, depending on the mode of the channel is fast or interleave.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 32..32736  

sheTssmLastLinkDownLogTable 1.3.6.1.4.1.231.7.1.2.1.34.1.7
Each entry in this table contains the ADSL line parameters of a port for last link down.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SheTssmLastLinkDownLogEntry

sheTssmLastLinkDownLogEntry 1.3.6.1.4.1.231.7.1.2.1.34.1.7.1
An entry in sheTssmLastLinkDownLogTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SheTssmLastLinkDownLogEntry  

sheTssmLastLinkDownLogLinkTime 1.3.6.1.4.1.231.7.1.2.1.34.1.7.1.1
The time when the link down happened last time on this port.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

sheTssmNotifications 1.3.6.1.4.1.231.7.1.2.1.34.2
OBJECT IDENTIFIER    

sheTssmEvents 1.3.6.1.4.1.231.7.1.2.1.34.2.1
OBJECT IDENTIFIER    

sheTssmControlResult 1.3.6.1.4.1.231.7.1.2.1.34.2.1.1
Notification sent at the end of long running command. The possible values of sheTssmControlReqResult 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    

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

sheTssmMissTargetRateTrap 1.3.6.1.4.1.231.7.1.2.1.34.2.1.3
Indicates that the stable link rate does not meet the target rate on the ADSL port specified by ifIndex. The EM will show an alarm on this port. The corresponding parameters are included in the trap.
Status: current Access: read-only
NOTIFICATION-TYPE    

sheTssmReachTargetRateTrap 1.3.6.1.4.1.231.7.1.2.1.34.2.1.4
If at last time, the ADSL port that specified by ifIndex missed the target rate, and the sheTssmMissTargetRateTrap was sent, but it met the target rate at this link up, this trap is sent. The EM can clear the alarm then. The corresponding parameters are included in the trap.
Status: current Access: read-only
NOTIFICATION-TYPE    

sheTssmMibConformance 1.3.6.1.4.1.231.7.1.2.1.34.100
OBJECT IDENTIFIER    

sheTssmMibCompliances 1.3.6.1.4.1.231.7.1.2.1.34.100.1
OBJECT IDENTIFIER    

sheTssmMibCompliance 1.3.6.1.4.1.231.7.1.2.1.34.100.1.1
Description.
Status: current Access: read-only
MODULE-COMPLIANCE    

sheTssmMibGroups 1.3.6.1.4.1.231.7.1.2.1.34.100.2
OBJECT IDENTIFIER    

sheTssmMibGroup 1.3.6.1.4.1.231.7.1.2.1.34.100.2.1
Description.
Status: current Access: read-only
OBJECT-GROUP    

sheTssmMibControlGroup 1.3.6.1.4.1.231.7.1.2.1.34.100.2.2
Description.
Status: current Access: read-only
OBJECT-GROUP    

sheTssmMibNotificationGroup 1.3.6.1.4.1.231.7.1.2.1.34.100.2.3
Description.
Status: current Access: read-only
NOTIFICATION-GROUP