A.1 Creating an XML file for Installing SDS Network Elements

Create SDS Network Elements by using an XML configuration file. The SDS software image (*.iso) contains two examples of XML configuration files for “NO” (Network OAM&P) and “SO” (System OAM) networks. These files are named SDS_NO_NE.xml and SDS_SO_NE.xml and stored on the /usr/TKLC/sds/vlan directory. The customer is required to create individual XML files for each of their SDS Network Elements. The format for each of these XML files is identical.
Below is an example of the SDS_NO_NE.xml file. The highlighted values are values that the user must update.

Note:

The Description column in this example includes comments for this document only. Do not include the Description column in the actual XML file used during installation.

Table A-1 SDS XML SDS Network Element Configuration File (IPv4)

XML File Text Description
<name>sds_mrsvnc</name> A unique identifier to label a Network Element. Range from 1 up to 32 characters string. Valid characters are alphanumeric and underscore. Must contain at least one alpha and not start with a digit.
<name>XMI</name> Name of customer external network.

Note:

Do NOT change this name.
<vlanId>3</vlanId> The VLAN ID to use for this VLAN. The range allowed is "2" up to "4094".
<ip>10.250.55.0</ip> The network address of this VLAN is a valid IP address.
<mask>255.255.255.0</mask> Subnetting to apply to servers within this VLAN
<gateway>10.250.55.1</gateway> The gateway router interface address associated with this network is a valid IP address.
<isDefault>true</isDefault> Indicates whether this is the network with a default gateway. It can be either true or false.

Table A-2 SDS XML SDS Network Element Configuration File (IPv6)

XML File Text Description
<name>sds_mrsvnc</name> A unique identifier to label a Network Element the range is "1" up to "32" character string. Valid characters are alphanumeric and underscore. Must contain at least one alpha and not start with a digit.
<name>XMI</name> Name of customer external network.

Note:

Do NOT change this name.
<vlanId>3</vlanId> The VLAN ID to use for this VLAN the allowed range is "2" up to "4094".
<ip>2606:b400:605:b804::</ip> The network address of this VLAN is a valid IP address.
<mask>/64</mask> Subnetting to apply to servers within this VLAN.
<gateway>2606:B400:605:B804: D27E:28FF:FEB3:4FE2</gateway> The gateway router interface address associated with this network is a valid IP address.
<isDefault>true</isDefault> Indicates whether this is the network with a default gateway. It can be either true or false.