Raritan Computer EMX2-111 User Manual

Page of 379
Chapter 10: Using the Command Line Interface 
 
320
 
 
 
Setting the History Buffer Length 
This command syntax changes the history buffer length. The default 
length is 25. 
config:# 
history length <n> 
 
Variables: 
 
<n> is an integer number between 1 and 250. 
 
If you leave the <n> variable blank when using the command, the 
history buffer is set to 25 by default. 
 
 
Multi-Command Syntax 
To shorten the configuration time, you can combine various configuration 
commands in one command and perform all of them at a time. 
A multi-command syntax looks like this: 
<setting 1> <value 1> <setting 2> <value 2> <setting 
3> <value 3> ... 
 
 
 
Example 1 - Combination of IP, Subnet Mask and Gateway Parameters 
The following multi-command syntax configures IPv4 address, subnet 
mask and gateway for the network connectivity simultaneously. 
 
config:# 
network ipv4 ipAddress 192.168.84.225 subnetMask 
255.255.255.0 gateway 192.168.84.0 
 
Results: 
 
The IP address is set to 192.168.84.225. 
 
The subnet mask is set to 255.255.255.0. 
 
The gateway is set to 192.168.84.0.