4b2495a54c
* Integration test suit for cnos_facts, cnos_config, cnos_command, enos_facts, enos_config and enos_command. * Update all_facts.yaml * Update invalid_subset.yaml * Update not_hardware.yaml * Adding cnos_backup, cnos_bgp, cnos_conditional_command, cnos_condtional_template, cnos_ethernet, cnos_portchannel, cnos_rollback. * Update README.md * Adding the sample roles for cnos_save, cnos_show_run, cnos_template, cnos_vlag and cnos_vlan
16 lines
349 B
Django/Jinja
16 lines
349 B
Django/Jinja
#Demo Template
|
|
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}}
|
|
shut
|
|
lacp suspend-individual
|
|
no shut
|
|
exit
|