ERI-DNX-LINK-TEST-MIB

File: ERI-DNX-LINK-TEST-MIB.mib (55501 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC ERI-ROOT-SMI
ERI-DNX-SMC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-IDENTITY OBJECT-TYPE
Integer32 Counter32 Unsigned32
IpAddress DisplayString TEXTUAL-CONVENTION
eriMibs LinkPortAddress dnx
DataSwitch DecisionType OneByteField

Defined Types

UserDefFormat  
Used for the user defined loop format.
TEXTUAL-CONVENTION    
  IpAddress  

DSx1TestEntry  
SEQUENCE    
  dsx1TestLinkAddr LinkPortAddress
  dsx1TestResrcId Integer32
  dsx1TestLinkState INTEGER
  dsx1TestLinkLoop INTEGER
  dsx1TestBackplnLoop INTEGER
  dsx1TestBertState INTEGER
  dsx1TestDuration Integer32
  dsx1TestBitErrs Unsigned32
  dsx1TestESs Counter32
  dsx1TestRemoteESs Counter32
  dsx1TestErrFreeSecs Counter32
  dsx1TestSESs Counter32
  dsx1TestUASs Counter32
  dsx1TestASs Counter32
  dsx1TestESNonUASs Counter32
  dsx1TestSevereError Integer32
  dsx1TestBitSpeed Integer32
  dsx1TestCmdStatus INTEGER
  dsx1TestInsErrMode INTEGER
  dsx1TestUsrLoopUnframed INTEGER
  dsx1TestUsrDefLoop UserDefFormat

HSTestEntry  
SEQUENCE    
  hsTestLinkAddr LinkPortAddress
  hsTestResrcId Integer32
  hsTestLinkState INTEGER
  hsTestLocalLoop INTEGER
  hsTestRemoteLoop INTEGER
  hsTestBackplnLoop INTEGER
  hsTestBertState INTEGER
  hsTestDuration Integer32
  hsTestLocESs Counter32
  hsTestRemESs Counter32
  hsTestBitSpeed Integer32
  hsTestCmdStatus INTEGER
  hsTestLocEFSs Counter32
  hsTestLocUASs Counter32
  hsTestLocASs Counter32
  hsTestLocESNonUASs Counter32
  hsTestRemEFSs Counter32
  hsTestRemUASs Counter32
  hsTestRemASs Counter32
  hsTestRemESNonUASs Counter32

Dsx1StatusEntry  
SEQUENCE    
  dsx1StatusAddr LinkPortAddress
  dsx1StatusResrcId Integer32
  dsx1StatusState INTEGER
  dsx1StatusRedAlrmErrs Counter32
  dsx1StatusRAIErrs Counter32
  dsx1StatusMFRAIErrs Counter32
  dsx1StatusLOSErrs Counter32
  dsx1StatusAISErrs Counter32
  dsx1StatusOOFErrs Counter32
  dsx1StatusSEFErrs Counter32
  dsx1StatusTransSlipErrs Counter32
  dsx1StatusRecvSlipErrs Counter32
  dsx1StatusCRCErrs Counter32
  dsx1StatusBPVErrs Counter32
  dsx1StatusFrameBitErrs Counter32
  dsx1StatusFarEndBlockErrs Counter32
  dsx1StatusTrunkCondition DataSwitch
  dsx1StatusInsErrMode INTEGER
  dsx1StatusCmdStatus INTEGER
  dsx1StatusRcvNationalBits OneByteField

Defined Values

eriDNXLinkTestMIB 1.3.6.1.4.1.644.3.8
The ERI Enterprise MIB Module for the DNX DSx1 links and HS ports.
MODULE-IDENTITY    

diagnostics 1.3.6.1.4.1.644.2.4.5
OBJECT IDENTIFIER    

dsx1Test 1.3.6.1.4.1.644.2.4.5.1
OBJECT IDENTIFIER    

dsx1TestTable 1.3.6.1.4.1.644.2.4.5.1.1
This is the DS1/E1 Bit Error Test Statistics table which consists of an entry for each DS1/E1 port in the system. This table provides the total counters accumulated since the test has been on or since the last time the counts were cleared. The counters are calculated in accordance with the ITU-T G.821 Error performance events and parameters, August 1996.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DSx1TestEntry

dsx1TestEntry 1.3.6.1.4.1.644.2.4.5.1.1.1
The conceptual row of the DS1/E1 Bit Error Test Statistics table. A row in this table cannot be added or deleted but the counter time period can be reset to zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  DSx1TestEntry  

dsx1TestLinkAddr 1.3.6.1.4.1.644.2.4.5.1.1.1.1
This number uniquely identifies an DS1/E1 link resource. This number will be used throughout the system to identify a unique link. The format is represented using an IP address syntax (4 byte string). Note that the maximum valid link number will vary depending on the specified carrier and framing options. For example, an octal T1/E1 device has 8 DS1 links but the DS3 has 28 DS1 links. The 1st byte is reserved for future Nest Number use The 2nd byte represents the Slot Number (1-11) The 3rd byte represents the Link Number (1-32) The 4th byte is reserved for future use
Status: current Access: read-only
OBJECT-TYPE    
  LinkPortAddress  

dsx1TestResrcId 1.3.6.1.4.1.644.2.4.5.1.1.1.2
Uniquely identifies a link in the system. This number is provided as key to allow the manager to map this entry to a corresponding Resource Table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dsx1TestLinkState 1.3.6.1.4.1.644.2.4.5.1.1.1.3
Determines the current line condition status of the link. In order to turn on a loop, the link must be configured In Service. ok (0) - In Sync yel (2) - Yellow Alarm ais (8) - Sending All Ones lof (32) - Loss of Frame los (64) - Loss of Signal red (2048) - Red Alarm cfa (4096) - Carrier Frame Alignment oos (65535) - Out of Service txSlip (2097152) - Transmit Slip rxSlip (4194304) - Receive Slip slip (6291456) - Transmit/Receive Slip sef (8388608) - Severely Errored Frames underTest(1073741824) - Running Bit Error Test (BERT) errors (2147483647) - Multiple Errors displays raw bit field value
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), yel(2), ais(8), lof(32), los(64), red(2048), cfa(4096), oos(65535), txSlip(2097152), rxSlip(4194304), slip(6291456), sef(8388608), underTest(1073741824), errors(2147483647)  

