GDC-5553-MIB

File: GDC-5553-MIB.mib (40776 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
GDCMACRO-MIB

Imported symbols

enterprises OBJECT-TYPE DisplayString
SCinstance

Defined Types

Sc5553VersionEntry  
SEQUENCE    
  sc5553VersionIndex SCinstance
  sc5553FirmwareRev DisplayString
  sc5553ActiveFirmwareRev DisplayString
  sc5553StoredFirmwareRev DisplayString
  sc5553StoredFirmwareStatus INTEGER
  sc5553SwitchActiveFirmware INTEGER
  sc5553DownloadingMode INTEGER

Ds05553AllocationEntry  
SEQUENCE    
  sc5553Ds0AllocationIndex SCinstance
  sc5553DS0BaseRate INTEGER
  sc5553Highway INTEGER
  sc5553DccDs0 INTEGER
  sc5553DS0Allocation OCTET STRING

Sc5553ConfigEntry  
SEQUENCE    
  sc5553ConfigIndex SCinstance
  sc5553ExternalTiming INTEGER
  sc5553ChannelType INTEGER
  sc5553ClockInvert INTEGER
  sc5553DataInvert INTEGER
  sc5553ConstantDCD INTEGER
  sc5553ConstantDSR INTEGER
  sc5553RTSCTScontrol INTEGER
  sc5553ExtLLCtrl INTEGER
  sc5553ExtRLCtrl INTEGER
  sc5553InbandDccMode INTEGER
  sc5553InbandLoop INTEGER
  sc5553InbandLoopdown INTEGER
  sc5553WakeUpRemote DisplayString

Sc5553SignalStatusEntry  
SEQUENCE    
  sc5553SignalStatusIndex SCinstance
  sc5553CTSstatus INTEGER
  sc5553RTSstatus INTEGER
  sc5553DTRstatus INTEGER
  sc5553DSRstatus INTEGER
  sc5553DCDstatus INTEGER
  sc5553RXCstatus INTEGER
  sc5553TXCstatus INTEGER
  sc5553RXDstatus INTEGER
  sc5553TXDstatus INTEGER
  sc5553ALTestLeadStatus INTEGER
  sc5553RLTestLeadStatus INTEGER

Sc5553DiagEntry  
SEQUENCE    
  sc5553DiagIndex SCinstance
  sc5553DiagPattern INTEGER
  sc5553DiagTestResults INTEGER
  sc5553DiagTestDuration INTEGER
  sc5553DiagTestSelection INTEGER

Sc5553MaintEntry  
SEQUENCE    
  sc5553MaintIndex SCinstance
  sc5553LedStatus OCTET STRING
  sc5553SoftReset INTEGER
  sc5553FrontPanel INTEGER
  sc5553DefaultInit INTEGER

Defined Values

gdc 1.3.6.1.4.1.498
OBJECT IDENTIFIER    

dsx1 1.3.6.1.4.1.498.6
OBJECT IDENTIFIER    

sc5553 1.3.6.1.4.1.498.6.5
OBJECT IDENTIFIER    

sc5553Version 1.3.6.1.4.1.498.6.5.1
OBJECT IDENTIFIER    

sc5553Allocation 1.3.6.1.4.1.498.6.5.2
OBJECT IDENTIFIER    

sc5553Configuration 1.3.6.1.4.1.498.6.5.3
OBJECT IDENTIFIER    

sc5553DTEsignalStat 1.3.6.1.4.1.498.6.5.4
OBJECT IDENTIFIER    

sc5553Diagnostics 1.3.6.1.4.1.498.6.5.5
OBJECT IDENTIFIER    

sc5553Maintenance 1.3.6.1.4.1.498.6.5.6
OBJECT IDENTIFIER    

sc5553Alarms 1.3.6.1.4.1.498.6.5.7
OBJECT IDENTIFIER    

sc5553MIBversion 1.3.6.1.4.1.498.6.5.1.1
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. Upon formal release, no designation for the test revision will be present. Acceptable values for the individual revision components are as follows: x: 1 - 9, y: 0 - 9, z: 0 - 9, T: A - Z
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(5)  

sc5553VersionTable 1.3.6.1.4.1.498.6.5.1.2
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Sc5553VersionEntry

sc5553VersionEntry 1.3.6.1.4.1.498.6.5.1.2.1
An entry in the GDC Dsx1 Version Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Sc5553VersionEntry  

sc5553VersionIndex 1.3.6.1.4.1.498.6.5.1.2.1.1
Identifies Version parameters associated with the managed object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

sc5553FirmwareRev 1.3.6.1.4.1.498.6.5.1.2.1.2
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. Test versions are numerical from 01 to 99.
Status: obsolete Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

sc5553ActiveFirmwareRev 1.3.6.1.4.1.498.6.5.1.2.1.3
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) Valid [i]nterface = 0
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(8)  

