GDCUAS7626-MIB

File: GDCUAS7626-MIB.mib (47522 bytes)

Imported modules

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

Imported symbols

enterprises TimeTicks OBJECT-TYPE
DisplayString SCinstance

Defined Types

Uas7626VersionEntry  
SEQUENCE    
  uas7626VersionIndex SCinstance
  uas7626ActiveFirmwareRev DisplayString
  uas7626StoredFirmwareRev DisplayString
  uas7626StoredFirmwareStatus INTEGER
  uas7626SwitchActiveFirmware INTEGER
  uas7626DownloadingMode INTEGER

Uas7626MaintenanceEntry  
SEQUENCE    
  uas7626MaintenanceLineIndex SCinstance
  uas7626SoftReset INTEGER
  uas7626DefaultInit INTEGER
  uas7626ResetMajorAlarm INTEGER
  uas7626ResetMinorAlarm INTEGER
  uas7626ResetStatistics INTEGER
  uas7626ValidIntervals INTEGER
  uas7626SysUpTime INTEGER
  uas7626LedStatus OCTET STRING
  uas7626AlarmStatus OCTET STRING
  uas7626StatLastInitialized TimeTicks
  uas7626CircuitID DisplayString

Uas7626ConfigEntry  
SEQUENCE    
  uas7626ConfigIndex SCinstance
  uas7626DataRate INTEGER
  uas7626Highway INTEGER
  uas7626TimeSlot INTEGER

Uas7626DiagEntry  
SEQUENCE    
  uas7626DiagIndex SCinstance
  uas7626TestSelection INTEGER
  uas7626TestResults INTEGER
  uas7626ResetTestResults INTEGER

Uas7626AlarmConfigEntry  
SEQUENCE    
  uas7626AlarmConfigIndex SCinstance
  uas7626AlarmConfigIdentifier OBJECT IDENTIFIER
  uas7626AlarmCountThreshold INTEGER

Uas7626LocalAlarmConfigEntry  
SEQUENCE    
  uas7626LocalAlarmConfigIndex SCinstance
  uas7626LossOfClockLocal INTEGER
  uas7626ESLocal INTEGER
  uas7626UASLocal INTEGER
  uas7626OutofSyncLocal INTEGER
  uas7626NoSealingCurrentLocal INTEGER

Uas7626CurrentEntry  
SEQUENCE    
  uas7626CurrentIndex SCinstance
  uas7626CurrentStat OCTET STRING

Uas7626IntervalEntry  
SEQUENCE    
  uas7626IntervalIndex SCinstance
  uas7626IntervalNumber INTEGER
  uas7626IntervalStat OCTET STRING

Uas7626TotalEntry  
SEQUENCE    
  uas7626TotalIndex SCinstance
  uas7626TotalStat OCTET STRING

Uas7626Recent24HrEntry  
SEQUENCE    
  uas7626Recent24HrIndex SCinstance
  uas7626Recent24HrStat OCTET STRING

Uas7626UnavailableTimeRegEntry  
SEQUENCE    
  uas7626UnavailableTimeRegIndex SCinstance
  uas7626UnavailableTimeRegNumber INTEGER
  uas7626UnavailableTimeRegStart INTEGER
  uas7626UnavailableTimeRegStop INTEGER

Defined Values

gdc 1.3.6.1.4.1.498
OBJECT IDENTIFIER    

bql2 1.3.6.1.4.1.498.12
OBJECT IDENTIFIER    

uas7626 1.3.6.1.4.1.498.12.12
OBJECT IDENTIFIER    

uas7626Version 1.3.6.1.4.1.498.12.12.1
OBJECT IDENTIFIER    

uas7626Maintenance 1.3.6.1.4.1.498.12.12.2
OBJECT IDENTIFIER    

uas7626Configuration 1.3.6.1.4.1.498.12.12.3
OBJECT IDENTIFIER    

uas7626Diagnostics 1.3.6.1.4.1.498.12.12.4
OBJECT IDENTIFIER    

