Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-85
:LAN:AUToip
:LAN:AUToip <bool>
:LAN:AUToip?
Turns on or off the Auto IP configuration mode; or queries the on/off status of the
current Auto IP configuration mode.
When the auto IP mode is valid, disable DHCP manually. You can self-define the
gateway and DNS address for the oscilloscope.
The query returns 1 or 0.
:LAN:AUToip OFF /*Disables the Auto IP configuration mode.*/
:LAN:AUToip? /*The query returns 0.*/
:LAN:GATeway
:LAN:GATeway <string>
:LAN:GATeway?
Sets or queries the default gateway.
 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.
The query returns the current gateway in strings.
: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
:LAN:DNS <string>
:LAN:DNS?
Sets or queries the DNS address.
 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.