LEA-SMART-SPLITTER-MIB

File: LEA-SMART-SPLITTER-MIB.mib (5431 bytes)

Imported modules

SNMPv2-SMI SNMP-FRAMEWORK-MIB LEA-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
SnmpAdminString leaSplitters

Defined Types

RelayTableEntry  
SEQUENCE    
  relayIndex Integer32
  relaySlot INTEGER
  relayPort INTEGER
  relayStatus INTEGER

Defined Values

leaSmartSplitter 1.3.6.1.4.1.14841.1.1
LEA Smart Splitter Management Information Base
MODULE-IDENTITY    

splitterRelay 1.3.6.1.4.1.14841.1.1.1
OBJECT IDENTIFIER    

relayActiveDuration 1.3.6.1.4.1.14841.1.1.1.1
Duration that a bypass relay is active in seconds. As a fail-safe mechanism, the relay will automatically return a line back to normal operational mode when this timer has expired. The same relay timer value will be used for every port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..300  

numberOfActiveRelays 1.3.6.1.4.1.14841.1.1.1.2
Total count of active relays. The agent controls the number of active relays so that the maximum is not exceeded in order to keep power consumption down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..15  

heartBeat 1.3.6.1.4.1.14841.1.1.1.3
This parameter returns a simply acknowledge following a request from the manager.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ack(1)  

relayTable 1.3.6.1.4.1.14841.1.1.1.4
Table of relay status
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RelayTableEntry

relayTableEntry 1.3.6.1.4.1.14841.1.1.1.4.1
A row describing a relay status
Status: current Access: not-accessible
OBJECT-TYPE    
  RelayTableEntry  

relayIndex 1.3.6.1.4.1.14841.1.1.1.4.1.1
The index of the table. Its value is (relaySlot-1)*24+relayPort
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

relaySlot 1.3.6.1.4.1.14841.1.1.1.4.1.2
The slot being addressed
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER slot-1(1), slot-2(2), slot-3(3), slot-4(4), slot-5(5), slot-6(6), slot-7(7), slot-8(8), slot-9(9), slot-10(10), slot-11(11), slot-12(12), slot-13(13), slot-14(14), slot-15(15)  

relayPort 1.3.6.1.4.1.14841.1.1.1.4.1.3
The port being addressed
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER port-1(1), port-2(2), port-3(3), port-4(4), port-5(5), port-6(6), port-7(7), port-8(8), port-9(9), port-10(10), port-11(11), port-12(12), port-13(13), port-14(14), port-15(15), port-16(16), port-17(17), port-18(18), port-19(19), port-20(20), port-21(21), port-22(22), port-23(23), port-24(24)  

relayStatus 1.3.6.1.4.1.14841.1.1.1.4.1.4
This parameter describes whether a particular POTS line is in a normal or closed loop condition. By setting this parameter, the manager can switch the relays in order to bypass the LPF (Low Pass Filter) for POTS closed loop testing (closed) or force a relay back to normal operation mode before the Relay Active Duration timer times out (normal)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), closed(2)  

relayResetAll 1.3.6.1.4.1.14841.1.1.1.5
This parameter would allow the operator to force a relay back to normal operation for all ports.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unchanged(1), reset(2)  

relayChangeNotification 1.3.6.1.4.1.14841.1.1.1.6
This notification is sent to the manager after a line status (or relay) change. It takes three parameters : the slot (relaySlot) and port (relayPort) of the line, and its new status (relayStatus)
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString