GDCDSX1-MIB: View SNMP OID List / Download MIB

VENDOR: GENERAL DATACOMM


 Home MIB: GDCDSX1-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 gdc 1.3.6.1.4.1.498
         dsx1 1.3.6.1.4.1.498.6
             gdcDsx1System 1.3.6.1.4.1.498.6.1
                 gdcDsx1Version 1.3.6.1.4.1.498.6.1.1
                     gdcDsx1SystemMIBversion 1.3.6.1.4.1.498.6.1.1.1 displaystring read-only
Identifies the version of the MIB. The format of the version is x.yzT, where 'x' identifies the major revision number, 'y' identifies the minor revision number, 'z' identifies the typographical revision, and T identifies the test revision. Acceptable values for the individual revision components are as follows: x: 1 - 9 y: 0 - 9 z: 0 - 9 T: A - Z Upon formal release, no designation for the test revision will be present.
                     gdcDsx1VersionTable 1.3.6.1.4.1.498.6.1.1.2 no-access
                         gdcDsx1VersionEntry 1.3.6.1.4.1.498.6.1.1.2.1 no-access
An entry in the GDC gdcDsx1 Version Table.
                             gdcDsx1VersionIndex 1.3.6.1.4.1.498.6.1.1.2.1.1 scinstance read-only
Identifies Version parameters associated with the managed object.
                             gdcDsx1FirmwareRev 1.3.6.1.4.1.498.6.1.1.2.1.2 displaystring read-only
The version number of the bootstrap firmware. The version number of the firmware, to allow products to know which revision is installed. The released version number is sequenced from --, A-, ... AA, ... ZZ.
                             gdcDsx1ModelNumber 1.3.6.1.4.1.498.6.1.1.2.1.3 displaystring read-only
This variable is used to determine the type of card family installed ex. SC5001, SC5002.
                             gdcDsx1ActiveFirmwareRev 1.3.6.1.4.1.498.6.1.1.2.1.4 displaystring read-only
The version number of the firmware currently executing. The format is MM.NN.BB where: MM: Major Revision (0-99) NN: Minor Revision (0-99) BB: Bug Fix Revision (0-99)
                             gdcDsx1StoredFirmwareRev 1.3.6.1.4.1.498.6.1.1.2.1.5 displaystring read-only
The version number of the firmware stored (in a compressed format) but not currently executing. MM: Major Revision (0-99) NN: Minor Revision (0-99) BB: Bug Fix Revision (0-99)
                             gdcDsx1BootRev 1.3.6.1.4.1.498.6.1.1.2.1.6 displaystring read-only
The version number of the bootstrap firmware. The version number of the firmware, to allow products to know which revision is installed. The released version number is sequenced from --, A-, ... AA, ... ZZ.
                             gdcDsx1StoredFirmwareStatus 1.3.6.1.4.1.498.6.1.1.2.1.7 integer read-only
This object represents the state of the Non-Active or Stored firmware: statBlank(1) Factory Default statDownLoading(2) In process of downloading firmware statOK(3) Zipped version checksum succesful (OK to switch) (can set gdcDsx1SwitchActive to switchActive(2)) statCheckSumBad(4) Failed checksum after download statUnZipping(5) In process of uncompressing into active area statBadUnZip(6) Failed last uncompress The object is read only. Enumeration: 'statDownLoading': 2, 'statBadUnZip': 6, 'statBlank': 1, 'statOK': 3, 'statUnZipping': 5, 'statCheckSumBad': 4.
                             gdcDsx1SwitchActiveFirmware 1.3.6.1.4.1.498.6.1.1.2.1.8 integer read-write
This object is used to switch the active executing firmware from the version in gdcDsx1ActiveRev to the version in gdcDsx1StoredRev. When a switchActive(2) is set (write only) the element will: 1) reboot 2) uncompress stored code into active area 3) perform checksum on active area 4) Set gdcDsx1StoredStatus object to indicate results 5) If succesfull: update gdcDsx1ActiveFirmwareRev and gdcDsx1StoredFirmwareRev and begin executing If failed: replace active area with previous revision The switchNorm(1) enumeration will always be read. Setting switchActive(2) when the gdcDsx1StoredStatus is not statOK(3) will result in an error. Enumeration: 'switchNorm': 1, 'switchActive': 2.
                             gdcDsx1DownloadingMode 1.3.6.1.4.1.498.6.1.1.2.1.9 integer read-write
This object is used to configure the download mode: disableAll(1) Prevents any firmware downloading to gdcDsx1 enableAndWait(2) Allows downloading zipped code to be stored only! enableAndSwitch(3) Allows downloading and then unzips and begins executing the new code Enumeration: 'enableAndSwitch': 3, 'enableAndWait': 2, 'disableAll': 1.
                 gdcDsx1Maintenance 1.3.6.1.4.1.498.6.1.2
                     gdcDsx1MaintenanceTable 1.3.6.1.4.1.498.6.1.2.1 no-access
The table describes the maintenance objects for the unit and references the unit interface (cc = 00).
                         gdcDsx1MaintenanceEntry 1.3.6.1.4.1.498.6.1.2.1.1 no-access
An entry in the GDC ltu Maintenance Configuration Table.
                             gdcDsx1MaintenanceLineIndex 1.3.6.1.4.1.498.6.1.2.1.1.1 scinstance read-only
This object identifies Maintenance parameters associated with the managed object.
                             gdcDsx1SoftReset 1.3.6.1.4.1.498.6.1.2.1.1.2 integer read-write
