Mellanox MLNX-OS®Command Reference Guide for SX1018HP Ethernet Managed Blade Switch

Rev 1.6.2
Mellanox Technologies
231
command
command <sequence #> | <command>
no command <sequence #>
Adds a CLI command to the job.
The no form of the command deletes the command from the job.
Syntax Description sequence # An integer that controls the order the command is exe-
cuted relative to other commands in this job. The com-
mands are executed in an ascending order.
command A CLI command.
Default N/A
Modes/Context Config job
History 3.1.0000
Role admin
Example
switch (config)# job 100
switch (config job 100) # command 10 “show power”
switch (config job 100) #
Related Commands show jobs
Note
The command must be defined with inverted commas (“”)
The command must be added as it was executed from the “config” mode. For example, in
order to change the interface description you need to add the command: “interface <type>
<number> description my-description”.