PDN-ADSL-SELT-MIB

File: PDN-ADSL-SELT-MIB.mib (20368 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB PDN-HEADER-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 OBJECT-GROUP MODULE-COMPLIANCE
TEXTUAL-CONVENTION ifIndex pdn-interfaces

Defined Types

PdnSeltTypes  
This textual convention defines the SELT test types available for configuration.
TEXTUAL-CONVENTION    
  INTEGER loopCharacterization(1), loopNoiseFloor(2)  

PdnAdslSeltEntry  
SEQUENCE    
  pdnAdslSeltType PdnSeltTypes
  pdnAdslSeltCmd INTEGER
  pdnAdslSeltStatus INTEGER
  pdnAdslSeltDuration Unsigned32
  pdnAdslSeltTimeLeft Unsigned32

PdnAdslSeltLcEntry  
SEQUENCE    
  pdnAdslSeltLcSegmentIndex Integer32
  pdnAdslSeltLcSegmentLength Integer32
  pdnAdslSeltLcSegmentGauge INTEGER
  pdnAdslSeltLcSegmentType INTEGER

PdnAdslSeltLnfEntry  
SEQUENCE    
  pdnAdslSeltLnfSubCarrierIndex Integer32
  pdnAdslSeltLnfPeakPsd Integer32
  pdnAdslSeltLnfTotalPsd Integer32
  pdnAdslSeltLnfSignalPsd Integer32

Defined Values

pdnAdslSeltMIB 1.3.6.1.4.1.1795.2.24.2.6.31
This MIB module defines a portion of the management information base (MIB) for managing configuration and monitoring results of SELT (Single Ended Line Test) tests over ADSL interfaces. At the time this MIB was defined, the IETF ADSL MIB Working does not have any work on the 'standard' MIBs planned and/or has not produced a schedule to address G.SELT needs. As a result, these objects may be a `temporary' solution until MIBs/Objects are defined meet the needs of ADSL SELT testing. ===================================================================== == == == Copyright (C) 2005 Paradyne Corporation. == == == =====================================================================
MODULE-IDENTITY    

pdnAdslSeltNotifications 1.3.6.1.4.1.1795.2.24.2.6.31.0
OBJECT IDENTIFIER    

pdnAdslSeltObjects 1.3.6.1.4.1.1795.2.24.2.6.31.1
OBJECT IDENTIFIER    

pdnAdslSeltAFNs 1.3.6.1.4.1.1795.2.24.2.6.31.2
OBJECT IDENTIFIER    

pdnAdslSeltConformance 1.3.6.1.4.1.1795.2.24.2.6.31.3
OBJECT IDENTIFIER    

pdnAdslSeltWireSize 1.3.6.1.4.1.1795.2.24.2.6.31.1.1
This object permits the selection of the metric unit to be used when reporting SELT test results. (i.e for AWG results are in feet and for metric/metricJapan results are in meters). This configuration parameter applies to all the SELT tests run in the device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER awg(1), metric(2), metricJapan(3)  

pdnAdslSeltTable 1.3.6.1.4.1.1795.2.24.2.6.31.1.2
This table allows initiation/termination of SELT Tests.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnAdslSeltEntry

pdnAdslSeltEntry 1.3.6.1.4.1.1795.2.24.2.6.31.1.2.1
Each entry represents an instance of a SELT test currently running or ever run (since last system reset) on an ADSL interface. There should be entries in this table for every active running tests and test that are in the process of being stopped or have terminated already. There should be no entries for ADSL interfaces that have not run a test since last since reset; thus, the agent should return NO_SUCH_NAME for those cases.
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnAdslSeltEntry  

pdnAdslSeltType 1.3.6.1.4.1.1795.2.24.2.6.31.1.2.1.1
This object is used to specify the SELT test type that will be initiated. If a SELT Test is already running on the ADSL interface, writing to this object is prohibited by the agent until the previous test is completed or terminated.
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnSeltTypes  

pdnAdslSeltCmd 1.3.6.1.4.1.1795.2.24.2.6.31.1.2.1.2
This object corresponds to the list of test operations that can be performed. The possible values are noOp(1), start(2), stop(3), or clearResults(4). Reading this object will always return the value 'noOp (1)'. If SELT test is already running on an ADSL interface, the only possible test command is 'stop (1)'. The clearResults(4) command clears test results by removing and entry in the pdnAdslSeltLcTable or the pdnAdslSeltLnfTable. After the execution of this command, the appropriate value for pdnAdslSeltStatus would be resultsCleared(5).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noOp(1), start(2), stop(3), clearResults(4)  

pdnAdslSeltStatus 1.3.6.1.4.1.1795.2.24.2.6.31.1.2.1.3
This object provides status about any SELT test running or ever run (since last reset) on an ADSL interface. This object can be read by NMS managers to determine the status of a test; that is: inProgress (1) - if the test is currently running. stoppedInProgress (2) - if a request to stop the test is still in progress. complete (3) - if the test has been run at least once since system reset and has completed. notStarted (4) - if the test has not been run on this interface since last system reset. resultsCleared (5) - if the entry in the test results table, Lc or Lnf, was removed as the result of the execution of the clearResults(4) pdnAdslSeltCmd.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inProgress(1), stoppedInProgress(2), complete(3), notStarted(4), resultsCleared(5)  

pdnAdslSeltDuration 1.3.6.1.4.1.1795.2.24.2.6.31.1.2.1.4
This object provides the approximate time in Seconds that the SELT test measurement will take. This object should return 0 if no test is actively running on the ADSL interface specified.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

pdnAdslSeltTimeLeft 1.3.6.1.4.1.1795.2.24.2.6.31.1.2.1.5
This object provides the approximate time left in Seconds for the test running on this ADSL interface. This object should return 0 if no test is actively running on the ADSL interface specified.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pdnAdslSeltLcTable 1.3.6.1.4.1.1795.2.24.2.6.31.1.3
This table post results for loop characterization tests completed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnAdslSeltLcEntry

pdnAdslSeltLcEntry 1.3.6.1.4.1.1795.2.24.2.6.31.1.3.1
Each entry represents the results of a loop characterization test performed over an ADSL interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnAdslSeltLcEntry  

pdnAdslSeltLcSegmentIndex 1.3.6.1.4.1.1795.2.24.2.6.31.1.3.1.1
This object indicates the index of the segment being reported. From no segments to a possible of 10 segments could be identified in the loop topology.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..9  

pdnAdslSeltLcSegmentLength 1.3.6.1.4.1.1795.2.24.2.6.31.1.3.1.2
This object indicates an estimate of the segment Length being reported
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65534  

pdnAdslSeltLcSegmentGauge 1.3.6.1.4.1.1795.2.24.2.6.31.1.3.1.3
This object indicates the estimated Gauge of the segment being reported. The gauge reported back is based on the pdnAdslSeltWireSizeWireSize configuration parameter passed when the test is started.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), awg26(2), awg24(3), awg22(4), awg19(5), metric32(10), metric40(11), metric50(12), metric63(13), metric90(14), metricJapan32(20), metricJapan40(21), metricJapan50(22), metricJapan65(23), metricJapan90(24)  

pdnAdslSeltLcSegmentType 1.3.6.1.4.1.1795.2.24.2.6.31.1.3.1.4
This object indicates the segment type being reported.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notPresent(1), inline(2), bridgeTap(3)  

pdnAdslSeltLnfTable 1.3.6.1.4.1.1795.2.24.2.6.31.1.4
This table post results for loop noise floor tests completed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnAdslSeltLnfEntry

pdnAdslSeltLnfEntry 1.3.6.1.4.1.1795.2.24.2.6.31.1.4.1
Each entry represents the results of a Loop Noise Floor test performed over an ADSL interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnAdslSeltLnfEntry  

pdnAdslSeltLnfSubCarrierIndex 1.3.6.1.4.1.1795.2.24.2.6.31.1.4.1.1
Identifies a row in the table based on a subcarrier. The subcarrier index ranges from 0 to NSCus-1 (NSC is Number of Subcarriers) as specified in G.997.1 where NSCus is the higher subcarrier that can be transmitted in the upstream direction. Please refer to the corresponding ITU recommendation for specific values of NSCus. The `ADSL Values for NSC' comment above lists those recommendations.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..63  

pdnAdslSeltLnfPeakPsd 1.3.6.1.4.1.1795.2.24.2.6.31.1.4.1.2
This object indicates the peak Psd of the tone indicated by the sub-carrier index. The value returned by the agent for this object is expressed in units of 1/256 dBm.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65534  

pdnAdslSeltLnfTotalPsd 1.3.6.1.4.1.1795.2.24.2.6.31.1.4.1.3
This object indicates the total Psd of the tone indicated by the sub-carrier index. The value returned by the agent for this object is expressed in units of 1/256 dBm.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65534  

pdnAdslSeltLnfSignalPsd 1.3.6.1.4.1.1795.2.24.2.6.31.1.4.1.4
This object indicates the signal Psd of the tone indicated by the sub-carrier index. The value returned by the agent for this object is expressed in units of 1/256 dBm.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65534  

pdnAdslSeltCompliances 1.3.6.1.4.1.1795.2.24.2.6.31.3.1
OBJECT IDENTIFIER    

pdnAdslSeltGroups 1.3.6.1.4.1.1795.2.24.2.6.31.3.2
OBJECT IDENTIFIER    

pdnAdslSeltMIBCompliance 1.3.6.1.4.1.1795.2.24.2.6.31.3.1.1
The compliance statement for the entities which implement the pdnAdslSeltMIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

pdnAdslSeltObjGroups 1.3.6.1.4.1.1795.2.24.2.6.31.3.2.1
OBJECT IDENTIFIER    

pdnAdslSeltAfnGroups 1.3.6.1.4.1.1795.2.24.2.6.31.3.2.2
OBJECT IDENTIFIER    

pdnAdslSeltNtfyGroups 1.3.6.1.4.1.1795.2.24.2.6.31.3.2.3
OBJECT IDENTIFIER    

pdnAdslSeltGroup 1.3.6.1.4.1.1795.2.24.2.6.31.3.2.1.1
General configuration of SELT tests.
Status: current Access: read-only
OBJECT-GROUP    

pdnAdslSeltLcGroup 1.3.6.1.4.1.1795.2.24.2.6.31.3.2.1.2
Objects related to results posted for Loop Characterization Test.
Status: current Access: read-only
OBJECT-GROUP    

pdnAdslSeltLnfGroup 1.3.6.1.4.1.1795.2.24.2.6.31.3.2.1.3
Objects related to results posted for Loop Signal Floor Test.
Status: current Access: read-only
OBJECT-GROUP