Users Guide

Table Of Contents
Number of config aliases : 3
Number of local aliases : 3
Example (detail —
displays the entire
alias value)
OS10# show alias detail
Name Type Value
---- ---- -----
govlt Config "vlt-domain $1"
goint Config "interface ethernet $1"
mTest Config line 1 "interface $1 $2"
line 2 "no shutdown"
line 3 "show configuration"
default 1 "ethernet"
default 2 "1/1/1"
shconfig Local "show running-configuration"
showint Local "show interface $*"
shver Local "show version"
Number of config aliases : 3
Number of local aliases : 3
Supported Releases 10.3.0E or later
Batch mode
To execute a sequence of multiple commands, create and run a batch le. A batch le is an unformatted text le that contains two or more
commands. Store the batch le in the home directory.
Use the vi editor or any other editor to create the batch le, then use the batch command to run the le. To run a series of commands in
batch mode (non-interactive processing), use the
batch command. OS10 automatically commits all commands in a batch le — you do
not have to enter the commit command.
If a command in the batch le fails, batch operation stops at that command. The remaining commands are not executed.
Create a batch le — for example, b.cmd — on a remote device by entering a series of commands.
interface ethernet 1/1/1
no shutdown
no switchport
ip address 172.17.4.1/24
Copy the command le to the home directory on the switch.
OS10# copy scp://os10user:os10passwd@10.11.222.1/home/os10/b.cmd home://b.cmd
OS10# dir home
Directory contents for folder: home
Date (modified) Size (bytes) Name
--------------------- ------------ ------
2017-02-15T19:25:35Z 77
b.cmd
...
Execute the batch le using the batch /home/username/filename command in EXEC mode.
OS10# batch /home/admin/b.cmd
Jun 26 18:29:12 OS10 dn_l3_core_services[723]: Node.1-Unit.1:PRI:notice [os10:trap],
%Dell EMC (OS10) %log-notice:IP_ADDRESS_ADD: IP Address add is successful.
IP 172.17.4.1/24 in VRF:default added successfully
(Optional) Verify the new commands in the running conguration.
OS10# show running-configuration interface ethernet 1/1/1
!
interface ethernet1/1/1
no shutdown
no switchport
ip address 172.17.4.1/24
96
Advanced CLI tasks