Supports the action of soft resetting the unit. When this object is set to reset(1), then the unit performs a soft reset, whose meaning is specific to the type of unit being managed. The value of norm(2) will be returned when the reset is complete. The value of norm(2) can not be set by management. Enumeration: 'reset': 1, 'norm': 2.
                             gdcDsx1ConfigMode 1.3.6.1.4.1.498.6.1.2.1.1.4 integer read-only
The hardware configuration mode of the unit. A unit may be configured through hardware switches, jumper, straps, etc. The value software(2) indicates that the unit is software configurable. The value of hardware(1) indicates that some options are hard configured and that software configuration is not permitted of these options. The value of hardware(1) can not be set by management. Enumeration: 'hardware': 1, 'software': 2.
                             gdcDsx1FrontPanel 1.3.6.1.4.1.498.6.1.2.1.1.5 integer read-write
This variable is used to indicate whether the front panel switches are operational or not. 'inhibit' refers to when the front panel switches are not operational. 'enable' refers to when the front panel switches are operational. Enumeration: 'inhibit': 1, 'enable': 2.
                             gdcDsx1SysUpTime 1.3.6.1.4.1.498.6.1.2.1.1.6 timeticks read-only
This variable is used to report the elapsed system tick time for conversion to real time at the controller and is not related to the sysUpTime referenced in MIB-II. Upon power-up of the unit, the elapsed time is cleared. The elapsed time counter rolls over upon reaching the maximum count.
                             gdcDsx1DefaultInit 1.3.6.1.4.1.498.6.1.2.1.1.7 integer read-write
This is used to allow the NonVolatile Configuration to be set to a factory default state. When this value is set to factoryDefault(1) the unit will perform a reset to make the default configuration take affect. The value of normal(2) will be returned when the initialization is complete. The value of normal(2) can not be set by management. Enumeration: 'normal': 2, 'factoryDefault': 1.
                             gdcDsx1ResetStats 1.3.6.1.4.1.498.6.1.2.1.1.8 integer read-write
Supports the action of soft resetting the dsx1ValidIntervals object. When this object is set to reset(9), then the unit will reset the dsx1ValidIntervals object to zero. The value of norm(1) can not be set by management. Enumeration: 'reset': 9, 'norm': 1.
                             gdcDsx1LedStatus 1.3.6.1.4.1.498.6.1.2.1.1.9 octet string read-only
Returns a bitwise snapshot of the front panel LED state. Octet 1 bit 7 - not used bit 6 - ON bit 5 - INSV bit 4 - RSP bit 3 - TMG bit 2 - EQ LAD bit 1 - EQ 0'S bit 0 - EQ NS Octet 2 bit 7 - not used bit 6 - EQ OOF bit 5 - NTWK AIS bit 4 - NTWK BPV bit 3 - NTWK NS bit 2 - NTWK OOF bit 1 - ALM bit 0 - TM Octet 3 bit 7 - not used bit 6 - ST bit 5 - LT bit 4 - RL bit 3 - future use bit 2 - future use bit 1 - future use bit 0 - future use
                             gdcDsx1SetTransmitClkSrc 1.3.6.1.4.1.498.6.1.2.1.1.10 integer read-write
'txClkSrc' indicates the unit is using the optioned clock source as indicated by the dsx1TransmitClockSource variable in the RFC1406 mib or the gdcDsx1TransmitClockSource variable in the gdcdsx1 mib. 'fallBackClkSrc' indicates the unit is using the optioned clock source as indicated by the gdcDsx1FallbackClockSource variable in the gdcdsx1 mib. Enumeration: 'txClkSrc': 1, 'fallBackClkSrc': 2.
                             gdcDsx1CsuMode 1.3.6.1.4.1.498.6.1.2.1.1.11 integer read-write
'csuMode' indicates the unit is operating as a T1 channel service unit with the payload from the network interface connected to the payload of the cascade interface. 'concentratorMode' indicates the unit is operating as a T1 channel service unit with the T1 payloads groomed to cross connect within the shelf and the network and cascade interfaces. Enumeration: 'csuMode': 1, 'concentratorMode': 2.
                             gdcDsx1CircuitIdentifier1 1.3.6.1.4.1.498.6.1.2.1.1.12 displaystring read-write
Private data storage area of sixteen bytes.
                             gdcDsx1CircuitIdentifier2 1.3.6.1.4.1.498.6.1.2.1.1.13 displaystring read-write
Private data storage area of sixteen bytes.
                 gdcDsx1Configuration 1.3.6.1.4.1.498.6.1.3
                     gdcDsx1ConfigTable 1.3.6.1.4.1.498.6.1.3.1 no-access
The GDC DS1 Configuration table. Information in the entries of this table augment the entries in the DS1 Configuration table of the DS1 MIB defined in RFC 1406.
                         gdcDsx1ConfigEntry 1.3.6.1.4.1.498.6.1.3.1.1 no-access
The GDC DS1 Configuration table entry. The information in this entry augments the information for the corresponding entry in the dsx1ConfigEntry of the DS1 MIB defined in RFC 1406.
                             gdcDsx1ConfigIndex 1.3.6.1.4.1.498.6.1.3.1.1.1 scinstance read-only
The index value which uniquely identifies the interface to which this entry is applicable. This has the form of a SCinstance which defines the slot, line, drop, and sub-identifier.
                             gdcDsx1LineType 1.3.6.1.4.1.498.6.1.3.1.1.2 integer read-write
