Cisco Cisco Prime Assurance Manager 1.1 Release Notes

Page of 12
2
Cisco Prime Assurance Manager 1.1.1 Release Notes
 OL-27110-01
  New Features and Enhancements
Troubleshooting—Performance events can trigger packet capture and decoding that can be used 
to troubleshoot network performance problems and faults.
Traffic Analysis—Data collection from different sources can be used to analyze traffic for the 
purposes of capacity planning and optimization.
New Features and Enhancements
The following topics describe new features and enhancements in Prime AM 1.1.1: 
Creating CLI Template Variables from Copied Code
In Prime AM 1.1.1, you can create a CLI template variable from copied code. For more information, see
 
 in 
To create a CLI template variable from copied code: 
Step 1
Choose Design > Configuration Templates.
Step 2
Expand the CLI Template directory, and then click CLI
Step 3
In the CLI template, paste the copied code into the CLI Content field. 
Step 4
Select the text that is to be the variable name. 
Step 5
Click Manage Variable
The Manage Variable dialog box appears with the new variable name added to the list of variables. 
Step 6
Enter the values of the following parameters: 
Name.
Type—Datatype of the variable. Default is String.
Description(Optional) —Description of the variable.
Display Label—Display name of the variable in the template.
Display Label—If the variable is mandatory in the template, check this check box.
Step 7
To set the range, validation, and default value of the variable, click the arrow next to the radio button: 
Default Value.
Range—If the variable is an integer, enter the range in the From and To fields. 
Validation Expression—If the variable is a string, enter a valid regular expression to validate the user 
input. For example, if the string should start with “hostname,” enter 
^[\S]+$
 as the validation 
expression. 
Step 8
Click Save