Cisco Systems 4.1 Dust Collector User Manual


 
8-81
User Guide for Resource Manager Essentials 4.1
OL-11714-01
Chapter 8 Archiving Configurations and Managing Them Using Archive Management
Baseline Template
If you want to add a new commandset to the template click Add. The CLI Commands window is
displayed with the default help comments. These help comments serve as guidelines to create
commandsets.
If you want to delete a Commandset from the Command set list, click Delete.
If you want to preview the changes to the Commandset details before finishing up the creation of
the template, click Preview. The changed Commandset details is displayed in a window.
If you click Save, for the first time, a message appears,
Do you wish to create a new template?.
If you click Save, for the second time, a message appears,
Successfully updated the template BaselineTemplateName.
If the Commandsets consist of Prerequisite commandset then these commandsets appear in red color
in the Preview details.
If you want to reset the changes made to a Commandset, click Reset
Step 7 Click OK.
CLI Commands
Submode Enter the command to get into interface mode from the global mode.
For example: interface [intname]
Here, interface is a command keyword and intname is command value. The command value should not
contain spaces.
You can also run the command for a set of interfaces.
For example: interface [#Ethernet.*#]
Here, the command will be executed on all the interfaces having Ethernet.
Ordered Set Select this option to make the system consider the order of the commands while performing compliance
check.
In other words, the commands in the device config should appear in the same order as that of the CLI
commands definition order in the Command Set.
CLI Commands Enter the CLI commands.
For example:
# Routers CLI Commands
+ set snmp community read-write [read-write-community-name-string]
- set snmp community read-only public
Explanation:
The first line is considered as a comment since it begins with a “#”.
The second line is mandatory as it begins with “+”.
The third line is disallowed as it begins with “-”.
There should be a space between the commands and the “-” or “+”. If there is no space, the commands
are considered as comments and ignored.
In the above example, read-write-community-name-string is a command value. The command value
should not contain spaces.
Field Description