This variable indicates the variety of DS-X Line implementing this circuit. The type of circuit affects the number of bits per second that the circuit can reasonably carry, as well as the interpretation of the usage and error statistics. The values, in sequence, describe: 'auto' indicates the unit is still determining framing when gdcDsx1LineType is set for auto (1) dsx1LineType reads other(1). 'manEsf' indicates manual selection of extended superframe format 'manD4'indicates manual selection of D4 framing format 'unframed' indicates manual selection of unframed format Reference rfc1406 dsx1LineType gdcDsx1LineType dsx1ESF (2) ============> manESF (2) dsx1D4 (3) ============> manD4 (3) All other values in dsx1LineType are not supported at this time. Default value: manESF (2) Enumeration: 'manEsf': 2, 'auto': 1, 'unframed': 4, 'manD4': 3.
                             gdcDsx1InterfaceType 1.3.6.1.4.1.498.6.1.3.1.1.3 integer read-write
The operating mode of the interface. Setting the value of this object to ds1(2) configures the interface as standard DS1. Setting the value of this object to dsx1(3) configures the interface to operate as a standard cross-connect DSX-1. The value other(1) identifies another interface mode defined elsewhere. This value can never be set by management operation. This object interoperates with the gdcDsx1Preequalization object. When this object is set to ds1(2), then the value of gdcDsx1Preequalization does not apply. This object interoperates with the gdcDsx1AdminLineBuildout object. When this object is set to dsx1(3), then the value of gdcDsx1LineBuildout does not apply. This object interoperates with the gdcDsx1AdminLineBuildout object. When this object is set to dsx1(3), then the value of gdcDsx1AutoLineBuildout does not apply. This object interoperates with the gdcDsx1AdminReceiveRange object. When this object is set to dsx1(3), then the value of gdcDsx1ReceiveRange does not apply. This object interoperates with the gdcDsx1AdminReceiveRange object. When this object is set to dsx1(3), then the value of gdcDsx1AutoReceiveRange is set to disabled(2). Enumeration: 'dsx1': 3, 'other': 1, 'ds1': 2.
                             gdcDsx1Preequalization 1.3.6.1.4.1.498.6.1.3.1.1.4 integer read-write
Is the preequalization of the transmitter of the interface. The value other(1) identifies an other preequalization value which is defined elsewhere. This value can never be set by management operation. This object interoperates with the object gdcDsx1InterfaceType. When the value of gdcDsx1InterfaceType is ds1(2) then this value is not applicable. Enumeration: 'none': 7, 'preeq130': 2, 'preeq260': 3, 'preeq390': 4, 'other': 1, 'preeq655': 6, 'preeq530': 5.
                             gdcDsx1AdminLineBuildout 1.3.6.1.4.1.498.6.1.3.1.1.5 integer read-write
This variable is used to set the Transmit Ntwk Build-Out value on the network side and is only valid if the gdcDsx1InterfaceType is set for ds1(1). The values, in sequence, describe: 'auto' indicates auto detection of receive level to determine the appropriate Ntwk build out without controller intervention 'man00dB' indicates manual selection of 0.0 dB transmit Ntwk build out 'man75dB' indicates manual selection of -7.5 dB transmit Ntwk build out 'man150dB' indicates manual selection of -15.0 dB transmit Ntwk build out Set/get of auto requires a reading of gdcDsx1OperLineBuildOut to determine the selection of the Ntwk buildout. Caution must be used when setting auto since only one unit on a link can be in auto at a given time. Default value: man00dB (2) Enumeration: 'man150dB': 4, 'auto': 1, 'man00dB': 2, 'man75dB': 3.
                             gdcDsx1OperLineBuildout 1.3.6.1.4.1.498.6.1.3.1.1.6 integer read-only
This variable is used to report the current Ntwk build-out setting if the gdcDsx1InterfaceType is set for ds1(1). 'inProcess' indicates the unit is still determining the Ntwk build out required when the gdcDsx1AdminLineBuildout is set for auto (1) 'tx00dB' indicates the unit is set for 0.0 dB of attenuation when the gdcDsx1AdminLineBuildout is set for auto (1) or man00dB (2) 'tx75dB' indicates the unit is set for -7.5 dB of attenuation when the gdcDsx1AdminLineBuildout is set for auto (1) or man75dB (3) 'tx150dB' indicates the unit is set for -15.0 dB of attenuation when the gdcDsx1AdminLineBuildout is set for auto (1) or man150dB (4) Enumeration: 'tx75dB': 3, 'tx00dB': 2, 'inProcess': 1, 'tx150dB': 4.
                             gdcDsx1AdminRcvRange 1.3.6.1.4.1.498.6.1.3.1.1.7 integer read-write
This variable is used to set the receiver circuitry for signal recovery ranges when gdcDsx1InterfaceType is set for ds1 (1). This function is not supported for gdcDsx1InterfaceType set for dsx1 (2). Normal range is considered 0 to -28 dB and extended range is from -20 to -40 dB relative to a DS-1 launch pulse. The values,in sequence, describe: 'auto' indicates auto selection of receiver range 'manNorm' indicates manual selection of normal range 'manExt' indicates manual selection of extended range Set/get of auto requires a reading of gdcDsx1OperRcvRange to determine the selection of the receiver range. Caution must be used when setting auto since only one unit on a link can be in auto at a given time. Default value: auto(1) Enumeration: 'auto': 1, 'manExt': 3, 'manNorm': 2.
                             gdcDsx1OperRcvRange 1.3.6.1.4.1.498.6.1.3.1.1.8 integer read-only
