I am trying to create an activity that will update the config on multiple dell switches at once. I am using the Device.CLI.Modify Config activity with no success on just one switch. Currently I am just trying to add vlan 20 to a single PowerConnect 3524P switch . Under Config commands to be entered into the device, I have tried both this:
conf
vlan database
vlan 20
exit
and this:
vlan database
vlan 20
exit
with no success. I don't get any errors and the report file has nothing under commands entered. I can however run a Device.Backup.Running Config activity on the same device with no problems. Anyone have any ideas?