The Saved Command feature in the Automation Library allows you to input config command details in an editor. Once the file is properly configured, the "source" (DASL) is immediately available for edit.

  1. From the System (or a folder name), right-click, and select New -> Saved Command.

    newsavedcommand

  2. At the New Saved Command window, enter a name, then click Ok.

    newsavecommandwindow

    The Automation Library Editor (with the save command name) now displays.

    savedcommanda

General tab,

  1. At this tab you can add Keywords if needed, by first adding the keywords into the field, then clicking Add.
  2. Click Save at this tab, then continue to the Content tab.

Content tab,

savedcommandb

  1. To add a template Variable to the content tab, click the Add addicon1 icon .

    savedcommandd

    The Template Variable window opens.

  2. Enter variable name. Note that a variable name cannot have spaces
    • Correct: "hostname"
    • Incorrect: "host name"

    Remember! You are limited in the special characters you can use to create a variable name. See Special Characters for more information.      

  3. Select a variable type from the drop-down options. Depending on the selected variable type, you can provide optional variables, such as Minimum and Maximum values.
  4. To create available values, which enables the user to select from a predefined list of values, click Add. The Available Value window opens.
  5. Enter the value. If any data is entered in Available Values, only this data can be used to populate the variable. Continue to add values in this manner, as needed.
  6. When finished, click OK. The Template Variable window closes.

    The variable is now added to the Variables section of the Saved Command editor.

    You can complete the following tasks from this section:

    savedcommandsf

    Icon Task
    addicon1 Used to open the Template Variable window where you can add a variable to a template.
    editvariable1 Edit the highlighted variable. Brings up the Template Variable window
    removevariablle1 Removes any existing variable that is highlighted in the list
    insertlinesicon Inserts the variable command into the Command Body section.

    savedcommandg

    In the Command Body section, you can complete the following using icons:

    Icon Description
    printiconsmall Used to Print
    findsmall Used to Search the body content
    cutsmall Used to Cut the body content
    copysmall Used to copy the body content
    pastesmall Used to Paste the body content
    insertrefvarsmall Used to Insert Reference Variables
    generatevarsmall Used to Generate Variables
    showcommandsmall Used to Show Command
    showsourcesmall Used to Show Source.

    Devices Classes tab

    savedcommandh

  1. From the Device Classes tab, click Manage to view there Select Valid Device Classes window.
  2. Make your selections by highlighting then moving the classes from the Available Items column into the Selected Items column using the Add or Add All buttons.
  3. Click Ok when you have completed adding Device Classes. Notice the error waningicon is now gone!
  4. Click Save, and the Close the Automation Library Editor.

Your Saved Command is now listed in the Folder in the Automation Library.

Masking template variable values

If you created a Saved command using template variables, you can mask the template variable values:

  1. Access the Template Variable Substitution dialog by running the Saved command.
  2. Enter the values of the Template variables.
  3. Select the Mask checkbox.

    When Mask is selected, the template values entered are masked with **** characters.

    s5-savedcommandMask

    Preview can be seen by clicking on the Preview tab.

    s6-savedcommandMaskPreview