uas7626Performance 1.3.6.1.4.1.498.12.12.5
OBJECT IDENTIFIER    

uas7626AlarmConfig 1.3.6.1.4.1.498.12.12.6
OBJECT IDENTIFIER    

uas7626Alarms 1.3.6.1.4.1.498.12.12.7
OBJECT IDENTIFIER    

uas7626MIBversion 1.3.6.1.4.1.498.12.12.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. 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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(5)  

uas7626VersionTable 1.3.6.1.4.1.498.12.12.1.2
The 7626 version table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Uas7626VersionEntry

uas7626VersionEntry 1.3.6.1.4.1.498.12.12.1.2.1
An entry in the GDC uas7626System Version Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Uas7626VersionEntry  

uas7626VersionIndex 1.3.6.1.4.1.498.12.12.1.2.1.1
Integer value which uniquely identifies the UAS7626 to which this entry is applicable. SCinstance is defined to be SLDi where: S (byte value) - physical shelf slot location (01-32) L (byte value) - line number (01) D (byte value) - drop number (00) i (byte value) - loop or interface number (00-06)
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

uas7626ActiveFirmwareRev 1.3.6.1.4.1.498.12.12.1.2.1.2
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)  

uas7626StoredFirmwareRev 1.3.6.1.4.1.498.12.12.1.2.1.3
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)  

uas7626StoredFirmwareStatus 1.3.6.1.4.1.498.12.12.1.2.1.4
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 uas7626SwitchActiveFirmware 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)  

uas7626SwitchActiveFirmware 1.3.6.1.4.1.498.12.12.1.2.1.5
This object is used to switch the active executing firmware from the version in uas7626ActiveFirmwareRev to the version in uas7626StoredFirmwareRev. 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 uas7626StoredStatus object to indicate results 5) If succesfull: update uas7626ActiveFirmwareRev and uas7626StoredFirmwareRev and begin executing If failed: replace active area with previous revision The switchNorm(1) enumeration will always be read. Setting switchActive(2) when the uas7626StoredFirmwareStatus 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)  

uas7626DownloadingMode 1.3.6.1.4.1.498.12.12.1.2.1.6
This object is used to configure the download mode: disableAll(1) Prevents any firmware downloading to UAS7626 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)  

uas7626MaintenanceTable 1.3.6.1.4.1.498.12.12.2.1
The table describes the maintenance objects for uas7626.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Uas7626MaintenanceEntry

uas7626MaintenanceEntry 1.3.6.1.4.1.498.12.12.2.1.1
An entry in the GDC 7626 Maintenance Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Uas7626MaintenanceEntry  

uas7626MaintenanceLineIndex 1.3.6.1.4.1.498.12.12.2.1.1.1
Integer value which uniquely identifies the UAS7626 to which this entry is applicable. SCinstance is defined to be SLDi where: S (byte value) - physical shelf slot location (01-32) L (byte value) - line number (01) D (byte value) - drop number (00) i (byte value) - loop or interface number (00-06)
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

uas7626SoftReset 1.3.6.1.4.1.498.12.12.2.1.1.2
Supports the action of soft resetting the unit. When this object is set to reset(2), then the unit performs a soft reset, whose meaning is specific to the type of unit being managed. The value of norm(1) will be returned when the reset is complete. The value of norm(1) can not be set by management. Valid [i]nterface = 0
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER norm(1), reset(2)  

uas7626DefaultInit 1.3.6.1.4.1.498.12.12.2.1.1.3
This is used to allow the NonVolatile Configuration to be set to a factory default state. When this value is set to factoryDefault(2) the unit will perform a reset to make the default configuration take affect. The value of normal(1) will be returned when the initialization is complete. The value of normal(1) can not be set by management. Valid [i]nterface = 0
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), factoryDefault(2)  

uas7626ResetMajorAlarm 1.3.6.1.4.1.498.12.12.2.1.1.4
This variable is used to reset the Major BER alarm. A value of norm(1) cannot be set by management and will always be returned on a read. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER norm(1), reset(2)  

