EDGELINK-MIB

File: EDGELINK-MIB.mib (35613 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1215
RFC-1212

Imported symbols

ObjectName ObjectSyntax NetworkAddress
IpAddress TimeTicks Gauge
Counter enterprises DisplayString
TRAP-TYPE OBJECT-TYPE

Defined Types

ElDS1CMEntry  
SEQUENCE    
  elDS1CMChannelNumber INTEGER
  elDS1CMLineCode INTEGER
  elDS1CMLineBuildout INTEGER
  elDS1CMLoopbackMode INTEGER
  elDS1CMServiceMode INTEGER
  elDS1CMInterfaceEquipped INTEGER
  elDS1CMChannelName DisplayString
  elDS1CMInputStatus INTEGER
  elDS1CMMaskState INTEGER
  elDS1CMInterfaceRescan INTEGER

ElCMIfcEntry  
SEQUENCE    
  elCMIfcInterfaceNumber INTEGER
  elCMIfcMyIPAddr IpAddress
  elCMIfcMyIPSubnetAddrMask IpAddress
  elCMIfcMyDefaultGatewayAddr IpAddress
  elCMIfcTrapSendAddr1 IpAddress
  elCMIfcTrapSendAddr2 IpAddress
  elCMIfcTrapSendAddr3 IpAddress
  elCMIfcTrapSendAddr4 IpAddress

ElDS1PMCurEntry  
SEQUENCE    
  elDS1PMCurChannelNumber INTEGER
  elDS1PMCurLineCodeViolations INTEGER
  elDS1PMCurErroredSeconds INTEGER

ElDS1PMIvlEntry  
SEQUENCE    
  elDS1PMIvlChannelNumber INTEGER
  elDS1PMIvlIntervalNumber INTEGER
  elDS1PMIvlLineCodeViolations INTEGER
  elDS1PMIvlErroredSeconds INTEGER

ElDS1PMTotEntry  
SEQUENCE    
  elDS1PMTotChannelNumber INTEGER
  elDS1PMTotLineCodeViolations INTEGER
  elDS1PMTotErroredSeconds INTEGER

ElFMAlmLogEntry  
SEQUENCE    
  elFMAlmLogEntryNumber INTEGER
  elFMAlmLogTableAlarmNumber INTEGER
  elFMAlmLogTableDescription DisplayString
  elFMAlmLogTableStatus INTEGER
  elFMAlmLogTableTimestamp DisplayString
  elFMAlmLogTableChannel INTEGER

ElFMCurAlmEntry  
SEQUENCE    
  elFMCurAlmTableAlarmNumber INTEGER
  elFMCurAlmTableChannel INTEGER
  elFMCurAlmTableDescription DisplayString

Defined Values

telco 1.3.6.1.4.1.564
OBJECT IDENTIFIER    


elM13v1 1.3.6.1.4.1.564.101.1
OBJECT IDENTIFIER    

elDS1CM 1.3.6.1.4.1.564.101.1.1
OBJECT IDENTIFIER    

elCM 1.3.6.1.4.1.564.101.1.2
OBJECT IDENTIFIER    

elCMIfc 1.3.6.1.4.1.564.101.1.3
OBJECT IDENTIFIER    

elPM 1.3.6.1.4.1.564.101.1.4
OBJECT IDENTIFIER    

elDS1PM 1.3.6.1.4.1.564.101.1.5
OBJECT IDENTIFIER    

elDS1PMCur 1.3.6.1.4.1.564.101.1.6
OBJECT IDENTIFIER    

elDS1PMIvl 1.3.6.1.4.1.564.101.1.7
OBJECT IDENTIFIER    

elDS1PMTot 1.3.6.1.4.1.564.101.1.8
OBJECT IDENTIFIER    

elFM 1.3.6.1.4.1.564.101.1.9
OBJECT IDENTIFIER    

elFMAlmLog 1.3.6.1.4.1.564.101.1.10
OBJECT IDENTIFIER    

elFMCurAlm 1.3.6.1.4.1.564.101.1.11
OBJECT IDENTIFIER    

elFMTrapFields 1.3.6.1.4.1.564.101.1.12
OBJECT IDENTIFIER    

elDS1CMTable 1.3.6.1.4.1.564.101.1.1.1
DS1 Configuration Management table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElDS1CMEntry

elDS1CMEntry 1.3.6.1.4.1.564.101.1.1.1.1
DS1 Configuration Management table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ElDS1CMEntry  

elDS1CMChannelNumber 1.3.6.1.4.1.564.101.1.1.1.1.1
Table index, the DS1 channel number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..28  

elDS1CMLineCode 1.3.6.1.4.1.564.101.1.1.1.1.2
Select DS1 line code for the channel number selected by this tables index.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds1LineCodeAMI(0), ds1LineCodeB8ZS(1)  

elDS1CMLineBuildout 1.3.6.1.4.1.564.101.1.1.1.1.3
Select line build-out for the DS1 line selected by this tables index:, 0 to 133 ft, or 133 to 266 ft, 266 to 399 ft, 399 to 533 ft, or 533 to 655 ft.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds1LineBuildout0to133ft(0), ds1LineBuildout133to266ft(1), ds1LineBuildout266to399ft(2), ds1LineBuildout399to533ft(3), ds1LineBuildout533to655ft(4)  

elDS1CMLoopbackMode 1.3.6.1.4.1.564.101.1.1.1.1.4
Set the DS1 loopback mode to Line, terminal, remote, or none. In M13 Mode, issuing a DS1 Remote Terminal Lpbk will cause any previous Remote DS1 Terminal Lpbk(s) to be Dropped.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds1LpbkNone(1), ds1LpbkTerminal(2), ds1LpbkFacility(3), ds1LpbkRemoteTerminal(4)  

elDS1CMServiceMode 1.3.6.1.4.1.564.101.1.1.1.1.5
Set the DS1 service mode for the channel indicated to in-service or out-of-service. Certain service effecting operations can not be initiated unless the DS1 channel is placed out-of-service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds1SetOutOfService(0), ds1SetInService(1)  

elDS1CMInterfaceEquipped 1.3.6.1.4.1.564.101.1.1.1.1.6
DS1 Interfaces may be 'equipped' or 'unequipped'. No PM or FM operations will occur on an unequipped interface. Access is allowed to MIB variables which correspond to unequipped interfaces, although PM and FM values will be zeros. When the DS1 interface is Disaled an AIS will be sent on the channel.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds1Equipped(0), ds1Unequipped(1), ds1Disable(3)  

elDS1CMChannelName 1.3.6.1.4.1.564.101.1.1.1.1.7
A ChannelName can be assigned for each DS1 channel. The Channel name cannot be more than 10 characters.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

elDS1CMInputStatus 1.3.6.1.4.1.564.101.1.1.1.1.8
Reports the input State of the DS1 channel indexed by Channel Number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ds1InputPresent(0), ds1NoInputpresent(1)  

elDS1CMMaskState 1.3.6.1.4.1.564.101.1.1.1.1.9
Get the state of the DS1 Channel identified by the index. The Mask state identifies the Autosense State of the DS1 Channel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ds1InputInit(1), ds1WaitingForInput(2), ds1TimerRunning(3), ds1MonitorActivated(4), ds1UnEquipped(5), ds1StatusReported(6), ds1AlarmedState(7), ds1DisabledState(8)  

elDS1CMInterfaceRescan 1.3.6.1.4.1.564.101.1.1.1.1.10
Rescan the DS1 Channel identified by the index.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds1AllChannelsAutoSenseEnable(1), ds1AllChannelsAutoSenseDisable(2), ds1ChannelRescan(3)  

elALLDS1CMLineCode 1.3.6.1.4.1.564.101.1.1.2
Set DS1 line code for all DS1 channels. A value Inderminate(3) will be returned if All the DS1 Channels are not set to either ds1LineCodeAMI or ds1LineCodeB8ZS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds1LineCodeAMI(0), ds1LineCodeB8ZS(1), indeterminate(2)  

elALLDS1CMLineBuildout 1.3.6.1.4.1.564.101.1.1.3
Select line build-out for All the DS1 lines to 0 to 133 ft, or 133 to 266 ft, 266 to 399 ft, 399 to 533 ft, or 533 to 655 ft.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds1LineBuildout0to133ft(0), ds1LineBuildout133to266ft(1), ds1LineBuildout266to399ft(2), ds1LineBuildout399to533ft(3), ds1LineBuildout533to655ft(4), indeterminate(5)  

elALLDS1CMLoopbackMode 1.3.6.1.4.1.564.101.1.1.4
Set the DS1 loopback mode to Line, Terminal, Remote, or None for All the DS1 Channels. In M13 Mode, issuing a DS1 Remote Terminal Lpbk will cause any previous Remote DS1 Terminal Lpbk(s) to be dropped.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds1LpbkNone(1), ds1LpbkTerminal(2), ds1LpbkFacility(3), ds1LpbkRemoteTerminal(4), indeterminate(5)  

elALLDS1CMServiceMode 1.3.6.1.4.1.564.101.1.1.5
Set the DS1 service mode for All DS1 channels to in-service or out-of-service. Certain service effecting operations can not be initiated unless All the DS1 channels will be placed out-of-service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds1SetOutOfService(0), ds1SetInService(1), indeterminate(2)  

elALLDS1CMInterfaceEquipped 1.3.6.1.4.1.564.101.1.1.6
Set All the DS1 Channels to 'equipped' or 'unequipped' state. No PM or FM operations will occur on an unequipped DS1 interface. Access is allowed to MIB variables which correspond to unequipped interfaces, although PM and FM values will be zeros.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds1Equipped(0), ds1Unequipped(1), indeterminate(2)  

elCMSystemStatus 1.3.6.1.4.1.564.101.1.2.1
This DisplayString gives the summary information about the Current EdgeLink100 System Status. The Description includes ... 1) chasisType --- UnProtected(1) / Protected(0) 2) Active Module --- Card-A(1) / Card-B (2) 3) Fault LED Status --- ON(1 -7) / OFF(0) 4) Abnormal LED Status --- ON(1) / OFF(0). Fault LED Status is a combined value of the three bits each representing CRITICAL, MAJOR and MINOR Alarms. The three LEDS are inside the EL100 Case on the Cards. 0 => No Alarms. 1 => Critical Alarm (001) 2 => Major Alarm (010) 3 => Critical and Major Alarms (011) 4 => Minor Alarm (100) 5 => Minor and Critical Alarms (101) 6 => Minor and Major Alarms (110) 7 => Major Minor and Critical Alarms (111).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