sc5553StoredFirmwareRev 1.3.6.1.4.1.498.6.5.1.2.1.4
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) Valid [i]nterface = 0
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(8)  

sc5553StoredFirmwareStatus 1.3.6.1.4.1.498.6.5.1.2.1.5
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 sc5553SwitchActiveFirmware to switchActive(2)) statCheckSumBad(4) Failed checksum after download statUnZipping(5) In process of uncompressing into active area statBadUnZip(6) Failed last uncompress statDownloadAborted(7) Download aborted by user Valid [i]nterface = 0
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER statBlank(1), statDownLoading(2), statOK(3), statCheckSumBad(4), statUnZipping(5), statBadUnZip(6), statDownloadAborted(7)  

sc5553SwitchActiveFirmware 1.3.6.1.4.1.498.6.5.1.2.1.6
This object is used to switch the active executing firmware from the version in sc5553ActiveFirmwareRev to the version in sc5553StoredFirmwareRev. 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 sc5553StoredStatus object to indicate results 5) If succesfull: update sc5553ActiveFirmwareRev and sc5553StoredFirmwareRev and begin executing If failed: replace active area with previous revision The switchNorm(1) enumeration will always be read. Setting switchActive(2) when the sc5553StoredFirmwareStatus is not statOK(3) will result in an error. Valid [i]nterface = 0
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER switchNorm(1), switchActive(2)  

sc5553DownloadingMode 1.3.6.1.4.1.498.6.5.1.2.1.7
This object is used to configure the download mode: disableAll(1) Prevents any firmware downloading to GDCHDSL enableAndWait(2) Allows downloading zipped code to be stored only! enableAndSwitch(3) Allows downloading and then unzips and begins executing the new code Valid [i]nterface = 0
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disableAll(1), enableAndWait(2), enableAndSwitch(3)  

sc5553Ds0AllocationTable 1.3.6.1.4.1.498.6.5.2.1
The GDC 5553 DS0 allocation table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ds05553AllocationEntry

sc5553Ds0AllocationEntry 1.3.6.1.4.1.498.6.5.2.1.1
The GDC SC5553 Configuration table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Ds05553AllocationEntry  

sc5553Ds0AllocationIndex 1.3.6.1.4.1.498.6.5.2.1.1.1
The index value: slot, line, drop, and interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

sc5553DS0BaseRate 1.3.6.1.4.1.498.6.5.2.1.1.2
Indicates the DS0 base rate: either 56K or 64K bits per second. This is used in conjunction with the number of DS0s set to 'enabled' to determine the total bandwidth. The base rate of 64K defines the DS0 data format as clear channel in which all 8 bits of the DS0 are used. A base rate of 56K defines the DS0 as non-clear in which bits 1-7 are used for channel data and the 8th bit is either unused and forced to marks or used to pass signaling information.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER nx56k(2), nx64k(1)  

sc5553Highway 1.3.6.1.4.1.498.6.5.2.1.1.3
The highway used for ds0 traffic by this device
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER highway1(1), highway2(2), highway3(3), highway4(4)  

sc5553DccDs0 1.3.6.1.4.1.498.6.5.2.1.1.4
The values 1-32 indicates Ds0 1 - DS0 32, is used for diagnostics communications. The value noDccDs0(33) indicates that diagnostics communications does not utilize a seperate Ds0, also see the related mib object: sc5553InbandDccMode in the Configuration table below.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dccDs01(1), dccDs02(2), dccDs03(3), dccDs04(4), dccDs05(5), dccDs06(6), dccDs07(7), dccDs08(8), dccDs09(9), dccDs010(10), dccDs011(11), dccDs012(12), dccDs013(13), dccDs014(14), dccDs015(15), dccDs016(16), dccDs017(17), dccDs018(18), dccDs019(19), dccDs020(20), dccDs021(21), dccDs022(22), dccDs023(23), dccDs024(24), dccDs025(25), dccDs026(26), dccDs027(27), dccDs028(28), dccDs029(29), dccDs030(30), dccDs031(31), dccDs032(32), noDccDs0(33)  