dsx1TestLinkLoop 1.3.6.1.4.1.644.2.4.5.1.1.1.4
Determines the status of the line loopback associated with this link. In order to turn on a loop, the link must be configured In Service. off (0) - indicates loopback is disabled local (1) - indicates local data is looped back to itself remote (2) - indicates data is looped back from remote to local not applicable to links configured for Clear mode line (3) - entire Frame is looped, framing is not regenerated payload (4) - only payload data is looped, framing is regenerated not applicable to links configured for Clear mode analog (5) - LIU is looped back remoteLine (7) - Remote Line (network) loop indicator, CANNOT be used in SET. smartjack (6) - special remote loop for 'smartjack' devices not applicable to links configured for Clear mode user-defined (8) - user defined loop applicable for T1 links. allLocal (12) - places all links are in local loop allLine (16) - places all links are in line loop loopUpReq (74) - Remote loop status indicator, CANNOT be used in SET. loopDwnReq (75) - Remote loop status indicator, CANNOT be used in SET.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(0), local(1), remote(2), line(3), payload(4), analog(5), smartjack(6), remoteLine(7), user-defined(8), allLocal(12), allLine(16), loopUpReq(74), loopDwnReq(75)  

dsx1TestBackplnLoop 1.3.6.1.4.1.644.2.4.5.1.1.1.5
Determines whether or not the link has connection loopback via the Backplane. This affects a data connection which must already be in place prior to invoking this function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER loopOffBackplane(20), loopBackplane(21)  

