Cisco Prime Optical User guide

Category
Software
Type
User guide

This manual is also suitable for

Americas Headquarters
Cisco Systems, Inc.
170 West Tasman Drive
San Jose, CA 95134-1706
USA
http://www.cisco.com
Tel: 408 526-4000
800 553-NETS (6387)
Fax: 408 527-0883
Cisco Prime Optical 10.6 GateWay/CORBA Programmer
Reference Guide
August 10, 2016
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL
STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT
WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS.
THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET
THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE
SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY.
The Cisco implementation of TCP header compression is an adaptation of a program developed by the University of California, Berkeley (UCB) as part of UCB’s
public domain version of the UNIX operating system. All rights reserved. Copyright © 1981, Regents of the University of California.
NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE SUPPLIERS ARE PROVIDED “AS IS”
WITH ALL FAULTS. CISCO AND THE ABOVE-NAMED SUPPLIERS DISCLAIM ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
LIMITATION, THOSE OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OR ARISING FROM A COURSE
OF DEALING, USAGE, OR TRADE PRACTICE.
IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES,
INCLUDING,WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS
MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to
this URL: www.cisco.com/go/trademarks. Third-party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a
partnership relationship between Cisco and any other company. (1110R)
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the
document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
© 19992016 Cisco Systems, Inc. All rights reserved
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
3
Preface ...................................................................................................................................................... 12
Objectives ....................................................................................................................................... 12
Audience ......................................................................................................................................... 12
Conventions .................................................................................................................................... 12
Related Documentation .................................................................................................................. 13
Obtaining Documentation and Submitting a Service Request ....................................................... 17
1. Overview of Cisco Prime Optical GateWay/CORBA .................................................................. 18
1.1 Hardware Modifications ....................................................................................................... 19
1.2 Features of GateWay/CORBA.............................................................................................. 20
1.3 GateWay/CORBA Fault Management ................................................................................. 20
1.4 Overview of CORBA Services ............................................................................................. 20
1.4.1 Naming Service .................................................................................................... 20
1.4.2 Notification Service .............................................................................................. 21
1.5 Information Model ................................................................................................................ 22
1.6 IDL-Related Changes ........................................................................................................... 23
1.7 Functionalities Not Supported in Prime Optical 10.6 ........................................................... 24
1.8 Summary ............................................................................................................................... 25
2 NE- and Cisco Prime Optical-Specific Details .............................................................................. 27
2.1 NE-Specific Details .............................................................................................................. 27
2.1.1 ONS 15216 ........................................................................................................... 27
2.1.2 ONS 15305 and ONS 15305 CTC ........................................................................ 27
2.1.3 ONS 15310 CL ..................................................................................................... 28
2.1.4 ONS 15310 MA SDH ........................................................................................... 30
2.1.5 ONS 15310 MA SONET ...................................................................................... 30
2.1.6 ONS 15327 ........................................................................................................... 31
2.1.7 ONS 15454 SDH .................................................................................................. 33
2.1.8 ONS 15454 SONET ............................................................................................. 36
2.1.9 ONS NCS2K SDH ............................................................................................... 38
2.1.10 ONS NCS2K SONET .......................................................................................... 38
2.1.11 ONS 15600 SONET ............................................................................................. 38
2.1.12 ONS 15600 SDH .................................................................................................. 40
2.1.13 Carrier Packet Transport 200/600 SONET/SDH .................................................. 41
2.1.14 Unmanaged NEs ................................................................................................... 41
2.2 Prime Optical-Specific Details ............................................................................................. 41
2.2.1 Layer Rate ............................................................................................................ 41
2.2.2 Inventory .............................................................................................................. 45
2.2.3 Interfaces .............................................................................................................. 46
2.2.4 Object Details ....................................................................................................... 47
2.2.5 Naming Conventions ............................................................................................ 48
2.2.6 Programming Details ............................................................................................ 62
2.2.7 Provisioning Subnetwork Connections ................................................................ 63
3 Using GateWay/CORBA Interfaces .............................................................................................. 77
3.1 Overview of APIs Supported by NE Type ........................................................................... 77
3.2 common::Common_I .......................................................................................................... 112
3.2.1 common::Common_I:: getCapabilities .............................................................. 112
3.3 emsMgr::EMSMgr_I .......................................................................................................... 113
3.3.1 TMF 3.0 Alarm Data Structures and Parameters ............................................... 113
3.3.2 AlarmAndTCAIDList_T .................................................................................... 113
3.3.3 TCAId_T ............................................................................................................ 113
3.3.4 AlarmOrTCAIdentifier_T .................................................................................. 114
3.3.5 acknowledgeAlarms ........................................................................................... 114
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
4
3.3.6 unacknowledgeAlarms ....................................................................................... 115
3.3.7 getAllEMSAndMEUnacknowledgedActiveAlarms ........................................... 116
3.3.8 getAllEMSSystemUnacknowledgedActiveAlarms ............................................ 116
3.3.9 setAdditionalInfo ................................................................................................ 117
3.3.10 getAllEMSAndMEActiveAlarms ....................................................................... 117
3.3.11 getAllEMSSystemActiveAlarms ........................................................................ 118
3.3.12 getAllTopLevelSubnetworks .............................................................................. 119
3.3.13 getAllTopLevelSubnetworkNames .................................................................... 120
3.3.14 getAllTopLevelTopologicalLinks ...................................................................... 121
3.3.15 getAllTopLevelTopologicalLinkNames ............................................................. 123
3.3.16 getTopLevelTopologicalLink ............................................................................. 123
3.3.17 createTopologicalLink ........................................................................................ 124
3.3.18 createTopologicalLinkWithYCableProtection ................................................... 127
3.3.19 deleteTopologicalLink ........................................................................................ 128
3.3.20 modifyTopologicalLink ...................................................................................... 129
3.3.21 getEMS ............................................................................................................... 130
3.3.22 getAllL2Topologies ............................................................................................ 131
3.3.23 getAllQoSTemplateNames ................................................................................. 133
3.3.24 getAllQoSTemplates .......................................................................................... 134
3.3.25 getQoSTemplate ................................................................................................. 136
3.3.26 getAllEMSandMEClearedAlarms ...................................................................... 136
3.3.27 getAllEMSSystemClearedAlarms ...................................................................... 137
3.3.28 Passive Unit EMS Alarms .................................................................................. 138
3.3.29 createServerTrailLink ......................................................................................... 138
3.3.30 deleteServerTrailLink ......................................................................................... 140
3.3.31 addNetworkPartition........................................................................................... 141
3.3.32 addMultiLayerSubnetwork ................................................................................. 141
3.3.33 deleteNetworkPartition ....................................................................................... 142
3.3.34 deleteMultiLayerSubnetwork ............................................................................. 143
3.3.35 getAllSupportedMEModels ................................................................................ 143
3.4 EmsSession::EmsSession_I ................................................................................................ 144
3.4.1 getEventChannel ................................................................................................ 144
3.4.2 GetManager ........................................................................................................ 144
3.4.3 getSupportedManagers ....................................................................................... 145
3.5 emsSessionFactory::EmsSessionFactory_I ........................................................................ 145
3.5.1 getEmsSession .................................................................................................... 146
3.5.2 getEmsPublicKey ............................................................................................... 147
3.5.3 getEmsPublicKeyPair ......................................................................................... 147
3.6 equipment::EquipmentInventoryMgr_I .............................................................................. 148
3.6.1 getAllEquipment ................................................................................................ 148
3.6.2 getAllEquipmentNames ..................................................................................... 157
3.6.3 getAllSupportedPTPs ......................................................................................... 157
3.6.4 getAllSupportedPTPNames ................................................................................ 174
3.6.5 getAllSupportingEquipment ............................................................................... 175
3.6.6 getAllSupportingEquipmentNames .................................................................... 175
3.6.7 getContainedEquipment ..................................................................................... 176
3.6.8 getEquipment ...................................................................................................... 177
3.6.9 provisionEquipment ........................................................................................... 184
3.6.10 setAlarmReportingOff ........................................................................................ 185
3.6.11 setAlarmReportingOn......................................................................................... 186
3.6.12 unprovisionEquipment ....................................................................................... 187
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
5
3.7 maintenanceOps::MaintenanceMgr_I ................................................................................. 188
3.7.1 getActiveMaintenanceOperations ...................................................................... 188
3.7.2 performMaintenanceOperation ........................................................................... 189
3.8 managedElementManager::ManagedElementManager_I ................................................... 191
3.8.1 getAllActiveAlarms ............................................................................................ 191
3.8.2 getAllSNCs ......................................................................................................... 192
3.8.3 getAllManagedElements .................................................................................... 193
3.8.4 getAllManagedElementNames ........................................................................... 195
3.8.5 getAllPTPs .......................................................................................................... 196
3.8.6 getAllPTPNames ................................................................................................ 198
3.8.7 getContainedInUseTPs ....................................................................................... 199
3.8.8 getContainedInUseTPNames ............................................................................. 200
3.8.9 getContainedPotentialTPs .................................................................................. 201
3.8.10 getContainedPotentialTPNames ......................................................................... 202
3.8.11 getContainingSubnetworkNames ....................................................................... 203
3.8.12 getManagedElement ........................................................................................... 204
3.8.13 getAllCTMMEInternalPatchcord ....................................................................... 204
3.8.14 setAdditionalInfo ................................................................................................ 205
3.8.15 getTP .................................................................................................................. 206
3.8.16 getAssociatedTopologicalLinks ......................................................................... 208
3.8.17 setTPData ........................................................................................................... 208
3.8.18 getAllSrcPTPsForSNCProvisioning ................................................................... 211
3.8.19 getAllSrcCTPsForSNCProvisioning .................................................................. 212
3.8.20 getAllSrcCTPsForVCATMemberSNCProvisioning .......................................... 213
3.8.21 getAllDestPTPsForSNCProvisioning ................................................................. 214
3.8.22 getAllDestCTPsForSNCProvisioning ................................................................ 215
3.8.23 getAllDestCTPsForVCATMemberSNCProvisioning ........................................ 216
3.8.24 getAllSrcFTPsForSNCProvisioning ................................................................... 217
3.8.25 getAllDestFTPsForSNCProvisioning ................................................................. 218
3.8.26 forceNEResync ................................................................................................... 219
3.8.27 getAllTopologicalLinksForME .......................................................................... 219
3.8.28 getAllRolls .......................................................................................................... 220
3.8.29 getAllRollNames ................................................................................................ 221
3.8.30 getRoll ................................................................................................................ 222
3.8.31 getRollToPTPs ................................................................................................... 223
3.8.32 getRollToCTPs ................................................................................................... 223
3.8.33 getRollFromCTPs ............................................................................................... 224
3.8.34 setPortName ....................................................................................................... 225
3.8.35 getPortName ....................................................................................................... 226
3.8.36 getAllClearedAlarms .......................................................................................... 226
3.8.37 getAllCrossConnections ..................................................................................... 227
3.8.38 getAllSoftwareDownloadJobs ............................................................................ 229
3.8.39 setMEAdminState .............................................................................................. 230
3.9 multiLayerSubnetwork::MultiLayerSubnetworkMgr_I ..................................................... 231
3.9.1 getAllEdgePoints ................................................................................................ 231
3.9.2 getAllEdgePointNames ...................................................................................... 232
3.9.3 getAllManagedElement ...................................................................................... 233
3.9.4 getAllManagedElementNames ........................................................................... 234
3.9.5 getAllSubnetworkConnections ........................................................................... 235
3.9.6 getAllSubnetworkConnectionsWithTP .............................................................. 236
3.9.7 getAllSubnetworkConnectionNames ................................................................. 237
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
6
3.9.8 getAllSubnetworkConnectionNamesWithTP ..................................................... 238
3.9.9 getAllTopologicalLinks ...................................................................................... 239
3.9.10 getAllTopologicalLinkNames ............................................................................ 240
3.9.11 getMultiLayerSubnetwork .................................................................................. 241
3.9.12 getCTPsAndTopologicalLinks ........................................................................... 241
3.9.13 getSNC ............................................................................................................... 243
3.9.14 getSNCsByUserLabel......................................................................................... 243
3.9.15 getTopologicalLink ............................................................................................ 244
3.9.16 createAndActivateSNCFromUserLabel ............................................................. 245
3.9.17 CreateAndActivateSNC ..................................................................................... 255
3.9.18 (Deprecated) createAndActivateProtectedOchccFromUserLabel ...................... 256
3.9.19 addDrops ............................................................................................................ 256
3.9.20 deactivateAndDeleteSNC ................................................................................... 257
3.9.21 getVCATSNC .................................................................................................... 259
3.9.22 getAllVCATSNCs .............................................................................................. 260
3.9.23 getAllVCATSNCNames .................................................................................... 262
3.9.24 getAllVCATMemberSNCs ................................................................................ 263
3.9.25 getAllVCATMemberSNCNames ....................................................................... 264
3.9.26 createVCAT ........................................................................................................ 264
3.9.27 deleteVCAT ........................................................................................................ 266
3.9.28 addMemberSNCsToVCAT ................................................................................ 267
3.9.29 deleteMemberSNCsFromVCAT ........................................................................ 268
3.9.30 deleteAllMemberSNCFromVCAT ..................................................................... 268
3.9.31 getValidSubnetworkConnectionsForMerge ....................................................... 269
3.9.32 upgrade ............................................................................................................... 271
3.9.33 createRoll ............................................................................................................ 272
3.9.34 deleteRoll ............................................................................................................ 274
3.9.35 cancelRoll ........................................................................................................... 275
3.9.36 forceValidSignal ................................................................................................. 275
3.9.37 completeRoll ...................................................................................................... 276
3.9.38 finishRoll ............................................................................................................ 276
3.9.39 getAllRolls .......................................................................................................... 277
3.9.40 getAllRollNames ................................................................................................ 277
3.9.41 getAssociatedRollNamesForSNC ...................................................................... 278
3.9.42 getAssociatedSNCNamesForRoll ...................................................................... 278
3.9.43 createAndActivateSNCOnDRI ........................................................................... 279
3.9.44 addManagedElement .......................................................................................... 281
3.9.45 deleteManagedElement ...................................................................................... 285
3.10 L2 Topology and ML VLAN for ML-Series Ethernet Cards ............................................. 286
3.10.1 createMLVLAN ................................................................................................. 286
3.10.2 modifyMLVLANAddFrontPorts ........................................................................ 289
3.10.3 modifyMLVLANDropFrontPorts ...................................................................... 290
3.10.4 modifyMLVLANPortState ................................................................................. 291
3.10.5 modifyMLVLANRSTPState .............................................................................. 292
3.10.6 modifyMLVLANTPQOS ................................................................................... 293
3.10.7 modifyMLVLANCustomerIDServiceID............................................................ 294
3.10.8 getMLVLAN ...................................................................................................... 295
3.10.9 deleteMLVLAN ................................................................................................. 295
3.10.10 getAllMLVLANs ............................................................................................... 296
3.10.11 getAllMLVLANNames ...................................................................................... 296
3.10.12 getAllAssociatedSNCs ....................................................................................... 297
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
7
3.10.13 getL2Topology ................................................................................................... 298
3.10.14 getAssociatedL2TopologyForSNC .................................................................... 299
3.10.15 getAssociatedL2TopologyForMLVLAN ........................................................... 299
3.10.16 createL2Topology .............................................................................................. 300
3.10.17 deleteL2Topology .............................................................................................. 308
3.10.18 modifyL2Topology ............................................................................................ 309
3.10.19 getAllAvailableMLEquipmentOrTPNames ....................................................... 309
3.11 E-Series VLAN Interfaces .................................................................................................. 310
3.11.1 createVLAN ....................................................................................................... 311
3.11.2 deleteVLAN ....................................................................................................... 311
3.11.3 getAllVLANs ..................................................................................................... 312
3.11.4 modifySNC ......................................................................................................... 312
3.12 nmsSession::NmsSession_I ................................................................................................ 316
3.12.1 historyPMDataCompleted .................................................................................. 316
3.12.2 historyPMDataFailed .......................................................................................... 316
3.12.3 operationInfo ...................................................................................................... 317
3.12.4 alarmLossOccurred............................................................................................. 317
3.13 performance::PerformanceManagementMgr_I ................................................................... 317
3.13.1 disablePMData ................................................................................................... 318
3.13.2 enablePMData .................................................................................................... 319
3.13.3 setTCATPParameter ........................................................................................... 319
3.13.4 getTCATPParameter .......................................................................................... 377
3.13.5 getCTMHistoryPMData ..................................................................................... 378
3.13.6 getCTMValidHistoryPMData ............................................................................ 380
3.13.7 deleteHistoryPMDataFile ................................................................................... 381
3.13.8 getTPHistoryPMData ......................................................................................... 381
3.13.9 getHoldingTime .................................................................................................. 384
3.13.10 getAllCurrentPMData......................................................................................... 385
3.13.11 getMEPMcapabilities ......................................................................................... 386
3.13.12 Passive Unit EMS PM ........................................................................................ 386
3.14 protection::ProtectionMgr_I ............................................................................................... 387
3.14.1 getAllProtectedTPNames ................................................................................... 387
3.14.2 getAllProtectionGroups ...................................................................................... 388
3.14.3 getProtectionGroup ............................................................................................ 389
3.14.4 performProtectionCommand .............................................................................. 390
3.14.5 createProtectionGroup ........................................................................................ 392
3.14.6 deleteProtectionGroup ........................................................................................ 396
3.14.7 getAssociatedProtectionGroup ........................................................................... 397
3.15 session::Session_I ............................................................................................................... 397
3.15.1 endSession .......................................................................................................... 397
3.15.2 ping ..................................................................................................................... 398
3.16 mtnmVersion::Version_I .................................................................................................... 398
3.16.1 getVersion .......................................................................................................... 398
3.17 cpoEmsManager:: CpoEmsManager_I ............................................................................... 399
3.17.1 getAllEMSAndMEUnacknowledgedActiveAlarms ........................................... 399
3.18 cpoManagedElementManager_I:: CpoManagedElementManager_I ................................. 400
3.18.1 getAllUnacknowledgedActiveAlarms ................................................................ 400
3.19 Transmission Descriptor Interfaces .................................................................................... 401
3.19.1 getAllTransmissionDescriptors .......................................................................... 401
3.19.2 getAllTransmissionDescriptorsNames ............................................................... 402
3.19.3 getTransmissionDescriptor ................................................................................. 403
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
8
3.19.4 getAssociatedTPs ............................................................................................... 404
3.19.5 createTransmissionDescriptor ............................................................................ 404
3.19.6 deleteTransmissionDescriptor ............................................................................ 405
3.20 Software and Data Manager Interface ................................................................................ 406
3.20.1 backupME .......................................................................................................... 406
3.20.2 getMEBackupStatus ........................................................................................... 407
3.20.3 abortMEBackup .................................................................................................. 408
3.20.4 getBackupList ..................................................................................................... 408
3.20.5 activateSoftwareOnME ...................................................................................... 409
3.20.6 revertSoftwareOnME ......................................................................................... 410
3.20.7 restoreME ........................................................................................................... 410
3.20.8 getMERestoreStatus ........................................................................................... 411
3.20.9 abortMERestore .................................................................................................. 411
3.20.10 getAllSupportedMESoftwareVersions ............................................................... 412
3.20.11 downloadMESoftware ........................................................................................ 413
3.20.12 addSupportedMESoftwareVersion ..................................................................... 415
3.20.13 getSWDownloadStatus ....................................................................................... 416
4 Using GateWay/CORBA Connectionless Interfaces .................................................................. 417
4.1 Understanding Key Concepts ............................................................................................. 417
4.1.1 Ethernet Virtual Circuit ...................................................................................... 417
4.1.2 Connectionless Port Termination Point .............................................................. 420
4.1.3 Matrix Flow Domain .......................................................................................... 421
4.1.4 Flow Domain ...................................................................................................... 422
4.1.5 EVC Flow Domain Fragment ............................................................................. 422
4.1.6 Link Aggregation ............................................................................................... 423
4.1.7 MPLS and MPLS-TP ......................................................................................... 424
4.1.8 MPLS-TP Tunnel ............................................................................................... 425
4.1.9 MPLS-TP LSP .................................................................................................... 426
4.1.10 Pseudowire ......................................................................................................... 426
4.1.11 Pseudowire Flow Domain Fragment .................................................................. 427
4.2 Interface Managers ............................................................................................................. 427
4.3 Entity Characteristics .......................................................................................................... 429
4.3.1 Entity Naming .................................................................................................... 429
4.3.2 Entity Iterators .................................................................................................... 430
4.3.3 Entity Notifications ............................................................................................ 432
4.4 Supported Provisioning Interfaces ...................................................................................... 440
4.5 EVC Provisioning Interfaces .............................................................................................. 442
4.5.1 CPTP Provisioning Interfaces ............................................................................ 442
4.5.2 MFD Provisioning Interfaces ............................................................................. 445
4.5.3 Flow Domain Provisioning Interfaces ................................................................ 452
4.5.4 EVC FDFr Provisioning Interfaces .................................................................... 459
4.5.5 Link Aggregation Provisioning Interfaces ......................................................... 468
4.5.6 Traffic Conditioning Profile Provisioning Interfaces ......................................... 475
4.6 MPLS-TP Provisioning Interfaces ...................................................................................... 483
4.6.1 MPLS-TP Tunnel Provisioning Interfaces ......................................................... 483
4.6.2 MPLS-TP LSP Provisioning Interfaces .............................................................. 489
4.6.3 MPLS-TP Protection (Provisioning) .................................................................. 493
4.6.4 BFD Template, Node ID, and Label Range Provisioning Interface ................... 494
4.7 Pseudowire Provisioning Interfaces .................................................................................... 495
4.7.1 Pseudowire FDFr Provisioning Interfaces .......................................................... 495
4.7.2 Pseudowire Mixed Configuration (Provisioning) ............................................... 506
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
9
4.7.3 Pseudowire Class and Loopback Provisioning Interface.................................... 506
4.7.4 Pseudowire QoS Provisioning Interface ............................................................. 510
4.8 Supported Inventory Interfaces ........................................................................................... 511
4.9 EVC Inventory Interfaces ................................................................................................... 513
4.9.1 CPTP Inventory Interfaces ................................................................................. 513
4.9.2 MFD Inventory Interfaces .................................................................................. 516
4.9.3 Flow Domain Inventory Interfaces ..................................................................... 519
4.9.4 EVC FDFr Inventory Interfaces ......................................................................... 521
4.9.5 Link Aggregation Inventory Interfaces .............................................................. 525
4.9.6 Common Inventory Interface ............................................................................. 530
4.9.7 Traffic Conditioning Profile Inventory Interfaces .............................................. 530
4.10 MPLS-TP Inventory Interfaces ........................................................................................... 531
4.10.1 MPLS-TP Tunnel Inventory Interfaces .............................................................. 531
4.10.2 MPLS-TP LSP Inventory Interfaces .................................................................. 534
4.10.3 MPLS-TP Tunnel Link Inventory Interfaces ...................................................... 536
4.10.4 MPLS-TP LSP Route Inventory Interfaces ........................................................ 538
4.10.5 MPLS-TP Protection (Inventory) ...................................................................... 540
4.10.6 BFD Templates, Node ID, Label Range, and ME OperationMode Inventory
Interface .............................................................................................................. 541
4.11 Pseudowire Inventory Interfaces ........................................................................................ 543
4.11.1 Pseudowire FDFr Inventory Interfaces............................................................... 543
4.11.2 Pseudowire Class, Loopback, and QoS Policy Inventory Interface ................... 552
4.12 Alarm Summaries ............................................................................................................... 555
4.12.1 Alarm Summary ExampleChannel Group Port .............................................. 556
4.12.2 Pseudowire Alarm Event Example ..................................................................... 557
4.12.3 MPLS-TP Tunnel Alarm Event Example ........................................................... 558
4.12.4 Channel Group Alarm Event Example ............................................................... 558
4.13 Error Messages ................................................................................................................... 559
4.13.1 MPLS-TP Tunnel Error Messages ..................................................................... 559
4.13.2 LSP Error Messages ........................................................................................... 560
4.13.3 Pseudowire Error Messages ............................................................................... 560
4.13.4 EVC Error Messages .......................................................................................... 561
4.13.5 FD, MFD, and CPTP Error Messages ................................................................ 562
5 Notifications, Fault Management, and Probable Cause Mapping ............................................ 563
5.1 Overview of Notifications .................................................................................................. 563
5.2 Tips to Improve Notification Throughput .......................................................................... 564
5.3 Supported Events ................................................................................................................ 564
5.3.1 Object Creation ................................................................................................... 564
5.3.2 Object Deletion ................................................................................................... 565
5.3.3 Attribute Value Change ...................................................................................... 566
5.3.4 State Change Event ............................................................................................ 572
5.3.5 Protection Switch ............................................................................................... 573
5.3.6 Threshold Crossing Alert ................................................................................... 574
5.3.7 Alarm .................................................................................................................. 574
5.3.8 Heartbeat Event .................................................................................................. 575
5.3.9 Backup Status Event ........................................................................................... 576
5.4 Unsupported Events ............................................................................................................ 576
5.5 Probable Cause Mapping .................................................................................................... 576
5.5.1 TMF-Defined Probable Cause ............................................................................ 576
5.5.2 GateWay/CORBA MappingEMS .................................................................. 578
5.5.3 GateWay/CORBA MappingONS 15216 ........................................................ 578
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
10
5.5.4 GateWay/CORBA MappingONS 15305 and ONS 15305 CTC .................... 579
5.5.5 GateWay/CORBA MappingONS 15310 CA, ONS 15310 MA, ONS
15310 MA SDH, ONS 15327 SONET, ONS 15454 SONET, ONS 15454
SDH, ONS NCS2k SONET, ONS NCS2k SDH, CPT 200, CPT 200 SDH,
CPT 600, and CPT 600 SDH .............................................................................. 582
5.5.6 GateWay/CORBA MappingONS 15454-M2, ONS 15454-M6, ONS
NCS2K-M2, ONS NCS2K -M6, CPT 200, CPT 200 SDH, CPT 600, and
CPT 600 SDH ..................................................................................................... 598
5.5.7 GateWay/CORBA MappingPTS .................................................................... 598
5.5.8 GateWay/CORBA MappingONS 15600 SONET .......................................... 600
5.5.9 GateWay/CORBA MappingONS 15600 SDH ............................................... 607
6 Server Administration and Configuration .................................................................................. 614
6.1 Creating an OSS Client Profile for GateWay/CORBA ...................................................... 614
6.2 Deleting an OSS Client Profile for GateWay/CORBA ...................................................... 614
6.3 Viewing Currently Logged In GateWay/CORBA OSS Users ........................................... 615
6.4 Logging Out GateWay/CORBA OSS Users ...................................................................... 615
6.5 Using Encryption Between the OSS Client and GateWay/CORBA ................................... 616
6.6 Using Multiple Naming Servers ......................................................................................... 616
6.7 Naming Conventions for Published GateWay/CORBA Objects ........................................ 617
6.8 Location of the Naming Service IOR File .......................................................................... 618
6.9 Useful Debugging Utilities for Resolving Naming Service-Related Issues ....................... 618
6.10 Configuring GateWay/CORBA .......................................................................................... 619
6.11 Using the CLI to Start and Stop GateWay/CORBA ........................................................... 620
6.12 Configuring Secure Socket Layer for GateWay/CORBA .................................................. 621
6.12.1 Generating the Server-Side Certificate ............................................................... 621
6.12.2 Generating the Client-Side Certificate ............................................................... 622
6.12.3 Adding the Client-Side Certificate to the Server-Side Keystore ........................ 623
6.12.4 Adding the Server-Side Certificate to the Client-Side Keystore ........................ 623
6.12.5 Configuring the Client-Side Properties .............................................................. 624
6.13 Installation Program ............................................................................................................ 624
6.14 Cisco Prime Optical 9.8-to-Cisco Prime Optical 10.6 Migration ....................................... 624
7 OSS Use Cases and Client Development ..................................................................................... 625
7.1 Use Cases to Resynchronize the NMS from the EMS ........................................................ 625
7.2 Developing a GateWay/CORBA Client ............................................................................. 629
7.2.1 Recommended Tools .......................................................................................... 629
7.2.2 Sample Code in Java .......................................................................................... 629
7.2.3 Running the Client .............................................................................................. 637
7.2.4 Known Interoperability Issues When Using Orbix ............................................ 637
8 Equipment List for NEs ................................................................................................................ 638
8.1 Equipment List for ONS 15216 .......................................................................................... 638
8.2 Equipment List for ONS 15305 .......................................................................................... 639
8.3 Equipment List for ONS 15305 CTC ................................................................................. 639
8.4 Equipment List for ONS 15310 CL .................................................................................... 640
8.5 Equipment List for ONS 15310 MA SDH .......................................................................... 640
8.6 Equipment List for ONS 15310 MA SONET ..................................................................... 640
8.7 Equipment List for ONS 15327 .......................................................................................... 641
8.8 Equipment List for ONS 15454 SDH ................................................................................. 641
8.9 Equipment List for ONS 15454 SONET ............................................................................ 643
8.10 Equipment List for ONS 15454-M2 ................................................................................... 646
8.11 Equipment List for ONS 15454-M6 ................................................................................... 647
8.12 Equipment List for CPT 200, CPT 200 SDH, CPT 600, and CPT 600 SDH ..................... 647
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
11
8.13 Equipment List for ONS 15600 SDH ................................................................................. 648
8.14 Equipment List for ONS 15600 SONET ............................................................................ 648
8.15 Equipment List for Unmanaged NEs .................................................................................. 649
8.16 CRS1 and CRS3 NEs .......................................................................................................... 649
8.17 Equipment List for ONS NCS2K SONET and ONS NCS2K SDH ................................... 649
9 Layered Parameters and Layer Rates ......................................................................................... 653
10 Payloads and Layer Rates Matrix ............................................................................................... 659
11 PTP dataRate attribute ................................................................................................................. 664
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
12
Preface
This section explains the objectives, intended audience, and organization of this guide and describes the
conventions that convey instructions and other information.
Objectives
This guide provides a detailed description of the northbound Common Object Request Broker
Architecture (CORBA) interfaces supported by Cisco Prime Optical. This guide serves as a reference for
developers of Operations Support System (OSS) applications that interface with Cisco Prime Optical
GateWay/CORBA 10.6.
Use this guide to:
Learn about the northbound CORBA interfaces supported by Cisco Prime Optical 10.6
Understand the input parameters, output parameters, and attributes associated with Cisco Prime
Optical GateWay/CORBA
Audience
Audience
The primary audience for this guide includes network operations personnel and system administrators.
This guide assumes the reader is familiar with the following products and topics:
Cisco ONS 15000-series products
Cisco Carrier Packet Transport (CPT) System
Network Convergence System (NCS)
Basic internetworking terminology and concepts
Network topology and protocols
Microsoft Windows Vista, Windows 2000 Professional, Windows XP Professional, and Windows
Server 2003 Terminal Server
Sun Microsystems Solaris administration
Oracle database administration
Object Management Group (OMG) CORBA, notification service, and naming service
Telecommunication Management Network (TMN) architecture model
Conventions
This guide uses the following conventions:
Item
Convention
Commands and keywords
boldface font
Displayed session and system information screen
font
Information that the user must enter
Variables that the user must supply
Menu items and button names
boldface font
Selecting a menu item
Option > Network Preferences
Means reader take note. Notes contain helpful suggestions or references to material not covered in
the publication.
Means reader be careful. In this situation, you might do something that could result in equipment
damage or loss of data.
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
13
! Means the following information will help you solve a problem.
Related Documentation
You can access the most current Prime Optical documentation online at
http://www.cisco.com/c/en/us/support/cloud-systems-management/prime-optical/tsd-products-
support-series-home.html.
The Prime Optical documentation set comprises the following guides:
Release Notes for Cisco Prime Optical 10.6Describes the caveats for Prime Optical.
Cisco Prime Optical 10.6 Installation GuideExplains how to install Prime Optical and how to
upgrade from previous releases.
Cisco Prime Optical 10.6 Quick Start GuideProvides steps that lead you through a new installation
for a single-server setup with an embedded database. The purpose of this guide is to quickly get you
up and running with Prime Optical 10.6 .
Cisco Prime Optical 10.6 User GuideDescribes how to use the Prime Optical software, which
consists of user applications and tools for network discovery, network configuration, connection
management, fault management, system administration, and security management.
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference GuideThis guide.
Cisco Prime Optical 10.6 Database SchemaDescribes the database schema that Prime Optical uses
to store information in a Structured Query Language (SQL) database such as the Oracle database. The
document is designed for users who need to create their own reports without using Prime Optical.
This document is not available after Cisco Prime Optical 9.6.3.
Cisco Prime Optical 10.6 High Availability Installation GuideExplains how to install Prime
Optical in a high availability (HA) environment.
Cisco Prime Optical 10.6 Basic External AuthenticationDescribes how Prime Optical supports
basic external authentication.
Cisco Prime Optical 10.6 Supported DevicesContains compatibility information and lists the Cisco
software versions that can be used with a particular Cisco hardware product or module.
Cisco Prime Optical 10.6 Open SourceLists licenses and notices for open source software.
Migration Matrix for Service Pack ReleasesDescribes the migration matrix for service pack
releases
The following table lists the related NE hardware documentation.
Table 1: Related Cisco NE Documentation
Cisco Product
Document Title
Cisco Carrier Packet Transport (CPT) System
Cisco CPT Hardware Installation Guide
Cisco CPT Configuration Guide
Cisco CPT Command Reference Guide
Release Notes for Cisco CPT
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
14
Cisco Product
Document Title
ONS 15216
Cisco ONS 15216 EDFA Operations Guide
Cisco ONS 15216 EDFA2 Operations Guide
Cisco ONS 15216 EDFA3 Operations Guide
Cisco ONS 15216 FlexLayer User Guide
Cisco ONS 15216 OSC-1510 User Guide
Cisco ONS 15216 System Dispersion Compensation
Unit User Guide
Installing Cisco ONS 15216 100 GHz DWDM
Filters
Installing Cisco ONS 15216 OADMs
Release Notes for the Cisco ONS 15216 EDFA
Release Notes for the Cisco ONS 15216 OADM
Upgrade Procedures for the Cisco ONS 15216
EDFA2
ONS 15305 (non-CTC-based)
Cisco ONS 15305 Installation and Operations
Guide
Cisco ONS 15305 Quick Installation Guide
Release Notes for the Cisco ONS 15305
ONS 15305 (CTC-based)
Cisco ONS 15305 Cisco Transport Controller
Operations Guide, R5.0
Release Notes for Cisco ONS 15305 Release 3.0
ONS 15310 CL and ONS 15310 MA
Cisco ONS 15310 Network Defaults
Cisco ONS 15310-CL and Cisco ONS 15310-MA
Ethernet Card Software Feature and Configuration
Guide
Cisco ONS 15310-CL and Cisco ONS 15310-MA
Procedure Guide
Cisco ONS 15310-CL and Cisco ONS 15310-MA
Reference Manual
Cisco ONS 15310-CL and Cisco ONS 15310-MA
Troubleshooting Guide
Release Notes for the Cisco ONS 15310
ONS 15327
Cisco ONS 15327 Procedure Guide
Cisco ONS 15327 Reference Manual
Cisco ONS 15327 Software Upgrade Guide
Cisco ONS 15327 Troubleshooting Guide
Cisco ONS 15454 and Cisco ONS 15327 TL1
Command Guide
Cisco ONS 15454 and Cisco ONS 15327 TL1
Command Quick Reference Guide
Release Notes for the Cisco ONS 15327
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
15
Cisco Product
Document Title
ONS 15454 SDH
Cisco ONS 15454 SDH Procedure Guide
Cisco ONS 15454 DWDM Procedure Guide
Cisco ONS 15454 SDH Reference Manual
Cisco ONS 15454 SDH Software Upgrade Guide
Cisco ONS 15454 SDH Troubleshooting Guide
Cisco ONS 15454 SONET/SDH ML-Series
Multilayer Ethernet Card Software Feature and
Configuration Guide
Release Notes for the Cisco ONS 15454 SDH
ONS 15454 SONET
Cisco ONS 15454 and Cisco ONS 15327 TL1
Command Guide
Cisco ONS 15454 and Cisco ONS 15327 TL1
Command Quick Reference Guide
Cisco ONS 15454 Procedure Guide
Cisco ONS 15454 Reference Manual
Cisco ONS 15454 Software Upgrade Guide
Cisco ONS 15454 SONET/SDH ML-Series
Multilayer Ethernet Card Software Feature and
Configuration Guide
Cisco ONS 15454 Troubleshooting Guide
Release Notes for the Cisco ONS 15454
ONS 15600 SDH
Cisco ONS 15600 SDH Procedure Guide
Cisco ONS 15600 SDH Reference Manual
Cisco ONS 15600 SDH TL1 Test Access
Cisco ONS 15600 SDH Troubleshooting Guide
Release Notes for the Cisco ONS 15600 SDH
ONS 15600 SONET
Cisco ONS 15600 Procedure Guide
Cisco ONS 15600 Reference Manual
Cisco ONS 15600 TL1 Command Guide
Cisco ONS 15600 Troubleshooting Guide
Release Notes for the Cisco ONS 15600
ONS NCS2K
Cisco NCS2K Procedure Guide
Cisco NCS2K Reference Manual
Cisco NCS2K Software Upgrade Guide
Cisco NCS2K Troubleshooting Guide
Release Notes for the Cisco NCS2K
Cisco NCS2K EDRA 1-26C Operations Guide
Cisco NCS2K EDRA 1-35C Operations Guide
Cisco NCS2K EDRA 2-26C Operations Guide
Cisco NCS2K EDRA 2-35C Operations Guide
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
16
Cisco Product
Document Title
ONS NCS2K SDH
Cisco NCS2K SDH Procedure Guide
Cisco NCS2K SDH Reference Manual
Cisco NCS2K SDH Software Upgrade Guide
Cisco NCS2K SDH Troubleshooting Guide
Release Notes for the Cisco NCS2K SDH
Cisco NCS2K SDH EDRA 1-26C Operations
Guide
Cisco NCS2K SDH EDRA 1-35C Operations
Guide
Cisco NCS2K SDH EDRA 2-26C Operations
Guide
Cisco NCS2K SDH EDRA 2-35C Operations
Guide
The following related documentation may also be used as reference:
Telcordia GR-253-CORE: Synchronous Optical Network (SONET) Transport Systems: Common
Generic Criteria
Telcordia GR-815-CORE: Generic Requirements for Network Elements/Network Systems (NE/NS)
Security
Telcordia GR-820-CORE: Generic Digital Transmission Surveillance
Telcordia GR-831-CORE: Operations Applications Messages
Telcordia GR-2998-CORE: Generic Requirements for Wavelength Division Multiplexing (WDM)
Element Management Systems
Telcordia GR-3000-CORE: Generic Requirements for SONET Element Management Systems
ITU-T G.774: Synchronous Digital Hierarchy (SDH)Management information for the network
element view
ITU-T G.784: Synchronous Digital Hierarchy (SDH) management
ITU-T G.826: Error performance parameters and objectives for international, constant bit rate digital
paths at or above the primary rate
ITU-T G.829: Error performance events for SDH multiplex and regenerator sections
ITU-T G.831: Management Capabilities of Transport Networks based on the synchronous digital
hierarchy (SDH)
ITU-T G.872: Architecture of optical transport networks
ITU-T M.3010: Principles for a Telecommunications management network
ITU-T M.3100: Generic network information model
ITU-T M.3400: TMN Management Functions
ITU-T X.721: Information technologyOpen Systems InterconnectionStructure of management
information: Definition of management information
ITU-T X.731: Information technologyOpen Systems InterconnectionSystems Management: State
management function
ITU-T X.733: Information technologyOpen Systems InterconnectionSystems Management: Alarm
reporting function
ITU-T X.734: Information technologyOpen Systems InterconnectionSystems Management: Event
report management function
ITU-T X.735: Information technologyOpen Systems InterconnectionSystems Management: Log
control function
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
17
ITU-T X.736: Information technologyOpen Systems InterconnectionSystems Management:
Security alarm reporting function
TMF 513: TM Forum Business Agreement, version 1.02
TMF 513: Multi Technology Network Management Business Agreement, version 2.0
TMF 608: Multi Technology Network Management Information Agreement, version 0.4
TMF 608: Multi Technology Network Management Information Agreement, version 2.0
TMF 814: Multi Technology Network Management Solution Set, version 0.2
TMF 814: Multi Technology Network Management Solution Set, version 2.0
TMF 814A: Multi Technology Network Management Solution Set, TM Forum Implementation
(IS)Template Guidelines, version 2.0
Obtaining Documentation and Submitting a Service Request
For information on obtaining documentation, submitting a service request, and gathering additional
information, see What’s New in Cisco Product Documentation at:
http://www.cisco.com/en/US/docs/general/whatsnew/whatsnew.html.
Subscribe to What’s New in Cisco Product Documentation, which lists all new and revised Cisco
technical documentation, as an RSS feed and deliver content directly to your desktop using a reader
application. The RSS feeds are a free service.
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
18
1. Overview of Cisco Prime Optical GateWay/CORBA
This chapter provides an overview of Cisco Prime Optical GateWay/CORBA (formerly Cisco Transport
Manager GateWay/CORBA). It includes the following information:
1.1 Features of GateWay/CORBA
1.2 GateWay/CORBA Fault Management
1.3 Overview of CORBA Services
1.4 Information Model
1.5 IDL-Related Changes
1.6 Functionalities Not Supported in Prime Optical 10.6
1.7 Summary
Cisco Prime Optical is a carrier-class, multitechnology management system that integrates the end-to-end
management of traditional transport networks and new carrier packet transport networks. It can help
maintain the integrity of existing services, plus deliver interactive, content-based services and high-
bandwidth applications.
Cisco Prime Optical manages the entire Cisco optical portfolio, including:
Metro core
Metro dense wavelength-division multiplexing (DWDM)
Metro edge and access products
New Carrier Packet Transport (CPT) System products
Prime Optical also serves as a foundation for integration into a larger overall Operations Support System
(OSS) environment by providing northbound gateway interfaces to higher-layer management systems.
The GateWay/CORBA product is a CORBA northbound interface that complies with the TMF CORBA
specification for network management layer-element management layer (NML-EML) interfaces.
A programming technology for distributed computing, CORBA enables components of various
application programs to communicate with one another regardless of their implementation
characteristicsprogramming language, operating system, machine, location, and so on.
GateWay/CORBA allows service providers to implement a programmatic interface between Prime
Optical and various OSS tools in the back office. Such interfaces enable next-generation flow-through
equipment and circuit management, including inventory, provisioning, and assurance functions.
For each NE that Prime Optical manages, the GateWay/CORBA option provides higher-layer
management systems with fault, inventory, and performance information, plus configuration and circuit
provisioning capabilities. GateWay/CORBA supports up to eight simultaneous sessions with higher-layer
management systems.
GateWay/CORBA supports the following NEs in Prime Optical 10.6:
ONS 15200
ONS 15216
ONS 15305
ONS 15310 CL
ONS 15310 MA SDH
ONS 15310 MA SONET
ONS 15327
ONS 15454 SDH
ONS 15454 SONET
ONS 15600 SDH
ONS 15600 SONET
CPT 200
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
19
CPT 200 SDH
CPT 600
CPT 600 SDH
NCS2K
NCS2k SDH
GateWay/CORBA does not support ONS 155xx family and ONS 158xx family NEs in Prime Optical
10.6.
The following figure illustrates the GateWay/CORBA communications architecture within a service
provider’s OSS environment.
Figure 1-1: GateWay/CORBA Communications Architecture
The telemanagement community has adopted CORBA as the preferred distribution technology with
which to integrate the various components of an OSS. The Multi Technology Network Management
Working Group of the TMF has been working to create a specification for an NML-EML interface.
GateWay/CORBA is based on the following TMF standards:
TMF.513 v2.0 (August 2001): Multi Technology Network Management Business Agreement
TMF.608 v2.0 (August 2001): Multi Technology Network Management Information
Agreement
TMF.814 v3.0 (August 2001): Multi Technology Network Management Solution Set
The TMF.608 document is a protocol-independent information model for the network resources being
managed. The TMF.814 document is the CORBA Interface Data Language (IDL) component of the
specification; it consists of a set of definitions for specific objects and methods that are available for use
at the NML-EML interface for passing information or accomplishing specific actions. However,
TMF.814 is a specific interface implementation based on a TMF high-level business agreement described
by the TMF.513 document. To complete the document set, TMF.814A recognizes that different parties
may provide varying degrees of compliance in their implementations. The TMF.814A document is called
the Implementation Agreement, and is simply a form to be filled out by those parties implementing
TMF.814 to further describe their specific implementations to those who might use them.
1.1 Hardware Modifications
The following new hardwares have been supported in Release 10.6:
20-SMRFS-CV (Single Module ROADM (SMR)).
NCS2K-MF-6RU (10-Slot Passive Shelf)
NCS2K-MF10-6RU (14-Slot Passive Shelf)
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide
20
1.2 Features of GateWay/CORBA
GateWay/CORBA supports the following TMF814 modules:
Inventory
Element management system (EMS)
Multilayer subnetwork
Managed element
Physical termination point (PTP)
Connection termination point (CTP)
Floating termination point (FTP)
Subnetwork connection (SNC)
Protection group
Equipment
Equipment holder
Topological link
Alarm notification
Retrieval of active alarms on objects where inventory is available
SNC provisioning
Equipment provisioning
Protection operations
Performance operations
Maintenance operations
Performance and inventory application programming interfaces (APIs) do not retrieve any
information for out-of-service NEs.
The gateway authenticates the northbound OSS. Once authenticated, the OSS can perform operations and
receive alarm notifications.
GateWay/CORBA uses jacORB 2.1.3.7. The corresponding standard is Object Management Group
(OMG) CORBA 2.3.
1.3 GateWay/CORBA Fault Management
GateWay/CORBA forwards all the fault notifications received from managed NEs and all Prime Optical
alarms to the network management system (NMS) through the notification service. Information about the
notification service is available on the OMG website at www.omg.org.
This website is copyright © 19972009, Object Management Group, Inc.
The NMS retrieves all active alarms on the EMS and on managed element objects. The NMS filters
alarms based on probable cause, perceived severity, and managed element name.
1.4 Overview of CORBA Services
GateWay/CORBA uses two CORBA servicesnaming service and notification service. The naming
service is required for GateWay/CORBA to function. If the notification service is not available, alarm and
event notifications are not forwarded to the OSS. By default, the naming and notification services are
installed on the Prime Optical server during the GateWay/CORBA installation. However, the CORBA
services can be located anywhere as long as they are accessible from the Prime Optical server on which
GateWay/CORBA is installed. The OSS application(s) must also use the same instances of the naming
service and the notification service.
1.4.1 Naming Service
GateWay/CORBA and the other Prime Optical server processes must use a naming service in order to
operate. GateWay/CORBA includes the OpenFusion naming service product. By default,
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75
  • Page 76 76
  • Page 77 77
  • Page 78 78
  • Page 79 79
  • Page 80 80
  • Page 81 81
  • Page 82 82
  • Page 83 83
  • Page 84 84
  • Page 85 85
  • Page 86 86
  • Page 87 87
  • Page 88 88
  • Page 89 89
  • Page 90 90
  • Page 91 91
  • Page 92 92
  • Page 93 93
  • Page 94 94
  • Page 95 95
  • Page 96 96
  • Page 97 97
  • Page 98 98
  • Page 99 99
  • Page 100 100
  • Page 101 101
  • Page 102 102
  • Page 103 103
  • Page 104 104
  • Page 105 105
  • Page 106 106
  • Page 107 107
  • Page 108 108
  • Page 109 109
  • Page 110 110
  • Page 111 111
  • Page 112 112
  • Page 113 113
  • Page 114 114
  • Page 115 115
  • Page 116 116
  • Page 117 117
  • Page 118 118
  • Page 119 119
  • Page 120 120
  • Page 121 121
  • Page 122 122
  • Page 123 123
  • Page 124 124
  • Page 125 125
  • Page 126 126
  • Page 127 127
  • Page 128 128
  • Page 129 129
  • Page 130 130
  • Page 131 131
  • Page 132 132
  • Page 133 133
  • Page 134 134
  • Page 135 135
  • Page 136 136
  • Page 137 137
  • Page 138 138
  • Page 139 139
  • Page 140 140
  • Page 141 141
  • Page 142 142
  • Page 143 143
  • Page 144 144
  • Page 145 145
  • Page 146 146
  • Page 147 147
  • Page 148 148
  • Page 149 149
  • Page 150 150
  • Page 151 151
  • Page 152 152
  • Page 153 153
  • Page 154 154
  • Page 155 155
  • Page 156 156
  • Page 157 157
  • Page 158 158
  • Page 159 159
  • Page 160 160
  • Page 161 161
  • Page 162 162
  • Page 163 163
  • Page 164 164
  • Page 165 165
  • Page 166 166
  • Page 167 167
  • Page 168 168
  • Page 169 169
  • Page 170 170
  • Page 171 171
  • Page 172 172
  • Page 173 173
  • Page 174 174
  • Page 175 175
  • Page 176 176
  • Page 177 177
  • Page 178 178
  • Page 179 179
  • Page 180 180
  • Page 181 181
  • Page 182 182
  • Page 183 183
  • Page 184 184
  • Page 185 185
  • Page 186 186
  • Page 187 187
  • Page 188 188
  • Page 189 189
  • Page 190 190
  • Page 191 191
  • Page 192 192
  • Page 193 193
  • Page 194 194
  • Page 195 195
  • Page 196 196
  • Page 197 197
  • Page 198 198
  • Page 199 199
  • Page 200 200
  • Page 201 201
  • Page 202 202
  • Page 203 203
  • Page 204 204
  • Page 205 205
  • Page 206 206
  • Page 207 207
  • Page 208 208
  • Page 209 209
  • Page 210 210
  • Page 211 211
  • Page 212 212
  • Page 213 213
  • Page 214 214
  • Page 215 215
  • Page 216 216
  • Page 217 217
  • Page 218 218
  • Page 219 219
  • Page 220 220
  • Page 221 221
  • Page 222 222
  • Page 223 223
  • Page 224 224
  • Page 225 225
  • Page 226 226
  • Page 227 227
  • Page 228 228
  • Page 229 229
  • Page 230 230
  • Page 231 231
  • Page 232 232
  • Page 233 233
  • Page 234 234
  • Page 235 235
  • Page 236 236
  • Page 237 237
  • Page 238 238
  • Page 239 239
  • Page 240 240
  • Page 241 241
  • Page 242 242
  • Page 243 243
  • Page 244 244
  • Page 245 245
  • Page 246 246
  • Page 247 247
  • Page 248 248
  • Page 249 249
  • Page 250 250
  • Page 251 251
  • Page 252 252
  • Page 253 253
  • Page 254 254
  • Page 255 255
  • Page 256 256
  • Page 257 257
  • Page 258 258
  • Page 259 259
  • Page 260 260
  • Page 261 261
  • Page 262 262
  • Page 263 263
  • Page 264 264
  • Page 265 265
  • Page 266 266
  • Page 267 267
  • Page 268 268
  • Page 269 269
  • Page 270 270
  • Page 271 271
  • Page 272 272
  • Page 273 273
  • Page 274 274
  • Page 275 275
  • Page 276 276
  • Page 277 277
  • Page 278 278
  • Page 279 279
  • Page 280 280
  • Page 281 281
  • Page 282 282
  • Page 283 283
  • Page 284 284
  • Page 285 285
  • Page 286 286
  • Page 287 287
  • Page 288 288
  • Page 289 289
  • Page 290 290
  • Page 291 291
  • Page 292 292
  • Page 293 293
  • Page 294 294
  • Page 295 295
  • Page 296 296
  • Page 297 297
  • Page 298 298
  • Page 299 299
  • Page 300 300
  • Page 301 301
  • Page 302 302
  • Page 303 303
  • Page 304 304
  • Page 305 305
  • Page 306 306
  • Page 307 307
  • Page 308 308
  • Page 309 309
  • Page 310 310
  • Page 311 311
  • Page 312 312
  • Page 313 313
  • Page 314 314
  • Page 315 315
  • Page 316 316
  • Page 317 317
  • Page 318 318
  • Page 319 319
  • Page 320 320
  • Page 321 321
  • Page 322 322
  • Page 323 323
  • Page 324 324
  • Page 325 325
  • Page 326 326
  • Page 327 327
  • Page 328 328
  • Page 329 329
  • Page 330 330
  • Page 331 331
  • Page 332 332
  • Page 333 333
  • Page 334 334
  • Page 335 335
  • Page 336 336
  • Page 337 337
  • Page 338 338
  • Page 339 339
  • Page 340 340
  • Page 341 341
  • Page 342 342
  • Page 343 343
  • Page 344 344
  • Page 345 345
  • Page 346 346
  • Page 347 347
  • Page 348 348
  • Page 349 349
  • Page 350 350
  • Page 351 351
  • Page 352 352
  • Page 353 353
  • Page 354 354
  • Page 355 355
  • Page 356 356
  • Page 357 357
  • Page 358 358
  • Page 359 359
  • Page 360 360
  • Page 361 361
  • Page 362 362
  • Page 363 363
  • Page 364 364
  • Page 365 365
  • Page 366 366
  • Page 367 367
  • Page 368 368
  • Page 369 369
  • Page 370 370
  • Page 371 371
  • Page 372 372
  • Page 373 373
  • Page 374 374
  • Page 375 375
  • Page 376 376
  • Page 377 377
  • Page 378 378
  • Page 379 379
  • Page 380 380
  • Page 381 381
  • Page 382 382
  • Page 383 383
  • Page 384 384
  • Page 385 385
  • Page 386 386
  • Page 387 387
  • Page 388 388
  • Page 389 389
  • Page 390 390
  • Page 391 391
  • Page 392 392
  • Page 393 393
  • Page 394 394
  • Page 395 395
  • Page 396 396
  • Page 397 397
  • Page 398 398
  • Page 399 399
  • Page 400 400
  • Page 401 401
  • Page 402 402
  • Page 403 403
  • Page 404 404
  • Page 405 405
  • Page 406 406
  • Page 407 407
  • Page 408 408
  • Page 409 409
  • Page 410 410
  • Page 411 411
  • Page 412 412
  • Page 413 413
  • Page 414 414
  • Page 415 415
  • Page 416 416
  • Page 417 417
  • Page 418 418
  • Page 419 419
  • Page 420 420
  • Page 421 421
  • Page 422 422
  • Page 423 423
  • Page 424 424
  • Page 425 425
  • Page 426 426
  • Page 427 427
  • Page 428 428
  • Page 429 429
  • Page 430 430
  • Page 431 431
  • Page 432 432
  • Page 433 433
  • Page 434 434
  • Page 435 435
  • Page 436 436
  • Page 437 437
  • Page 438 438
  • Page 439 439
  • Page 440 440
  • Page 441 441
  • Page 442 442
  • Page 443 443
  • Page 444 444
  • Page 445 445
  • Page 446 446
  • Page 447 447
  • Page 448 448
  • Page 449 449
  • Page 450 450
  • Page 451 451
  • Page 452 452
  • Page 453 453
  • Page 454 454
  • Page 455 455
  • Page 456 456
  • Page 457 457
  • Page 458 458
  • Page 459 459
  • Page 460 460
  • Page 461 461
  • Page 462 462
  • Page 463 463
  • Page 464 464
  • Page 465 465
  • Page 466 466
  • Page 467 467
  • Page 468 468
  • Page 469 469
  • Page 470 470
  • Page 471 471
  • Page 472 472
  • Page 473 473
  • Page 474 474
  • Page 475 475
  • Page 476 476
  • Page 477 477
  • Page 478 478
  • Page 479 479
  • Page 480 480
  • Page 481 481
  • Page 482 482
  • Page 483 483
  • Page 484 484
  • Page 485 485
  • Page 486 486
  • Page 487 487
  • Page 488 488
  • Page 489 489
  • Page 490 490
  • Page 491 491
  • Page 492 492
  • Page 493 493
  • Page 494 494
  • Page 495 495
  • Page 496 496
  • Page 497 497
  • Page 498 498
  • Page 499 499
  • Page 500 500
  • Page 501 501
  • Page 502 502
  • Page 503 503
  • Page 504 504
  • Page 505 505
  • Page 506 506
  • Page 507 507
  • Page 508 508
  • Page 509 509
  • Page 510 510
  • Page 511 511
  • Page 512 512
  • Page 513 513
  • Page 514 514
  • Page 515 515
  • Page 516 516
  • Page 517 517
  • Page 518 518
  • Page 519 519
  • Page 520 520
  • Page 521 521
  • Page 522 522
  • Page 523 523
  • Page 524 524
  • Page 525 525
  • Page 526 526
  • Page 527 527
  • Page 528 528
  • Page 529 529
  • Page 530 530
  • Page 531 531
  • Page 532 532
  • Page 533 533
  • Page 534 534
  • Page 535 535
  • Page 536 536
  • Page 537 537
  • Page 538 538
  • Page 539 539
  • Page 540 540
  • Page 541 541
  • Page 542 542
  • Page 543 543
  • Page 544 544
  • Page 545 545
  • Page 546 546
  • Page 547 547
  • Page 548 548
  • Page 549 549
  • Page 550 550
  • Page 551 551
  • Page 552 552
  • Page 553 553
  • Page 554 554
  • Page 555 555
  • Page 556 556
  • Page 557 557
  • Page 558 558
  • Page 559 559
  • Page 560 560
  • Page 561 561
  • Page 562 562
  • Page 563 563
  • Page 564 564
  • Page 565 565
  • Page 566 566
  • Page 567 567
  • Page 568 568
  • Page 569 569
  • Page 570 570
  • Page 571 571
  • Page 572 572
  • Page 573 573
  • Page 574 574
  • Page 575 575
  • Page 576 576
  • Page 577 577
  • Page 578 578
  • Page 579 579
  • Page 580 580
  • Page 581 581
  • Page 582 582
  • Page 583 583
  • Page 584 584
  • Page 585 585
  • Page 586 586
  • Page 587 587
  • Page 588 588
  • Page 589 589
  • Page 590 590
  • Page 591 591
  • Page 592 592
  • Page 593 593
  • Page 594 594
  • Page 595 595
  • Page 596 596
  • Page 597 597
  • Page 598 598
  • Page 599 599
  • Page 600 600
  • Page 601 601
  • Page 602 602
  • Page 603 603
  • Page 604 604
  • Page 605 605
  • Page 606 606
  • Page 607 607
  • Page 608 608
  • Page 609 609
  • Page 610 610
  • Page 611 611
  • Page 612 612
  • Page 613 613
  • Page 614 614
  • Page 615 615
  • Page 616 616
  • Page 617 617
  • Page 618 618
  • Page 619 619
  • Page 620 620
  • Page 621 621
  • Page 622 622
  • Page 623 623
  • Page 624 624
  • Page 625 625
  • Page 626 626
  • Page 627 627
  • Page 628 628
  • Page 629 629
  • Page 630 630
  • Page 631 631
  • Page 632 632
  • Page 633 633
  • Page 634 634
  • Page 635 635
  • Page 636 636
  • Page 637 637
  • Page 638 638
  • Page 639 639
  • Page 640 640
  • Page 641 641
  • Page 642 642
  • Page 643 643
  • Page 644 644
  • Page 645 645
  • Page 646 646
  • Page 647 647
  • Page 648 648
  • Page 649 649
  • Page 650 650
  • Page 651 651
  • Page 652 652
  • Page 653 653
  • Page 654 654
  • Page 655 655
  • Page 656 656
  • Page 657 657
  • Page 658 658
  • Page 659 659
  • Page 660 660
  • Page 661 661
  • Page 662 662
  • Page 663 663
  • Page 664 664
  • Page 665 665

Cisco Prime Optical User guide

Category
Software
Type
User guide
This manual is also suitable for

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI