(Revised 2012-05-01
Page 167 of 170
Appendix A. XML Settings File Example
<!
-- Overview of XML settings for N-TRON switches --
>
<!
-- XML settings can be downloaded to a switch to configure the switch. XML settings cover a
subset of the settings available through a web browser. --
>
<!
-- There are several top level configuration sections. Each section is optional.
<SystemConfiguration>
<Switches/>
<Administration/>
<IPConfiguration/>
<Users/>
<Ports/>
<DHCPServer/>
<MACSecurity/>
</SystemConfiguration>
--
>
<
SystemConfiguration
version
="1"
minSwVer
="3.4.2">
<!
-- The minSwVer attribute is optional. If present, the XML settings are ignored if the
switch software version does not meet the minimum version requirement --
>
<!
-- ______________________________________________________________________________________ --
>
<!
-- The Switches block is optional. If present, the model name of the target switch must
be in the list for the file to be processed. --
>
<
Switches
>
<
Switch
minSwVer
="3.2.10">
708TX
</
Switch
>
<!
-- If the minSwVer attribute is present, it
overrides the minSwVer attribute of
SystemConfiguration. --
>
<
Switch
>
7506GX2
</
Switch
>
</
Switches
>
<!
-- ______________________________________________________________________________________ --
>
<!
-- Administration --
>
<
Administration
>
<
SwitchName
>
myname
</
SwitchName
>
<!
-- optional --
><!
--255 character limit--
>
<
SwitchLocation
>
mylocation
</
SwitchLocation
><!
-- optional --
><!
--255 character limit--
>
<
SwitchContact
>
mycontact
</
SwitchContact
>
<!
-- optional --
><!
--255 character limit--
>
</
Administration
>
<!
-- ______________________________________________________________________________________ --
>
<!
-- IP configuration --
>
<
IPConfiguration
>
<
Mode
>
static OR dhcp
</
Mode
>
<!
-- Mode must be static or dhcp --
>
<!
-- If dhcp mode, these elements are the "Fallback" Address, Subnet, and Gateway.
Note: For an IP address of 192.168.1.201, there is no fallback address. --
>
<!
-- All IP addresses have a 15 character limit (xxx.xxx.xxx.xxx) --
>
<
Address
>
192.168.1.222
</
Address
>
<!
-- 15 character limit --
>
<
Subnet
>
255.255.255.0
</
Subnet
>
<!
-- 15 character limit --
>
<
Gateway
>
192.168.1.1
</
Gateway
>
<!
-- 15 character limit --
>
<!
-- If dhcp mode, this is the dhcp client id --
>
<
ClientID
>
<!
-- Use one of the elements (MACAddress, SwitchName, OtherText, OtherHex).
MACAddress and SwitchName use current switch values. --
>
<
MACAddress
/>
<
SwitchName
/>
<
OtherText
>
myClientID
</
OtherText
>
<!
-- 255 character limit --
>
<
OtherHex
>
0102de03ad00be09ef
</
OtherHex
>
<!
-- 255*2 character limit --
>
</
ClientID
>
Summary of Contents for 710FX2 Series
Page 1: ...710FX2 Managed Industrial Ethernet Switch User Manual Installation Guide ...
Page 11: ... Revised 2012 05 01 Page 11 of 170 CLEANING Clean only with a damp cloth ...
Page 33: ... Revised 2012 05 01 Page 33 of 170 Administration SNMP Continued ...
Page 37: ... Revised 2012 05 01 Page 37 of 170 DHCP Server Setup Profiles Continued ...
Page 46: ... Revised 2012 05 01 Page 46 of 170 DHCP Relay Local IP Setup Continued ...
Page 52: ... Revised 2012 05 01 Page 52 of 170 Ports Configuration Continued ...
Page 83: ... Revised 2012 05 01 Page 83 of 170 The user can specify the manual router ports ...
Page 86: ... Revised 2012 05 01 Page 86 of 170 IGMP RFilter Continued Modifying rfilter port settings ...
Page 94: ... Revised 2012 05 01 Page 94 of 170 N Ring Advanced Configuration Continued ...
Page 119: ... Revised 2012 05 01 Page 119 of 170 If a Configuration Device is present that is presented ...