Quantcast
Viewing all articles
Browse latest Browse all 21093

Re: Can you make variables in a configuration change template optional?

I don't believe its possible to designate certain parameters as optional. What you could possibly do is make the users enter a fixed dummy value and provide descriptive parameter labels and sub-text.

 

Image may be NSFW.
Clik here to view.
LEM-ConfigChangeTemplate.png

 

 

Within the template, you can use line2 and line3 only if they are not 'dummy' values

 

if (@line2 !='dummy')

    {

      CLI {@line2}

    }

}


Viewing all articles
Browse latest Browse all 21093

Trending Articles