sc5553DS0Allocation 1.3.6.1.4.1.498.6.5.2.1.1.5
A bitwise snapshot of the DS0 allocation as follows: first octet second octet third octet fourth octet fifth octet ----------- ------------- ------------- -------------- ----------- bit0 - ds0 7 bit0 - ds0 14 bit0 - ds0 21 bit0 - ds0 28 bit0 - n/u bit1 - ds0 6 bit1 - ds0 13 bit1 - ds0 20 bit1 - ds0 27 bit1 - n/u bit2 - ds0 5 bit2 - ds0 12 bit2 - ds0 19 bit2 - ds0 26 bit2 - n/u bit3 - ds0 4 bit3 - ds0 11 bit3 - ds0 18 bit3 - ds0 25 bit3 - ds0 32 bit4 - ds0 3 bit4 - ds0 10 bit4 - ds0 17 bit4 - ds0 24 bit4 - ds0 31 bit5 - ds0 2 bit5 - ds0 9 bit5 - ds0 16 bit5 - ds0 23 bit5 - ds0 30 bit6 - ds0 1 bit6 - ds0 8 bit6 - ds0 15 bit6 - ds0 22 bit6 - ds0 29 bit7 - n/u bit7 - n/u bit7 - n/u bit7 - n/u bit7 - n/u bit values are: 0 = disabled, 1 = enabled, Reservation of DS0's for this device is accomplished through the new shelf mib.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(5)  

sc5553ConfigTable 1.3.6.1.4.1.498.6.5.3.1
The GDC 5553 Configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Sc5553ConfigEntry

sc5553ConfigEntry 1.3.6.1.4.1.498.6.5.3.1.1
The sc5553 Configuration table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Sc5553ConfigEntry  

sc5553ConfigIndex 1.3.6.1.4.1.498.6.5.3.1.1.1
The index value: slot, line, drop, and interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

sc5553ExternalTiming 1.3.6.1.4.1.498.6.5.3.1.1.2
Disabled indicates timing is provided by the 5553. Enabled indicates timing is provided by the customer business equipment
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

sc5553ChannelType 1.3.6.1.4.1.498.6.5.3.1.1.3
The channel interface type
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER v35(1), eia530(2)  

sc5553ClockInvert 1.3.6.1.4.1.498.6.5.3.1.1.4
Clock invert option
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER txClockNormRxClockNorm(1), txClockNormRxClockInvert(2), txClockInvertRxClockNorm(3), txClockInvertRxClockInvert(4)  

sc5553DataInvert 1.3.6.1.4.1.498.6.5.3.1.1.5
Data invert option
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER txDataNormRxDataNorm(1), txDataNormRxDataInvert(2), txDataInvertRxDataNorm(3), txDataInvertRxDataInvert(4)  

sc5553ConstantDCD 1.3.6.1.4.1.498.6.5.3.1.1.6
Controls the operation of Data Carrier Detect (DCD) signal.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

sc5553ConstantDSR 1.3.6.1.4.1.498.6.5.3.1.1.7
Controls the operation of the Data Set Ready (DSR) signal.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

sc5553RTSCTScontrol 1.3.6.1.4.1.498.6.5.3.1.1.8
Controls the function of the channel's Request To Send and and Clear To Send signals used for flow control. ctsOn indicates that CTS is forced on at all times, ctsDelay10ms indicates that CTS responds to RTS after a 10ms delay, and ctsDelayStandard indicates that CTS responds to RTS after a delay of 40 bits times.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ctsOn(1), ctsDelay10ms(2), ctsDelayStandard(3)  

sc5553ExtLLCtrl 1.3.6.1.4.1.498.6.5.3.1.1.9
Enables/disables the ability to initiate a local loop test via the assertion of the EIA LL test lead at the DTE interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

sc5553ExtRLCtrl 1.3.6.1.4.1.498.6.5.3.1.1.10
Enables/disables the ability to initiate a remote loop test via the assertion of the EIA RL test lead at the DTE interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

