Mass Deployment Tool User's Guide

17
(m)apply
“mapply” 命令必
须使用 “profile”
“Device identifier” “profile”
是必需的。
1
Device identifier
必需:
file
可选:
password
skipvalidate
profile
必需:
result
可选:
profilepassword
csvdelim
createfileonly
outputdir (*)
必要时同时提供:
schema
pjltable
enumtable
forcepjl
forcenative
ignorepjlerror
skipverify
networksettingpath
dkeypassword
dkeyfile
●log
communitynameset
communitynameget
forcehttps
* 如果使用 “--createfileonly”
必须也使用 “--outputdir”
可让您发送和应用指定的设置文件并确认结果。支持 JSON
DPK EDPK 文件。
如果将 “mapply” 命令与 “--outputdir” 选项结合使用,工具会
将每个设备的中间文件输出到指定的文件夹中。
如果将 “mapply” 命令与 “--createfileonly” “--outputdir”
项结合使用,工具只会将每个设备的中间文件保存到指定的
文件夹,而不会将文件应用到每个设备。
示例:
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
在结果文件 (CSV) 中确认每个设备的结果。结果文件包含部
署配置文件中的所有项目以及下列项目:
- Result
- Detail
- Start time
- Finish time
- (可选)输出:如果将 “(m)apply” 命令与 “--outputdir” 选项
结合使用,将会在此处显示保存中间文件的路径。
retrieve
必需:
Device identifier
output
可选:
file
password
networksettingpath
●log
communitynameset
communitynameget
forcehttps
可从指定的设备检索所需的特定设置数据。
该工具向指定的目标设备发送请求,并存储检索到的设置数
据,其中包括基于指定文件路径的 JSON 架构中的所有设置。
要只下载特定设置,请使用--file” 选项来指定包括所需项目
的设置文件。
示例:
settingcmd.exe retrieve --ip IP_address
--file your_file_name.json
--output your_file_name.edpk
--password your_password
命令 选项 说明