dsx1TestBertState 1.3.6.1.4.1.644.2.4.5.1.1.1.6
This indicates the current BERT test running and can be used to start and stop a desired Test Period. In order to turn on a loop, the link must be configured In Service. As of release 14.2, all unframed bert patterns are no longer supported.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER bertOff(50), all-ones(51), all-zeros(52), framed-2047(61), framed-2-15th(62), framed-2-20th(63), framed-2-23rd(64), framed-2-11th-with7zeros(65), framed-2-15th-with7zeros(66), framed-QRSS(67), framed-2-23rd-with14zeros(68), framed-3-in-24(69), all-2047(70), system-2047(71), system-framed-2-15th-invert(80), system-framed-2047(81), system-framed-2-15(82), system-framed-2-20(83), system-framed-QRSS(84), framed-1-in-8(85), framed-2-15th-invert(86)  

dsx1TestDuration 1.3.6.1.4.1.644.2.4.5.1.1.1.7
This the total number of seconds the test data has been collected.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dsx1TestBitErrs 1.3.6.1.4.1.644.2.4.5.1.1.1.8
This is the total number of bits in error since the Test has been running.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

dsx1TestESs 1.3.6.1.4.1.644.2.4.5.1.1.1.9
This is the total number of errored seconds that have occurred on the local link since the Test has been turned on. This Errored Second is defined as a one second period in which one or more bits are in error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1TestRemoteESs 1.3.6.1.4.1.644.2.4.5.1.1.1.10
This is the total number of errored seconds that have occurred on the remote link since the Test has been turned on. This only applies to bi-directional Berts which are not supported on the Octal T1/E1 device. This Errored Second is defined as a one second period in which one or more bits are in error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1TestErrFreeSecs 1.3.6.1.4.1.644.2.4.5.1.1.1.11
This is the total number of error free seconds since the Test has been running.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1TestSESs 1.3.6.1.4.1.644.2.4.5.1.1.1.12
This is the total number of severely errored seconds that have occurred since the Test has been running. This Severely Errored Second is defined as a one second period that contains bit errors equal to or greater than the Severe Error field.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1TestUASs 1.3.6.1.4.1.644.2.4.5.1.1.1.13
This is the number of Unavailable Seconds (UAS) that have occurred since the Test has been running. The UAS is a period of time consisting of 10 or more consecutive ESs.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1TestASs 1.3.6.1.4.1.644.2.4.5.1.1.1.14
This is the number of Available Seconds (AS) that have occurred since the Test has been running. The AS is the Test duration seconds minus the UAS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1TestESNonUASs 1.3.6.1.4.1.644.2.4.5.1.1.1.15
This is the number of Error Seconds (ES) which are not part of the UAS that occurred since the Test has been running.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1TestSevereError 1.3.6.1.4.1.644.2.4.5.1.1.1.16
This is the number of bits in error in a given second that determine a severely errored second.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

