Guidelines for Configuration Template
Points to Remember
Sample Template Configuration
{% set myinput = Runtime.interface_list | default(“”) %}{% set mylist = myinput .split(",") %}{% for each_interface in mylist %}
<command prompt="#">int {{each_interface}}</command>
<command prompt="#">shutdown</command>{% endfor %}Last updated