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
This commit is contained in:
Anil Kumar Muraleedharan
2018-09-12 20:01:45 +05:30
committed by Nathaniel Case
parent cbf2c2a000
commit ac58c36ad0
16 changed files with 51 additions and 43 deletions

View File

@@ -2,14 +2,11 @@
vlan {{item.vlanid1}}
name anil
exit
#config d
interface ethernet {{item.slot_chassis_number1}}
#aggregation-group {{item.portchannel_interface_number1}} mode {{item.portchannel_mode1}}
description anil
mtu 600
exit
#config d
interface port-aggregation {{item.portchannel_interface_number1}}
interface port-channel {{item.portchannel_interface_number1}}
shut
lacp suspend-individual
no shut

View File

@@ -1,4 +1,4 @@
vlan 33
name panil
name sunil
flood ipv4
state active

View File

@@ -2,14 +2,11 @@
vlan {{item.vlanid1}}
name anil
exit
#config d
interface ethernet {{item.slot_chassis_number1}}
#aggregation-group {{item.portchannel_interface_number1}} mode {{item.portchannel_mode1}}
description anil
mtu 600
exit
#config d
interface port-aggregation {{item.portchannel_interface_number1}}
interface port-channel {{item.portchannel_interface_number1}}
shut
lacp suspend-individual
no shut