dsx1TestBitSpeed 1.3.6.1.4.1.644.2.4.5.1.1.1.17
This is the current bit rate at which the link is configured for.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dsx1TestCmdStatus 1.3.6.1.4.1.644.2.4.5.1.1.1.18
This is the command status for the DS1/E1 Link Test Row. The value used in a SET will be replaced by a response value in the GET RESPONSE indicating success or failure. Default Response State used in GET RESPONSE Command ready-for-command (0) initial default status for a row DS1/E1 Action Commands used in SET Command (1..99) updateTest (1) Can be used optionally when activating loops and berts in order to get status code back in response clearErrors (14) Resets all error counters and bert test time to zero insertError (16) Inserts the current invalid bit pattern as indicated by the value of dsx1TestInsErrMode. Response States used in GET RESPONSE Command (100..199) update-successful (101) Test action has been successfully performed clear-successful (114) Error counts have been successfully cleared insert-successful (116) Errored bits have been successfully inserted DS1/E1 Test Error Codes used in GET RESPONSE Command (200..799) err-general-test-error (200) Unknown Test request error occurred. err-link-not-in-service (201) Requested action cannot be performed for OOS links err-invalid-loop-type (202) Unrecognized loop selection err-invalid-bert-type (203) Unrecognized bert selection err-link-in-clear-mode (204) Requested action cannot be performed for clear framed or clear unframed configured links err-test-in-progress (205) Requested action cannot be performed during bert err-field-cannot-be-set (206) Read-only field was included in SET request err-link-not-connected (207) Requested action cannot be performed without link connection err-invalid-command (208) Unrecognized Test Command requested err-invalid-user-defined-loop (209), The field specifying the Activate and Deactivate values is invalid. err-link-in-E1-mode (210), Must be in set in T1 mode for User Defined loops. err-link-not-in-test (211) Requested action cannot be performed without a bert err-snmp-parse-failed (500) Agent could not parse variable err-invalid-snmp-type (501) Variable ASN type does not match Agent defined type err-invalid-snmp-var-size (502) Variable size is too big
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ready-for-command(0), updateTest(1), clearErrors(14), insertError(16), update-successful(101), clear-successful(114), insert-successful(116), err-general-test-error(200), err-link-not-in-service(201), err-invalid-loop-type(202), err-invalid-bert-type(203), err-link-in-clear-mode(204), err-test-in-progress(205), err-field-cannot-be-set(206), err-link-not-connected(207), err-invalid-command(208), err-invalid-user-defined-loop(209), err-link-in-E1-mode(210), err-link-not-in-test(211), err-snmp-parse-failed(500), err-invalid-snmp-type(501), err-invalid-snmp-var-size(502)  

dsx1TestInsErrMode 1.3.6.1.4.1.644.2.4.5.1.1.1.19
Determines the status of the current Insert Error mode associated with this link. In order to insert an error, the dsx1TestCmdStatus must be sent in a SET PDU with a value of 'insertError'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER not-applicable(0), cas-multiframe(1), multiframe(2), bert-error(3), bit-slip(4), frame-alignment(5), crc(6), fbit(7), line-code-violation(8), allErrors(9), yellow-alarm(10), ybit(11), fas-inverted(12), nfas-bit2-inverted(13), rai(14), ts16-ais(15), ais-unframed-all-ones(16)  

dsx1TestUsrLoopUnframed 1.3.6.1.4.1.644.2.4.5.1.1.1.20
This specifies the type of framing to use during User Defined remote loops. no (0) - Loop data will be framed. yes (1) - Loop data will be unframed. This is the default.
Status: current Access: read-write
OBJECT-TYPE    
  DecisionType  

dsx1TestUsrDefLoop 1.3.6.1.4.1.644.2.4.5.1.1.1.21
The user defined loop provides the length and value options for activating as well as deactivating the loop. The format is represented using an IP address syntax (4 byte string). The 1st byte signifies the Activate loop code bit length (4-7) The 2nd byte represents the Activate loop code value (0-255) The 3rd byte signifies the Deactivate loop code bit length (4-7) The 4th byte represents the Deactivate loop code value (0-255) The default Loop format is 5.8.6.36: Activate : 5 bits (length) 00001000 (decimal value = 8) Deactivate: 6 bits (length) 00100100 (decimal value = 36) Notes: - Loop code uses 4,5,6 or 7 high order bits of the code value. - Bit 7 is transmitted first. - Unframed code overwrites the framing bits.
Status: current Access: read-write
OBJECT-TYPE    
  UserDefFormat  

hsTest 1.3.6.1.4.1.644.2.4.5.2
OBJECT IDENTIFIER    

hsTestTable 1.3.6.1.4.1.644.2.4.5.2.1
This is the High Speed Bit Error Test Statistics table which consists of an entry for each High Speed port in the system. This table provides the total counters accumulated since the test has been running or since the last time the counts were cleared.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HSTestEntry