This variable is used to report the current receiver range setting when gdcDsx1InterfaceType is set for ds1 (1). 'inProcess' indicates the unit is still determining the required receiver range when the gdcDsx1AdminRcvRange is set for auto (1) 'norm' indicates the receiver is set for normal range when the gdcDsx1AdminRcvRange is set for auto (1) or manNorm (2) 'ext' indicates the receiver is set for extended range when the gdcDsx1AdminRcvRange is set for auto (1) or manExt (3) Enumeration: 'ext': 3, 'inProcess': 1, 'norm': 2.
                             gdcDsx1OnesDensity 1.3.6.1.4.1.498.6.1.3.1.1.9 integer read-write
The ones density restriction for the interface. The values of this object define the ones density restriction that is enforced on the interface. The value inhibit(1) indicates that no ones density restriction is enforced. The value max15zeros(2) indicates that a maximum of 15 zeros are transmitted to the network before a one is inserted. The value max39zeros(3) indicates that a maximum of 39 zeros are transmitted to the network before a one is inserted. The value restrict8nX1(4) indicates a minimum of N ones per 8(N+1) bits, where N is in the range 1 to 24. The value min1in8(5) indicates a minimum of 1 one per 8 bits. With this value, pulse density violations are enforced but not recorded. Enumeration: 'min1in8': 5, 'max39zeros': 3, 'inhibit': 1, 'max15zeros': 2, 'restrict8XNplus1': 4.
                             gdcDsx1TransmitClockSource 1.3.6.1.4.1.498.6.1.3.1.1.10 integer read-write
Augments the dsx1TransmitClockSource of the DS1 MIB of RFC 1406. This object defines transmit clock sources that are not defined by RFC 1406, but are supported by GDC DS1 interfaces. The value other(1) indicates that the DS1 transmit clock source is defined elsewhere. The other values identify other timing sources as indicated. The value other(1) can never be set by management operation. This object interoperates with the dsx1TransmitClockSource object. When the dsx1TransmitClockSource is set to loopTiming(1) or localTiming(2), the value of this object reflects other(1). When the value of this object has a value other than other(1), then the value of the dsx1TransmitClockSource object reflects throughTiming(3). The value channel(4) interoperates with the gdcDsuChannelTransmitClockSource object. When this value is selected, gdcDsuChannelTransmitClockSource is set to the appropriate channel of the clock source for multi-channel products. Enumeration: 'composite': 5, 'shelf': 6, 'cascade': 3, 'station': 2, 'other': 1, 'channel': 4.
                             gdcDsx1FallbackClockSource 1.3.6.1.4.1.498.6.1.3.1.1.11 integer read-write
Identifies the fallback transmit clock source. The value of other(1) identifies another fallback transmit clock source that is defined elsewhere. The value of none(2) indicates no fallback transmit clock source. The value other(1) can never be set by management operation. The value channel(4) interoperates with the gdcDsuChannelTransmitClockSource object. When this value is selected, gdcDsuChannelTransmitClockSource is set to the appropriate channel of the clock source for multi-channel products. Enumeration: 'none': 2, 'composite': 3, 'shelf': 9, 'loopTiming': 4, 'localTiming': 7, 'cascade': 6, 'other': 1, 'station': 8, 'channel': 5.
                             gdcDsx1AISLoopdown 1.3.6.1.4.1.498.6.1.3.1.1.14 integer read-write
The time in seconds when receiving a continuous AIS signal before a remotely initiated loopback is terminated. When this object has the value 4, then there is no time limit and the loop must be terminated by remotely issued in-band loopdown codes. When the object has a value between 5 and 60, then this is time in seconds of continuous AIS signal before the loopback is terminated.
                             gdcDsx1InbandLoopCfg 1.3.6.1.4.1.498.6.1.3.1.1.15 integer read-write
This variable is used to set the In-Band DS1 Loopback Code Detection. 'inhibit' refers to when the in-band loopback codes are ignored. 'payload' designates a payload loopback is done upon recognition of the inband loopback code. 'lineloop' designates a line loopback is done upon recognition of the inband loopback code. Enumeration: 'lineloop': 3, 'inhibit': 1, 'payload': 2.
                             gdcDsx1Redundancy 1.3.6.1.4.1.498.6.1.3.1.1.16 integer read-write
This variable identifies which unit is the Primary unit and which unit is the Secondary unit. When the value is onLine(1), then the unit is identified as the Primary unit. When the value is backUp(2), then the unit is identified as the Secondary unit. The value keepAlive(3) indicates that a physical strap is enabled on the unit and that the values of onLine(1) and backUp(2) are ignored. The value keepAlive(3) can never be set by network management. Enumeration: 'keepAlive': 3, 'backUp': 2, 'onLine': 1.
                 gdcDsx1Diagnostics 1.3.6.1.4.1.498.6.1.4
                     gdcDsx1DiagTable 1.3.6.1.4.1.498.6.1.4.1 no-access
The GDC DS1 Diagnostics table. Information in the entries of this table support diagnostics testing, both active testing via patterns, and passive testing via loopbacks. The information of this table augments the entries in the DS1 Configuration table of the DS1 MIB defined in RFC 1406.
                         gdcDsx1DiagEntry 1.3.6.1.4.1.498.6.1.4.1.1 no-access
The GDC DS1 Diagnostics table entry. The information in this entry augments the information for the corresponding entry in the DS1 Configuration table of the DS1 MIB defined in RFC 1406.
                             gdcDsx1DiagIndex 1.3.6.1.4.1.498.6.1.4.1.1.1 scinstance read-only
The index value which uniquely identifies the interface to which this entry is applicable. This has the form of a SCinstance which defines the slot, line, drop, and sub-identifier, which in this case is a network interface.
                             gdcDsx1SendCode 1.3.6.1.4.1.498.6.1.4.1.1.2 integer read-write
