A
PPENDIX
C
R
EVISED
2018-09-21
D
RAWING
N
O
. LP0991-G
C-136
N-Tron
®
Series NT24K
®
Software Manual
Appendix
C
XML
Configuration
File
Factory
Defaults
The following is a shortened example of an XML configuration file:
<!-- *************************************************************************
Overview of XML settings for the N-Tron NT24k series switches
XML settings can be downloaded to a switch to configure the switch.
There are several top level configuration sections. Each section is optional.
Common Attributes:
******************
The following attributes are common to all sections. If omitted from
a section, then the value from the parent section is used. If completely
omitted, a system default value is used.
Crc Optional. This is not used in this release, but may
be used in a future release.
CurSwVer Optional. String representation of switch version that the
settings were exported from.
Version Optional. If present, represents the version of the section.
If not present, the default value is used instead of being
inherited from the parent section.
Default = "1".
MinSwVer Optional. String representation of switch version. If
present, ignore settings for the section if switch software
version does not meet minimum requirement.
Default = "1.0".
Mode Optional. If present, determines the type of action to
take on existing data in the section. In the event of
a conflict, precedence goes to the deepest level that is
explicitly expressed.
Possible values:
Delete (Default) Delete all existing data for the
section and replace it with the values in
this section. Any missing data gets set to
factory default values.
Keep Keep existing data, unless new values are
are specified in this section. A factory
default value is used if there is no
previously existing data.