CISCO-XDSL-LINE-MIB

File: CISCO-XDSL-LINE-MIB.mib (19539 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
CISCO-SMI ADSL-LINE-MIB IF-MIB

Imported symbols

TimeTicks Integer32 Counter32
Unsigned32 MODULE-IDENTITY OBJECT-TYPE
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
ciscoMgmt adslLineConfProfileEntry ifIndex

Defined Types

CXdslLineEntry  
SEQUENCE    
  cXdslLineTimeSinceLastChange TimeTicks
  cXdslLineNoOfChanges Counter32

CXdslTestEntry  
SEQUENCE    
  cXdslTestStatus INTEGER
  cXdslTestType INTEGER
  cXdslTestTrigger INTEGER
  cXdslTestTime Integer32
  cXdslTestBertErrors BITS
  cXdslTestBertBitErrors Unsigned32
  cXdslTestBertRunTime Integer32
  cXdslTestBertBitRate Integer32

CXdslModeEntry  
SEQUENCE    
  cXdslModeLoopback INTEGER
  cXdslModeSpectrum INTEGER

CXdslLineConfProfileEntry  
SEQUENCE    
  cXdslLineConfPayloadScrambled TruthValue
  cXdslLineConfAlarmsEnabled TruthValue
  cXdslLineConfLinkUpDownTrap TruthValue

Defined Values

ciscoXdslLineMIB 1.3.6.1.4.1.9.9.204
The tables defined by this MIB module contain a collection of managed objects that are general in nature and apply to different types of modems. The structure of this module resembles the ADSL-LINE-MIB, CISCO-SDSL-LINE-MIB, ADSL-DMT-LINE-MIB, CISCO-ADSL-DMT-LINE-MIB, etc. Observe that the tables in this module do not necessarily extend the tables defined by the these mibs. Currently, only the table that contains the configuration information extends the profile tables defined by the above modules. Mib objects must fulfill the following criteria to be contained in this mib module: 1) The ADSL-LINE-MIB or the modem specific mibs such as CISCO-SDSL-LINE-MIB, CISCO-ADSL-DMT-LINE-MIB, etc. does not already contain a managed object representing the same information. 2) The mibs object must NOT be technology dependent, they must apply to various types of DSL modems, e.g. IDSL, SDSL, ADSL, etc. *** ABBREVIATIONS, ACRONYMS, AND SYMBOLS *** ADSL - Asymmetric Digital Subscriber Line. ATM - Asynchronous Transfer Mode. XTU-C - xDSL Transceiver Unit, Central Office end. XTU-R - xDSL Transceiver Unit, Remote terminal end. BER - Bit Error Ratio. BERT - Bit Error Ratio Test. DSP - Digital Signal Processor. DSL - Digital Subscriber Line. IDSL - IDSN Digital Subscriber Line. SDSL - Symetric Digital Subscriber Line. xDSL - Group term used to refer to ADSL, HDSL, SDSL, VDSL, IDSL, etc. All are digital technologies using existing copper lines provided by the thelephone companies.
MODULE-IDENTITY    

ciscoXdslLineMIBObjects 1.3.6.1.4.1.9.9.204.1
OBJECT IDENTIFIER    

cXdslLineTable 1.3.6.1.4.1.9.9.204.1.1
This table contains enterprise-specific line parameters for XTU-C class xDSL devices supported by the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CXdslLineEntry

cXdslLineEntry 1.3.6.1.4.1.9.9.204.1.1.1
A set of enterprise-specific xDSL line parameters for an XTU-C class device. There exists an entry for each ifEntry with an ifType of xDSL such as adsl, sdsl, idsl, etc. that are supported by the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CXdslLineEntry  

cXdslLineTimeSinceLastChange 1.3.6.1.4.1.9.9.204.1.1.1.1
Represents the time elapsed since the status of this interface was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cXdslLineNoOfChanges 1.3.6.1.4.1.9.9.204.1.1.1.2
Represents the number of changes of the interface status since last reset of the agent or since a XTU-C modem was installed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cXdslTestTable 1.3.6.1.4.1.9.9.204.1.2
This table contains enterprise-specific test parameters initiated by the XTU-C class devices supported by the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CXdslTestEntry

