Mass Deployment Tool User's Guide

17
(m)apply
“mapply”
command must
use “profile”.
Either “Device identifier”
or “profile” is required.
1
Device identifier
Required:
file
Optional:
password
skipvalidate
profile
Required:
result
Optional:
profilepassword
csvdelim
createfileonly
outputdir (*)
Available in both, if needed:
schema
pjltable
enumtable
forcepjl
forcenative
ignorepjlerror
skipverify
networksettingpath
dkeypassword
dkeyfile
log
communitynameset
communitynameget
forcehttps
*If you use “--createfileonly”,
you must also use “--
outputdir”.
Allows you to send and apply the specified settings file and
confirms the result. JSON, DPK, and EDPK files are
supported.
If the “mapply” command is used with the “--outputdir” option,
the tool will save each device's intermediate files to the
designated folder.
If the “mapply” command is used with both the
“--createfileonly” and the “--outputdir” options, the tool will
only save each device's intermediate files to the designated
folder and will not apply the files to each device.
Example:
settingcmd.exe apply --ip IP_address --file
your_file_name.json –-password your_password
settingcmd.exe mapply --profile
your_profile_name.csv --result
your_filename.csv
Confirm the result for each device in the results file (CSV).
The results file contains all items in your deployment profile
along with the following items:
- Result
- Detail
- Start time
- Finish time
- (Optional) Output: If you use the “(m)apply” command with
the “--outputdir” option, the path for saving the intermediate
file appears here.
retrieve Required:
Device identifier
output
Optional:
file
password
networksettingpath
log
communitynameset
communitynameget
forcehttps
Allows you to retrieve specific settings data from the
specified device.
The tool sends a request to the specified target device and
stores the retrieved settings data, which includes all the
settings in the JSON schema based on the specified file path.
To download only specific settings, use the “--file” option to
specify the settings file that includes the items you want.
Example:
settingcmd.exe retrieve --ip IP_address
--file your_file_name.json
--output your_file_name.edpk
--password your_password
Command Option Description