Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
495
 
4.3.3  Entity Notifications 
For all entities introduced up to and including MTNM version 2.0, the ObjectType (filterable) 
field within the notification structure was used to identify the object types. As backward 
compatibility has to be supported, you cannot extend the MTNM version 2.0 enumeration type 
ObjectType_T to include new object types.   
In MTNM version 3.0 and onward, the objectType OT_AID (alarm identifier) is used as an 
escape value to represent new objects being managed, in conjunction with the new filterable 
field objectTypeQualifier that contains the real object type:   
•  OT_FLOW_DOMAIN—Flow Domain. 
•  OT_FLOW_DOMAIN_FRAGMENT—Flow Domain Fragment. 
•  OT_MATRIX_FLOW_DOMAIN—Matrix Flow Domain. 
•  OT_TRANSMISSION_DESCRIPTOR—Transmission Descriptor. 
•  OT_TRAFFIC_CONDITIONING_PROFILE—Traffic Conditioning Profile. 
•  OT_FLOATING_TERMINATION_POINT—LAG FTP. 
•  OT_PW_CLASS—Pseudowire class. Any attribute related to a pseudowire class. 
•  OT_BFD_TEMPLATE—BFD template. Any attribute related to a BFD template. 
•  (empty string) indicates a proper OT_AID alarm identifier (used to represent the EMS object 
types that are not modeled, but can emit alarms). 
MFD Examples 
*** Thu Dec 02 12:47:57 CET 2010 *** Received 
notification.***************************  
 
Fixed Header        Domain          = tmf_mtnm 
                         
 Type               = NT_OBJECT_CREATION 
Variable Header   Event Reliability  = 0 
                         
 Priority           = 0 
                          
Timeout            = 864000000000 
Filterable Data       
       [0] notificationId     = OCE-1  
                     [1] objectName         = [0] EMS=Cisco 
Systems/PRIMEOPTICAL; [1] ManagedElement=15454-ANSI-68-7; [2] 
MatrixFlowDomain=GIANCARLO_MFD  
                     [2] objectType         = OT_AID  
                     [2] objectTypeQualifier = MatrixFlowDomain  
                     [3] emsTime            = 20101202124109.0Z  
                     [4] neTime             =   
                     [5] edgePoint          = false  
                     [6] isPropagated       = false  
 
*************************************************** **************************