sc5553InbandDccMode 1.3.6.1.4.1.498.6.5.3.1.1.11
The mode of propagation of inband Diagnostics Communication Channel to the dedicated remote NMS553 unit. None specifies no inband DCC. Embedded is an allowed value when the mib object sc5553DS0BaseRate is set to Nx56K, and specifies that DCC is propagated in the 8th bit of the assigned DS0's. dccDs0 specifies that a DS0 is used for propagation of DCC, this value would be selected if the sc5553DS0BaseRate is Nx64k (clear channel) since all data bits are used for user data, a minimum of two DS0's must be assigned to this device in this mode, the last ds0 should be set as the sc5553DccDs0 when using this mode. The DS0 allocation may be read from the mib object sc5553DS0Allocation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), embedded(2), dccDs0(3)  

sc5553InbandLoop 1.3.6.1.4.1.498.6.5.3.1.1.12
This object is also referred to as RDL response. When enabled (pn127), the channel will enter a remote data loopback when an inband RDL code is detected. The required in-band code must conform to CCITT V.54 PN-127 scrambled codes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), pn127(2)  

sc5553InbandLoopdown 1.3.6.1.4.1.498.6.5.3.1.1.13
This object is also referred to as RDL Auto Timeout. When enabled (tenMinutes), the loopback will be automatically terminated by the unit after ten minutes. When disabled, the loopback must be terminated by an in-band loopdown code.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), tenMinutes(2)  

sc5553WakeUpRemote 1.3.6.1.4.1.498.6.5.3.1.1.14
This object is requested to initiate the add remote process. The serial number of the associated remote is returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(16)  

sc5553SignalStatusTable 1.3.6.1.4.1.498.6.5.4.1
The sc5553 DTE Signal Status table. Information in the entries of this table define the status of DSU channel interface leads. There are entries in this table for each channel of the associated DSU.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Sc5553SignalStatusEntry

sc5553SignalStatusEntry 1.3.6.1.4.1.498.6.5.4.1.1
The sc5553 DTE Signal Status table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Sc5553SignalStatusEntry  

sc5553SignalStatusIndex 1.3.6.1.4.1.498.6.5.4.1.1.1
The index value: slot, line, drop, and interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

sc5553CTSstatus 1.3.6.1.4.1.498.6.5.4.1.1.2
The state of the sc5553's Clear To Send (CTS) signal. The value transitions(3) indicates that the signal is alternating between the states off(1) and on(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2), transitions(3)  

sc5553RTSstatus 1.3.6.1.4.1.498.6.5.4.1.1.3
The state of the sc5553's Request To Send (RTS) signal. The value transitions(3) indicates that the signal is alternating between the states off(1) and on(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2), transitions(3)  

sc5553DTRstatus 1.3.6.1.4.1.498.6.5.4.1.1.4
The state of the sc5553's Data Terminal Ready (DTR) signal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2)  

sc5553DSRstatus 1.3.6.1.4.1.498.6.5.4.1.1.5
The state of the sc5553's Data Set Ready (DSR) signal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2)  

sc5553DCDstatus 1.3.6.1.4.1.498.6.5.4.1.1.6
The state of the sc5553's Data Carrier Detect (DCD) signal. The value transitions(3) indicates that the signal is alternating between the states off(1) and on(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2), transitions(3)  

sc5553RXCstatus 1.3.6.1.4.1.498.6.5.4.1.1.7
The state of the sc5553's receive clock (RXC) signal. The value transitions(2) indicates that the signal is alternating between states off(1) and on(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER off(1), transitions(2)  

sc5553TXCstatus 1.3.6.1.4.1.498.6.5.4.1.1.8
The state of the sc5553's Transmit Clock (TXC) signal. The value transitions(2) indicates that the signal is alternating between states off(1) and on(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER off(1), transitions(2)  

sc5553RXDstatus 1.3.6.1.4.1.498.6.5.4.1.1.9
The state of the sc5553's Receive Data (RXD) signal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER space(1), mark(2), transitions(3)  

sc5553TXDstatus 1.3.6.1.4.1.498.6.5.4.1.1.10
The state of the sc5553's Transmit Data (TXD) signal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER space(1), mark(2), transitions(3)  

sc5553ALTestLeadStatus 1.3.6.1.4.1.498.6.5.4.1.1.11
Sets state of the AL Test lead.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2)  

sc5553RLTestLeadStatus 1.3.6.1.4.1.498.6.5.4.1.1.12
Sets state of the RL Test lead.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2)  

