TELDAT-MON-FEATURES-NSLA-MIB

File: TELDAT-MON-FEATURES-NSLA-MIB.mib (18450 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC TELDAT-SW-STRUCTURE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
DisplayString TruthValue TEXTUAL-CONVENTION
telProdNpMonFeatures

Defined Types

NslaTableIndex  
Integer range to use as index for NSLA tables
TEXTUAL-CONVENTION    
  INTEGER 1..65535  

TeldatNslaFilterEntry  
SEQUENCE    
  teldatNslaFilterIndex NslaTableIndex
  teldatNslaFilterOutput TruthValue
  teldatNslaFilterUserActivate INTEGER
  teldatNslaFilterUserEnable INTEGER
  teldatNslaFilterUserMute INTEGER
  teldatNslaFilterCfgEnable INTEGER
  teldatNslaFilterCfgMute INTEGER
  teldatNslaFilterCfgInvert INTEGER
  teldatNslaFilterToggles Unsigned32
  teldatNslaFilterOverActTh Unsigned32
  teldatNslaFilterUnderDeactTh Unsigned32
  teldatNslaFilterActPercent INTEGER
  teldatNslaFilterActTime Unsigned32
  teldatNslaFilterDeactPercent INTEGER
  teldatNslaFilterDeactTime Unsigned32
  teldatNslaFilterLastSample INTEGER
  teldatNslaFilterTotalSamples Unsigned32

TeldatNslaAlarmEntry  
SEQUENCE    
  teldatNslaAlarmIndex NslaTableIndex
  teldatNslaAlarmOutput TruthValue
  teldatNslaAlarmUserActivate INTEGER
  teldatNslaAlarmUserEnable INTEGER
  teldatNslaAlarmUserMute INTEGER
  teldatNslaAlarmCfgEnable INTEGER
  teldatNslaAlarmCfgMute INTEGER
  teldatNslaAlarmCfgInvert INTEGER
  teldatNslaAlarmExpression DisplayString

TeldatNslaAdvisorEntry  
SEQUENCE    
  teldatNslaAdvisorIndex NslaTableIndex
  teldatNslaAdvisorOutput TruthValue
  teldatNslaAdvisorUserActivate INTEGER
  teldatNslaAdvisorUserEnable INTEGER
  teldatNslaAdvisorUserMute INTEGER
  teldatNslaAdvisorCfgEnable INTEGER
  teldatNslaAdvisorCfgMute INTEGER
  teldatNslaAdvisorCfgInvert INTEGER
  teldatNslaAdvisorExpression DisplayString

Defined Values

telProdNpMonFeatNsla 1.3.6.1.4.1.2007.4.1.2.4.7
This module defines a MIB for Network Level Service Advisor (NSLA) wich provides a way of filtering and logic processing the result of Network Service Monitor (NSM) operations and Level Indicator updates and generates a boolean result to be used in several router modules: MIB for management of Teldat feature Network Level Service Advisor. The table structure overview is as follows (t: indicates a table, at: indicates an augmented table, and it: indicates table with the same indices/control as parent table): NSLA MIB |t++ Filter Table |t++ Advisor Table |t++ Alarm Table |+++ NSLA Enabled |+++ NSLA Muted
MODULE-IDENTITY    

teldatNslaObjects 1.3.6.1.4.1.2007.4.1.2.4.7.1
OBJECT IDENTIFIER    

teldatNslaFilterTable 1.3.6.1.4.1.2007.4.1.2.4.7.1.1
A table of NSLA monitoring definitions. The NSLA administration control is in multiple tables. This table controls the Filters state.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNslaFilterEntry

teldatNslaFilterEntry 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1
A base list of objects that define an Filter control row.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNslaFilterEntry  

teldatNslaFilterIndex 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.1
Uniquely identifies a row in the teldatNslaFilterTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  NslaTableIndex  

teldatNslaFilterOutput 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.2
This is the output value of the Filter of this row.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

teldatNslaFilterUserActivate 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.3
Force the Output of the Filter. Can be enabled, disabled or normal wich means that the output is the current output of the Filter.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), normal(3)  

teldatNslaFilterUserEnable 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.4
With this object the Filter can be enabled/disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teldatNslaFilterUserMute 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.5
With this object the Filter can be muted/unmuted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER muted(1), unmuted(2)  

teldatNslaFilterCfgEnable 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.6
Enabled/disabled configuration of the Filter.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teldatNslaFilterCfgMute 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.7
Muted/unmuted configuration of the Filter.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER muted(1), unmuted(2)  

teldatNslaFilterCfgInvert 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.8
Normal/inverted configuration of the Filter.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), inverted(2)  

teldatNslaFilterToggles 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.9
Number of current toggles of the Filter.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

teldatNslaFilterOverActTh 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.10
Number of samples over the activation threshold of the Filter.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

teldatNslaFilterUnderDeactTh 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.11
Number of samples under the deactivation threshold of the Filter.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

teldatNslaFilterActPercent 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.12
Current percentage of samples over the activation threshold in the filtering window.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

teldatNslaFilterActTime 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.13
Time since window activation.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

teldatNslaFilterDeactPercent 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.14
Current percentage of samples under the deactivation threshold in the filtering window.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

teldatNslaFilterDeactTime 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.15
Time since window deactivation.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

teldatNslaFilterLastSample 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.16
Numbers of samples required to execute the calculations.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