Augments the dsx1SendCode object from the DS1 MIB of RFC 1406. This object defines other codes that are not defined by dsx1SendCode. The value of other(1) can never be set by management operation. This object and the dsx1SendCode object interoperate. When the value of dsx1SendCode is set to something other than dsx1SendOtherTestPattern(8), then the value of this object is set to other(1). When the value of this object is set to something other than other(1), the the value of dsx1SendCode is set to dsx1SendOtherTestPattern(8). This object and the gdcDsx1ProgPattern object interrelate. When this object is set to the value sendProgPattern(4), the value of the gdcDsx1ProgPattern object is used as the 16 bit user programmable pattern. The values send511PatternWithLT(11), send511PatternWithRT(12), send2047PatternWithLT(13), send2047PatternWithRT(14), sendQRSPatternWithLT(15), sendQRSPatternWithRT(16), sendProgPatternWithLT(17), sendProgPatternWithRT(18), send3in24PatternWithRT(19) indicate that the given pattern test is running in conjunction with a local test (LT) or remote test (RT). gdcDsx1LoopbackConfig is updated to indicate this as well. When one of these tests are running, and dsx1SendCode is set to dsx1SendNoCode(1), both the pattern and the loopback are terminated. However, if dsx1LoopbackConfig is set to dsx1NoLoop(1), and a pattern with LT is in progres, only the loopback portion is terminated. Enumeration: 'sendNtworkInterfaceResetcode': 9, 'send511PatternWithRT': 12, 'sendInbandCodeReset': 7, 'send2047PatternWithLT': 13, 'sendProgPatternWithRT': 18, 'sendQRSPatternWithLT': 15, 'send511PatternWithLT': 11, 'sendQRSPatternWithRT': 16, 'sendProgPatternWithLT': 17, 'sendNetworkInterfaceCode': 8, 'sendProgPattern': 2, 'send2047pattern': 3, 'sendDS0DelayPattern': 10, 'send2047PatternWithRT': 14, 'sendInbandCode': 6, 'other': 1, 'send3in24PatternWithRT': 19.
                             gdcDsx1LoopbackConfig 1.3.6.1.4.1.498.6.1.4.1.1.4 integer read-write
Augments the dsx1LoopbackConfig object from the DS1 MIB of RFC 1406. This object defines other loopback configurations that are not defined by dsx1LoopbackConfig. The value of other(1) can never be set by management operation. Enumeration: 'cascade': 4, 'other': 1, 'localtest': 2, 'ds0': 3.
                             gdcDsx1DS0Diag 1.3.6.1.4.1.498.6.1.4.1.1.5 integer read-write
Defines a DS0 level diagnostic. Setting this object value to 0 disables a DS0 level diagnostic. Setting this object to a value from 1 to 32 enables a DS0 level diagnostic on the DS0 indicated. Enabling a DS0 level diagnostic bysetting this object to a value from 1 to 32 alters the meaning of the diagnostic test to be specific to the DS0 specified instead of the whole DS1. Note that a DS0 level diagnostic and a DS1 level diagnostic cannot be performed simultaneously.
                             gdcDsx1TestDuration 1.3.6.1.4.1.498.6.1.4.1.1.6 integer read-write
Selects the duration to run a diagnostic test. The value(1) noLimit signifies that the test should run indefinitely until explicitly terminated. Default value: noLimit (1) Enumeration: 'testTime15Mins': 12, 'testTime10Mins': 11, 'testTime3Mins': 4, 'testTime7Mins': 8, 'testTime4Mins': 5, 'testTime25Mins': 14, 'testTime5Mins': 6, 'testTime20Mins': 13, 'testTime9Mins': 10, 'testTime2Mins': 3, 'noLimit': 1, 'testTime30Secs': 16, 'testTime30Mins': 15, 'testTime1Min': 2, 'testTime6Mins': 7, 'testTime8Mins': 9.
                             gdcDsx1TestExecutionStatus 1.3.6.1.4.1.498.6.1.4.1.1.8 integer read-only
This variable reports the status of a test. notInTest(1) indicates a test is not running. testInProgress(2) indicates that a test is currently running. testCompleted(4) indicates that a test has run and is completed. testCompletedNotInTest(5) indicates that a test has completed and it is no longer in test. Enumeration: 'testCompletedNotInTest': 5, 'testInProgress': 2, 'testCompleted': 4, 'notInTest': 1.
                             gdcDsx1TestExceptions 1.3.6.1.4.1.498.6.1.4.1.1.9 integer read-only
Indicates exceptions that have occurred that may affect interpretation of the test results. The value of this object is a sum. This sum initially take the value zero. Then, for each exception, the value associated with the exception is added to the sum. The exception values are: value exception 1 a timed test was preempted so the result cannot be viewed in relation to the test duration 2 the results overflowed so the result cannot be viewed as an absolute value 4 the test was performed while synchronization could not be performed so the result may not be accurate.
                             gdcDsx1TestResults 1.3.6.1.4.1.498.6.1.4.1.1.10 integer read-only
The results of the last diagnostic test. This can be the current test running or the last completed test. Note that the interpretation of these results may be affected by the value of the gdcDsx1TestExceptions object. The units of the value of this object depend on the type of diagnostic test run. For all cases except a DS0 delay measurement, the units of the value of this object is the number of errors that occurred. For a DS0 delay measurement, the units of the value of this test are milliseconds.
                 gdcDsx1Performance 1.3.6.1.4.1.498.6.1.5
                     gdcDsx1ANSIperfTable 1.3.6.1.4.1.498.6.1.5.1 no-access