sc5553DiagTable 1.3.6.1.4.1.498.6.5.5.1
The SC5553 Diagnostics Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Sc5553DiagEntry

sc5553DiagEntry 1.3.6.1.4.1.498.6.5.5.1.1
The SC5553 Diagnostics entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Sc5553DiagEntry  

sc5553DiagIndex 1.3.6.1.4.1.498.6.5.5.1.1.1
The index value: slot, line, drop, and interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

sc5553DiagPattern 1.3.6.1.4.1.498.6.5.5.1.1.2
Selects the test pattern for Remote and Local loopback tests.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER send511Pattern(1), send2047Pattern(2)  

sc5553DiagTestResults 1.3.6.1.4.1.498.6.5.5.1.1.3
The results of the last diagnostic test. This can be the current test running or the last completed test. The units of the value of this object depend on the type of diagnostic test run. For all cases except a network delay measurement, the units of the value of this object is the number of bit errors that occurred. Bit errors can be read at any time during the duration of the test. The valid range for bit errors is 0 to 4,095. 65,535 will be returned if for any reason the test was terminated early. 32,770 will be returned if the number of bit errors exceeds 4,095. For a network delay measurement, the units of the value of this test are milliseconds. If the test is terminated early than 65,535 will be returned and if the delay is greater than 4,095 milliseconds then 32,770 will be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sc5553DiagTestDuration 1.3.6.1.4.1.498.6.5.5.1.1.4
This specifies the test duration for the Remote and Local loopback tests.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER testTime30Secs(15), testTime1Min(1), testTime2Mins(2), testTime3Mins(3), testTime4Mins(4), testTime5Mins(5), testTime6Mins(6), testTime7Mins(7), testTime8Mins(8), testTime9Mins(9), testTime10Mins(10), testTime15Mins(11), testTime20Mins(12), testTime25Mins(13), testTime30Mins(14)  

sc5553DiagTestSelection 1.3.6.1.4.1.498.6.5.5.1.1.5
To halt the execution of any and all diagnostic tests that may be running, SET this object to stopTestorNoTest(1). LocalLoopBack: To initiate a LocalLoopBack with no SelfTest, SET this object to localloop(2). Data from the DTE will be looped back to itself. This loopback can be terminated by sending stopTestorNoTest(1). LocalLoopBack with SelfTest: To initiate a LocalLoopBack SelfTest, SET this object to localloopselftest(3). The pattern specified in sc5553DiagPattern will be sent and checked for bit errors. The test will run for the time specified in sc5553DiagTestDuration, unless terminated by sending stopTestorNoTest(1). Test results can be checked by reading the sc5553DiagTestResults object. DigitalLoopback: To initiate a DigitalLoopback test SET this object to digitalLoop(4). This will allow the data from the DTE attached to the far end unit (nms553) to be looped back to itself. This loopback can be terminated by sending stopTestorNoTest(1). RemoteLoopback: To initiate a RemoteLoopback test with no SelfTest, SET this object to remoteloop(5). The sc5553 DSE transmits an in-band command to its remote DSU, directing the remote to loop received signals back to the network. The DSE is configurable to send (and accept) a PN127 remote loop command. The remote DSU must be configured to accept the same command the DSE transmits. This loopback can be terminated by sending stopTestorNoTest(1). RemoteLoopback with SelfTest: To initiate a RemoteLoopback with SelfTest SET this object to remoteloopselftest(6). The remote unit will go into remoteloopback and the master (sc5553) unit will go into Selftest. The sc5553 transmits an in-band command to its remote DSU, directing the remote to loop received signals back onto the network. The DSE is configurable to send (and accept) a PN127 remote loop command. The remote DSU must be configured to accept the same command the DSE transmits. The sc5553 enables its internal Test Pattern Generator to provide the signal for the Remote Loop and enables the Pattern Generator to verify the signal. The pattern specified in sc5553DiagPattern will be sent for this test. The test will run for the time specified in sc5553DiagTestDuration, unless terminated by sending stopTestorNoTest(1). Test results can be checked by reading the sc5553DiagTestResults object. Network Delay: To initiate a Network Delay Test SET this object to networkdelay(7). The results are valid only after the test is completed which takes about 10 seconds. Network Delay Time can be checked by reading the sc5553DiagTestResults object after completion of the test. For a GET, the value stopTestorNoTest(1) indicates there are no active diagnostic tests currently running. Any other value indicates which test is currently active.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER stopTestorNoTest(1), localloop(2), localloopselftest(3), digitalLoop(4), remoteloop(5), remoteloopselftest(6), networkdelay(7)  

