Models 707B and 708B Switching Matrix Reference Manual
Section 7: TSP command reference
707B-901-01 Rev. B / January 2015
7-101
lan.reset()
This function resets the LAN interface.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
lan.reset()
Details
This function resets the LAN interface. It performs the commands
lan.restoredefaults()
and
lan.applysettings()
.
Also see
(on page 7-93)
(on page 7-101)
lan.restoredefaults()
This function resets LAN settings to default values.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
lan.restoredefaults()
Details
The settings that are restored are shown in the following table.
Settings that are restored to default
Attribute
Default setting
lan.config.dns.address[N]
"0.0.0.0"
lan.config.dns.domain
""
lan.config.dns.dynamic
lan.ENABLE
lan.config.dns.hostname
"K-<model number>-<serial number>"
lan.config.dns.verify
lan.ENABLE
lan.config.gateway
"0.0.0.0"
lan.config.ipaddress
"0.0.0.0"
lan.config.method
lan.AUTO
lan.config.subnetmask
"255.255.255.0"
lan.lxidomain
0
localnode.password
"admin"
This command is run when
lan.reset()
is sent.
Example
lan.restoredefaults()
Restores the LAN defaults.