hsTestEntry 1.3.6.1.4.1.644.2.4.5.2.1.1
The conceptual row of the High Speed Bit Error Test Statistics table. A row in this table cannot be added or deleted but can be modified.
Status: current Access: not-accessible
OBJECT-TYPE    
  HSTestEntry  

hsTestLinkAddr 1.3.6.1.4.1.644.2.4.5.2.1.1.1
This number uniquely identifies an High Speed link resource. This number will be used throughout the system to identify a unique link. The format is represented using an IP address syntax (4 byte string). The 1st byte is reserved for future Nest Number use The 2nd byte represents the Slot Number (1-11) The 3rd byte represents the Link Number (1-8) The 4th byte is reserved for future use
Status: current Access: read-only
OBJECT-TYPE    
  LinkPortAddress  

hsTestResrcId 1.3.6.1.4.1.644.2.4.5.2.1.1.2
Uniquely identifies a link in the system. This number is provided as key to allow the manager to map this entry to a corresponding Resource Table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hsTestLinkState 1.3.6.1.4.1.644.2.4.5.2.1.1.3
Determines the current line condition status of the link. In order to turn on a loop, the link must be configured In Service with a Connection. ok (0) - In Sync rxFifo (2) - Receive FIFO Err txFifo (4) - Transmit FIFO Err fifo (6) - Transmit & Receive FIFO Errs clkEdgeErr (8) - Clock Edge Error carrierDrop(16) - Carrier Dropped on Link Failure noConn (255) - Connectionless Port oos (65535) - Out of Service errors (*) - Multiple Errors will display raw bit field value
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), rxFifo(2), txFifo(4), fifo(6), clkEdgeErr(8), carrierDrop(16), noConn(255), oos(65535)  

hsTestLocalLoop 1.3.6.1.4.1.644.2.4.5.2.1.1.4
Determines the status of the local loopback associated with this link. In order to turn on a loop, the link must be configured In Service with a Connection. off (0) - indicates loopback is disabled local (1) - indicates local data is looped back to itself
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(0), local(1)  

hsTestRemoteLoop 1.3.6.1.4.1.644.2.4.5.2.1.1.5
Determines the status of the remote side loopback associated with this link. In order to turn on a loop, the link must be configured In Service with a Connection. off (10) - indicates remote loopback is disabled remoteV54 (11) - indicates data is looped back from remote to local loopUpReq (74) - Remote loop status indicator, CANNOT be used in SET. loopDwnReq (75) - Remote loop status indicator, CANNOT be used in SET.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(10), remote(11), loopUpReq(74), loopDwnReq(75)  

hsTestBackplnLoop 1.3.6.1.4.1.644.2.4.5.2.1.1.6
Determines whether or not the link has connection loopback via the Backplane. This affects a data connection which must already be in place prior to invoking this function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER loopOffBackplane(20), loopBackplane(21)  

hsTestBertState 1.3.6.1.4.1.644.2.4.5.2.1.1.7
This indicates the current BERT test running and can be used to start and stop a desired Test Period. In order to turn on a loop, the link must be configured In Service.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER bertOff(50), allOnes(51), allZeros(52), bertQRSS(76), bert2047(77), bert511(78), bertOCU(79)  