sc5553MaintTable 1.3.6.1.4.1.498.6.5.6.1
The table describes the maintenance functions for the sc5553.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Sc5553MaintEntry

sc5553MaintEntry 1.3.6.1.4.1.498.6.5.6.1.1
An entry in the GDC maintenance Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Sc5553MaintEntry  

sc5553MaintIndex 1.3.6.1.4.1.498.6.5.6.1.1.1
The index value: slot, line, drop, and interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

sc5553LedStatus 1.3.6.1.4.1.498.6.5.6.1.1.2
Returns a bitwise snapshot of the front panel LED state and front panel switches. Octet 1 bit 7 - not used bit 6 - ON bit 5 - INSV bit 4 - RSP bit 3 - TMG bit 2 - future use bit 1 - future use bit 0 - future use Octet 2 bit 7 - not used bit 6 - SD transitions bit 5 - SD on/off bit 4 - RD transitions bit 3 - RD on/off bit 2 - RS transitions bit 1 - RS on/off bit 0 - future use Octet 3 bit 7 - not used bit 6 - CO transitions bit 5 - CO on/off bit 4 - ALM transitions bit 3 - ALM on/off bit 2 - TM transitions bit 1 - TM on/off bit 0 - future use Octet 4 bit 7 - not used bit 6 - ST (switch) bit 5 - LT (switch) bit 4 - RL (switch) bit 3 - DL (switch) bit 2 - future use bit 1 - future use bit 0 - future use
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

sc5553SoftReset 1.3.6.1.4.1.498.6.5.6.1.1.3
Supports the action of soft resetting the unit. When this object is set to reset(1), then the unit performs a soft reset. The value norm will be returned when the reset is complete. The value of norm can not be set by management.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER reset(1), norm(2)  

sc5553FrontPanel 1.3.6.1.4.1.498.6.5.6.1.1.4
This variable is used to indicate whether the front panel switches are operational or not.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER inhibit(1), enable(2)  

sc5553DefaultInit 1.3.6.1.4.1.498.6.5.6.1.1.5
This is used to allow the NonVolatile Configuration to be set to a factory default state. When this value is set to factoryDefault, the unit will reset to the default configuration. The value of normal will be returned when the initialization is complete. The value normal can not be set by management.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER factoryDefault(1), normal(2)  

sc5553AlarmData 1.3.6.1.4.1.498.6.5.7.1
OBJECT IDENTIFIER    

sc5553NoResponseAlm 1.3.6.1.4.1.498.6.5.7.1.1
OBJECT IDENTIFIER    

sc5553DiagRxErrAlm 1.3.6.1.4.1.498.6.5.7.1.2
OBJECT IDENTIFIER    

sc5553PowerUpAlm 1.3.6.1.4.1.498.6.5.7.1.3
OBJECT IDENTIFIER    

sc5553DTRLossAlarm 1.3.6.1.4.1.498.6.5.7.1.4
OBJECT IDENTIFIER    

sc5553DSRLossAlarm 1.3.6.1.4.1.498.6.5.7.1.5
OBJECT IDENTIFIER    

sc5553DCDLossAlarm 1.3.6.1.4.1.498.6.5.7.1.6
OBJECT IDENTIFIER    

sc5553TxCLossAlarm 1.3.6.1.4.1.498.6.5.7.1.7
OBJECT IDENTIFIER    

sc5553TimingLoss 1.3.6.1.4.1.498.6.5.7.1.8
OBJECT IDENTIFIER    

sc5553EEPROMCheckAlarm 1.3.6.1.4.1.498.6.5.7.1.9
OBJECT IDENTIFIER    

sc5553EIATestAlarm 1.3.6.1.4.1.498.6.5.7.1.10
OBJECT IDENTIFIER    

sc5553FrontPanelTestAlarm 1.3.6.1.4.1.498.6.5.7.1.11
OBJECT IDENTIFIER    

sc5553TxDNoTransAlarm 1.3.6.1.4.1.498.6.5.7.1.12
OBJECT IDENTIFIER    

sc5553RxDNoTransAlarm 1.3.6.1.4.1.498.6.5.7.1.13
OBJECT IDENTIFIER