uas7626ResetMinorAlarm 1.3.6.1.4.1.498.12.12.2.1.1.5
This variable is used to reset the Minor BER alarm. A value of norm(1) cannot be set by management and will always be returned on a read. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER norm(1), reset(2)  

uas7626ResetStatistics 1.3.6.1.4.1.498.12.12.2.1.1.6
This variable is used to reset the performance intervals. When it is set to reset, the performance tables and uas7626Valid intervals are reset to zero. The value of norm(1) can not be set by management. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER norm(1), reset(2)  

uas7626ValidIntervals 1.3.6.1.4.1.498.12.12.2.1.1.7
The number of previous intervals for which valid data was collected. The value will be 16 unless the interface was brought on-line within the last 4 hours, in which case the value will be the number of complete 15 minute intervals the since interface has been online. Valid [i]nterface = 01-06
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..16  

uas7626SysUpTime 1.3.6.1.4.1.498.12.12.2.1.1.8
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. Valid [i]nterface = 0
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

uas7626LedStatus 1.3.6.1.4.1.498.12.12.2.1.1.9
Returns a bitwise snapshot of the front panel LED state: key --- 001 = SOLID GREEN 010 = SOLID RED 011 = FLASHING RED 100 = FLASHING GREEN 1.7 - n/a 1.6 - \ 1.5 - -- Loop 1 (001, 010, 011, 100) 1.4 - / 1.3 - \ 1.2 - -- Loop 2 (001, 010, 011, 100)Y 1.1 - / 1.0 - f/u 2.7 - f/u 2.6 - \ 2.5 - -- Loop 3 (001, 010, 011, 100) 2.4 - / 2.3 - \ 2.2 - -- Loop 4 (001, 010, 011, 100) 2.1 - / 2.0 - f/u 3.7 - f/u 3.6 - \ 3.5 - -- Loop 5 (001, 010, 011, 100) 3.4 - / 3.3 - \ 3.2 - -- Loop 6 (001, 010, 011, 100) 3.1 - / 3.0 - f/u 4.7 - f/u 4.6 - f/u 4.5 - f/u 4.4 - Alarm (0 = Off; 1 = Alarm Active ) 4.3 - Test Mode (0 = Off; 1 = Alarm Active ) 4.2 - In Service (0 = Off; 1 = Alarm Active ) 4.1 - Transmitter Timing Failure (0 = Off; 1 = Alarm Active ) 4.0 - Management Response (0 = Off; 1 = Alarm Active ) Valid [i]nterface = 0
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

uas7626AlarmStatus 1.3.6.1.4.1.498.12.12.2.1.1.10
Returns actual bit-wise Status of alarms regardless of whether the alarm is masked or not. key --- 0 = Inactive 1 = Active 1.7 - f/u 1.6 - Power-up 1.5 - f/u 1.4 - f/u 1.3 - f/u 1.2 - f/u 1.1 - f/u 1.0 - f/u Note: n=2-6 for octets 2-7 n.7 - f/u n.6 - Loop n Major n.5 - Loop n Minor n.4 - Loop n Loss of Transmit Clock n.3 - Loop n 2B1Q Out of Sync n.2 - Loop n Sealing Current Non-Continuity Alarm n.1 - Loop n Errored Seconds n.0 - Loop n Unavailable Seconds Valid [i]nterface = 0
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(7)  

uas7626StatLastInitialized 1.3.6.1.4.1.498.12.12.2.1.1.11
The elapsed time since the statistics were last initialized. This will be zero'd when uas7626ResetStatistics is reset(2). Valid [i]nterface = 01-06
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

uas7626CircuitID 1.3.6.1.4.1.498.12.12.2.1.1.12
Name to identify the circuit. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(16)  

uas7626ConfigTable 1.3.6.1.4.1.498.12.12.3.1
The GDC Configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Uas7626ConfigEntry

uas7626ConfigEntry 1.3.6.1.4.1.498.12.12.3.1.1
The GDC Configuration table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Uas7626ConfigEntry  