hsTestDuration 1.3.6.1.4.1.644.2.4.5.2.1.1.8
This the total number of seconds the test data has been collected.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hsTestLocESs 1.3.6.1.4.1.644.2.4.5.2.1.1.9
This is the total number of errored seconds that have occurred on the local link since the Test has been turned on. This Errored Second is defined as a one second period in which one or more bits are in error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hsTestRemESs 1.3.6.1.4.1.644.2.4.5.2.1.1.10
This is the total number of errored seconds that have occurred on the remote side (backplane bus) since the Test has been turned on. This Errored Second is defined as a one second period in which one or more bits are in error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hsTestBitSpeed 1.3.6.1.4.1.644.2.4.5.2.1.1.11
This is the current bit rate at which the link is configured for.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hsTestCmdStatus 1.3.6.1.4.1.644.2.4.5.2.1.1.12
This is the command status for the High Speed Test Row. The value used in a SET will be replaced by a response value in the GET RESPONSE indicating success or failure. Default Response State used in GET RESPONSE Command ready-for-command (0) initial default status for a row High Speed Action Commands used in SET Command (1..99) updateTest (1) Can be used optionally when activating loops and berts in order to get status code back in response clearErrors (14) Resets all error counters and bert test time to zero insertError (16) Inserts an invalid bit pattern on both local and remote sides causing an Errored Second for both. Response States used in GET RESPONSE Command (100..199) update-successful (101) Test action has been successfully performed clear-successful (114) Error counts have been successfully cleared insert-successful (116) Errored bits have been successfully inserted High Speed Test Error Codes used in GET RESPONSE Command (200..799) err-general-test-error (200) Unknown Test request error occurred. err-link-not-in-service (201) Requested action cannot be performed for OOS ports err-invalid-loop-type (202) Unrecognized loop selection err-invalid-bert-type (203) Unrecognized bert selection err-link-not-connected (204) Requested action cannot be performed without connection err-test-in-progress (205) Requested action cannot be performed during bert err-field-cannot-be-set (206) Read-only field was included in SET request err-snmp-parse-failed (500) Agent could not parse variable err-invalid-snmp-type (501) Variable ASN type does not match Agent defined type err-invalid-snmp-var-size (502) Variable size is too big
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ready-for-command(0), updateTest(1), clearErrors(14), insertError(16), update-successful(101), clear-successful(114), insert-successful(116), err-general-test-error(200), err-link-not-in-service(201), err-invalid-loop-type(202), err-invalid-bert-type(203), err-link-not-connected(204), err-test-in-progress(205), err-field-cannot-be-set(206), err-snmp-parse-failed(500), err-invalid-snmp-type(501), err-invalid-snmp-var-size(502)  

hsTestLocEFSs 1.3.6.1.4.1.644.2.4.5.2.1.1.13
This is the total number of Local Error Free Seconds since the Test has been running.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hsTestLocUASs 1.3.6.1.4.1.644.2.4.5.2.1.1.14
This is the number of Local Unavailable Seconds (UAS) that have occurred since the Test has been running. The UAS is a period of time consisting of 10 or more consecutive ESs.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hsTestLocASs 1.3.6.1.4.1.644.2.4.5.2.1.1.15
This is the number of Local Available Seconds (AS) that have occurred since the Test has been running. The AS is the Test duration seconds minus the UAS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hsTestLocESNonUASs 1.3.6.1.4.1.644.2.4.5.2.1.1.16
This is the number of Local Error Seconds (ES) which are not part of the UAS that occurred since the Test has been running.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hsTestRemEFSs 1.3.6.1.4.1.644.2.4.5.2.1.1.17
This is the total number of Remote Error Free Seconds since the Test has been running.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hsTestRemUASs 1.3.6.1.4.1.644.2.4.5.2.1.1.18
This is the number of Remote Unavailable Seconds (UAS) that have occurred since the Test has been running. The UAS is a period of time consisting of 10 or more consecutive ESs.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hsTestRemASs 1.3.6.1.4.1.644.2.4.5.2.1.1.19
This is the number of Remote Available Seconds (AS) that have occurred since the Test has been running. The AS is the Test duration seconds minus the UAS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hsTestRemESNonUASs 1.3.6.1.4.1.644.2.4.5.2.1.1.20
This is the number of Remote Error Seconds (ES) which are not part of the UAS that occurred since the Test has been running.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1Status 1.3.6.1.4.1.644.2.4.5.3
OBJECT IDENTIFIER    

dsx1StatusTable 1.3.6.1.4.1.644.2.4.5.3.1
This is the DS1/E1 Link Status Counters table which consists of an entry for each DS1/E1 port in the system. This table provides the total counters accumulated since the link has been up or since the last time the counts were cleared.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dsx1StatusEntry

