MIBs Depot

CISCO-WAN-SRM-BERT-MIB

Registered at
1.3.6.1.4.1.351.110.6.1
1.3.6.1.4.1.351.150.31
Last updated
2002-08-26 00:00
Organization
Cisco Systems, Inc.
Revisions
2002-08-26 00:00
Namespace
cisco
Source file
CISCO-WAN-SRM-BERT-MIB
Digest
sha256:66db60b750c58964baf53a472486e59880c3c8940bf26db9eba397de08df6c0c

Description

The MIB Module for BERT(Bit Error Rate Testing) using Service Resource Module(SRM). This MIB module is used for BERT on FRSM, AUSM, CESM, VISM modules. This module contains information on results from BERT tests using DDS(Digital Data Service) pattern.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-wanatm@cisco.com

Imports

FromSymbols
BASIS-MIBaxisDiagnostics
CISCOWAN-SMIciscoWan
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

BASIS-MIB
CISCO-WAN-SRM-BERT-MIB
CISCOWAN-SMI
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
bert
OBJECT-IDENTITY
1.3.6.1.4.1.351.110.6.1
bertControl
OBJECT-TYPE
This object controls all the SET operations on this MIB group. acquireBert : Acquire BERT resources. cnfBert : Configure the required BERT test. startBert : The configured test has to be started. modBert : Modify parameters for the ongoing BERT test. delBert : Running BERT test has to be stopped. The above list shows the sequence in which the SET operations on this group need to be done, ideally. Bert can be operated upon only with bertUserId and bertSlotNumber. The default value is 0, means no action.
1.3.6.1.4.1.351.110.6.1.1INTEGER {acquireBert(1), releaseBert(2), cnfBert(3), startBert(4), modBert(5), delBert(6)}read-writecurrent
bertResourceStatus
OBJECT-TYPE
All of bert resources can be used by only one user at a time. This gives the status of the resources.
1.3.6.1.4.1.351.110.6.1.2INTEGER {free(1), inUse(2), cleanupPending(3)}read-onlycurrent
bertOwner
OBJECT-TYPE
This refers to the user who owns the BERT resources. If the user is a CLI user, then this is username. If it is SNMP Manager(For example Cisco Wan Manager), then this would be the IP address. For example, this value can be, 192.9.209.157 within quotes.
1.3.6.1.4.1.351.110.6.1.3DisplayStringread-onlycurrent
bertUserId
OBJECT-TYPE
This identifies the user who wants to do a SET operation on this group. This will be compared against bertOwner and access will be given only if it matches. Hence, for every SET request, this object should have a valid value. If the user is a CLI user, then this is username. If it is SNMP Manager, then this would be the IP address. For example, this value can be, 192.9.209.157 within quotes. Required for bert operations.
1.3.6.1.4.1.351.110.6.1.4DisplayStringread-writecurrent
bertStatus
OBJECT-TYPE
This variable provides the status of BERT in the shelf.
1.3.6.1.4.1.351.110.6.1.5INTEGER {inactive(1), bertInSync(2), bertOutOfSync(3), searchingDDSCommands(4), farEndInLoop(5), facilityInLoop(6), portFacilityFifoFault(7), portFacilityFifoOutOfSync(8), metallicInLoop(9), bertFailed(10)}read-onlycurrent
bertSlotNumber
OBJECT-TYPE
specifies the physical slot number of the Service Module which is to run BERT For MGX 8220, the range is 5-14. For MGX 8850, the range is 1-6, 9-14, 17-22, 25-30. Required for bert operations.
1.3.6.1.4.1.351.110.6.1.6Integer32 (1..30)read-writecurrent
bertTestMedium
OBJECT-TYPE
specifies whether the bert is to test a port or an entire T1/E1 line. No default value for this, it has to be set if bert is configured.
1.3.6.1.4.1.351.110.6.1.7INTEGER {port(1), line(2)}read-writecurrent
bertPort
OBJECT-TYPE
specifies the port number for BERT.
1.3.6.1.4.1.351.110.6.1.8Integer32read-writecurrent
bertLine
OBJECT-TYPE
specifies the line number for BERT. If the test medium is port, this represents the line to which the port belongs.
1.3.6.1.4.1.351.110.6.1.9Integer32read-writecurrent
bertMode
OBJECT-TYPE
specifies the mode, the BERT module is to be configured for.
1.3.6.1.4.1.351.110.6.1.10INTEGER {bertPatternTest(1), ddsSeek(2), loopback(3)}read-writecurrent
bertDeviceToLoop
OBJECT-TYPE
This shows the type of the end device and the type of the loopback used (latching/nonlatching/polynomial).
1.3.6.1.4.1.351.110.6.1.11INTEGER {noLatchOCUwith1(1), noLatchOCUwitout1(2), noLatchCSU(3), noLatchDSU(4), latchDS0Drop(5), latchDS0Line(6), latchOCU(7), latchCSU(8), latchDSU(9), latchHL96(10), v54Polynomial(11), inband(12), esf(13), metallic(14), noDevice(15), smartJackInband(16)}read-writecurrent
bertDS0DPIterationCount
OBJECT-TYPE
The Iteration Register needs to be programmed in SRM when DSO drop loop option is selected in bertDeviceToLoop. The value to be programmed there is minus one of this object value, since the register is 0 based. DSP-OP devices can be cross connected in the centeral office. By this, the user has capablitiy to put any of the devices in the chain in loopback mode. This is done by repeating the latching activation code in a specific manner. The binary number in the iterataion register determines how many times the first portion of a latching loop activation code needs to be repeated as per user request and according to the Bellcore spec. A value of 0 results in no iteration and will cause the very first device in chain to go into loop back. A value of 1 will result into one iteration and will cause the second device to go into loopback and so on. The range of this count is 1 to 32, and it would translate to a range of 0 to 31 for the iteration register.
1.3.6.1.4.1.351.110.6.1.12Integer32 (1..32)read-writecurrent
bertPattern
OBJECT-TYPE
This variable determines BERT pattern to be transmitted.
1.3.6.1.4.1.351.110.6.1.13INTEGER {allZeros(1), allOnes(2), alternateONeZero(3), doubleOneZero(4), fifteenBit(5), twentyBit(6), twentyBitQRSS(7), twentythreeBit(8), oneInEight(9), threeIntwentyfour(10), dds-1(11), dds-2(12), dds-3(13), dds-4(14), dds-5(15), nineBit(16), elevenBit(17)}read-writecurrent
bertLoopback
OBJECT-TYPE
specifies the type of loopback to be (d)established.
1.3.6.1.4.1.351.110.6.1.14INTEGER {farEndLoopback(1), facilityLoopback(2), metallicLoopback(3)}read-writecurrent
bertLoopbackOperation
OBJECT-TYPE
specifies the operation of loopback (up or down).
1.3.6.1.4.1.351.110.6.1.15INTEGER {loopUp(1), loopDown(2)}read-writecurrent
bertDS0Speed
OBJECT-TYPE
represents the ds0 speed of the test running.
1.3.6.1.4.1.351.110.6.1.16INTEGER {speed56k(1), speed64k(2)}read-onlycurrent
bertTimeSlots
OBJECT-TYPE
represents the number of ds0s in the test medium chosen.
1.3.6.1.4.1.351.110.6.1.17Integer32read-onlycurrent
bertStartTime
OBJECT-TYPE
The syntax is hh:mm:ss The time zone is as configured in the shelf.
1.3.6.1.4.1.351.110.6.1.18DisplayString (SIZE(8))read-onlycurrent
bertStartDate
OBJECT-TYPE
On MGX 8220, the syntax is mm/dd/yy On MGX 8850, the syntax is mm/dd/yyyy.
1.3.6.1.4.1.351.110.6.1.19DisplayString (SIZE(10))read-onlycurrent
bertBitCount
OBJECT-TYPE
This shows the number of bits transmitted.
1.3.6.1.4.1.351.110.6.1.20Integer32read-onlycurrent
bertBitErrorCount
OBJECT-TYPE
This shows the number of bits received in error.
1.3.6.1.4.1.351.110.6.1.21Integer32read-onlycurrent
bertErrorInjectCount
OBJECT-TYPE
This shows the number of times error was injected.
1.3.6.1.4.1.351.110.6.1.22Integer32read-onlycurrent
bertCleanupAction
OBJECT-TYPE
When the BERT has to be stopped or aborted (due to card state changes), this object would give the exact action to take. The bert related changes to the shelf, then, can be cleaned up. When its value is a Loopdown, it implies smCleanup plus the corresponding Loopdown.
1.3.6.1.4.1.351.110.6.1.23INTEGER {noAction(1), smCleanup(2), latchDS0DropLoopdown(3), latchDS0LineLoopdown(4), latchOCULoopdown(5), latchCSULoopdown(6), latchDSULoopdown(7), latchHL96Loopdown(8), v54PolynomialLoopdown(9), inbandLoopdown(10), esfLoopdown(11), facilityLoopdown(12), metallicLoopdown(13), smartJackInbandLoopdown(14)}read-onlycurrent
bertAbortReason
OBJECT-TYPE
when the BERT is aborted, this object would give the reason for that.
1.3.6.1.4.1.351.110.6.1.24INTEGER {ascStateChange(1), smStateChange(2), srmStateChange(3), coreCardSwitch(4), smRedundancySwitch(5)}read-onlycurrent
bertDDSSeekResultsTableFirstIndex
OBJECT-TYPE
Denotes the index of the oldest entry in the table. A value of zero means that there are no entries in the table.
1.3.6.1.4.1.351.110.6.1.25Integer32 (0..20)read-onlycurrent
bertDDSSeekResultsTableLastIndex
OBJECT-TYPE
Denotes the index of the latest entry in the table. A value of zero means that there are no entries in the table.
1.3.6.1.4.1.351.110.6.1.26Integer32 (0..20)read-onlycurrent
bertDDSSeekResultsTable
OBJECT-TYPE
This table contains all available DDS patterns detected and latched by an interaface(lines,ports etc) configured to detect DDS patterns.
1.3.6.1.4.1.351.110.6.1.27not-accessiblecurrent
bertDDSSeekResultsTableEntry
OBJECT-TYPE
An entry in the detected DDS codes table.
1.3.6.1.4.1.351.110.6.1.27.1not-accessiblecurrent
bertDDSSeekResultsTableIndex
OBJECT-TYPE
Denotes the serial number of the entry in the table.
1.3.6.1.4.1.351.110.6.1.27.1.1Integer32 (1..20)read-onlycurrent
bertDDSCode
OBJECT-TYPE
Denotes the type of DDS code detected.
1.3.6.1.4.1.351.110.6.1.27.1.2INTEGER {block(10), unassignedMuxChannel(24), muxOutOfSync(26), test(28), abnormalStationCondition(30), channelLoopback(40), ocuLoopback(42), dsuLoopback(44), unnamed(50), transitionInProgress(58), loopbackEnable(86), farEndVoice(90), testAlert(108), mjuAlert(114), release(120), idle(126)}read-onlycurrent
bertSupportedTestsTable
OBJECT-TYPE
A list of supported tests for a given SM.
1.3.6.1.4.1.351.110.6.1.28not-accessiblecurrent
bertSupportedTestsTableEntry
OBJECT-TYPE
A general supported tests entry.
1.3.6.1.4.1.351.110.6.1.28.1not-accessiblecurrent
bertSupportedTestsTableIndex
OBJECT-TYPE
This index is the physical slot number of the Service Module whose entry it represents in the table. For MGX 8220, the range is 5-14. For MGX 8850, the range is 1-6, 9-14, 17-22, 25-30.
1.3.6.1.4.1.351.110.6.1.28.1.1Integer32 (1..30)read-onlycurrent
bertSupportFlag
OBJECT-TYPE
'yes' if the table entry correctly represents the supported tests for the SM on the corresponding slot. 'no' if no tests at all are supported.
1.3.6.1.4.1.351.110.6.1.28.1.2INTEGER {yes(1), no(2)}read-onlycurrent
bertTestMediumMask
OBJECT-TYPE
Every test medium is represented by a bit of mask. Bits 0-1 are valid in this integer. The meaning of the mask can be understood from the example below: -------------------------- TestMedium | SM | support -------------------------- port | 1 line | 1 -------------------------- (Table contents applicable to FRSM-4T1) bertTestMediumMask = 11 binary The column titles represent the variables bertTestMedium depends on. The mask is represented in column major order.
1.3.6.1.4.1.351.110.6.1.28.1.3Integer32read-onlycurrent
bertModeMask
OBJECT-TYPE
Every mode is represented by 2 bits of mask. Bits 0-5 are valid in this integer. The meaning of the mask can be understood from the example below: ----------------------------------------------------------- Mode | SM support | Test Medium: | | Multiple | | T1 time slots ----------------------------------------------------------- Pattern test | 1 | 1 DDS seek | 1 | 0 Loopback | 1 | 1 ----------------------------------------------------------- (Table contents applicable to FRSM-4T1) bertModeMask = 101111 binary The column titles represent the variables bertMode depends on. The mask is represented in column major order.
1.3.6.1.4.1.351.110.6.1.28.1.4Integer32read-onlycurrent
bertDeviceToLoopMask
OBJECT-TYPE
Every class of devices to loop is represented by 6 bits of mask. Bits 0-29 are valid in this integer. The meaning of the mask can be understood from the example below: ----------------------------------------------------------- | | | Test Medium Class of | SM | MODE |________________________________ devices |supp | Loopback|Line |multiple T1 | 64k | 56k | | | | time slots | | ----------------------------------------------------------- noLatch | 1 0 0 0 0 1 latch | 1 1 0 0 1 1 v54 | 1 1 0 1 1 1 inband/esf| 1 1 1 0 0 0 metallic | 1 0 1 0 0 0 ----------------------------------------------------------- (Table contents applicable to FRSM-4T1) bertDeviceToLoopMask = 001110011000100110000111011111 binary The column titles represent the variables bertDeviceToLoop depends on. The mask is represented in column major order. Due to the limitation on the length of the mask, 'noDevice' option is not represented in this mask. But, the mask for it, is assumed to be a row of ones except for a zero on 'MODE Loopback' column.
1.3.6.1.4.1.351.110.6.1.28.1.5Integer32read-onlycurrent
bertPatternMask
OBJECT-TYPE
Every class of patterns is represented by 2 bits of mask. Bits 0-3 are valid in this integer. The meaning of the mask can be understood from the example below: ---------------------------------------------- Class of | SM | Non latching patterns | support |device to loop ---------------------------------------------- Other patterns | 1 | 0 ---------------------------------------------- Patterns | 1 | 1 power 9 and 11 | | ---------------------------------------------- (Table contents applicable to FRSM-4T1) bertPatternMask = 1011 binary The column titles represent the variables bertPattern depends on. The mask is represented in column major order.
1.3.6.1.4.1.351.110.6.1.28.1.6Integer32read-onlycurrent
bertLoopbackMask
OBJECT-TYPE
Every loopback is represented by 2 bits of mask. Bits 0-5 are valid in this integer. The meaning of the mask can be understood from the example below: ---------------------------------------------- Loopback | SM | Test Medium | support | Port ---------------------------------------------- Far End Loopback | 1 | 1 Facility Loopback | 1 | 1 Metallic Loopback | 1 | 0 ---------------------------------------------- (Table contents applicable to FRSM-4T1) bertLoopbackMask = 011111 binary The column titles represent the variables bertLoopback depends on. The mask is represented in column major order.
1.3.6.1.4.1.351.110.6.1.28.1.7Integer32read-onlycurrent
bertCardT1E1Type
OBJECT-TYPE
Specifies whether a t1 or e1 card.
1.3.6.1.4.1.351.110.6.1.28.1.8INTEGER {t1(1), e1(2)}read-onlycurrent
ciscoWanSrmBertMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.351.150.31.2
ciscoWanSrmBertMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.351.150.31.2.1
ciscoWanSrmBertMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.351.150.31.2.2

Conformance

NameOIDStatus
ciscoWanSrmBertConfGroup
OBJECT-GROUP
The collection of objects which are used for configuring/running BERT on Service modules using SRM module.
1.3.6.1.4.1.351.150.31.2.1.1current
ciscoWanSrmBertTestResultsGroup
OBJECT-GROUP
The collection of objects which are used for finding the results of running BERT tests.
1.3.6.1.4.1.351.150.31.2.1.2current
ciscoWanSrmBertDDSResultsGroup
OBJECT-GROUP
The collection of objects which are used for finding the results of running BERT tests using DDS pattern.
1.3.6.1.4.1.351.150.31.2.1.3current
ciscoWanSrmBertCompliance
MODULE-COMPLIANCE
The compliance statement for objects related to Bert MIB.
1.3.6.1.4.1.351.150.31.2.2.1current