Cisco Cisco Prime Network 4.0 Entwickleranleitung

Seite von 148
MTOSI OSS Integration
 
 
Cisco Prime Network OSS Integration Guide for MTOSI and 3GPP 
52
 
 
 
OL-30201-01
 
4.1 
       Cisco_FTP_AttrName  CiscoFTPAttrNameType 
FTP Attribute 
Naming type 
4.1.1                aggrProtocolType  CiscoFTPAggrProtocolEnumType 
 
4..1.2                           adminState  CiscoFTPAdminStateEnumType 
 
4.1.3                           bandwidth  String 
 
4.1.4                           grpNumber  String 
 
4.1.5              memberIpAddrList  CiscoIPAddressListType 
 
4.1.6                          macAddress  String 
 
4.1.7                    ftpMemberList  PhysicalTerminationPointListType 
List of PTP RDN 
4.1.8                  dot3adLacpAttrs  CiscoFTPLACPNameAttrType 
 
 
8.3.8  Inventory Notification 
The Integration Layer (IL) will expose interfaces for enabling clients of the IL to register and 
receive notifications of interest. The currently supported IL interfaces consist of the 
following: 
 
•  WS-SOAP interface that supports MTOSI-conformant operations 
•  JMS interface that supports the same MTOSI operations using serialized Java 
objects 
The IL notification framework should be based on the above interfaces.  This entails the 
following: 
 
•  Support the MTOSI-style notification topic registration pattern for the WS-SOAP 
interface:  
•  SubscribeResponse subscribe 
(Holder<Header> mtopHeader, 
SubscribeRequest mtopBody ) throws SubscribeException; 
•  UnsubscribeResponse unsubscribe 
(Holder<Header> mtopHeader, 
UnsubscribeRequest mtopBody ) throws UnsubscribeException; 
 
The subscribe request specifies the following:  
•  Consumer - URI 
•  Topic - The string indicating the classification of events of interest 
•  Selector - Notification Filter 
 
The subscribe response contains a subscriptionID. The unsubscribe request requires the 
subscriptionID(s) and topic(s) provided at the time of registration.Support for standard JMS 
topic subscription for the JMS interface. 
 
On the notification consumer side, each client type (WS-SOAP or JMS) is expected to 
support a slightly different flow.