dsx1StatusEntry 1.3.6.1.4.1.644.2.4.5.3.1.1
The conceptual row of the DS1/E1 Link Status Counters table. A row in this table cannot be added or deleted but the counter time period can be reset to zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dsx1StatusEntry  

dsx1StatusAddr 1.3.6.1.4.1.644.2.4.5.3.1.1.1
This number uniquely identifies an DS1/E1 link resource. This number will be used throughout the system to identify a unique link. The format is represented using an IP address syntax (4 byte string). Note that the maximum valid link number will vary depending on the specified carrier and framing options. For example, an octal T1/E1 device has 8 DS1 links but the DS3 has 28 DS1 links. The 1st byte is reserved for future Nest Number use The 2nd byte represents the Slot Number (1-11) The 3rd byte represents the Link Number (1-32) The 4th byte is reserved for future use
Status: current Access: read-only
OBJECT-TYPE    
  LinkPortAddress  

dsx1StatusResrcId 1.3.6.1.4.1.644.2.4.5.3.1.1.2
Uniquely identifies a link in the system. This number is provided as key to allow the manager to map this entry to a corresponding Resource Table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dsx1StatusState 1.3.6.1.4.1.644.2.4.5.3.1.1.3
Determines the current line condition status of the link. In order to turn on a loop, the link must be configured In Service. ok (0) - In Sync yel (2) - Yellow Alarm ais (8) - Sending All Ones lof (32) - Loss of Frame los (64) - Loss of Signal red (2048) - Red Alarm cfa (4096) - Carrier Frame Alignment oos (65535) - Out of Service txSlip (2097152) - Transmit Slip rxSlip (4194304) - Receive Slip slip (6291456) - Transmit/Receive Slip sef (8388608) - Severely Errored Frames underTest(1073741824) - Running Bit Error Test (BERT) errors (2147483647) - Multiple Errors displays raw bit field value
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), yel(2), ais(8), lof(32), los(64), red(2048), cfa(4096), oos(65535), txSlip(2097152), rxSlip(4194304), slip(6291456), sef(8388608), underTest(1073741824), errors(2147483647)  

dsx1StatusRedAlrmErrs 1.3.6.1.4.1.644.2.4.5.3.1.1.4
This is the number of seconds a Loss of Signal was declared.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1StatusRAIErrs 1.3.6.1.4.1.644.2.4.5.3.1.1.5
This is the number of seconds a Remote Alarm Indication was received. Sometimes referred to as a Yellow Alarm Indication.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1StatusMFRAIErrs 1.3.6.1.4.1.644.2.4.5.3.1.1.6
This is the number of seconds a Far End CAS Multi-Frame Alarm Indication was received. Sometimes referred to as a MF Yellow Alarm Indication.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1StatusLOSErrs 1.3.6.1.4.1.644.2.4.5.3.1.1.7
This is the number of seconds a Loss of Signal was declared.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1StatusAISErrs 1.3.6.1.4.1.644.2.4.5.3.1.1.8
This is the number of seconds a Alarm Indication Signal was declared.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1StatusOOFErrs 1.3.6.1.4.1.644.2.4.5.3.1.1.9
This is the number of seconds a Out Of Frame alignement error was declared.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1StatusSEFErrs 1.3.6.1.4.1.644.2.4.5.3.1.1.10
This is the number of seconds a Severely Errored Frame was declared.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1StatusTransSlipErrs 1.3.6.1.4.1.644.2.4.5.3.1.1.11
This is the number of seconds a controlled slip was detected on outgoing path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1StatusRecvSlipErrs 1.3.6.1.4.1.644.2.4.5.3.1.1.12
This is the number of seconds a controlled slip was detected on incoming path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1StatusCRCErrs 1.3.6.1.4.1.644.2.4.5.3.1.1.13
This is the total number of CRC-6 (T1) or CRC-4 (E1) errors detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1StatusBPVErrs 1.3.6.1.4.1.644.2.4.5.3.1.1.14
This is the total number of invalid Bipolar Violations or Code Violations detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1StatusFrameBitErrs 1.3.6.1.4.1.644.2.4.5.3.1.1.15
This is the total number of Frame Alignment Signal (FAS) framing words received incorrectly.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1StatusFarEndBlockErrs 1.3.6.1.4.1.644.2.4.5.3.1.1.16
This is the total number of Remote CRC errors reported.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dsx1StatusTrunkCondition 1.3.6.1.4.1.644.2.4.5.3.1.1.17
Detetermines if Trunk Conditioning state is 'On' or 'Off'.
Status: current Access: read-only
OBJECT-TYPE    
  DataSwitch  