elCMDS3ParityMode 1.3.6.1.4.1.564.101.1.2.2
Select C-bit or P-bit parity mode for DS3 interface. This Object can't be set when ServiceMode is IN-Service
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds3pBitParityMode(2), ds3cBitParityMode(4)  

elCMDS3LineBuildout 1.3.6.1.4.1.564.101.1.2.3
Select line build-out for DS3 Line, 0 to 100 ft, 100 to 200 ft, or 200-450.This MIB Object can't be set when ServiceMode is IN-Service
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds3LineBuildout0to100ft(0), ds3LineBuildout100to200ft(1), ds3LineBuildout200to450ft(2)  

elCMDS3TxTiming 1.3.6.1.4.1.564.101.1.2.4
Select mode for DS3 transmit timing. This MIB Object can't be set when ServiceMode is IN-Service
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds3TxTimingLooped(1), ds3TxTimingLocal(2)  

elCMProtectionMode 1.3.6.1.4.1.564.101.1.2.5
In unprotected mode, switching is prohibited. While in protected mode, a standing minor alarm will occur if the off-line card is unavailable or not in operation. The system can be set to unprotected mode to turnoff this alarm. If the off-line card becomes operational while in unprotected mode, the mode is automatically switched to protected mode. The user will not be allowed to set the system to protectedMode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER protModeProtected(0), protModeUnprotected(1)  