uas7626ConfigIndex 1.3.6.1.4.1.498.12.12.3.1.1.1
Integer value which uniquely identifies the UAS7626 to which this entry is applicable. SCinstance is defined to be SLDi where: S (byte value) - physical shelf slot location (01-32) L (byte value) - line number (01) D (byte value) - drop number (00) i (byte value) - loop or interface number (00-06)
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

uas7626DataRate 1.3.6.1.4.1.498.12.12.3.1.1.2
Object to select the Data Rate on Loop n. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER kbps64(1), kbps128(2), inhibit(3)  

uas7626Highway 1.3.6.1.4.1.498.12.12.3.1.1.3
Object to select the data highway for Loop n. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER notAssigned(1), highway1(2), highway2(3), highway3(4), highway4(5), highway5(6), highway6(7), highway7(8), highway8(9)  

uas7626TimeSlot 1.3.6.1.4.1.498.12.12.3.1.1.4
Object to select the timeslots for the data highway given by uas7624Highway for loop n. Valid selections are 1-31 and 64. A value of 64 indicates the loop is not assigned to a highway. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..64  

uas7626DiagTable 1.3.6.1.4.1.498.12.12.4.1
The GDC 7626 Diagnostics table. Information in the entries of this table support diagnostics testing, both active testing via patterns, and passive testing via loopbacks.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Uas7626DiagEntry

uas7626DiagEntry 1.3.6.1.4.1.498.12.12.4.1.1
The GDC 7626 Diagnostics table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Uas7626DiagEntry  

uas7626DiagIndex 1.3.6.1.4.1.498.12.12.4.1.1.1
Integer value which uniquely identifies the UAS7626 to which this entry is applicable. SCinstance is defined to be SLDi where: S (byte value) - physical shelf slot location (01-32) L (byte value) - line number (01) D (byte value) - drop number (00) i (byte value) - loop or interface number (00-06)
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

uas7626TestSelection 1.3.6.1.4.1.498.12.12.4.1.1.2
Selects the test to run. A selection of stopTest(1) stops the current test. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER stopTest(1), digitalLoopback(2), selfTest(3), remoteDigitalLoopback(4), rdlSelfTest(5)  

uas7626TestResults 1.3.6.1.4.1.498.12.12.4.1.1.3
Returns the self test bit error count. Valid [i]nterface = 01-06
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..1048576  

uas7626ResetTestResults 1.3.6.1.4.1.498.12.12.4.1.1.4
Resets the self test bit error count. A value of norm(1) cannot be set by management and is always returned on a read. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER norm(1), reset(2)  

uas7626NoResponseAlm 1.3.6.1.4.1.498.12.12.7.1
OBJECT IDENTIFIER    

uas7626DiagRxErrAlm 1.3.6.1.4.1.498.12.12.7.2
OBJECT IDENTIFIER    

uas7626PowerUpAlm 1.3.6.1.4.1.498.12.12.7.3
OBJECT IDENTIFIER    

uas7626LossofTransmitClockAlm 1.3.6.1.4.1.498.12.12.7.4
OBJECT IDENTIFIER    

uas7626OutofSyncAlm 1.3.6.1.4.1.498.12.12.7.5
OBJECT IDENTIFIER    

uas7626SealingCurrentNoContAlm 1.3.6.1.4.1.498.12.12.7.6
OBJECT IDENTIFIER    

uas7626UASAlm 1.3.6.1.4.1.498.12.12.7.7
OBJECT IDENTIFIER    

uas7626ESAlm 1.3.6.1.4.1.498.12.12.7.8
OBJECT IDENTIFIER    

uas7626MajorBERAlm 1.3.6.1.4.1.498.12.12.7.9
OBJECT IDENTIFIER    

uas7626MinorBERAlm 1.3.6.1.4.1.498.12.12.7.10
OBJECT IDENTIFIER    

uas7626AlarmConfigTable 1.3.6.1.4.1.498.12.12.6.1
This table contains entries that configure Alarm reporting.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Uas7626AlarmConfigEntry

