Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-108
707B-901-01 Rev. A / August 2010
Example
lan.restoredefaults()
Restores the LAN defaults.
Also see
(on page 7-129)
lan.status.dns.address[N]
Reads DNS server IP addresses.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
dnsAddress = lan.status.dns.address[N]
dnsAddress
DNS server IP address
N
Entry index (1, 2, or 3)
Details
This attribute is an array of DNS server addresses. The system can use up to three addresses.
Unused or disabled entries are returned as "0.0.0.0" when read. The
dnsAddress
returned is a string specifying
the IP address of the DNS server in dotted decimal notation.
You can only specify two addresses manually. However, the instrument uses up to three DNS server addresses.
If two are specified, only the one given by a DHCP server is used. If no entries are specified here, up to three
address given by a DHCP server are used.
The value of
lan.status.dns.address[1]
is referenced first for all DNS lookups. The values of
lan.status.dns.address[2]
and
lan.status.dns.address[3]
are referenced second and third,
respectively.
Example
print(lan.status.dns.address[1])
Returns DNS server address 1, such as:
164.109.48.173
Also see