cXdslTestEntry 1.3.6.1.4.1.9.9.204.1.2.1
A set of enterprise-specific test parameters for an XTU-C class xDSL device. There exists an entry for each ifEntry with an ifType of xDSL such as adsl, sdsl, idsl, etc. that are supported by the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CXdslTestEntry  

cXdslTestStatus 1.3.6.1.4.1.9.9.204.1.2.1.1
Represents status of the test per port. Once a test is completed or aborted, the status remains at passed, failed, or aborted until user clears it by setting cXdslTestTrigger to clear or starts a new test. This object will return 'passed' if there are no cXdslTestBertErrors and no cXdslTestBertBitErrors
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2), passed(3), failed(4), aborted(5)  

cXdslTestType 1.3.6.1.4.1.9.9.204.1.2.1.2
The type of test to be performed. The test duration is determined by cXdslTestTime. All the test types inhibit the service on that line. The agent will only change cXdslTestType, if no test is active on the targeted port. The XTU-C may support other test types that are not defined in this mib, if such test is running this object will have a value of 'other'. cXdslTestTrigger will start the test when set to start.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), bertDigitalLocal(2), bertAnalogLocal(3), bertDigitalRemote(4), bertAnalogRemote(5), other(6)  

cXdslTestTrigger 1.3.6.1.4.1.9.9.204.1.2.1.3
Starts, stops (aborts) a test in progress or clears the test results. The agent will only start a new test, if no test is active on the targeted port. The value of this object returns 'ready' when read, the value cannot be set to 'ready'. The cXdslTestTrigger value affects cXdslTestStatus as following: value current TestStatus --> new TestStatus ----- ------------------ -------------- start inactive/pass/fail/ active aborted stop active aborted clear pass/fail/aborted inactive All other combinations will result in error, for instance, starting a test may fail due to a test already in progress. Likewise, stopping a test NOT in progress will result in an error. The value of cXdslTestType, cXdslTestStatus and cXdslTestTime will remain in the system until cleared or until the the agent is reset. When this object is set to 'clear' the test results are cleared, cXdslTestType is set to none and cXdslTestStatus is set to inactive. The 'old' test results will remain until completion of a 'new' test if test results are not cleared
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER stop(1), start(2), clear(3), ready(4)  

cXdslTestTime 1.3.6.1.4.1.9.9.204.1.2.1.4
Test duration. Time interval between 1 - 30 minutes.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..30  

cXdslTestBertErrors 1.3.6.1.4.1.9.9.204.1.2.1.5
Errors during BERT test. The test will abort if any BERT errors occur. Note: that even if there are no BERT errors the test can still fail due to BertBitErrors. Bit Description --- ----------- 0 No BERT errors 1 XTU-R BERT aborted 2 XTU-R lost sync during BERT 3 XTU-R never got in sync 4 No XTU-R BERT results 5 XTU-C BERT aborted 6 XTU-C lost sync during BERT 7 XTU-C never got in sync
Status: current Access: read-only
OBJECT-TYPE    
  BITS noError(0), cpeBertAborted(1), lostCpeSync(2), noCpeSync(3), noCpeResults(4), coBertAborted(5), lostCoSync(6), noCoSync(7)  

cXdslTestBertBitErrors 1.3.6.1.4.1.9.9.204.1.2.1.6
This value represents the number of BERT bit errors accumulated during the test duration, the value may not be available until completion of the test. The test will fail if this value is greater than 0.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..2147483647  

cXdslTestBertRunTime 1.3.6.1.4.1.9.9.204.1.2.1.7
This value represents the BERT run time in seconds, the value may not be available until completion of the test.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..1800  

cXdslTestBertBitRate 1.3.6.1.4.1.9.9.204.1.2.1.8
This value represents the BERT bitrate in bps that was detected during the BERT test, the value may not be available until completion of the test.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..20000000  

cXdslModeTable 1.3.6.1.4.1.9.9.204.1.3
This table contains enterprise-specific mode parameters initiated by the XTU-C class devices supported by the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CXdslModeEntry

cXdslModeEntry 1.3.6.1.4.1.9.9.204.1.3.1
A set of enterprise-specific mode parameters for an XTU-C class xDSL device. There exists an entry for each ifEntry with an ifType of xDSL such as adsl, sdsl, idsl, etc. that are supported by the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CXdslModeEntry  