uas7626AlarmConfigEntry 1.3.6.1.4.1.498.12.12.6.1.1
An entry in the uas7626 Alarm Configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Uas7626AlarmConfigEntry  

uas7626AlarmConfigIndex 1.3.6.1.4.1.498.12.12.6.1.1.1
Integer value which uniquely identifies the UAS7626 to which this entry is applicable. SCinstance is defined to be SLDi where: S (byte value) - physical shelf slot location (01-32) L (byte value) - line number (01) D (byte value) - drop number (00) i (byte value) - loop or interface number (00-06)
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

uas7626AlarmConfigIdentifier 1.3.6.1.4.1.498.12.12.6.1.1.2
format: iso.org.dod.internet.private.enterprises.gdc. bql2.uas7626.uas7626Alarms.ALM example: 1.3.6.1.4.1.498.12.12.7.ALM where ALM = 1 for uas7626NoResponse alarm, 2 for uas7626DiagRxErr alarm, etc., as specified in the Alarm Definitions above.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

uas7626AlarmCountThreshold 1.3.6.1.4.1.498.12.12.6.1.1.3
This function sets/reads the 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. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER thres10E03(1), thres10E04(2), thres10E05(3), thres10E06(4)  

uas7626LocalAlarmConfigTable 1.3.6.1.4.1.498.12.12.6.2
The uas7626LocalAlarmConfigTable contains entries that configure alarm reporting to the alarm card.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Uas7626LocalAlarmConfigEntry

uas7626LocalAlarmConfigEntry 1.3.6.1.4.1.498.12.12.6.2.1
An entry in the GDC Local Alarm Configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Uas7626LocalAlarmConfigEntry  

uas7626LocalAlarmConfigIndex 1.3.6.1.4.1.498.12.12.6.2.1.1
Integer value which uniquely identifies the UAS7626 to which this entry is applicable. SCinstance is defined to be SLDi where: S (byte value) - physical shelf slot location (01-32) L (byte value) - line number (01) D (byte value) - drop number (00) i (byte value) - loop or interface number (00-06)
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

uas7626LossOfClockLocal 1.3.6.1.4.1.498.12.12.6.2.1.2
Disables or enables the alarm on the Major buss or Minor Buss. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabledMinor(2), enabledMajor(3)  

uas7626ESLocal 1.3.6.1.4.1.498.12.12.6.2.1.3
Disables or enables the alarm on the Major buss or Minor Buss. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabledMinor(2), enabledMajor(3)  

uas7626UASLocal 1.3.6.1.4.1.498.12.12.6.2.1.4
Disables or enables the alarm on the Major buss or Minor Buss. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabledMinor(2), enabledMajor(3)  

uas7626OutofSyncLocal 1.3.6.1.4.1.498.12.12.6.2.1.5
Disables or enables the alarm on the Major buss or Minor Buss. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabledMinor(2), enabledMajor(3)  

uas7626NoSealingCurrentLocal 1.3.6.1.4.1.498.12.12.6.2.1.6
Disables or enables the alarm on the Major buss or Minor Buss. Valid [i]nterface = 01-06
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabledMinor(2), enabledMajor(3)  

uas7626CurrentTable 1.3.6.1.4.1.498.12.12.5.3
The uas7626 Current table contains various statistics being collected for the current 15 minute interval.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Uas7626CurrentEntry

uas7626CurrentEntry 1.3.6.1.4.1.498.12.12.5.3.1
An entry in the uas7626 Current table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Uas7626CurrentEntry  

uas7626CurrentIndex 1.3.6.1.4.1.498.12.12.5.3.1.1
Integer value which uniquely identifies the UAS7626 to which this entry is applicable. SCinstance is defined to be SLDi where: S (byte value) - physical shelf slot location (01-32) L (byte value) - line number (01) D (byte value) - drop number (00) i (byte value) - loop or interface number (00-06)
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

