ac58c36ad0
* 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
13 lines
235 B
Django/Jinja
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
|