SIAE-LLF-MIB

File: SIAE-LLF-MIB.mib (12720 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
SIAE-TREE-MIB SIAE-ALARM-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE DisplayString
RowStatus TruthValue InterfaceIndex
siaeMib AlarmStatus AlarmSeverityCode

Defined Types

LlfInterface  
SEQUENCE    
  llfIndex InterfaceIndex
  llfEnable INTEGER
  llfUnidirectionalFault INTEGER
  llfDelayTime INTEGER
  llfProtectionMode INTEGER
  llfAlarm AlarmStatus
  llfRowStatus RowStatus

LlfMap  
SEQUENCE    
  llfMapLinkIndex INTEGER
  llfMapPolIndex INTEGER
  llfMapCircuitIndex INTEGER
  llfMapLosInsertion INTEGER
  llfMapInsertionMode INTEGER
  llfMapSignalFail TruthValue
  llfMapRowStatus RowStatus

LlfCircuit  
SEQUENCE    
  llfCircuitLinkIndex INTEGER
  llfCircuitPolIndex INTEGER
  llfCircuitIndex INTEGER
  llfCircuitLinkLabel DisplayString
  llfCircuitRowStatus RowStatus

Defined Values

llf 1.3.6.1.4.1.3373.1103.85
SIAE's Link Loss Forwarding MIB.
MODULE-IDENTITY    

llfMibVersion 1.3.6.1.4.1.3373.1103.85.1
Numerical version of this module. The string version of this MIB have the following format: XX.YY.ZZ so, for example, the value 1 should be interpreted as 00.00.01 and the value 10001 should be interpreted as 01.00.01.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

llfTable 1.3.6.1.4.1.3373.1103.85.2
Table with SIAE's LLF entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LlfInterface

llfEntry 1.3.6.1.4.1.3373.1103.85.2.1
SIAE's LLF entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  LlfInterface  

llfIndex 1.3.6.1.4.1.3373.1103.85.2.1.1
A unique value, greater than zero, for each interface supporting LLF. This object is identical to the ifIndex of the standard MIB-2 ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

llfEnable 1.3.6.1.4.1.3373.1103.85.2.1.2
On interfaces supporting LLF, this object is used to disable or enable LLF towards local LAN interfaces.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

llfUnidirectionalFault 1.3.6.1.4.1.3373.1103.85.2.1.3
When enable is set, a local link fault causes LLF on both local and remote interfaces.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

llfDelayTime 1.3.6.1.4.1.3373.1103.85.2.1.4
The LLF delay time specifies the time interval (in seconds) to wait for to actuate or to remove the Link Loss Forwarding condition.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..10  

llfProtectionMode 1.3.6.1.4.1.3373.1103.85.2.1.5
When protection mode is enabled, LLF alarm is issued only when all radio links or circuits connected to interface are alarmed.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

llfAlarm 1.3.6.1.4.1.3373.1103.85.2.1.6
Interface Link Loss Forwarding alarm status.
Status: current Access: read-only
OBJECT-TYPE    
  AlarmStatus  

llfRowStatus 1.3.6.1.4.1.3373.1103.85.2.1.7
Status of this row of llfTable. This object may not be set to destroy until at least a circuit belong to this LLF interface. In other words, circuits must be deleted before a LLF interface.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

llfMapTable 1.3.6.1.4.1.3373.1103.85.3
This table map llf interface on llf circuits.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LlfMap

llfMapEntry 1.3.6.1.4.1.3373.1103.85.3.1
SIAE's llf cross-connection entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  LlfMap  

llfMapLinkIndex 1.3.6.1.4.1.3373.1103.85.3.1.1
Radio link identifier. With llfMapPolIndex and llfMapCircuitIndex it points to a specific instance of llfCircuitTable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

llfMapPolIndex 1.3.6.1.4.1.3373.1103.85.3.1.2
Radio polarization identifier. With llfMapLinkIndex and llfMapCircuitIndex it points to a specific instance of llfCircuitTable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

llfMapCircuitIndex 1.3.6.1.4.1.3373.1103.85.3.1.3
LLF circuit identifier. With llfMapLinkIndex and llfMapPolIndex it points to a specific instance of llfCircuitTable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

llfMapLosInsertion 1.3.6.1.4.1.3373.1103.85.3.1.4
Enable or disable insertion of interface LOS into a specified circuit. The inserted LOS is transported through the radio link.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

llfMapInsertionMode 1.3.6.1.4.1.3373.1103.85.3.1.5
In single mode, LOS is inserted in the circuit if the relative interface has a LOS alarm. In group mode, LOS is inserted when all (grouped) interfaces mapped to the same circuit have a LOS alarm.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER single(1), group(2)  

llfMapSignalFail 1.3.6.1.4.1.3373.1103.85.3.1.6
Alarm condition detected on specified circuit.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

llfMapRowStatus 1.3.6.1.4.1.3373.1103.85.3.1.7
Status of this row of llfMapTable
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

llfCircuitTable 1.3.6.1.4.1.3373.1103.85.4
Table describing llf circuits available over each link. This circuits can be connected to available interfaces via llfMapTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LlfCircuit

llfCircuitEntry 1.3.6.1.4.1.3373.1103.85.4.1
SIAE's llf circuit entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  LlfCircuit  

llfCircuitLinkIndex 1.3.6.1.4.1.3373.1103.85.4.1.1
Radio link identifier.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

llfCircuitPolIndex 1.3.6.1.4.1.3373.1103.85.4.1.2
Radio polarization identifier.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

llfCircuitIndex 1.3.6.1.4.1.3373.1103.85.4.1.3
LLF circuit identifier.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

llfCircuitLinkLabel 1.3.6.1.4.1.3373.1103.85.4.1.4
ASCII string used to assign a name to the radio link and polarization.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

llfCircuitRowStatus 1.3.6.1.4.1.3373.1103.85.4.1.5
Status of this row of llfCircuitTable
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

llfAlarmSeverityCode 1.3.6.1.4.1.3373.1103.85.5
Defines the severity associated to the llfAlarm and enables/disables the trap generation on status change event.
Status: current Access: read-write
OBJECT-TYPE    
  AlarmSeverityCode