cXdslModeLoopback 1.3.6.1.4.1.9.9.204.1.3.1.1
The value of this object specifies the loopback mode of this interface. The interface will stay in loopback mode until this object is set to disabled. The XTU-C may support other mode types that are not defined in this mib, if such mode is running, this object will have a value of 'other'. The loopback modes will inhibit the service on that line.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), loopbackAnalogLocal(2), loopbackDigitalLocal(3), loopbackAnalogRemote(4), loopbackDigitalRemote(5), other(6)  

cXdslModeSpectrum 1.3.6.1.4.1.9.9.204.1.3.1.2
The value of this object specifies the spectrum mode of this interface. The interface will stay in spectrum mode until this object is set to disabled. The modes will inhibit the service on that line. Not all spectrum modes are avaiable for all types of modems. The modes translate as follows: sdsl & shdsl ------------ spectrum1 = tx-1 spectrum2 = tx-3 spectrum3 = tx+1 spectrum4 = tx+3 spectrum5 = spec2PT spectrum6 = spec4PT dmt --- spectrum1 = reverb spectrum2 = medley spectrum3 = pilot spectrum4 = not supported spectrum5 = not supported spectrum6 = not supported cap --- spectrum1 = 136k spectrum2 = 340k spectrum3 = 680k spectrum4 = 952k spectrum5 = not supported spectrum6 = not supported
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), spectrum1(2), spectrum2(3), spectrum3(4), spectrum4(5), spectrum5(6), spectrum6(7)  

cXdslLineConfProfileTable 1.3.6.1.4.1.9.9.204.1.4
This table extends the adslLineConfProfileTable and contains enterprise-specific xDSL configuration information. Entries in this table apply to more than one type of DSL modems
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CXdslLineConfProfileEntry

cXdslLineConfProfileEntry 1.3.6.1.4.1.9.9.204.1.4.1
A configuration profile containing enterprise-specific xDSL line configuration information. An entry exist in this table for every profile created by adslLineConfProfileRowStatus which will also modify or delete an existing row in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CXdslLineConfProfileEntry  

cXdslLineConfPayloadScrambled 1.3.6.1.4.1.9.9.204.1.4.1.1
This object specifies whether ATM Payload Scrambling is enabled for this profile.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cXdslLineConfAlarmsEnabled 1.3.6.1.4.1.9.9.204.1.4.1.2
This object specifies whether Alarms are enabled for this profile.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cXdslLineConfLinkUpDownTrap 1.3.6.1.4.1.9.9.204.1.4.1.3
This object specifies whether Link Up/Down traps are enabled for this profile.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ciscoXdslLineMIBConformance 1.3.6.1.4.1.9.9.204.3
OBJECT IDENTIFIER    

ciscoXdslLineMIBCompliances 1.3.6.1.4.1.9.9.204.3.1
OBJECT IDENTIFIER    

ciscoXdslLineMIBGroups 1.3.6.1.4.1.9.9.204.3.2
OBJECT IDENTIFIER    

ciscoXdslLineMIBCompliance 1.3.6.1.4.1.9.9.204.3.1.1
The compliance statement for entities that implement the CISCO-XDSL-LINE-MIB. Implementation of this MIB is mandatory for any platform that supports one or more xDSL type interfaces.
Status: current Access: read-create
MODULE-COMPLIANCE    

cXdslLineGroup 1.3.6.1.4.1.9.9.204.3.2.1
A collection of managed objects defining the enterprise- specific attributes of a xDSL line.
Status: current Access: read-create
OBJECT-GROUP    

cXdslLineConfProfileGroup 1.3.6.1.4.1.9.9.204.3.2.2
A collection of managed objects defining the enterprise-specific line configuration information associated with one or more xDSL XTU-C class devices.
Status: current Access: read-create
OBJECT-GROUP    

cXdslTestGroup 1.3.6.1.4.1.9.9.204.3.2.3
A collection of managed objects defining the enterprise-specific test options associated with one or more xDSL XTU-C class devices. Implemention of this group is optional.
Status: current Access: read-create
OBJECT-GROUP    

cXdslModeGroup 1.3.6.1.4.1.9.9.204.3.2.4
A collection of managed objects defining the enterprise-specific line mode options associated with one or more xDSL XTU-C class devices. Implemention of this group is optional.
Status: current Access: read-create
OBJECT-GROUP