Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-100
707B-901-01 Rev. A / August 2010
Example
print(lan.config.dns.domain)
Returns the present dynamic DNS domain. For
example, if the domain is "Matrix", the response
would be:
Matrix
Also see
(on page 7-100)
(on page 7-101)
lan.config.dns.dynamic
Enables or disables the dynamic DNS registration.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
LAN restore defaults Nonvolatile
memory lan.ENABLE
Usage
state = lan.config.dns.dynamic
lan.config.dns.dynamic = state
state
The dynamic DNS registration state. It may be one of the following values:
•
lan.ENABLE
or
1
: Enabled
•
lan.DISABLE
or
0
: Disabled
Details
Dynamic DNS registration works with DHCP to register the host name with the DNS server. The host name is
specified in the
lan.config.dns.hostname
attribute.
Example
print(lan.config.dns.dynamic)
Returns the dynamic registration state.
If dynamic DNS registration is enabled, the
response is:
1.000
Also see
(on page 7-101)