19-70 Return to Section Topics 2600AS-901-01 Rev. B / September 2008
Section 19: Remote Commands Series 2600A System SourceMeter® Instruments Reference Manual
lan.config.dns.address[N]
Attribute The IP address for the DNS server (Domain Name System)
Default “0.0.0.0”
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage lan.config.dns.address[index] = dnsaddress
dnsaddress = lan.config.dns.address[index]
index Specifies the value of the index.
dnsaddress The DNS server IP address.
Remarks • IP addresses must be specified as strings using dotted decimal notation.
• The value of index must be 1 or 2.
• The IP address obtained from the DHCP server takes priority for all DNS lookups.
• Stores up to two addresses.
lan.config.dns.domain
Attribute The DNS domain.
Default ““
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage lan.config.dns.domain = domain
domain = lan.config.dns.domain
domain The domain to use for DNS registration.
Remarks • Stores the domain to request during DNS registration.
• DNS registration works with DHCP to register the domain specified in this attribute with the DNS
server.
• Domain must be a string that contains less than 255 characters.
• The total number of characters in the host and domain names combined must be less than or
equal to 255. Note: This includes separator characters.
lan.config.dns.dynamic
Attribute Enables or disables DNS registration.
Default lan.ENABLE
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage state = lan.config.dns.dynamic -- Reads DNS registration
lan.config.dns.dynamic = state -- Writes DNS registration.
Use one of the following values:
lan.ENABLE Enables DNS registration.
lan.DISABLE Disables DNS registration.
Remarks • Use this attribute to enable or disable DNS registration.
• DNS registration works with the DHCP to register the host name specified in the
lan.config.dns.hostname attribute with the DNS server.