Conditioning in Template
{% if Runtime.interface_name == "GigabitEthernet0/0" %}
IP address 192.168.1.1 255.0.0.0
no shutdown
{% endif %}{% if Runtime.interface_name == "GigabitEthernet0/0" %}
IP address 192.168.1.1 255.0.0.0
no shutdown
{% else %}
IP address 192.168.2.1 255.0.0.0
no shutdown
{% endif %}{% if Runtime.interface_name == "GigabitEthernet0/0" %}
IP address 192.168.1.1 255.0.0.0
no shutdown
{% elif Runtime.interface_name == "GigabitEthernet0/1" %}
IP address 192.168.1.1 255.0.0.0
no shutdown
{% else %}
IP address 192.168.2.1 255.0.0.0
no shutdown
{% endif %}Looping in Template:
Last updated