mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-05 18:18:53 +00:00
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:
parent
cbf2c2a000
commit
ac58c36ad0
16 changed files with 51 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
vlan 33
|
||||
name panil
|
||||
name sunil
|
||||
flood ipv4
|
||||
state active
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue