15 lines
312 B
Text
15 lines
312 B
Text
|
#Demo Template
|
||
|
vlan {{item.vlanid1}}
|
||
|
exit
|
||
|
config d
|
||
|
interface ethernet {{item.slot_chassis_number1}}
|
||
|
aggregation-group {{item.portchannel_interface_number1}} mode {{item.portchannel_mode1}}
|
||
|
exit
|
||
|
config d
|
||
|
interface port-aggregation {{item.portchannel_interface_number1}}
|
||
|
shut
|
||
|
lacp suspend-individual
|
||
|
no shut
|
||
|
exit
|
||
|
|