uas7626CurrentStat 1.3.6.1.4.1.498.12.12.5.3.1.2
Returns a bitwise snapshot of the current 15 minute statistics: Octet 1 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Loop ID Octet 2 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - 2^9 bit 1 - 2^8 bit 0 - 2^7 Octet 3 bit 7 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Errored Seconds Octet 4 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - 2^9 bit 1 - 2^8 bit 0 - 2^7 Octet 5 bit 7 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Severely Errored Seconds Octet 6 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - 2^9 bit 1 - 2^8 bit 0 - 2^7 Octet 7 bit 7 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Unavailable Seconds Octet 8 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - 2^16 bit 1 - 2^15 bit 0 - 2^14 Octet 9 bit 7 - not used bit 6 - 2^13 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 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 FEBE (Far End Block Error Count) Valid [i]nterface = 01-06
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(10)  

uas7626IntervalTable 1.3.6.1.4.1.498.12.12.5.4
The uas7626 Interval table contains various statistics collected by each Interface over the last 16 15-minute intervals.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Uas7626IntervalEntry

uas7626IntervalEntry 1.3.6.1.4.1.498.12.12.5.4.1
An entry in the Interval table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Uas7626IntervalEntry  

uas7626IntervalIndex 1.3.6.1.4.1.498.12.12.5.4.1.1
Integer value which uniquely identifies the UAS7626 to which this entry is applicable. SCinstance is defined to be SLDi where: S (byte value) - physical shelf slot location (01-32) L (byte value) - line number (01) D (byte value) - drop number (00) i (byte value) - loop or interface number (00-06)
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

uas7626IntervalNumber 1.3.6.1.4.1.498.12.12.5.4.1.2
The interval number 1- 16. Valid [i]nterface = 01-06
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..16  

uas7626IntervalStat 1.3.6.1.4.1.498.12.12.5.4.1.3
Returns a bitwise snapshot of the interval statistics. Octet 1 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Loop ID Octet 2 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Interval Octet 3 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - 2^9 bit 1 - 2^8 bit 0 - 2^7 Octet 4 bit 7 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Errored Seconds Octet 5 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - 2^9 bit 1 - 2^8 bit 0 - 2^7 Octet 6 bit 7 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Severely Errored Seconds Octet 7 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - 2^9 bit 1 - 2^8 bit 0 - 2^7 Octet 8 bit 7 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Unavailable Seconds Octet 9 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - 2^16 bit 1 - 2^15 bit 0 - 2^14 Octet 10 bit 7 - not used bit 6 - 2^13 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 11 bit 7 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 FEBE (Far End Block Error Count) Valid [i]nterface = 01-06
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(11)  

uas7626TotalTable 1.3.6.1.4.1.498.12.12.5.5
The uas7626 Total Table contains the totals of the various statistics collected for the current 24 hour period for each interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Uas7626TotalEntry

uas7626TotalEntry 1.3.6.1.4.1.498.12.12.5.5.1
An entry in the uas7626 Total table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Uas7626TotalEntry  

uas7626TotalIndex 1.3.6.1.4.1.498.12.12.5.5.1.1
Integer value which uniquely identifies the UAS7626 to which this entry is applicable. SCinstance is defined to be SLDi where: S (byte value) - physical shelf slot location (01-32) L (byte value) - line number (01) D (byte value) - drop number (00) i (byte value) - loop or interface number (00-06)
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

uas7626TotalStat 1.3.6.1.4.1.498.12.12.5.5.1.2
Returns a bitwise snapshot of the current 24 hour statistics. Octet 1 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Loop ID Octet 2 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - >65535 bit 1 - 2^15 bit 0 - 2^14 Octet 3 bit 7 - not used bit 6 - 2^13 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 4 bit 7 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Errored Seconds Octet 5 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - >65535 bit 1 - 2^15 bit 0 - 2^14 Octet 6 bit 7 - not used bit 6 - 2^13 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 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Severely Errored Seconds Octet 8 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - >65535 bit 1 - 2^15 bit 0 - 2^14 Octet 9 bit 7 - not used bit 6 - 2^13 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 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Unavailable Seconds Octet 11 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - 2^23 bit 1 - 2^22 bit 0 - 2^21 Octet 12 bit 7 - not used bit 6 - 2^20 bit 5 - 2^19 bit 4 - 2^18 bit 3 - 2^17 bit 2 - 2^16 bit 1 - 2^15 bit 0 - 2^14 Octet 13 bit 7 - not used bit 6 - 2^13 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 14 bit 7 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 FEBE (Far End Block Error Count) Valid [i]nterface = 01-06
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(14)  

