Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-126 2600BS-901-01 Rev. F/August 2021
Details
This attribute sets the LAN link monitoring and automatic connection state.
When this is set to lan.ENABLE, all connections are closed if the link to the LAN is lost for more than
the time specified by lan.linktimeout.
Set this attribute to lan.ENABLE to automatically reset the LAN connection after the LAN link
is established.
Example
lan.autoconnect = lan.ENABLE
Enable LAN link monitoring.
Also see
lan.linktimeout (on page 9-134)
lan.restoredefaults() (on page 9-136)
lan.config.dns.address[N]
Configures DNS server IP addresses.
Usage
dnsAddress = lan.config.dns.address[N]
lan.config.dns.address[N] = "dnsAddress"
Details
This attribute is an array of Domain Name System (DNS) server addresses. These addresses take
priority for DNS lookups and are consulted before any server addresses that are obtained using
DHCP. This allows local DNS servers to be specified that take priority over DHCP-configured global
DNS servers.
You can specify up to two addresses. The address specified by 1 is consulted first for DNS lookups.
dnsAddress must be a string specifying the IP address of the DNS server in dotted decimal
notation.
Unused entries are returned as "0.0.0.0" when read. To disable an entry, set its value to
"0.0.0.0" or the empty string "".
Although only two addresses may be manually specified here, the instrument uses up to three DNS
server addresses. If two are specified here, only one that is given by a DHCP server is used. If no
entries are specified here, up to three addresses that are given by a DHCP server are used.
Example
dnsaddress = "164.109.48.173"
lan.config.dns.address[1] = dnsaddress
Set the DNS address 1 to 164.109.48.173.