elCMCardSelect 1.3.6.1.4.1.564.101.1.2.6
Read or select choice of on-line card. This operation will force a switch to occur if the off-line card is selected.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER cardAOnline(0), cardBOnline(1)  

elCMClearTooManySwitches 1.3.6.1.4.1.564.101.1.2.7
Clear switching-disabled state which occurs as a result of too many switches between the cards in a protected system in a 10 minute interval. ClearTooManySwitchesLock command is used to remove the standing Alarm. On a read, the value indeterminate will be returned if the SNMP variable was never set to clearTooManySwitchesLock(2), otherwise clearTooManySwitchesLock(2) will be returned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER indeterminate(1), clearTooManySwitchesLock(2)  

elCMDS3LoopbackMode 1.3.6.1.4.1.564.101.1.2.8
Set the DS3 loopback mode to line, terminal, remote, or none. The System can't be set to ds3LpbkRemoteFacility when it is in M13 Mode. The Terminal LoopBack is feasible only when the elCMDS3TxTiming Object is set to ds3TxTimingLocal.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds3LpbkNone(1), ds3LpbkTerminal(2), ds3LpbkFacility(3), ds3LpbkRemoteFacility(4)  

elCMDS3ServiceMode 1.3.6.1.4.1.564.101.1.2.9
Set the DS3 service mode to in-service or out-of-service. Certain service effecting operations can not be initiated unless the DS3 channel is placed out-of-service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds3SetOutOfService(0), ds3SetInService(1)  