The GDC ANSI Performance table. Information in the entries of this table support the ANSI Scheduled Performance Reports. Entries supply information for both inbound and outbound reports for the last 4 seconds.
                         gdcDsx1ANSIperfEntry 1.3.6.1.4.1.498.6.1.5.1.1 no-access
The GDC ANSI Performance table entry. The information in this entry presents one of the 4 second periods performance data in either the inbound or outbound direction.
                             gdcDsx1ANSIperfIndex 1.3.6.1.4.1.498.6.1.5.1.1.1 scinstance read-only
The index value which uniquely identifies the interface to which this entry is applicable. This has the form of a SCinstance which defines the slot, line, drop, and interface, which in this case is a network interface.
                             gdcDsx1ANSIdirection 1.3.6.1.4.1.498.6.1.5.1.1.2 integer read-only
Identifies the direction of the report entry. This is either an outbound(1) report or an inbound(2) report. Enumeration: 'inbound': 2, 'outbound': 1.
                             gdcDsx1ANSIseconds 1.3.6.1.4.1.498.6.1.5.1.1.3 integer read-only
Identifies the reporting interval. This has the value 1 to 4 supporting up to the last 4 seconds of performance data.
                             gdcDsx1ANSICRCerrorEvents 1.3.6.1.4.1.498.6.1.5.1.1.4 integer read-only
Identifies the magnitude of the error events in the interval which this entry represents. Enumeration: 'errors11to100': 16, 'noErrors': 1, 'errors2to5': 4, 'errors6to10': 8, 'errors101to320': 32, 'errors321orMore': 64, 'errors1': 2.
                             gdcDsx1ANSIsevereErrors 1.3.6.1.4.1.498.6.1.5.1.1.5 integer read-only
Identifies whether or not any severe errors were detected in the interval which this entry represents. Enumeration: 'eventsDetected': 2, 'noEventsDetected': 1.
                             gdcDsx1ANSIframeErrors 1.3.6.1.4.1.498.6.1.5.1.1.6 integer read-only
Identifies whether or not any framing errors were detected in the interval which this entry represents. Enumeration: 'eventsDetected': 2, 'noEventsDetected': 1.
                             gdcDsx1ANSIcodeViolations 1.3.6.1.4.1.498.6.1.5.1.1.7 integer read-only
Identifies whether or not any code violations were detected in the interval which this entry represents. Enumeration: 'eventsDetected': 2, 'noEventsDetected': 1.
                             gdcDsx1ANSIcontrolledSlips 1.3.6.1.4.1.498.6.1.5.1.1.8 integer read-only
Identifies whether or not any controlled slips were detected in the interval which this entry represents. Enumeration: 'eventsDetected': 2, 'noEventsDetected': 1.
                             gdcDsx1ANSIactivePayloadLoops 1.3.6.1.4.1.498.6.1.5.1.1.9 integer read-only
Identifies whether or not any active payload loops were detected in the interval which this entry represents. Enumeration: 'eventsDetected': 2, 'noEventsDetected': 1.
                     gdcDsx1CurrentTable 1.3.6.1.4.1.498.6.1.5.2 no-access
The gdcDsx1 Current table. This table supplements the entries in the DS1 AT&T performance table of the DS1 MIB defined in RFC1406.
                         gdcDsx1CurrentEntry 1.3.6.1.4.1.498.6.1.5.2.1 no-access
An entry in the gdcDsx1 Current table.
                             gdcDsx1CurrentIndex 1.3.6.1.4.1.498.6.1.5.2.1.1 scinstance read-only
The index value which uniquely identifies the interface to which this entry is applicable. This has the form of a SCinstance which defines the slot, line, drop, and interface, which in this case is a network interface.
                             gdcDsx1CurrentLOFCs 1.3.6.1.4.1.498.6.1.5.2.1.2 gauge read-only
The number of Loss of Frame Counts (LOFCs) encountered by a DS1 interface in the current 15 minute interval.
                             gdcDsx1CurrenUserStat 1.3.6.1.4.1.498.6.1.5.2.1.3 octet string read-only
Returns a bitwise snapshot of the statistics. Octet 1 bit 7 - parity bit 6 - 2^15 Errored Seconds bit 5 - 2^14 bit 4 - 2^15 Severely Errored Seconds bit 3 - 2^14 bit 2 - 2^15 Bursty Errored Seconds bit 1 - 2^14 bit 0 - 1: New Interval Octet 2 bit 7 - parity bit 6 - 2^13 Errored Seconds bit 5 - 2^12 bit 4 - 2^11 bit 3 - 2^10 bit 2 - 2^9 bit 1 - 2^8 bit 0 - 2^7 Octet 3 bit 7 - parity bit 6 - 2^6 Errored Seconds bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Octet 4 bit 7 - parity bit 6 - 2^13 Severely Errored Seconds bit 5 - 2^12 bit 4 - 2^11 bit 3 - 2^10 bit 2 - 2^9 bit 1 - 2^8 bit 0 - 2^7 Octet 5 bit 7 - parity bit 6 - 2^6 Severely Errored Seconds bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Octet 6 bit 7 - parity bit 6 - 2^13 Bursty Errored Seconds bit 5 - 2^12 bit 4 - 2^11 bit 3 - 2^10 bit 2 - 2^9 bit 1 - 2^8 bit 0 - 2^7 Octet 7 bit 7 - parity bit 6 - 2^6 Bursty Errored Seconds bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Octet 8 bit 7 - parity bit 6 - f/u bit 5 - f/u bit 4 - 2^15 Unavailable Seconds bit 3 - 2^14 bit 2 - f/u bit 1 - 2^7 Loss of Frame Count bit 0 - 2^7 Controlled Slip Seconds Octet 9 bit 7 - parity bit 6 - 2^13 Unavailable Seconds bit 5 - 2^12 bit 4 - 2^11 bit 3 - 2^10 bit 2 - 2^9 bit 1 - 2^8 bit 0 - 2^7 Octet 10 bit 7 - parity bit 6 - 2^6 Unavailable Seconds bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Octet 11 bit 7 - parity bit 6 - 2^6 Controlled Slip Second bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Octet 12 bit 7 - parity bit 6 - 2^6 Loss of Frame Count bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Octet 13 bit 7 - parity bit 6 - 2^6 Percent Complete bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0
                     gdcDsx1IntervalTable 1.3.6.1.4.1.498.6.1.5.3 no-access
