Cisco Prime Service Catalog 11.1 User guide

Category
Software
Type
User guide
Cisco Prime Service Catalog 11.1 Designer Guide
First Published: October 09, 2015
Last Modified: May 25, 2016
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
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.
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network
topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional
and coincidental.
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: http://
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)
©2016 Cisco Systems, Inc. All rights reserved.
CONTENTS
Preface
Key Terms xvii
CHAPTER 1
Introduction 1
Introduction 1
Overview of Service Designer 1
What is a Perfect Service? 3
CHAPTER 2
Preparing to Design Services 5
Preparing to Design Services 5
Defining the Service Taxonomy 5
Setting Up Services 6
CHAPTER 3
Configuring Categories and Service Items for Services 11
Configuring the Service Catalog Home Page 11
Configuring Categories and Service Items for Services 12
Categorizing Services 12
Creating Categories 12
Configuring a Category 13
Removing Categories, Subcategories, and Services 19
Defining Service Items for a Service 20
Role to Access Service Item Manager 21
Configuring Access to My Service Items 21
Administration Setting for My Items Portlet 21
Roles with Service Item Access Capability 22
Creating a Service Item Group 22
Creating Service Items 23
Configuring Service Items 25
Cisco Prime Service Catalog 11.1 Designer Guide
iii
Configuring Service Item Definition 26
Adding a Custom Web Page For Displaying Service Items 27
Associating Services for a Service Item 27
Adding Conditions to an Associated Service 28
Understanding Service Items Policies 28
Configuring a Service Item Policy 30
Configuring Timebound Policy 32
Configuring Custom-Defined Status For a Service Item 32
Defining a Status Transition 33
Defining a Finite State Transition for a Service Item 33
Defining Permissions to Perform Operations for Service Item Types 34
Customizing My Stuff Page 35
Displaying Out-of-Box Service Item Attributes 35
Managing Service Item Attributes 35
Importing Service Items from an External System 37
Importing Service Item from File 38
Configuring Status for a Service Item 39
End Users View of Service Items 40
Viewing My Service Items 40
Managing Service Items on an External System 40
CHAPTER 4
Configuring Forms for a Service 43
Configuring Forms for a Service 43
Introduction 43
Configuring Service Form Fields Using Dictionaries 43
Types of Dictionaries in Prime Service Catalog 44
Internal Free-Form Dictionaries 44
Internal Person-Based Dictionaries 44
Service Item-Based Dictionary 45
Adding Service Item-Based Dictionary 45
External Dictionaries 48
Automatically Included Reserved Dictionaries 49
Automatically Included Integration Dictionaries 51
Creating a Dictionary Group 51
Creating a Dictionary 51
Cisco Prime Service Catalog 11.1 Designer Guide
iv
Contents
Defining Permissions to Edit Dictionaries During Service Requisition 57
Adding Access Control Settings to a Specific Service 60
Defining Standards in Service Design 60
Creating Standards Group 61
Adding Role Based Permissions for Editing Standards 62
Configuring Standards 62
Adding Data to the Standards Table 63
Importing Standards 63
Importing Standards from File 63
Configuring Service Form Appearance and Behavior Using Active Form Components 64
Creating an Active Form Group 65
Assigning Group Level Permissions to Design Service Form 65
Creating an Active Form 66
Configuring an Active Form 66
Adding Dictionaries to a Form 67
Defining the Appearance of a Form 68
Designing Grid Dictionaries for Fields with Multiple Data Instance 72
Configuring Dynamic Form Behaviors Using Form Rules 74
Creating Conditional Rules 74
Best Practices/Guidelines for Constructing Conditions 78
Conditional Rules and ISF for Grid Dictionaries 87
Conditional Rule as Applied to Grids 87
ISF in Grids 88
Creating Dynamic Data Retrieval Rules 89
Prerequisites to Creating Data Retrieval Rules 89
Fields on Select Triggering Events page 94
Performance Considerations Before Choosing Data Retrieval Rules Types 94
Modifying Active Form Rules 95
Adding Form Rules to a Service Form 95
Adding Form Rules to a Service Form Field 96
Defining Form Behavior for Service Item-based Dictionaries 97
Configuring Display Properties for Service Item-Based Dictionary 97
Using Service Items in Dynamic Data Retrieval Rules 97
Displaying Service Form as a Wizard 98
Customizing the Service Form Using Custom Pagination 99
Cisco Prime Service Catalog 11.1 Designer Guide
v
Contents
Interactive Service Forms (ISF) API Overview 102
When Should You Use ISF and JavaScript? 102
ISF Components 103
Specialized Field-Level Functions 111
Integrating ISF Code into Service Forms 113
Adding JavaScripts 114
Adding Arguments to a JavaScript Function 115
Associating Libraries with JavaScript Functions 116
Reviewing Forms With JavaScript 117
Creating JavaScript Libraries 117
Adding Functions Arguments to JavaScript 118
Adding JavaScript Function to a Field-Level Event 119
Using JavaScript 122
Associated Controls (Buttons and Links) 123
ISF Coding and Best Practices 124
Architecture/Storing ISF Scripts 124
Advantages of Using Libraries 124
Structuring and Using Libraries 125
Recommended Naming and Coding Standards 125
ISF Function Names 125
Code Placement 126
Code Formatting 126
ISF-Specific Best Practices 126
Authoring JavaScripts 126
Creating a Library 127
Copying the Library to the Application Server 127
Including the Library in Service Forms 127
Loading the Library by Including it in a Function 127
Loading the Library via the Library Check Box 127
Verifying 128
Writing Custom JavaScript Functions 128
Attaching the Function to the Appropriate Events 128
Testing 128
Guidelines for Designing Optimal Service Forms 129
Server-Side Data Retrieval Rule 135
Cisco Prime Service Catalog 11.1 Designer Guide
vi
Contents
Importing Service Items and Standards using Service Link 136
Import File Format For Service Items and Standards 137
Syntax for a Service Item Import File 137
Service Item Subscription Processing Rules for Imported File 141
Example: Service Item Import File 143
Example: Standard Import File Example 148
Service Item Import DTD 151
CHAPTER 5
Configuring Services and Service Bundles 153
Configuring Services and Service Bundles 153
Creating a Service Group 153
Creating a Service 158
Forecasting Due Dates 163
Configuring Bundles of Related Services 164
Work flows for Bundling Services 164
Customer View of Bundles 172
Defining Service Level Permissions to Order a Service 173
CHAPTER 6
Designing Plan for Delivering Services 175
Designing Plan for Delivering Services 175
Configuring Delivery Tasks 176
Defining Delivery Tasks 178
Defining Delivery Activities for a Task 179
Defining Service Item Task in a Delivery Plan 188
Service Item Subscription Processing Rules 189
Service Item Task Operations 191
Configuring an External Task 192
Defining External Tasks in the Workflow 192
External Service Item Task Operations 192
Defining Directory Tasks in the Workflow 193
Configuring AMQP Tasks for Publishing Service Request to an External System 199
Configuring AMQP Tasks for Publishing Request to Cisco Process Orchestrator 200
Encrypting AMQP Tasks 200
Creating Service Delivery Tasks for Granting and Revoking Permissions for a Service
Item 201
Cisco Prime Service Catalog 11.1 Designer Guide
vii
Contents
Creating a Scheduled Start For a Delivery Task 202
Defining Task Participants 203
Defining Email Notifications for Delivery Tasks 204
Adding Task Instructions 205
Creating Checklist For Completing a Task 206
Configuring Escalation Email for Delayed Tasks 206
Designing Service Delivery Workflows 207
About Graphical Workflow Designer 209
Creating a Delivery Plan using Graphical Designer 212
Graphical Designer vs. Plan Tab 217
Configuring Authorizations 217
Authorization Types 218
Configuring authorization, reviews, escalations tasks 218
Using the Site Authorization Scheme 221
Configuring Authorizations for use with Service Link 221
CHAPTER 7
Configuring Rates and Accounts For Billing 223
Configuring Rates and Accounts For Billing 223
Introduction 223
Configuring a Billable Rates 224
Creating a Billing Group For Similar Rates 224
Configuring Rates for a Service Item 225
Configuring Accounts for Billing Transactions 227
Defining Attributes for an Account 227
Creating an Account 228
Configuring Billing Rates Based on Usage (Agreements) 229
Adding Agreement Templates 229
Adding an Agreement 230
Creating Sub-Agreements 231
Pricing a Service 232
Pricing Options and Dynamic Pricing 232
Computing the Price for a Service 235
CHAPTER 8
Additional Configurations For Designing Services 237
Additional Configurations For Designing Services 237
Cisco Prime Service Catalog 11.1 Designer Guide
viii
Contents
Defining Service Objectives 237
Formatting Service Presentation 238
Adding an Image to a Service Presentation 238
Previewing the Service Presentation 238
Adding Descriptive Information For a Service 239
Setting Keywords for Search 240
Adding a New Keyword 241
Associating Keywords with Services 241
Removing Keywords from Services 241
Adding a Service Objective 242
Deleting Objectives 243
CHAPTER 9
Managing the Services and Attributes 245
Managing the Services and Attributes 245
Managing Service Request Initiated by Other Authorized Person (Order-On-Behalf) 247
Retrieving Service Items, History, and Subscriptions 248
Duplicating Services 249
Exporting and Importing a Service 249
Editing the Exported XML File 250
To import a service: 251
Copying a Service 251
Tracking Service Design Changes 252
CHAPTER 10
Designing Application Stack Using Stack Designer 253
Providing Application Stack as a Service 253
Configuring Prime Service Catalog to Use Puppet Enterprise 255
Designing and Deploying Application Components 257
Defining Properties for a Stack Designer Resource 262
Configuring Standard/Recursive Services for Stack Designer 263
Configuring Associated Service for a Recursive Service 264
Adding a Resource to the Stack Designer 265
Creating Application Stack in Stack Designer 266
Tracking and Troubleshooting Application Provisioning Process 267
CHAPTER 11
Designing Portlets and Portals Using Portal Designer 269
Cisco Prime Service Catalog 11.1 Designer Guide
ix
Contents
Designing Portlets and Portals Using Portal Designer 269
Portal Designer Roles and Capabilities 270
Configuring Portlets 271
Creating and Configuring User-Defined Portlets Using Portal Designer 271
Creating a New Portlet 272
Configuring Portlet View 274
Defining Portlet Filter Criteria 275
Configuring Portlet Permissions 277
Defining HTML and JavaScript Portlets 277
HTML Portlets 278
JavaScript Portlets 278
Rendering Data in EXTJS Grids 280
Configuring Custom Content Portlets 281
Creating and Configuring a Custom Content Table 281
Creating and Configuring JSR Portlets 282
Process for Configuring JSR Portlets 282
Deploying JSR Portlets 282
Before You Begin 282
Procedure 284
284
Adding JSR Portlets to the Portal 284
Removing JSR Portlets from the Portal 285
Migrating JSR Portlets between Portals 285
Customizing Reserved Portlets 285
Search Portlet 285
Order Status Portlet 286
Approvals Portlet 287
Integrating Service Catalog Entities in Portlets 287
Content Definition 288
Core Entities 289
Categories 289
Services 292
Agents 293
Requisitions 294
Authorizations 295
Cisco Prime Service Catalog 11.1 Designer Guide
x
Contents
Tasks 296
Organizational Units 297
Persons 298
Groups 299
HTML/JavaScripts 299
Service Items 299
Standards 300
Configuring Portal Pages 300
Creating a Portal Page 300
Modifying Page Configuration 301
Adding Portlets to the Portal Page 303
Granting Portal Page Permissions 303
Configuring Site Homepage 304
Configuring Subscribed Users 304
Configuring Global Settings for Portlets and Portals 304
Importing and Exporting Portal Content 309
Contents of an Exported File 309
Portlet Contents 310
Portal Contents 310
Exporting Portal Content and Portal Pages 311
Importing Portal Content 311
Troubleshooting Import Failures 311
CHAPTER 12
Localizing Service Catalog 313
Localizing Service Catalog 313
Overview 313
Localization Workflow 314
Accessing Localization Module 315
Translating Application Strings 315
Supported Strings for Localization 315
Finding a Resource ID for a String 316
Translating Content Strings 316
Adding a Language 316
Enabling the Language for End Users 317
Translating Strings 317
Cisco Prime Service Catalog 11.1 Designer Guide
xi
Contents
Translating Product Strings 318
Translating Content Strings 318
Translating Email Templates 319
Translating JavaScript Strings 319
Translating Multiple Strings 320
Editing Exported CSV File with LibreOffice 320
Set Field delimiter is set to comma 321
Migrating Translated Content 321
Verifying and Updating Out of Sync Strings 321
Managing Localization 321
Activating and Deactivating a Language 322
Deleting a Language 322
Configuring the Page View for Product Strings 322
Using the Application with your Preferred Language 322
APPENDIX A
Use Case of Designing a Service to Select Laptop 323
Use Case of Designing a Service to Select Laptop 323
APPENDIX B
Namespaces 327
Namespaces 327
References 328
Nodes 328
Expressions 329
Configuring an Expression 329
CN (Common Name) Assignments 330
ID (Identifier) Assignments 331
LOGINNAME Assignments 331
QUEUE Assignments 331
Namespace Usage in an Email Template 331
Defining an Email Template 332
Whitelist Images in Email Template 332
Recipients 333
Subject 333
Body 334
Site URL Namespaces 334
Cisco Prime Service Catalog 11.1 Designer Guide
xii
Contents
Site URL Configuration 335
Service Link Message Namespaces 336
Service Manager Task Details URL 336
Namespace Processing and Alternate Values 336
Namespace Usage for Policy Configuration 337
Namespace Usage for Authorizations and Reviews 339
Subject 340
Assigning from an Expression 341
Delivery Plans and Tasks 342
Namespace Usage for Delivery Tasks 343
Project Manager for the Delivery Plan 343
Monitoring Task Subject 343
Delivery Task Name 343
Assigning Roles (Performers and Supervisors) to the Task 344
Conditional Statements 344
Conditional Authorization and Review Tasks 344
Conditional Delivery Plan Tasks 346
Evaluating the Condition 346
Evaluate condition when authorization/delivery phase starts 346
Evaluate condition when activity becomes active 347
Re-evaluate Expressions as plan advances 347
Start of a Phase and Start of a Task 347
Syntax for Conditional Statements 347
Tips and Techniques 350
Namespace Reference 350
Namespace Objects and their Relationships 350
Email Namespace Elements 352
OU-based Authorizations and Reviews 352
Tasks and Service Group Authorizations/Reviews 352
Conditional Namespace Elements 353
OU-based Authorizations and Reviews 353
Tasks and Service Group Authorizations/Reviews 354
Organizational Unit-Based Namespaces 354
Person-Based Namespaces 355
Customer Namespaces 358
Cisco Prime Service Catalog 11.1 Designer Guide
xiii
Contents
Performer Namespaces 358
PeformerQueue Namespaces 359
Initiator Namespaces 359
Functional Positions 360
Namespace Variables for Bundled Services 360
Lightweight Namespaces 361
Customer-Based Namespaces 362
Initiator-Based Namespaces 365
Process Namespaces 368
Requisition Namespaces 369
Message Namespaces 369
APPENDIX C
Form Rule and ISF JavaScripts UseCase Analysis 371
Form Rule and ISF JavaScripts Use Case Analysis 371
Use Case Analysis 372
Detailed Design 372
Scenario #1: Dynamically Adjusting Form Appearance and Behavior 372
Functional Requirements 372
Dictionary/Form Design 373
Detailed Rules Design 373
Conditional Rule Implementation 373
The Triggering Events 374
Build the Service Definition 374
Test 374
Testing Follow up and Results 374
Scenario #2: Manipulating Customer and Initiator Information 374
Functional Requirements 374
Dictionary Design 375
Form Design 375
Detailed Rules Design 376
Conditional Rule Implementation 376
Build the Service Definitions and Test 376
Scenario #3: Securing Sensitive Data 376
Functional Requirements 376
Approach 1 Hide the Dictionary and Fields 376
Cisco Prime Service Catalog 11.1 Designer Guide
xiv
Contents
Approach 2 Use Encryption 377
Approach 3 Use Secure String 377
Approach 4Use Server-side Rules 377
Scenario #4: Computing a Value in a Form 378
Functional Requirements 378
Dictionary/Form Design Requirements 378
ISF Detailed Design 378
JavaScript Code and Events 378
Refactored JavaScript Code 379
Scenario #5: Formatting Two Fields in a Form 379
Requirements 379
JavaScript 379
Server-Side Associated Controls 381
APPENDIX D
Key Terms 383
Key Terms 383
Cisco Prime Service Catalog 11.1 Designer Guide
xv
Contents
Cisco Prime Service Catalog 11.1 Designer Guide
xvi
Contents
Key Terms
The following are some key terms to be familiar with when using Service Designer.
Table 1: Key Terms Table
DefinitionTerm
Reusable forms that are built from one or more
dictionaries and configured for use in one or more
service forms. Active form components are the
building blocks of a service form, and dictionaries,
along with active form rules, are the building blocks
of a form component.
Active Form Components
A task during which the performer reviews, approves,
or rejects the service requested.
Authorization
A Permission grants rights to act upon an object. For
example: Order for Others (of a person or OU).
Permission
Search Facets allows the service designer to specify
one or more facets, which each service can assign a
value to. For example, for a Available Location
facet, a service may have the values, Europe and
Americas, while another service has the value Japan.
An end user can narrow down the list of available
services in their view but select the facet value they
want.
Search Facets
The individual to whom a service is being delivered.
The customer and the initiator are typically the same
person, except in cases when an initiator orders a
service for other people, such as an executive
assistant ordering a service for the executive.
Customer
Cisco Prime Service Catalog 11.1 Designer Guide
xvii
DefinitionTerm
Reusable groups of fields created for use on a form
component that may, in turn, be used in multiple
service forms. A dictionary defines the individual
data items that are used in a service request.
Dictionary
A standard email that can be sent upon the initiation,
completion or other milestone associated with of a
particular task. Email templates can be associated
with particular services.
Email Template
Notifications triggered at specified intervals after a
task is not completed by its due date.
Escalation
The requestor of, or person who orders, a service
from the service catalog. The customer and initiator
can be the same person.
Initiator
A JavaScript API that allows designers to customize
the behavior of a service form using JavaScript. ISF
coding supplements the use of active form rules to
add further interactivity and a richer user interface
to the service form.
Interactive Service Forms (ISF)
Service Catalog manages the events from ordering
through service completion as a sequence of discrete
system moments or phases. The completion of one
moment is the prerequisite for the beginning of the
next moment in the sequence.
Moments
Tracks what point of the requisition life cycle the
requisition is in. The system moment evolves from
ordering state to finally service completed state, as
shown below:
Ordering > Pricing > Authorizations > Service
Delivery > Service Completed
System Moment
A process packaged and presented as a product the
end user can order/request.
Service
The module that defines integrations with external
systems; such integrations can be used within a
delivery plan as external tasks, reviews, or
authorizations.
Service Link
A folder that contains a group of similar services.
Services are organized into service groups as a way
to facilitate the service design process.
Service Group
Cisco Prime Service Catalog 11.1 Designer Guide
xviii
Key Terms
DefinitionTerm
A product or intangible asset that can be provisioned
via a service request and whose history can be
tracked in the My Services and Service Item Manager
modules.
Service Item
The individuals (or groups of individuals) who
perform the steps to deliver the service.
Service teams are organizational units created and
managed in the Organization Designer module.
It is critical to specify the appropriate service team
for a service group. Service Teamis listed as a
default participant when configuring dictionary
Access Control. This allows members of the service
team to view or edit dictionaries in the service
delivery moment of service fulfillment. All members
of the service team are automatically able to perform
work on all tasks defined in services in their service
group. Other service teams need to be listed as
Additional Participantsin the Access Control subtab
for the form components used in the service in order
to perform tasks in the service.
Service Team
Functional positions are associated with service
groups and their member of the specified service
team who is currently assigned to that position.
A functional position is a job description associated
with one of the following:
Organizational Unit
Service
Service Group
In Service Designer module, you may assign
functional positions to be performers of activities in
the authorization, review, and delivery processes to
avoid referring directly to people or queues. You
may also use functional positions to identify the
recipients of escalation notifications.
For example, an email may be directed to the
Escalation Managerfor a particular organization
or service group, rather than being routed to a specific
person or queue. Or you may simply use some of the
functional positions to document the person or other
entity responsible for a particular service group or
service.
Functional Position
Cisco Prime Service Catalog 11.1 Designer Guide
xix
Key Terms
Cisco Prime Service Catalog 11.1 Designer Guide
xx
Key Terms
  • 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

Cisco Prime Service Catalog 11.1 User guide

Category
Software
Type
User guide

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

Finding information in a document is now easier with AI