elCMCurTimeDate 1.3.6.1.4.1.564.101.1.2.10
Read or set the system real time clock. The string is in the form MM/DD/YYYY HH:MM:SS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

elCMBerThreshold 1.3.6.1.4.1.564.101.1.2.11
Set the BER Threshold value for the system to 10-6, 10-7, 10-8 or 10-9. BerThershold can't changed when the ServiceMode is IN-Service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ds3BerThreshold10-6(1), ds3BerThreshold10-7(2), ds3BerThreshold10-8(3), ds3BerThreshold10-9(4)  

elCMSystemInfo 1.3.6.1.4.1.564.101.1.2.12
Gets information about the MPU type, board revision, card revision level, software revision, CLEI code, MAC address, and Date of manufacture.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

elCMPPPPortBaudRate 1.3.6.1.4.1.564.101.1.2.13
Specifies the baud rate on the craft/PPP port when that port is running PPP (i.e. when carrier detect is asserted).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER baud300(1), baud1200(2), baud2400(3), baud4800(4), baud9600(5), baud14400(6), baud19200(7), baud28800(8), baud38400(9), baud57600(10), baud115200(11)  

elCMRemoteCBitIPAddress 1.3.6.1.4.1.564.101.1.3.1
This is the IP address of the partner EdgeLink's C-bit channel interface. This is used for partner-to-partner communications. Must be on same subnet as elCMLocalCBitIPAddress. This IP must be the same as elCMLocalCBitIPAddress on the partner device.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

elCMLocalCBitIPAddress 1.3.6.1.4.1.564.101.1.3.2
This is the IP address of my C-bit channel interface and is used for partner-to-partner communications. Must be on same subnet as elCMRemoteCBitIPAddress. This IP must be the same as elCMRemoteCBitIPAddress on the partner device.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

elCMCBitIPSubnetMask 1.3.6.1.4.1.564.101.1.3.3
Specifies the subnet address mask for the C-Bit IP channel.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

elCMRemotePPPIPAddress 1.3.6.1.4.1.564.101.1.3.4
This is the IP Address for the Remote Client during PPP session.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

elCMIfcTable 1.3.6.1.4.1.564.101.1.3.5
Ethernet/PPP Interfaces table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElCMIfcEntry

elCMIfcEntry 1.3.6.1.4.1.564.101.1.3.5.1
Ethernet/PPP Interfaces table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ElCMIfcEntry  

elCMIfcInterfaceNumber 1.3.6.1.4.1.564.101.1.3.5.1.1
Table index. The table has one row for each external IP interface, Ethernet and PPP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ifEthernet(1), ifPPP(2)  

elCMIfcMyIPAddr 1.3.6.1.4.1.564.101.1.3.5.1.2
The IP address for this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

elCMIfcMyIPSubnetAddrMask 1.3.6.1.4.1.564.101.1.3.5.1.3
Subnet address mask for this IP address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

elCMIfcMyDefaultGatewayAddr 1.3.6.1.4.1.564.101.1.3.5.1.4
Default gateway address for this interface. If 0, it will be ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