dsx1StatusInsErrMode 1.3.6.1.4.1.644.2.4.5.3.1.1.18
Determines the status of the current Insert Error mode associated with this link. In order to insert an error, the dsx1StatusCmdStatus must be sent in a SET PDU with a value of 'insertError'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER not-applicable(0), cas-multiframe(1), multiframe(2), bert-error(3), bit-slip(4), frame-alignment(5), crc(6), fbit(7), line-code-violation(8), allErrors(9), yellow-alarm(10), ybit(11), fas-inverted(12), nfas-bit2-inverted(13), rai(14), ts16-ais(15), ais-unframed-all-ones(16)  

dsx1StatusCmdStatus 1.3.6.1.4.1.644.2.4.5.3.1.1.19
This is the command status for the DS1/E1 Link Test Row. The value used in a SET will be replaced by a response value in the GET RESPONSE indicating success or failure. Default Response State used in GET RESPONSE Command ready-for-command (0) initial default status for a row DS1/E1 Action Commands used in SET Command (1..99) update (1) Can be used optionally when modifing insert mode in order to get status code back in response clearErrors (14) Resets all error counters to zero insertError (16) Inserts the current invalid bit pattern as indicated by the value of dsx1StatusInsErrMode. Response States used in GET RESPONSE Command (100..199) update-successful (101) Test action has been successfully performed clear-successful (114) Error counts have been successfully cleared insert-successful (116) Errored bits have been successfully inserted DS1/E1 Status Error Codes used in GET RESPONSE Command (200..799) err-general-status-error (200) Unknown link status table request error occurred. err-link-not-in-service (201) Requested action cannot be performed for OOS links err-link-in-clear-mode (204) Requested action cannot be performed for clear framed or clear unframed configured links err-test-in-progress (205) Requested action cannot be performed during bert err-field-cannot-be-set (206) Read-only field was included in SET request err-link-not-connected (207) Requested action cannot be performed without link connection err-invalid-command (208) Unrecognized Test Command requested err-link-not-in-test (211) Requested action cannot be performed without a bert err-snmp-parse-failed (500) Agent could not parse variable err-invalid-snmp-type (501) Variable ASN type does not match Agent defined type err-invalid-snmp-var-size (502) Variable size is too big
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ready-for-command(0), update(1), clearErrors(14), insertError(16), update-successful(101), clear-successful(114), insert-successful(116), err-general-status-error(200), err-link-not-in-service(201), err-link-in-clear-mode(204), err-test-in-progress(205), err-field-cannot-be-set(206), err-link-not-connected(207), err-invalid-command(208), err-link-not-in-test(211), err-snmp-parse-failed(500), err-invalid-snmp-type(501), err-invalid-snmp-var-size(502)  

dsx1StatusRcvNationalBits 1.3.6.1.4.1.644.2.4.5.3.1.1.20
Displays the E1 National S-bits being received on the link. This single byte field shows the values in Hex of the E1 NFA byte in odd frames as depicted below: sa8 sa7 sa6 sa5 sa4 reserved bits --- --- --- --- --- ------------- 1 1 1 1 1 0 0 0 = F8 Reserved bits are always zero.
Status: current Access: read-only
OBJECT-TYPE    
  OneByteField