teldatNslaFilterTotalSamples 1.3.6.1.4.1.2007.4.1.2.4.7.1.1.1.17
Total number of samples
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

teldatNslaAlarmTable 1.3.6.1.4.1.2007.4.1.2.4.7.1.2
A table of NSLA monitoring definitions. The NSLA administration control is in multiple tables. This table controls the Alarms state.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNslaAlarmEntry

teldatNslaAlarmEntry 1.3.6.1.4.1.2007.4.1.2.4.7.1.2.1
A base list of objects that define an Alarm control row.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNslaAlarmEntry  

teldatNslaAlarmIndex 1.3.6.1.4.1.2007.4.1.2.4.7.1.2.1.1
Uniquely identifies a row in the teldatNslaAlarmTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  NslaTableIndex  

teldatNslaAlarmOutput 1.3.6.1.4.1.2007.4.1.2.4.7.1.2.1.2
This is the output value of the Alarm of this row.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

teldatNslaAlarmUserActivate 1.3.6.1.4.1.2007.4.1.2.4.7.1.2.1.3
Force the Output of the Alarm. Can be enabled, disabled or normal wich means that the output is the current output of the Alarm.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), normal(3)  

teldatNslaAlarmUserEnable 1.3.6.1.4.1.2007.4.1.2.4.7.1.2.1.4
With this object the Alarm can be enabled/disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teldatNslaAlarmUserMute 1.3.6.1.4.1.2007.4.1.2.4.7.1.2.1.5
With this object the Alarm can be muted/unmuted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER muted(1), unmuted(2)  

teldatNslaAlarmCfgEnable 1.3.6.1.4.1.2007.4.1.2.4.7.1.2.1.6
Enabled/disabled configuration of the Alarm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teldatNslaAlarmCfgMute 1.3.6.1.4.1.2007.4.1.2.4.7.1.2.1.7
Muted/unmuted configuration of the Alarm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER muted(1), unmuted(2)  

teldatNslaAlarmCfgInvert 1.3.6.1.4.1.2007.4.1.2.4.7.1.2.1.8
Normal/inverted configuration of the Alarm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), inverted(2)  

teldatNslaAlarmExpression 1.3.6.1.4.1.2007.4.1.2.4.7.1.2.1.9
Alarm boolean expression.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

teldatNslaAdvisorTable 1.3.6.1.4.1.2007.4.1.2.4.7.1.3
A table of NSLA monitoring definitions. The NSLA administration control is in multiple tables. This table controls the Advisors state.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeldatNslaAdvisorEntry

teldatNslaAdvisorEntry 1.3.6.1.4.1.2007.4.1.2.4.7.1.3.1
A base list of objects that define an Advisor control row.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeldatNslaAdvisorEntry  

teldatNslaAdvisorIndex 1.3.6.1.4.1.2007.4.1.2.4.7.1.3.1.1
Uniquely identifies a row in the teldatNslaAdvisorTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  NslaTableIndex  

teldatNslaAdvisorOutput 1.3.6.1.4.1.2007.4.1.2.4.7.1.3.1.2
This is the output value of the Advisor of this row.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

teldatNslaAdvisorUserActivate 1.3.6.1.4.1.2007.4.1.2.4.7.1.3.1.3
Force the Output of the Advisor. Can be enabled, disabled or normal wich means that the output is the current output of the Advisor.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), normal(3)  

teldatNslaAdvisorUserEnable 1.3.6.1.4.1.2007.4.1.2.4.7.1.3.1.4
With this object the Advisor can be enabled/disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teldatNslaAdvisorUserMute 1.3.6.1.4.1.2007.4.1.2.4.7.1.3.1.5
With this object the Advisor can be muted/unmuted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER muted(1), unmuted(2)  

teldatNslaAdvisorCfgEnable 1.3.6.1.4.1.2007.4.1.2.4.7.1.3.1.6
Enabled/disabled configuration of the Advisor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teldatNslaAdvisorCfgMute 1.3.6.1.4.1.2007.4.1.2.4.7.1.3.1.7
Muted/unmuted configuration of the Advisor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER muted(1), unmuted(2)  

teldatNslaAdvisorCfgInvert 1.3.6.1.4.1.2007.4.1.2.4.7.1.3.1.8
Normal/inverted configuration of the Advisor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), inverted(2)  

teldatNslaAdvisorExpression 1.3.6.1.4.1.2007.4.1.2.4.7.1.3.1.9
Advisor boolean expression.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

teldatNslaGlobalEnabled 1.3.6.1.4.1.2007.4.1.2.4.7.1.4
Global NSLA enable state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

teldatNslaGlobalMute 1.3.6.1.4.1.2007.4.1.2.4.7.1.5
Global NSLA mute state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER muted(1), unmuted(2)  

teldatNslaNotificationsPrefix 1.3.6.1.4.1.2007.4.1.2.4.7.2
OBJECT IDENTIFIER    

teldatNslaNotifications 1.3.6.1.4.1.2007.4.1.2.4.7.2.0
OBJECT IDENTIFIER    

teldatNslaMibConformance 1.3.6.1.4.1.2007.4.1.2.4.7.3
OBJECT IDENTIFIER    

teldatNslaMibCompliances 1.3.6.1.4.1.2007.4.1.2.4.7.3.1
OBJECT IDENTIFIER    

teldatNslaMibGroups 1.3.6.1.4.1.2007.4.1.2.4.7.3.2
OBJECT IDENTIFIER