elCMIfcTrapSendAddr1 1.3.6.1.4.1.564.101.1.3.5.1.5
Address 1 of 4 to send traps to. If 0, will be ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

elCMIfcTrapSendAddr2 1.3.6.1.4.1.564.101.1.3.5.1.6
Address 2 of 4 to send traps to. If 0, will be ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

elCMIfcTrapSendAddr3 1.3.6.1.4.1.564.101.1.3.5.1.7
Address 3 of 4 to send traps to. If 0, will be ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

elCMIfcTrapSendAddr4 1.3.6.1.4.1.564.101.1.3.5.1.8
Address 4 of 4 to send traps to. If 0, will be ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

elPMDS3TotalSwitches 1.3.6.1.4.1.564.101.1.4.1
Number of switches which have occurred since startup, or since last time PM metrics were cleared.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

elPMClearAllPMMetrics 1.3.6.1.4.1.564.101.1.4.2
Clears all Performance Management related metrics and statistics. On a read, the value indeterminate(1) will be returned if this variable was never set to clearAllPMMetrics(2), otherwise clearAllPMMetrics(2) will be returned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER indeterminate(1), clearAllPMMetrics(2)  

elDS1PMTimeElapsed 1.3.6.1.4.1.564.101.1.5.1
The number of elapsed seconds in the current interval of DS1 PM data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..899  

elDS1PMValidIntervals 1.3.6.1.4.1.564.101.1.5.2
The number of intervals which have elapsed and for which PM data can read, up to and including 96.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..96  

elDS1PMCurTable 1.3.6.1.4.1.564.101.1.6.1
DS1 current PM metrics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElDS1PMCurEntry

elDS1PMCurEntry 1.3.6.1.4.1.564.101.1.6.1.1
DS1 current PM metrics table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ElDS1PMCurEntry  

elDS1PMCurChannelNumber 1.3.6.1.4.1.564.101.1.6.1.1.1
Table index. Rows are indexed by DS1 channel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..28  

elDS1PMCurLineCodeViolations 1.3.6.1.4.1.564.101.1.6.1.1.2
Number of line code violations in the current 15 minute interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

elDS1PMCurErroredSeconds 1.3.6.1.4.1.564.101.1.6.1.1.3
Number of errored seconds in the current interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

elDS1PMIvlTable 1.3.6.1.4.1.564.101.1.7.1
DS1 Interval PM metrics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElDS1PMIvlEntry

elDS1PMIvlEntry 1.3.6.1.4.1.564.101.1.7.1.1
DS1 Interval PM metrics table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ElDS1PMIvlEntry  

elDS1PMIvlChannelNumber 1.3.6.1.4.1.564.101.1.7.1.1.1
Primary table index, a DS1 channel number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..28  

elDS1PMIvlIntervalNumber 1.3.6.1.4.1.564.101.1.7.1.1.2
Secondary table index, the interval number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..96  

elDS1PMIvlLineCodeViolations 1.3.6.1.4.1.564.101.1.7.1.1.3
Number of line code violations for the channel specified by elDS1PMIvlChannelNumber and in the interval indicated by elDS1PMIvlIntervalNumber.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

elDS1PMIvlErroredSeconds 1.3.6.1.4.1.564.101.1.7.1.1.4
Number of errored seconds for the channel specified by elDS1PMIvlChannelNumber and in the interval indicated by elDS1PMIvlIntervalNumber.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

elDS1PMTotTable 1.3.6.1.4.1.564.101.1.8.1
DS1 Total PM metrics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElDS1PMTotEntry

elDS1PMTotEntry 1.3.6.1.4.1.564.101.1.8.1.1
DS1 Total PM metrics table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ElDS1PMTotEntry  

elDS1PMTotChannelNumber 1.3.6.1.4.1.564.101.1.8.1.1.1
Table index, DS1 channel number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..28  

elDS1PMTotLineCodeViolations 1.3.6.1.4.1.564.101.1.8.1.1.2
Total number of line code violations for the channel specified by elDS1PMIvlChannelNumber.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

elDS1PMTotErroredSeconds 1.3.6.1.4.1.564.101.1.8.1.1.3
Total number of errored seconds for the channel specified by elDS1PMIvlChannelNumber.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

