ansible/test/integration/targets/cnos_conditional_template/templates/demo_template.j2
Anil Kumar Muraleedharan ac58c36ad0 Lenovo cli bugfixes (#45278)
* To change all CLIs present in the code to latest CNOS CLI. One bug of executing with Lenovo Jakku switch is also getting fixed.

* To change the file names as the commands have changed from display to show

* To change to new CLI in test_cnos_comand.py as well
2018-09-12 10:31:45 -04:00

13 lines
235 B
Django/Jinja

#Demo Template
vlan {{item.vlanid1}}
name anil
exit
interface ethernet {{item.slot_chassis_number1}}
description anil
mtu 600
exit
interface port-channel {{item.portchannel_interface_number1}}
shut
lacp suspend-individual
no shut
exit