The gdcDsx1 Interval table. This table supplements the entries in the DS1 AT&T performance table of the DS1 MIB defined in RFC1406.
                         gdcDsx1IntervalEntry 1.3.6.1.4.1.498.6.1.5.3.1 no-access
An entry in the DS1 Interval table.
                             gdcDsx1IntervalIndex 1.3.6.1.4.1.498.6.1.5.3.1.1 scinstance read-only
The index value which uniquely identifies the interface to which this entry is applicable. This has the form of a SCinstance which defines the slot, line, drop, and interface, which in this case is a network interface.
                             gdcDsx1IntervalNumber 1.3.6.1.4.1.498.6.1.5.3.1.2 integer read-only
A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes interval (assuming that all 96 intervals are valid).
                             gdcDsx1IntervalLOFCs 1.3.6.1.4.1.498.6.1.5.3.1.3 gauge read-only
The number of Loss of Frame Counts (LOFCs) encountered by a DS1 interface in the current 15 minute interval.
                     gdcDsx1TotalTable 1.3.6.1.4.1.498.6.1.5.4 no-access
The DS1 Total table. 24 hour interval. This table supplements the entries in the DS1 AT&T performance table of the DS1 MIB defined in RFC1406.
                         gdcDsx1TotalEntry 1.3.6.1.4.1.498.6.1.5.4.1 no-access
An entry in the DS1 Total table.
                             gdcDsx1TotalIndex 1.3.6.1.4.1.498.6.1.5.4.1.1 scinstance read-only
The index value which uniquely identifies the interface to which this entry is applicable. This has the form of a SCinstance which defines the slot, line, drop, and interface, which in this case is a network interface.
                             gdcDsx1TotalLOFCs 1.3.6.1.4.1.498.6.1.5.4.1.2 gauge read-only
The number of Loss of Frame Counts (LOFCs) encountered by a DS1interface in the current 15 minute interval.
                 gdcDsx1Alarms 1.3.6.1.4.1.498.6.1.6
                     gdcDsx1AlarmConfigTable 1.3.6.1.4.1.498.6.1.6.1 no-access
The gdcAlarmConfigTable contains entries that configure alarm reporting. The structure of the table is such that alarm configuration is supported on a unit and interface basis, and then on an alarm type basis within the interface. For simplicity sake alarms, be they unit or interface related, are represented in one table.
                         gdcDsx1AlarmConfigEntry 1.3.6.1.4.1.498.6.1.6.1.1 no-access
An entry in the GDC Alarm Configuration table.
                             gdcDsx1AlarmConfigIndex 1.3.6.1.4.1.498.6.1.6.1.1.1 scinstance read-only
The index value which uniquely identifies the interface to which this entry is applicable.
                             gdcDsx1AlarmConfigIdentifier 1.3.6.1.4.1.498.6.1.6.1.1.2 object identifier read-only
The unique alarm identifier assigned to this alarm type. The format of this identifier is an OBJECT IDENTIFIER that has the following format: {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) gdc(498) xxx(x) alarm(z) yyy(y) where xxx(x) is the administratively assigned family object identifier (z) is the object identifier for alarms in the family defined MIB and yyy(y) is the administratively assigned alarm type identifier for this alarm.
                             gdcDsx1AlarmCountWindow 1.3.6.1.4.1.498.6.1.6.1.1.3 integer read-write
This variable sets/reads the BPV alarm window. This window is used with the alarm threshold to determine how long the alarm should be active before reporting. Default: disabled(1) Enumeration: 'disabled': 1, 'last1hr': 4, 'infinite': 5, 'last1sec': 2, 'last1min': 3.
                             gdcDsx1AlarmCountThreshold 1.3.6.1.4.1.498.6.1.6.1.1.4 integer read-write
This function sets/reads the BPV alarm threshold criteria. This threshold is used along with the the alarm window to determine the number of instances in a given time frame for an alarm to occur before the alarm is considered active. Default: thresGT10(1) Enumeration: 'thresGT10': 1, 'thresGT100': 2, 'thresGT1000': 3, 'thresGT10000': 4.
                     gdcDsx1AlarmStatusTable 1.3.6.1.4.1.498.6.1.6.2 no-access
The gdcDsx1AlarmStatusTable contains entries that report the status of alarms. The status of an alarm consists of the current alarm status, indicating whether or not the alarm condition is in effect, the number of times the alarm has occurred, the time of the first alarm occurrence, and the time of the last alarm occurrence. The structure of the table is such that alarm status is supported on a unit or interface basis, and then on an alarm type basis within the interface. For simplicity sake and to support the reporting of status of all alarms, a unit is treated as an interface in this table.
                         gdcDsx1AlarmStatusEntry 1.3.6.1.4.1.498.6.1.6.2.1 no-access
