Instructions
RIGOL  Chapter 2 Command System 
2-82    MSO5000 Programming Guide 
:LAN:AUToip 
Syntax 
:LAN:AUToip <bool> 
:LAN:AUToip? 
Description 
Turns on or off the Auto IP configuration mode; or queries the on/off status of the 
current Auto IP configuration mode. 
Parameter 
Name 
Type 
Range 
Default 
<bool> 
Bool 
{{1|ON}|{0|OFF}} 
1|ON 
Remarks 
When the auto IP mode is valid, disable DHCP manually. You can self-define the 
gateway and DNS address for the oscilloscope. 
Return 
Format 
The query returns 1 or 0. 
Example 
:LAN:AUToip OFF                    /*Disables the Auto IP configuration mode.*/ 
:LAN:AUToip?                          /*The query returns 0.*/ 
:LAN:GATeway 
Syntax 
:LAN:GATeway <string> 
:LAN:GATeway? 
Description 
Sets or queries the default gateway. 
Parameter 
Name 
Type 
Range 
Default 
<string> 
ASCII String 
Refer to Remarks 
—— 
Remarks 
  The format of <string> is nnn,nnn,nnn,nnn. The range of the first section of 
"nnn" is from 0 to 223 (except 127), and the ranges of the other three sections of 
"nnn" are from 0 to 255. 
  When you use this command, the IP configuration mode should be Auto IP or 
Static IP mode. 
Return 
Format 
The query returns the current gateway in strings. 
Example 
:LAN:GATeway 192.168.1.1                    /*Sets the default gateway to 192.168.1.1.*/ 
:LAN:GATeway?                                        /*The query returns the current gateway.*/ 
:LAN:DNS 
Syntax 
:LAN:DNS <string> 
:LAN:DNS? 
Description 
Sets or queries the DNS address. 
Parameter 
Name 
Type 
Range 
Default 
<string> 
ASCII String 
Refer to Remarks 
—— 
Remarks 
  The format of <string> is nnn,nnn,nnn,nnn. The range of the first section of 
"nnn" is from 0 to 223 (except 127), and the ranges of the other three sections of 
"nnn" are from 0 to 255. 
  When you use this command, the IP configuration mode should be Auto IP or 
Static IP mode. 