uas7626Recent24HrTable 1.3.6.1.4.1.498.12.12.5.6
The Recent 24 Hour table contains the totals of the various statistics collected for the previous 24 hour period for each interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Uas7626Recent24HrEntry

uas7626Recent24HrEntry 1.3.6.1.4.1.498.12.12.5.6.1
An entry in the Recent24Hr table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Uas7626Recent24HrEntry  

uas7626Recent24HrIndex 1.3.6.1.4.1.498.12.12.5.6.1.1
Integer value which uniquely identifies the UAS7626 to which this entry is applicable. SCinstance is defined to be SLDi where: S (byte value) - physical shelf slot location (01-32) L (byte value) - line number (01) D (byte value) - drop number (00) i (byte value) - loop or interface number (00-06)
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

uas7626Recent24HrStat 1.3.6.1.4.1.498.12.12.5.6.1.2
Returns a bitwise snapshot of the recent 24 hour statistics. Octet 1 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Loop ID Octet 2 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - >65535 bit 1 - 2^15 bit 0 - 2^14 Octet 3 bit 7 - not used bit 6 - 2^13 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 4 bit 7 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Errored Seconds Octet 5 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - >65535 bit 1 - 2^15 bit 0 - 2^14 Octet 6 bit 7 - not used bit 6 - 2^13 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 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Severely Errored Seconds Octet 8 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - >65535 bit 1 - 2^15 bit 0 - 2^14 Octet 9 bit 7 - not used bit 6 - 2^13 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 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 Unavailable Seconds Octet 11 bit 7 - not used bit 6 - future use bit 5 - future use bit 4 - future use bit 3 - future use bit 2 - 2^23 bit 1 - 2^22 bit 0 - 2^21 Octet 12 bit 7 - not used bit 6 - 2^20 bit 5 - 2^19 bit 4 - 2^18 bit 3 - 2^17 bit 2 - 2^16 bit 1 - 2^15 bit 0 - 2^14 Octet 13 bit 7 - not used bit 6 - 2^13 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 14 bit 7 - not used bit 6 - 2^6 bit 5 - 2^5 bit 4 - 2^4 bit 3 - 2^3 bit 2 - 2^2 bit 1 - 2^1 bit 0 - 2^0 FEBE (Far End Block Error Count) Valid [i]nterface = 01-06
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(14)  

uas7626UnavailableTimeRegTable 1.3.6.1.4.1.498.12.12.5.7
The 7626 Unavailable Time Register table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Uas7626UnavailableTimeRegEntry

uas7626UnavailableTimeRegEntry 1.3.6.1.4.1.498.12.12.5.7.1
An entry in the Unavailable Time Register table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Uas7626UnavailableTimeRegEntry  

uas7626UnavailableTimeRegIndex 1.3.6.1.4.1.498.12.12.5.7.1.1
Integer value which uniquely identifies the UAS7626 to which this entry is applicable. SCinstance is defined to be SLDi where: S (byte value) - physical shelf slot location (01-32) L (byte value) - line number (01) D (byte value) - drop number (00) i (byte value) - loop or interface number (00-06)
Status: mandatory Access: read-only
OBJECT-TYPE    
  SCinstance  

uas7626UnavailableTimeRegNumber 1.3.6.1.4.1.498.12.12.5.7.1.2
A number between 1 and 6, where the number is the number of the Unavailable Time Register.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..6  

uas7626UnavailableTimeRegStart 1.3.6.1.4.1.498.12.12.5.7.1.3
Start time of one of the Unavailable Time Registers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

uas7626UnavailableTimeRegStop 1.3.6.1.4.1.498.12.12.5.7.1.4
Stop time of one of the Unavailable Time Registers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647