elFMFillAlarmLogTable 1.3.6.1.4.1.564.101.1.9.1
Take a snapshot of the alarm log. Must be done before reading the log into the alarm log table, elFMAlmLogTable. On a read, the value indeterminate(1) will be returned if the SNMP variable was never set to fillAlarmLogTable(2), otherwise fillAlarmLogTable(2) will be returned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER indeterminate(1), fillAlarmLogTable(2)  

elFMClearAlarmLog 1.3.6.1.4.1.564.101.1.9.2
Clears the system's alarm log. On a read, the value indeterminate(1) will be returned if the SNMP variable was never set to clearAlarmLog(2) otherwise clearAlarmLog(2) will be returned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER indeterminate(1), clearAlarmLog(2)  

elFMDS1AutoSenseMode 1.3.6.1.4.1.564.101.1.9.3
The AutoSense Mode will be enabled or Disabled on all the 28 Ds1 channels. The Rescan command will scan all the equipped DS1 Inputs and update their state.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enableDs1AutoSense(1), disableDs1AutoSense(2), rescanAllDs1Inputs(3)  

elFMDS1InputAlarmMode 1.3.6.1.4.1.564.101.1.9.4
This command changes the severity of the DS1 LOS as either Major alarm or status depending on the selection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER statusOnDs1InputLos(0), alarmOnDs1InputLos(1)  

elFMAlmLogTable 1.3.6.1.4.1.564.101.1.10.1
Alarm log table. This table holds a snapshot of the alarm log, and is filled by elFMFillAlarmLogTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElFMAlmLogEntry

elFMAlmLogEntry 1.3.6.1.4.1.564.101.1.10.1.1
Alarm log table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ElFMAlmLogEntry  

elFMAlmLogEntryNumber 1.3.6.1.4.1.564.101.1.10.1.1.1
Table index, between 1 and 100.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

elFMAlmLogTableAlarmNumber 1.3.6.1.4.1.564.101.1.10.1.1.2
Alarm number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

elFMAlmLogTableDescription 1.3.6.1.4.1.564.101.1.10.1.1.3
Alarm description.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..80)  

elFMAlmLogTableStatus 1.3.6.1.4.1.564.101.1.10.1.1.4
Alarm status.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER set(1), clear(0)  

elFMAlmLogTableTimestamp 1.3.6.1.4.1.564.101.1.10.1.1.5
Alarm time stamp in the form mm/dd/yy hh:mm:ss.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..80)  

elFMAlmLogTableChannel 1.3.6.1.4.1.564.101.1.10.1.1.6
Channel associated with the alarm, if any.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

elFMCurAlmTable 1.3.6.1.4.1.564.101.1.11.1
Current alarms table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElFMCurAlmEntry

elFMCurAlmEntry 1.3.6.1.4.1.564.101.1.11.1.1
Current alarms table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ElFMCurAlmEntry  

elFMCurAlmTableAlarmNumber 1.3.6.1.4.1.564.101.1.11.1.1.1
Primary table index, an alarm number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

elFMCurAlmTableChannel 1.3.6.1.4.1.564.101.1.11.1.1.2
Secondary table index. Channel associated with the alarm, can be 0 if channel number is irrelevant to the alarm.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

elFMCurAlmTableDescription 1.3.6.1.4.1.564.101.1.11.1.1.3
Alarm description.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..80)  

elFMTrapAlarmNumber 1.3.6.1.4.1.564.101.1.12.1
Alarm number associated with the last sent trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

elFMTrapAlarmText 1.3.6.1.4.1.564.101.1.12.2
Alarm text associated with the last sent trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

elFMTrapTimeStamp 1.3.6.1.4.1.564.101.1.12.3
Time stamp associated with the last sent trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

elFMTrapAlarmStatus 1.3.6.1.4.1.564.101.1.12.4
Alarm status associated with the last sent trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

elFMTrapChannelNumber 1.3.6.1.4.1.564.101.1.12.5
Channel number associated with the last sent trap, if any.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

edgeLinkEvent 1
This trap is sent when an alarm event is set or cleard.
TRAP-TYPE