An entry in the GDC Alarm Status table.
                             gdcDsx1AlarmStatusIndex 1.3.6.1.4.1.498.6.1.6.2.1.1 scinstance read-only
The index value which uniquely identifies the interface to which this entry is applicable.
                             gdcDsx1AlarmStatusIdentifier 1.3.6.1.4.1.498.6.1.6.2.1.2 object identifier read-only
The unique alarm identifier assigned to this alarm type. The format of this identifier is an OBJECT IDENTIFIER that has the following format: {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) gdc(498) xxx(x) alarm(z) yyy(y) where xxx(x) is the administratively assigned family object identifier (z) is the object identifier for alarms in the family defined MIB and yyy(y) is the administratively assigned alarm type identifier for this alarm.
                             gdcDsx1AlarmCount 1.3.6.1.4.1.498.6.1.6.2.1.3 gauge read-only
The number of occurrences of this alarm. This objects value is incremented once for each time that the alarm occurs. This count is incremented regardless of whether or not the alarm is masked or is not reporteded because of the threshold configuration. If the network element type does not support this variable, a noSuch will be returned.
                             gdcDsx1AlarmFirstOccurrence 1.3.6.1.4.1.498.6.1.6.2.1.4 timeticks read-only
The time at which the alarm first occurred. This is reported as the number of TimeTicks after the interface was initialized. This object along with its companion object, gdcDsx1AlarmLastOccurrence, can be used to provide greater meaning to the value of gdcDsx1AlarmOccurrenceCount by weighing the count over the period of time. If the network element type does not support this variable, a noSuch will be returned.
                             gdcDsx1AlarmLastOccurrence 1.3.6.1.4.1.498.6.1.6.2.1.5 timeticks read-only
The time at which the alarm last occurred. This is reported as the number of TimeTicks after the interface was initialized. This object along with its companion object, gdcDsx1AlarmFirstOccurrence, can be used to provide greater meaning to the value of gdcDsx1AlarmOccurrenceCount by weighing the count over the period of time. If the network element type does not support this variable, a noSuch will be returned.
                 gdcDsx1NetMaintenance 1.3.6.1.4.1.498.6.1.7
                     gdcDsx1NetMaintTable 1.3.6.1.4.1.498.6.1.7.1 no-access
The table describes the maintenance objects for the network and references the network interface (cc = 01).
                         gdcDsx1NetMaintEntry 1.3.6.1.4.1.498.6.1.7.1.1 no-access
An entry in the GDC ltu Network Maintenance Configuration Table.
                             gdcDsx1NetMaintLineIndex 1.3.6.1.4.1.498.6.1.7.1.1.1 scinstance read-only
This object identifies Maintenance parameters associated with the managed object.
                             gdcDsx1NetMaintReceiveLevel 1.3.6.1.4.1.498.6.1.7.1.1.2 integer read-only
This variable reports the absolute value of the network relative receive level of -40dB to +3dB when the gdcDsx1InterfaceType is set for ds1(1). This object interacts with the gdcDsx1NetMaintAttenSense object in determining the unit's actual Receive Level.
                             gdcDsx1NetMaintAttenSense 1.3.6.1.4.1.498.6.1.7.1.1.3 integer read-only
This variable identifies ths sense of the gdcdsx1NetReceiveLevel variable. Enumeration: 'positive': 1, 'negative': 2.
             sc5001 1.3.6.1.4.1.498.6.2
                 dsx1AlarmData 1.3.6.1.4.1.498.6.2.1
                     dsx1NoResponseAlm 1.3.6.1.4.1.498.6.2.1.1
                     dsx1DiagRxErrAlm 1.3.6.1.4.1.498.6.2.1.2
                     dsx1PowerUpAlm 1.3.6.1.4.1.498.6.2.1.3
                     dsx1NvRamCorrupt 1.3.6.1.4.1.498.6.2.1.4
                     dsx1UnitFailure 1.3.6.1.4.1.498.6.2.1.5
                     dsx1MbiLock 1.3.6.1.4.1.498.6.2.1.6
                     dsx1LocalPwrFail 1.3.6.1.4.1.498.6.2.1.7
                     dsx1TimingLoss 1.3.6.1.4.1.498.6.2.1.8
                     dsx1StatusChange 1.3.6.1.4.1.498.6.2.1.9
                     dsx1UnsoTest 1.3.6.1.4.1.498.6.2.1.10
                     dsx1LossOfSignal 1.3.6.1.4.1.498.6.2.1.11
                     dsx1LossOfFrame 1.3.6.1.4.1.498.6.2.1.12
                     dsx1Ais 1.3.6.1.4.1.498.6.2.1.13
                     dsx1ReceivedYellow 1.3.6.1.4.1.498.6.2.1.14
                     dsx1UnavailSignalState 1.3.6.1.4.1.498.6.2.1.15
                     dsx1ExcessiveZeros 1.3.6.1.4.1.498.6.2.1.16
                     dsx1LowAverageDensity 1.3.6.1.4.1.498.6.2.1.17
                     dsx1ControlledSlips 1.3.6.1.4.1.498.6.2.1.18
                     dsx1BipolarViolations 1.3.6.1.4.1.498.6.2.1.19
                     dsx1CrcErrors 1.3.6.1.4.1.498.6.2.1.20
                     dsx1FallbackTimingActive 1.3.6.1.4.1.498.6.2.1.21