FNCNMS

File: FNCNMS.mib (28618 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-MIB
FNC-COMMON-SMI SNMPv2-CONF

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
enterprises TEXTUAL-CONVENTION DisplayString
DateAndTime system netsmart
MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP

Defined Types

NMSSeverity  
Severity represents the severity of the Notification. It is assigned by the NE. Cleared indicates that this notification clears a previously sent trap with a severity of critical,major,minor or info.
TEXTUAL-CONVENTION    
  INTEGER cleared(1), info(2), minor(3), major(4), critical(5)  

NMSCondDirection  
Whether the fault is on the transmit side or on the receive side.
TEXTUAL-CONVENTION    
  INTEGER na(1), transmit(2), receive(3)  

NMSCondLocation  
Location indicates whether the failure occurred on the nearEnd of this NE or on the farEnd.
TEXTUAL-CONVENTION    
  INTEGER na(1), nearEnd(2), farEnd(3)  

NMSServiceEffect  
Service Affecting indicates whether the alarm affects traffic or not.
TEXTUAL-CONVENTION    
  INTEGER na(1), serviceAffecting(2), nonServiceAffecting(3)  

NMSTrapSeqNumber  
A value in the range 1-99999 is reported. The value 0 is never reported but can only be obtained through a GET.A value of 0 indicates that agent has not forwarded any notifications since it booted up. When the value of this field reaches 99999, the number resets and the subsequent notification is sent with a number 1. This value is not unique per NE.It is a global number used across all NEs.
TEXTUAL-CONVENTION    
  INTEGER 0..99999  

NMSMgdNE  
DisplayString Size(1..20)    

NMSNEConnState  
Describes the state of connection between an NE and agent.Connected indicates that the agent is connected to the NE. NotConnected indicates that there is no communication between NE and agent.
TEXTUAL-CONVENTION    
  INTEGER connected(1), notConnected(2)  

NMSNEEntry  
SEQUENCE    
  neTID NMSMgdNE
  neType OCTET STRING
  neConnState NMSNEConnState

NMSNEAlarmListEntry  
SEQUENCE    
  alarmTID NMSMgdNE
  alarmIndex INTEGER
  alarmEntityId OCTET STRING
  alarmEntityType OCTET STRING
  alarmSeverity NMSSeverity
  alarmCondType OCTET STRING
  alarmServEffect NMSServiceEffect
  alarmLocation NMSCondLocation
  alarmDirection NMSCondDirection
  alarmDescription OCTET STRING
  neAlarmTimeStamp DateAndTime
  nmsAlarmTimeStamp DateAndTime

NMSTrapHistoryTableEntry  
SEQUENCE    
  nmsTrapHistoryIndex NMSTrapSeqNumber
  nmsTrapHistoryTID NMSMgdNE

Defined Values

netsmart1500 1.3.6.1.4.1.3861.4.1500
This MIB represents the interface definition between a third party SNMP Manager and FNC's NETSMART Management System. The functions provided in this MIB are: - Network Element (NE) Target IDentifier (TID) Discovery - Dynamic Alarm reporting - Alarm Discovery and Reconciliation
MODULE-IDENTITY    

nmsNEMgmtMIB 1.3.6.1.4.1.3861.4.1500.1
OBJECT IDENTIFIER    

nmsNEMgmt 1.3.6.1.4.1.3861.4.1500.1.1
OBJECT IDENTIFIER    

nmsNEAlarm 1.3.6.1.4.1.3861.4.1500.1.2
OBJECT IDENTIFIER    

nmsNotificationTrapBase 1.3.6.1.4.1.3861.4.1500.1.2.0
OBJECT IDENTIFIER    

nmsNETable 1.3.6.1.4.1.3861.4.1500.1.1.1
This Table contains a row for each managed NE in NETSMART. The row contains: - the TID (20 characters max) of each NE. - the NE Type ( A string representing the FNC Product Name) . - the NE Connection State. @see NMSNEConnState
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSNEEntry

nmsNEEntry 1.3.6.1.4.1.3861.4.1500.1.1.1.1
Provides information about a managed NE in NETSMART.
Status: current Access: not-accessible
OBJECT-TYPE    
  NMSNEEntry  

neTID 1.3.6.1.4.1.3861.4.1500.1.1.1.1.1
TID of the NE. @see NMSMgdNE.
Status: current Access: read-only
OBJECT-TYPE    
  NMSMgdNE  

neType 1.3.6.1.4.1.3861.4.1500.1.1.1.1.2
Describes the type of Fujitsu NETWORK Element Current Types are FLM6, FACTR, FLM150, FLM600, FLM2400, FLX 600A, FLX 2500A, FLASH 192, FLASH 10G, FLASHWAVE 4010, FLASHWAVE 4020, FLASHWAVE 4100, FLASHWAVE 4300, FLASHWAVE 4500, FLASHWAVE 4560, FLASHWAVE 7200, FLASHWAVE 7300, FLASHWAVE 7500, FLASHWAVE 7700, FLASHWAVE 9500, FLASHWAVE CDS, FLASHWAVE 9410, FLASHWAVE 9420, FLASHWAVE 7120, FLASHWAVE 7420, Fujitsu NE, Generic NE, Unknown. -Unknown NEType represents NEs whose type is not determined yet. -Fujitsu NE NEType represents the NEs which are minimally (only fault management) supported by the agent. -Generic NE NEType represents non Fujitsu NEs whose fault management functionality is supported by the agent.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

neConnState 1.3.6.1.4.1.3861.4.1500.1.1.1.1.3
Describes connection state between agent and NE. @see NMSNEConnState. A nmsNEStateChangeEvent NOTIFICATION generated whenever there is a change in neConnState. Also see neOperation and nmsNEOperationEvent for the default state when an NE is added.
Status: current Access: read-only
OBJECT-TYPE    
  NMSNEConnState  

nmsNEAlarmTable 1.3.6.1.4.1.3861.4.1500.1.2.1
This table contains a NE TID and a List of nmsNEAlarmList for this TID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSNEAlarmListEntry

nmsNEAlarmListEntry 1.3.6.1.4.1.3861.4.1500.1.2.1.1
A row in the table indicating the specific Alarm for the given TID.
Status: current Access: not-accessible
OBJECT-TYPE    
  NMSNEAlarmListEntry  

alarmTID 1.3.6.1.4.1.3861.4.1500.1.2.1.1.1
NE TID against which this Alarm is being raised. @see NMSMgdNE.
Status: current Access: read-only
OBJECT-TYPE    
  NMSMgdNE  

alarmIndex 1.3.6.1.4.1.3861.4.1500.1.2.1.1.2
The instance of the alarm for this NE. This variable is used to identify a unique row for each alarm. In the nmsNEAlarmTable a sequence of alarms will look like: TID alarmIndex Other Alarm Data ======================================================== TID1 1 1-1 oc3 CR LOS SA RCV Loss Of Signal neTimeStamp1 nmsTimeStamp2 TID1 2 2-1 oc3 CR LOS SA RCV Loss Of Signal neTimeStamp1 nmsTimeStamp2 TID1 3 3-1 oc3 CR LOS SA RCV Loss Of Signal neTimeStamp1 nmsTimeStamp2 TID2 1 1-1 oc3 CR LOS SA RCV Loss Of Signal neTimeStamp1 nmsTimeStamp2 TID2 2 1-1 oc3 CR LOS SA RCV Loss Of Signal neTimeStamp1 nmsTimeStamp2 TID3 1 2-1 oc3 CR LOS SA RCV Loss Of Signal neTimeStamp1 nmsTimeStamp2 TID3 2 3-1 oc3 CR LOS SA RCV Loss Of Signal neTimeStamp1 nmsTimeStamp2 TID3 3 4-1 oc3 CR LOS SA RCV Loss Of Signal neTimeStamp1 nmsTimeStamp2 TID3 4 5-1 oc3 CR LOS SA RCV Loss Of Signal neTimeStamp1 nmsTimeStamp2 TID3 5 6-1 oc3 CR LOS SA RCV Loss Of Signal neTimeStamp1 nmsTimeStamp2 TID4 1 1-1 oc3 CR LOS SA RCV Loss Of Signal neTimeStamp1 nmsTimeStamp2 i.e. For each TID alarmIndex starts with 1 and is incremented by 1. This is to help retrieve alarms on an NE basis.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..99999  

alarmEntityId 1.3.6.1.4.1.3861.4.1500.1.2.1.1.3
Describes the AID of the entity against which this notification is being sent.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

alarmEntityType 1.3.6.1.4.1.3861.4.1500.1.2.1.1.4
Describes the kind the entity against which this notification is being sent . The combination of (alarmEntity, alarmEntityType) represents a addressable entity on the NE. Examples of kind of entities are EQPT,OC3,STS1,COM,ENV etc.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

alarmSeverity 1.3.6.1.4.1.3861.4.1500.1.2.1.1.5
Describes the severity of the notification being sent. @see NMSSeverity
Status: current Access: read-only
OBJECT-TYPE    
  NMSSeverity  

alarmCondType 1.3.6.1.4.1.3861.4.1500.1.2.1.1.6
Describes the condition type i.e RMVD or LOS etc.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

alarmServEffect 1.3.6.1.4.1.3861.4.1500.1.2.1.1.7
Describes whether the notification is serviceAffecting or not. @see NMSServiceEffect.
Status: current Access: read-only
OBJECT-TYPE    
  NMSServiceEffect  

alarmLocation 1.3.6.1.4.1.3861.4.1500.1.2.1.1.8
Describes if the location is applicable and if applicable the appropriate location. @see NMSCondLocation.
Status: current Access: read-only
OBJECT-TYPE    
  NMSCondLocation  

alarmDirection 1.3.6.1.4.1.3861.4.1500.1.2.1.1.9
Describes if the direction is a applicable and if applicable the appropriate direction. @see NMSCondLocation.
Status: current Access: read-only
OBJECT-TYPE    
  NMSCondDirection  

alarmDescription 1.3.6.1.4.1.3861.4.1500.1.2.1.1.10
Gives a textual description of the condition.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

neAlarmTimeStamp 1.3.6.1.4.1.3861.4.1500.1.2.1.1.11
Time stamp at which the NE generated the fault. The correctness of the value depends whether this fault is reported to the agent or agent retrieved this information from NE. For faults reported from the NE this value is correct where as for faults retrieved the timestamp indicates the time on NE at which this fault was retrieved.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

nmsAlarmTimeStamp 1.3.6.1.4.1.3861.4.1500.1.2.1.1.12
Time at which the NMS received the fault.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

nmsLastMsgNumber 1.3.6.1.4.1.3861.4.1500.1.2.2
This variable describes the value of the last NMSTrapIndex reported by the agent in the notifications. @see NMSTrapSeqNumber.
Status: current Access: read-only
OBJECT-TYPE    
  NMSTrapSeqNumber  

nmsTrapHistoryTable 1.3.6.1.4.1.3861.4.1500.1.2.3
Thus table contains a sequence of trap seq number and the corresponding neTID.A Management system upon detecting that it has not received a particular sequence number, can determine the NE against which the sequence number was used and do a alarm resynchornization for that NE.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSTrapHistoryTableEntry

nmsTrapHistoryTableEntry 1.3.6.1.4.1.3861.4.1500.1.2.3.1
A row indicating the trap sequence number and NE TID which caused this event to be sent.
Status: current Access: not-accessible
OBJECT-TYPE    
  NMSTrapHistoryTableEntry  

nmsTrapHistoryIndex 1.3.6.1.4.1.3861.4.1500.1.2.3.1.1
A Sequence Number that was previously sent. @see NMSTrapSeqNumber.
Status: current Access: read-only
OBJECT-TYPE    
  NMSTrapSeqNumber  

nmsTrapHistoryTID 1.3.6.1.4.1.3861.4.1500.1.2.3.1.2
The tid for which the sequence entry was sent. @see NMSMGgNE.
Status: current Access: read-only
OBJECT-TYPE    
  NMSMgdNE  

nmsNotificationBase 1.3.6.1.4.1.3861.4.1500.1.2.4
OBJECT IDENTIFIER    

notifTID 1.3.6.1.4.1.3861.4.1500.1.2.4.1
NE TID against which this notification is being sent. @see NMSMgdNE.
Status: current Access: read-only
OBJECT-TYPE    
  NMSMgdNE  

neEntityID 1.3.6.1.4.1.3861.4.1500.1.2.4.2
Describes the AID of the entity against which this notification is being sent.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

neEntityType 1.3.6.1.4.1.3861.4.1500.1.2.4.3
Describes the type the entity against which this notification is being sent . The combination (neEntityID,neEntityType) represents a addressable entity on the network element. Examples of neEntityType would be EQPT,OC3,COM,STS1,ENV etc.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

neSeverity 1.3.6.1.4.1.3861.4.1500.1.2.4.4
Describes the severity of the notification being sent. @see NMSSeverity.
Status: current Access: read-only
OBJECT-TYPE    
  NMSSeverity  

neCondType 1.3.6.1.4.1.3861.4.1500.1.2.4.5
Describes the condition type i.e RMVD or LOS etc.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

neServEffect 1.3.6.1.4.1.3861.4.1500.1.2.4.6
Describes whether the notification is ServiceAffecting or not. @see NMSServiceEffect.
Status: current Access: read-only
OBJECT-TYPE    
  NMSServiceEffect  

neLocation 1.3.6.1.4.1.3861.4.1500.1.2.4.7
Describes if the location is applicable for this notification, if it is applicable describes the location. @see NMSCondLocation.
Status: current Access: read-only
OBJECT-TYPE    
  NMSCondLocation  

neDirection 1.3.6.1.4.1.3861.4.1500.1.2.4.8
Describes if the direction is a applicable and if it is applicable the direction. @see NMSCondDirection.
Status: current Access: read-only
OBJECT-TYPE    
  NMSCondDirection  

neCondDescription 1.3.6.1.4.1.3861.4.1500.1.2.4.9
Textual Description of the notification.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNotifTimeStamp 1.3.6.1.4.1.3861.4.1500.1.2.4.10
Time when NMS received this event.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

neNotifTimeStamp 1.3.6.1.4.1.3861.4.1500.1.2.4.11
Time when NE raised this event.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

nmsTrapSeqNumber 1.3.6.1.4.1.3861.4.1500.1.2.4.12
@See NMSTrapSeqNumber.
Status: current Access: read-only
OBJECT-TYPE    
  NMSTrapSeqNumber  

nmsNEConnState 1.3.6.1.4.1.3861.4.1500.1.2.4.13
Describes the state of connection between an NE and NMS.
Status: current Access: read-only
OBJECT-TYPE    
  NMSNEConnState  

neOperation 1.3.6.1.4.1.3861.4.1500.1.2.4.14
Indicates if a new NE is added to NETSMART or if it is removed. Addition always implies a nmsNEConnState with value notConnected and NEType of Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

notifServer 1.3.6.1.4.1.3861.4.1500.1.2.4.15
Describes the Server which this notification is being sent.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsKeepAliveState 1.3.6.1.4.1.3861.4.1500.1.2.4.16
Describes the keep alive state which this notification is being sent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER alive(1)  

nmsNEEvent 1.3.6.1.4.1.3861.4.1500.1.2.0.1
The agent generates this notification when a rept alarm or rept evt is generated.
Status: current Access: read-only
NOTIFICATION-TYPE    

nmsNEStateChangeEvent 1.3.6.1.4.1.3861.4.1500.1.2.0.2
The agent generates this notification when a NMS changes its connection state to the NE. @see NMSConnState.
Status: current Access: read-only
NOTIFICATION-TYPE    

nmsNEOperationEvent 1.3.6.1.4.1.3861.4.1500.1.2.0.3
The agent generates this notification when a NE is created or deleted. @see neOperation.
Status: current Access: read-only
NOTIFICATION-TYPE    

nmsKeepAliveEvent 1.3.6.1.4.1.3861.4.1500.1.2.0.4
The agent generates this notification when reaching the keep alive trap interval. @see nmsKeepAliveState.
Status: current Access: read-only
NOTIFICATION-TYPE    

fncNMSMIBConformance 1.3.6.1.4.1.3861.4.1500.1.3
OBJECT IDENTIFIER    

fncNMSMIBCompliances 1.3.6.1.4.1.3861.4.1500.1.3.1
OBJECT IDENTIFIER    

fncNMSMIBGroups 1.3.6.1.4.1.3861.4.1500.1.3.2
OBJECT IDENTIFIER    

fncNMSMIBCompliance 1.3.6.1.4.1.3861.4.1500.1.3.1.1
Module Compliancy
Status: current Access: read-only
MODULE-COMPLIANCE    

nmsNEMgmtGroup 1.3.6.1.4.1.3861.4.1500.1.3.2.1
This Group defines objects which are common to all NE Table related retrievals
Status: current Access: read-only
OBJECT-GROUP    

nmsNEAlarmGroup 1.3.6.1.4.1.3861.4.1500.1.3.2.2
This Group defines objects which are common to all Alarm Table related retrievals
Status: current Access: read-only
OBJECT-GROUP    

nmsNETrapGroup 1.3.6.1.4.1.3861.4.1500.1.3.2.3
This Group defines objects which are used part of notifications
Status: current Access: read-only
NOTIFICATION-GROUP    

nmsNETrapObjects 1.3.6.1.4.1.3861.4.1500.1.3.2.4
This Group defines objects reported as part of notifications.
Status: current Access: read-only
OBJECT-GROUP    

nmsServerTrapGroup 1.3.6.1.4.1.3861.4.1500.1.3.2.5
This Group defines objects which are used part of notifications
Status: current Access: read-only
NOTIFICATION-GROUP    

nmsServerTrapObjects 1.3.6.1.4.1.3861.4.1500.1.3.2.6
This Group defines objects reported as part of notifications.
Status: current Access: read-only
OBJECT-GROUP