Cisco Cisco Prime Network Control System Appliance

Page de 13
2
Cisco Prime Network Control System (WAN) 1.1.1 Release Notes
OL-27109-01
  New Features and Enhancements
New Features and Enhancements
The following topics describe new features and enhancements in Prime NCS (WAN) 1.1.1: 
Creating CLI Template Variables from Copied Code
In Prime NCS (WAN) 1.1.1, you can create a CLI template variable from copied code. For more 
information, se
 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
Step 9
Click Add
To view the new variable, click Form View.