User manual

Series 3700 System Switch/Multimeter Reference Manual Section 13: Instrument Control Library (ICL)
3700S-901-01 Rev. C / July 2008 13-193
lan.config.dns.domain
Remarks
This attribute holds the domain to request during dynamic DNS registration. Dynamic
DNS registration works with DHCP to register the domain specified in this attribute
with the DNS server.
NOTE The length of the fully qualified host name (combined length of the domain
and hostname with separator character) must be less than or equal to 255
characters. Although up to 255 characters can be given here, care must
be taken to be sure the combined length is also no more than 255
characters.
Also see
lan.config.dns.dynamic (on page 13-193)
lan.config.dns.hostname (on page 13-193)
lan.config.dns.verify (on page 13-194)
Example
To display the present dynamic DNS domain:
print(lan.config.dns.domain)
lan.config.dns.dynamic
Attribute
Configures Dynamic DNS registration state.
Usage
To read Dynamic DNS registration state:
state = lan.config.dns.dynamic
To write Dynamic DNS registration state:
lan.config.dns.dynamic = state
state: Represents Dynamic DNS registration state. It may be one of the following
values:
lan.ENABLE or 1: Enables dynamic DNS registration.
lan.DISABLE or 0: Disables dynamic DNS registration.
Remarks
This attribute is used to enable or disable dynamic DNS registration. Dynamic DNS
registration works with DHCP to register the hostname specified in the
lan.config.dns.hostname attribute with the DNS server.
Also see
lan.config.dns.hostname (on page 13-193)
Example
To display the Dynamic DNS registration state:
print(lan.config.dns.dynamic)