diff --git a/EduNetworkBuilder/EduNetworkBuilder.csproj b/EduNetworkBuilder/EduNetworkBuilder.csproj index 8c53146..dbf361d 100644 --- a/EduNetworkBuilder/EduNetworkBuilder.csproj +++ b/EduNetworkBuilder/EduNetworkBuilder.csproj @@ -347,6 +347,12 @@ <None Include="Resources\Level5_HereComesTrouble.enbx" /> <None Include="Resources\Level5_LineOfSight.enbx" /> <None Include="Resources\Level5_LostPacket.enbx" /> + <None Include="Resources\Level5_Practice1.enbx" /> + <None Include="Resources\Level5_Practice2.enbx" /> + <None Include="Resources\Level5_Practice3.enbx" /> + <None Include="Resources\Level5_Practice4.enbx" /> + <None Include="Resources\Level5_Practice5.enbx" /> + <None Include="Resources\Level5_Practice6.enbx" /> <None Include="Resources\Level5_WirelessAccessPoint.enbx" /> <None Include="Resources\Level5_WirelessBridge.enbx" /> <None Include="Resources\Level5_WirelessCorruption.enbx" /> diff --git a/EduNetworkBuilder/NB.cs b/EduNetworkBuilder/NB.cs index 7cce9e4..2d3ceff 100644 --- a/EduNetworkBuilder/NB.cs +++ b/EduNetworkBuilder/NB.cs @@ -86,6 +86,8 @@ namespace EduNetworkBuilder Level5_WirelessRouters, Level5_WirelessDevices, Level5_WirelessBridge, Level5_WirelessRepeater, Level5_WirelessRepeater2, Level5_WirelessAccessPoint, Level5_WirelessCorruption, Level5_Failed, Level5_LostPacket, Level5_HereComesTrouble, Level5_APProblems, Level5_LineOfSight, + Level5_Practice1, Level5_Practice2, Level5_Practice3, Level5_Practice4, + Level5_Practice5, Level5_Practice6, Level6_VLAN_Intro, Level6_VLAN_Intro2, Level6_Intro3_LockedOut, Level6_ForbiddenVLAN, Level6_TaggedBetweenSwitches, Level6_VLANRouting, Level6_VLANRouting2, level6_UntaggedAndDHCP, Level6_SorryBoss, Level6_VLANFrustrations, Level6_TwoAccessPoints, Level6_VlanRouting3, Level6_ConnectTheLaptop, Level6_CleanSlate, Level6_WhereFrom, diff --git a/EduNetworkBuilder/Properties/Resources.Designer.cs b/EduNetworkBuilder/Properties/Resources.Designer.cs index cf50a2a..e21f2bd 100644 --- a/EduNetworkBuilder/Properties/Resources.Designer.cs +++ b/EduNetworkBuilder/Properties/Resources.Designer.cs @@ -981,6 +981,66 @@ namespace EduNetworkBuilder.Properties { } } + /// <summary> + /// Looks up a localized resource of type System.Byte[]. + /// </summary> + internal static byte[] Level5_Practice1 { + get { + object obj = ResourceManager.GetObject("Level5_Practice1", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Byte[]. + /// </summary> + internal static byte[] Level5_Practice2 { + get { + object obj = ResourceManager.GetObject("Level5_Practice2", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Byte[]. + /// </summary> + internal static byte[] Level5_Practice3 { + get { + object obj = ResourceManager.GetObject("Level5_Practice3", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Byte[]. + /// </summary> + internal static byte[] Level5_Practice4 { + get { + object obj = ResourceManager.GetObject("Level5_Practice4", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Byte[]. + /// </summary> + internal static byte[] Level5_Practice5 { + get { + object obj = ResourceManager.GetObject("Level5_Practice5", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Byte[]. + /// </summary> + internal static byte[] Level5_Practice6 { + get { + object obj = ResourceManager.GetObject("Level5_Practice6", resourceCulture); + return ((byte[])(obj)); + } + } + /// <summary> /// Looks up a localized resource of type System.Byte[]. /// </summary> diff --git a/EduNetworkBuilder/Properties/Resources.resx b/EduNetworkBuilder/Properties/Resources.resx index 990d10d..16b826f 100644 --- a/EduNetworkBuilder/Properties/Resources.resx +++ b/EduNetworkBuilder/Properties/Resources.resx @@ -544,4 +544,22 @@ <data name="Level1_Practice7" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\Level1_Practice7.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </data> + <data name="Level5_Practice1" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\Level5_Practice1.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </data> + <data name="Level5_Practice2" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\Level5_Practice2.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </data> + <data name="Level5_Practice3" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\Level5_Practice3.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </data> + <data name="Level5_Practice4" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\Level5_Practice4.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </data> + <data name="Level5_Practice5" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\Level5_Practice5.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </data> + <data name="Level5_Practice6" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\Level5_Practice6.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </data> </root> \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level5_Practice1.enbx b/EduNetworkBuilder/Resources/Level5_Practice1.enbx new file mode 100644 index 0000000..76bdb42 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level5_Practice1.enbx @@ -0,0 +1,4308 @@ +<?xml version="1.0" encoding="utf-8"?> +<EduNetworkBuilder> + <!--This is a network file for EduNetworkBuilder.--> + <Network> + <en_message /> + <en_title>Practice1</en_title> + <en_url /> + <height>1024</height> + <width>1024</width> + <itemsize>60</itemsize> + <showlabels>host</showlabels> + <level>5</level> + <sortorder>21</sortorder> + <uniqueidentifier>512</uniqueidentifier> + <startinghelplevel>none</startinghelplevel> + <vlansenabled>True</vlansenabled> + <VLANPacketColors>False</VLANPacketColors> + <device> + <hostname>firewall0</hostname> + <size>60</size> + <uniqueidentifier>175</uniqueidentifier> + <location>670,200</location> + <mytype>firewall</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.5.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>175</hostid> + <nicid>176</nicid> + <hostname>firewall0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>176</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wan</nictype> + <nicname>wan0</nicname> + <myid> + <hostid>175</hostid> + <nicid>179</nicid> + <hostname>firewall0</hostname> + <nicname>wan0</nicname> + </myid> + <nictype>wan</nictype> + <uniqueidentifier>179</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>wan0</nicname> + <myip> + <ip>192.168.5.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>175</hostid> + <nicid>177</nicid> + <hostname>firewall0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>177</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>175</hostid> + <nicid>178</nicid> + <hostname>firewall0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>178</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>google.com</hostname> + <size>60</size> + <uniqueidentifier>190</uniqueidentifier> + <location>320,50</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>8.8.8.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>190</hostid> + <nicid>191</nicid> + <hostname>server0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>191</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>190</hostid> + <nicid>192</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>192</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>8.8.8.8</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>laptop0</hostname> + <size>60</size> + <uniqueidentifier>410</uniqueidentifier> + <location>180,800</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>410</hostid> + <nicid>411</nicid> + <hostname>laptop0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>411</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>410</hostid> + <nicid>412</nicid> + <hostname>laptop0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>412</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan2</nicname> + <myid> + <hostid>410</hostid> + <nicid>413</nicid> + <hostname>laptop0</hostname> + <nicname>wlan2</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>413</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>wlan2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>laptop1</hostname> + <size>60</size> + <uniqueidentifier>436</uniqueidentifier> + <location>20,410</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>436</hostid> + <nicid>437</nicid> + <hostname>laptop1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>437</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>436</hostid> + <nicid>438</nicid> + <hostname>laptop1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>438</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan2</nicname> + <myid> + <hostid>436</hostid> + <nicid>439</nicid> + <hostname>laptop1</hostname> + <nicname>wlan2</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>439</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wlan2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch0</hostname> + <size>60</size> + <uniqueidentifier>132</uniqueidentifier> + <location>180,690</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>132</hostid> + <nicid>133</nicid> + <hostname>net_switch0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>133</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>132</hostid> + <nicid>134</nicid> + <hostname>net_switch0</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>134</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.13</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>132</hostid> + <nicid>135</nicid> + <hostname>net_switch0</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>135</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>132</hostid> + <nicid>136</nicid> + <hostname>net_switch0</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>136</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>132</hostid> + <nicid>137</nicid> + <hostname>net_switch0</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>137</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>132</hostid> + <nicid>138</nicid> + <hostname>net_switch0</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>138</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>132</hostid> + <nicid>139</nicid> + <hostname>net_switch0</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>139</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>132</hostid> + <nicid>140</nicid> + <hostname>net_switch0</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>140</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>132</hostid> + <nicid>141</nicid> + <hostname>net_switch0</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>141</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch1</hostname> + <size>60</size> + <uniqueidentifier>142</uniqueidentifier> + <location>736,649</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>142</hostid> + <nicid>143</nicid> + <hostname>net_switch1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>143</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>142</hostid> + <nicid>144</nicid> + <hostname>net_switch1</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>144</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.11</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>142</hostid> + <nicid>145</nicid> + <hostname>net_switch1</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>145</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>142</hostid> + <nicid>146</nicid> + <hostname>net_switch1</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>146</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>142</hostid> + <nicid>147</nicid> + <hostname>net_switch1</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>147</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>142</hostid> + <nicid>148</nicid> + <hostname>net_switch1</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>148</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>142</hostid> + <nicid>149</nicid> + <hostname>net_switch1</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>149</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>142</hostid> + <nicid>150</nicid> + <hostname>net_switch1</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>150</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>142</hostid> + <nicid>151</nicid> + <hostname>net_switch1</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>151</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch2</hostname> + <size>60</size> + <uniqueidentifier>283</uniqueidentifier> + <location>736,279</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>283</hostid> + <nicid>284</nicid> + <hostname>net_switch2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>284</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>283</hostid> + <nicid>285</nicid> + <hostname>net_switch2</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>285</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.10</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>283</hostid> + <nicid>286</nicid> + <hostname>net_switch2</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>286</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>283</hostid> + <nicid>287</nicid> + <hostname>net_switch2</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>287</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>283</hostid> + <nicid>288</nicid> + <hostname>net_switch2</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>288</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>283</hostid> + <nicid>289</nicid> + <hostname>net_switch2</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>289</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>283</hostid> + <nicid>290</nicid> + <hostname>net_switch2</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>290</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>283</hostid> + <nicid>291</nicid> + <hostname>net_switch2</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>291</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>283</hostid> + <nicid>292</nicid> + <hostname>net_switch2</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>292</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch3</hostname> + <size>60</size> + <uniqueidentifier>388</uniqueidentifier> + <location>180,300</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>388</hostid> + <nicid>389</nicid> + <hostname>net_switch3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>389</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>388</hostid> + <nicid>390</nicid> + <hostname>net_switch3</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>390</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.12</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>388</hostid> + <nicid>391</nicid> + <hostname>net_switch3</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>391</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>388</hostid> + <nicid>392</nicid> + <hostname>net_switch3</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>392</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>388</hostid> + <nicid>393</nicid> + <hostname>net_switch3</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>393</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>388</hostid> + <nicid>394</nicid> + <hostname>net_switch3</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>394</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>388</hostid> + <nicid>395</nicid> + <hostname>net_switch3</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>395</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>388</hostid> + <nicid>396</nicid> + <hostname>net_switch3</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>396</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>388</hostid> + <nicid>397</nicid> + <hostname>net_switch3</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>397</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc0</hostname> + <size>60</size> + <uniqueidentifier>109</uniqueidentifier> + <location>40,630</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>109</hostid> + <nicid>110</nicid> + <hostname>pc0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>110</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>109</hostid> + <nicid>111</nicid> + <hostname>pc0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>111</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.22</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc1</hostname> + <size>60</size> + <uniqueidentifier>112</uniqueidentifier> + <location>40,770</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>112</hostid> + <nicid>113</nicid> + <hostname>pc1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>113</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>112</hostid> + <nicid>114</nicid> + <hostname>pc1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>114</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.23</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc2</hostname> + <size>60</size> + <uniqueidentifier>115</uniqueidentifier> + <location>820,510</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>115</hostid> + <nicid>116</nicid> + <hostname>pc2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>116</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>115</hostid> + <nicid>117</nicid> + <hostname>pc2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>117</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.20</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc3</hostname> + <size>60</size> + <uniqueidentifier>118</uniqueidentifier> + <location>820,800</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>118</hostid> + <nicid>119</nicid> + <hostname>pc3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>119</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>118</hostid> + <nicid>120</nicid> + <hostname>pc3</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>120</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.21</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc4</hostname> + <size>60</size> + <uniqueidentifier>398</uniqueidentifier> + <location>30,200</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>398</hostid> + <nicid>399</nicid> + <hostname>pc4</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>399</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>398</hostid> + <nicid>400</nicid> + <hostname>pc4</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>400</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc5</hostname> + <size>60</size> + <uniqueidentifier>401</uniqueidentifier> + <location>20,310</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>401</hostid> + <nicid>402</nicid> + <hostname>pc5</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>402</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>401</hostid> + <nicid>403</nicid> + <hostname>pc5</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>403</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc6</hostname> + <size>60</size> + <uniqueidentifier>404</uniqueidentifier> + <location>830,300</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>404</hostid> + <nicid>405</nicid> + <hostname>pc6</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>405</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>404</hostid> + <nicid>406</nicid> + <hostname>pc6</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>406</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc7</hostname> + <size>60</size> + <uniqueidentifier>407</uniqueidentifier> + <location>670,790</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>407</hostid> + <nicid>408</nicid> + <hostname>pc7</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>408</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>407</hostid> + <nicid>409</nicid> + <hostname>pc7</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>409</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>router0</hostname> + <size>60</size> + <uniqueidentifier>182</uniqueidentifier> + <location>670,50</location> + <mytype>router</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.7.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>182</hostid> + <nicid>183</nicid> + <hostname>router0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>183</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>182</hostid> + <nicid>184</nicid> + <hostname>router0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>184</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.5.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>182</hostid> + <nicid>185</nicid> + <hostname>router0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>185</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.7.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>router1</hostname> + <size>60</size> + <uniqueidentifier>186</uniqueidentifier> + <location>510,50</location> + <mytype>router</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>186</hostid> + <nicid>187</nicid> + <hostname>router1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>187</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>186</hostid> + <nicid>188</nicid> + <hostname>router1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>188</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>8.8.8.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>186</hostid> + <nicid>189</nicid> + <hostname>router1</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>189</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.7.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <route> + <ip>192.168.5.0</ip> + <mask>255.255.255.0</mask> + <gateway>192.168.7.2</gateway> + <type>route</type> + </route> + </device> + <device> + <hostname>server0</hostname> + <size>60</size> + <uniqueidentifier>302</uniqueidentifier> + <location>820,190</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>True</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>302</hostid> + <nicid>303</nicid> + <hostname>server0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>303</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>302</hostid> + <nicid>304</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>304</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <dhcprange> + <ip>127.0.0.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>route</type> + </dhcprange> + <dhcprange> + <ip>192.168.1.2</ip> + <mask>192.168.1.50</mask> + <gateway>192.168.1.70</gateway> + <type>route</type> + </dhcprange> + </device> + <device> + <hostname>server1</hostname> + <size>60</size> + <uniqueidentifier>472</uniqueidentifier> + <location>180,190</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>472</hostid> + <nicid>473</nicid> + <hostname>server1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>473</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>472</hostid> + <nicid>474</nicid> + <hostname>server1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>474</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.3</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree0</hostname> + <size>60</size> + <uniqueidentifier>100</uniqueidentifier> + <location>350,760</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>100</hostid> + <nicid>101</nicid> + <hostname>tree0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>101</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>100</hostid> + <nicid>102</nicid> + <hostname>tree0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>102</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree1</hostname> + <size>60</size> + <uniqueidentifier>103</uniqueidentifier> + <location>390,610</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>103</hostid> + <nicid>104</nicid> + <hostname>tree1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>104</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>103</hostid> + <nicid>105</nicid> + <hostname>tree1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>105</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree10</hostname> + <size>60</size> + <uniqueidentifier>361</uniqueidentifier> + <location>530,570</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>361</hostid> + <nicid>362</nicid> + <hostname>tree10</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>362</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>361</hostid> + <nicid>363</nicid> + <hostname>tree10</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>363</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree11</hostname> + <size>60</size> + <uniqueidentifier>364</uniqueidentifier> + <location>510,840</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>364</hostid> + <nicid>365</nicid> + <hostname>tree11</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>365</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>364</hostid> + <nicid>366</nicid> + <hostname>tree11</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>366</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree12</hostname> + <size>60</size> + <uniqueidentifier>367</uniqueidentifier> + <location>580,210</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>367</hostid> + <nicid>368</nicid> + <hostname>tree12</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>368</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>367</hostid> + <nicid>369</nicid> + <hostname>tree12</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>369</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree13</hostname> + <size>60</size> + <uniqueidentifier>370</uniqueidentifier> + <location>260,210</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>370</hostid> + <nicid>371</nicid> + <hostname>tree13</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>371</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>370</hostid> + <nicid>372</nicid> + <hostname>tree13</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>372</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree14</hostname> + <size>60</size> + <uniqueidentifier>373</uniqueidentifier> + <location>590,390</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>373</hostid> + <nicid>374</nicid> + <hostname>tree14</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>374</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>373</hostid> + <nicid>375</nicid> + <hostname>tree14</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>375</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree15</hostname> + <size>60</size> + <uniqueidentifier>376</uniqueidentifier> + <location>260,380</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>376</hostid> + <nicid>377</nicid> + <hostname>tree15</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>377</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>376</hostid> + <nicid>378</nicid> + <hostname>tree15</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>378</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree2</hostname> + <size>60</size> + <uniqueidentifier>106</uniqueidentifier> + <location>470,720</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>106</hostid> + <nicid>107</nicid> + <hostname>tree2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>107</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>106</hostid> + <nicid>108</nicid> + <hostname>tree2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>108</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree3</hostname> + <size>60</size> + <uniqueidentifier>225</uniqueidentifier> + <location>320,660</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>225</hostid> + <nicid>226</nicid> + <hostname>tree3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>226</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>225</hostid> + <nicid>227</nicid> + <hostname>tree3</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>227</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree4</hostname> + <size>60</size> + <uniqueidentifier>228</uniqueidentifier> + <location>510,650</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>228</hostid> + <nicid>229</nicid> + <hostname>tree4</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>229</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>228</hostid> + <nicid>230</nicid> + <hostname>tree4</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>230</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree5</hostname> + <size>60</size> + <uniqueidentifier>314</uniqueidentifier> + <location>360,300</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>314</hostid> + <nicid>315</nicid> + <hostname>tree5</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>315</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>314</hostid> + <nicid>316</nicid> + <hostname>tree5</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>316</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree6</hostname> + <size>60</size> + <uniqueidentifier>317</uniqueidentifier> + <location>470,290</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>317</hostid> + <nicid>318</nicid> + <hostname>tree6</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>318</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>317</hostid> + <nicid>319</nicid> + <hostname>tree6</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>319</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree7</hostname> + <size>60</size> + <uniqueidentifier>320</uniqueidentifier> + <location>370,430</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>320</hostid> + <nicid>321</nicid> + <hostname>tree7</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>321</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>320</hostid> + <nicid>322</nicid> + <hostname>tree7</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>322</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree8</hostname> + <size>60</size> + <uniqueidentifier>323</uniqueidentifier> + <location>450,410</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>323</hostid> + <nicid>324</nicid> + <hostname>tree8</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>324</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>323</hostid> + <nicid>325</nicid> + <hostname>tree8</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>325</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree9</hostname> + <size>60</size> + <uniqueidentifier>358</uniqueidentifier> + <location>300,570</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>358</hostid> + <nicid>359</nicid> + <hostname>tree9</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>359</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>358</hostid> + <nicid>360</nicid> + <hostname>tree9</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>360</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wap0</hostname> + <size>60</size> + <uniqueidentifier>121</uniqueidentifier> + <location>640,550</location> + <mytype>wap</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>121</hostid> + <nicid>124</nicid> + <hostname>wap0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>124</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>121</hostid> + <nicid>125</nicid> + <hostname>wap0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>125</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.1.20</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport2</nicname> + <myid> + <hostid>121</hostid> + <nicid>126</nicid> + <hostname>wap0</hostname> + <nicname>wport2</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>126</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport3</nicname> + <myid> + <hostid>121</hostid> + <nicid>127</nicid> + <hostname>wap0</hostname> + <nicname>wport3</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>127</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport4</nicname> + <myid> + <hostid>121</hostid> + <nicid>128</nicid> + <hostname>wap0</hostname> + <nicname>wport4</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>128</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport5</nicname> + <myid> + <hostid>121</hostid> + <nicid>129</nicid> + <hostname>wap0</hostname> + <nicname>wport5</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>129</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport6</nicname> + <myid> + <hostid>121</hostid> + <nicid>130</nicid> + <hostname>wap0</hostname> + <nicname>wport6</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>130</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport7</nicname> + <myid> + <hostid>121</hostid> + <nicid>131</nicid> + <hostname>wap0</hostname> + <nicname>wport7</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>131</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wap1</hostname> + <size>60</size> + <uniqueidentifier>414</uniqueidentifier> + <location>110,390</location> + <mytype>wap</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>414</hostid> + <nicid>417</nicid> + <hostname>wap1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>417</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>414</hostid> + <nicid>418</nicid> + <hostname>wap1</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>418</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.1.22</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport2</nicname> + <myid> + <hostid>414</hostid> + <nicid>419</nicid> + <hostname>wap1</hostname> + <nicname>wport2</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>419</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport3</nicname> + <myid> + <hostid>414</hostid> + <nicid>420</nicid> + <hostname>wap1</hostname> + <nicname>wport3</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>420</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport4</nicname> + <myid> + <hostid>414</hostid> + <nicid>421</nicid> + <hostname>wap1</hostname> + <nicname>wport4</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>421</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport5</nicname> + <myid> + <hostid>414</hostid> + <nicid>422</nicid> + <hostname>wap1</hostname> + <nicname>wport5</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>422</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport6</nicname> + <myid> + <hostid>414</hostid> + <nicid>423</nicid> + <hostname>wap1</hostname> + <nicname>wport6</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>423</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport7</nicname> + <myid> + <hostid>414</hostid> + <nicid>424</nicid> + <hostname>wap1</hostname> + <nicname>wport7</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>424</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wbridge0</hostname> + <size>60</size> + <uniqueidentifier>152</uniqueidentifier> + <location>181,519</location> + <mytype>wbridge</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>152</hostid> + <nicid>155</nicid> + <hostname>wbridge0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>155</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan1</nicname> + <myid> + <hostid>152</hostid> + <nicid>156</nicid> + <hostname>wbridge0</hostname> + <nicname>wlan1</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>156</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wlan1</nicname> + <myip> + <ip>192.168.1.21</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>152</hostid> + <nicid>157</nicid> + <hostname>wbridge0</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>157</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>152</hostid> + <nicid>158</nicid> + <hostname>wbridge0</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>158</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>152</hostid> + <nicid>159</nicid> + <hostname>wbridge0</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>159</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>152</hostid> + <nicid>160</nicid> + <hostname>wbridge0</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>160</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <link> + <SrcNic> + <hostid>175</hostid> + <nicid>179</nicid> + <hostname>firewall0</hostname> + <nicname>wan0</nicname> + </SrcNic> + <DstNic> + <hostid>182</hostid> + <nicid>184</nicid> + <hostname>router0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>firewall0_link_router0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>247</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>190</hostid> + <nicid>192</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>186</hostid> + <nicid>188</nicid> + <hostname>router1</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>google.com_link_router1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>193</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>410</hostid> + <nicid>412</nicid> + <hostname>laptop0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>138</nicid> + <hostname>net_switch0</hostname> + <nicname>port4</nicname> + </DstNic> + <hostname>laptop0_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>455</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>436</hostid> + <nicid>439</nicid> + <hostname>laptop1</hostname> + <nicname>wlan2</nicname> + </SrcNic> + <DstNic> + <hostid>414</hostid> + <nicid>419</nicid> + <hostname>wap1</hostname> + <nicname>wport2</nicname> + </DstNic> + <hostname>laptop1_link_wap1</hostname> + <linktype>wireless</linktype> + <uniqueidentifier>441</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>132</hostid> + <nicid>135</nicid> + <hostname>net_switch0</hostname> + <nicname>port1</nicname> + </SrcNic> + <DstNic> + <hostid>152</hostid> + <nicid>160</nicid> + <hostname>wbridge0</hostname> + <nicname>port5</nicname> + </DstNic> + <hostname>net_switch0_link_wbridge0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>169</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>142</hostid> + <nicid>150</nicid> + <hostname>net_switch1</hostname> + <nicname>port6</nicname> + </SrcNic> + <DstNic> + <hostid>283</hostid> + <nicid>292</nicid> + <hostname>net_switch2</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>net_switch1_link_net_switch2</hostname> + <linktype>normal</linktype> + <uniqueidentifier>294</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>286</nicid> + <hostname>net_switch2</hostname> + <nicname>port1</nicname> + </SrcNic> + <DstNic> + <hostid>175</hostid> + <nicid>177</nicid> + <hostname>firewall0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_firewall0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>296</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>288</nicid> + <hostname>net_switch2</hostname> + <nicname>port3</nicname> + </SrcNic> + <DstNic> + <hostid>404</hostid> + <nicid>406</nicid> + <hostname>pc6</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_pc6</hostname> + <linktype>normal</linktype> + <uniqueidentifier>450</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>287</nicid> + <hostname>net_switch2</hostname> + <nicname>port2</nicname> + </SrcNic> + <DstNic> + <hostid>302</hostid> + <nicid>304</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_server0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>306</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>109</hostid> + <nicid>111</nicid> + <hostname>pc0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>136</nicid> + <hostname>net_switch0</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc0_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>171</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>112</hostid> + <nicid>114</nicid> + <hostname>pc1</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>137</nicid> + <hostname>net_switch0</hostname> + <nicname>port3</nicname> + </DstNic> + <hostname>pc1_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>173</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>115</hostid> + <nicid>117</nicid> + <hostname>pc2</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>145</nicid> + <hostname>net_switch1</hostname> + <nicname>port1</nicname> + </DstNic> + <hostname>pc2_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>163</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>118</hostid> + <nicid>120</nicid> + <hostname>pc3</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>146</nicid> + <hostname>net_switch1</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc3_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>165</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>398</hostid> + <nicid>400</nicid> + <hostname>pc4</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>391</nicid> + <hostname>net_switch3</hostname> + <nicname>port1</nicname> + </DstNic> + <hostname>pc4_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>429</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>401</hostid> + <nicid>403</nicid> + <hostname>pc5</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>392</nicid> + <hostname>net_switch3</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc5_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>431</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>407</hostid> + <nicid>409</nicid> + <hostname>pc7</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>147</nicid> + <hostname>net_switch1</hostname> + <nicname>port3</nicname> + </DstNic> + <hostname>pc7_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>447</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>182</hostid> + <nicid>185</nicid> + <hostname>router0</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>186</hostid> + <nicid>189</nicid> + <hostname>router1</hostname> + <nicname>eth1</nicname> + </DstNic> + <hostname>router0_link_router1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>249</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>121</hostid> + <nicid>125</nicid> + <hostname>wap0</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>151</nicid> + <hostname>net_switch1</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>wap0_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>167</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>414</hostid> + <nicid>418</nicid> + <hostname>wap1</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>396</nicid> + <hostname>net_switch3</hostname> + <nicname>port6</nicname> + </DstNic> + <hostname>wap1_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>433</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>152</hostid> + <nicid>159</nicid> + <hostname>wbridge0</hostname> + <nicname>port4</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>397</nicid> + <hostname>net_switch3</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>wbridge0_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>425</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>388</hostid> + <nicid>395</nicid> + <hostname>net_switch3</hostname> + <nicname>port5</nicname> + </SrcNic> + <DstNic> + <hostid>472</hostid> + <nicid>474</nicid> + <hostname>server1</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch3_link_server1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>476</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>152</hostid> + <nicid>156</nicid> + <hostname>wbridge0</hostname> + <nicname>wlan1</nicname> + </SrcNic> + <DstNic> + <hostid>121</hostid> + <nicid>126</nicid> + <hostname>wap0</hostname> + <nicname>wport2</nicname> + </DstNic> + <hostname /> + <linktype>wireless</linktype> + <uniqueidentifier>511</uniqueidentifier> + </link> + <shape> + <name>Grass</name> + <what>rectangle</what> + <where>3, 7, 1013, 1004</where> + <fillcolor>LightGreen</fillcolor> + <linecolor>LightGreen</linecolor> + </shape> + <shape> + <name>LeftBldg</name> + <what>rectangle</what> + <where>20, 170, 250, 700</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>RightBldg</name> + <what>rectangle</what> + <where>650, 170, 250, 700</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>LB_RWall</name> + <what>rectangle</what> + <where>255, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_RWall</name> + <what>rectangle</what> + <where>650, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_TWall</name> + <what>rectangle</what> + <where>20, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_TWall</name> + <what>rectangle</what> + <where>885, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_BWall</name> + <what>rectangle</what> + <where>20, 870, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_BWall</name> + <what>rectangle</what> + <where>650, 870, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_LWall</name> + <what>rectangle</what> + <where>20, 170, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_LWall</name> + <what>rectangle</what> + <where>650, 170, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>CenterCement</name> + <what>rectangle</what> + <where>326, 200, 262, 377</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>CenterPark</name> + <what>rectangle</what> + <where>359, 270, 188, 247</where> + <fillcolor>LightGreen</fillcolor> + <linecolor>LightGreen</linecolor> + </shape> + <shape> + <name>LWindow</name> + <what>rectangle</what> + <where>260, 500, 5, 100</where> + <fillcolor>Blue</fillcolor> + <linecolor>Blue</linecolor> + </shape> + <shape> + <name>R_Window</name> + <what>rectangle</what> + <where>655, 500, 5, 100</where> + <fillcolor>Blue</fillcolor> + <linecolor>Blue</linecolor> + </shape> + <shape> + <name>LSidewalk</name> + <what>rectangle</what> + <where>255, 300, 100, 80</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RSidewalk</name> + <what>rectangle</what> + <where>550, 300, 100, 80</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LDoor</name> + <what>rectangle</what> + <where>255, 300, 10, 80</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>RDoor</name> + <what>rectangle</what> + <where>655, 300, 10, 80</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <VLANName + ID="1" + Color="Blue">Default</VLANName> + </Network> +</EduNetworkBuilder> \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level5_Practice2.enbx b/EduNetworkBuilder/Resources/Level5_Practice2.enbx new file mode 100644 index 0000000..355ef3d --- /dev/null +++ b/EduNetworkBuilder/Resources/Level5_Practice2.enbx @@ -0,0 +1,4389 @@ +<?xml version="1.0" encoding="utf-8"?> +<EduNetworkBuilder> + <!--This is a network file for EduNetworkBuilder.--> + <Network> + <en_message /> + <en_title>Practice2</en_title> + <en_url /> + <height>1024</height> + <width>1024</width> + <itemsize>60</itemsize> + <showlabels>host</showlabels> + <level>5</level> + <sortorder>22</sortorder> + <uniqueidentifier>509</uniqueidentifier> + <startinghelplevel>none</startinghelplevel> + <vlansenabled>True</vlansenabled> + <VLANPacketColors>False</VLANPacketColors> + <device> + <hostname>firewall0</hostname> + <size>60</size> + <uniqueidentifier>175</uniqueidentifier> + <location>670,200</location> + <mytype>firewall</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.5.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>175</hostid> + <nicid>176</nicid> + <hostname>firewall0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>176</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wan</nictype> + <nicname>wan0</nicname> + <myid> + <hostid>175</hostid> + <nicid>179</nicid> + <hostname>firewall0</hostname> + <nicname>wan0</nicname> + </myid> + <nictype>wan</nictype> + <uniqueidentifier>179</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>wan0</nicname> + <myip> + <ip>192.168.5.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>175</hostid> + <nicid>177</nicid> + <hostname>firewall0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>177</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>175</hostid> + <nicid>178</nicid> + <hostname>firewall0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>178</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>google.com</hostname> + <size>60</size> + <uniqueidentifier>190</uniqueidentifier> + <location>330,50</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>8.8.8.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>190</hostid> + <nicid>191</nicid> + <hostname>server0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>191</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>190</hostid> + <nicid>192</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>192</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>8.8.8.8</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>laptop0</hostname> + <size>60</size> + <uniqueidentifier>410</uniqueidentifier> + <location>180,800</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>410</hostid> + <nicid>411</nicid> + <hostname>laptop0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>411</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>410</hostid> + <nicid>412</nicid> + <hostname>laptop0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>412</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan2</nicname> + <myid> + <hostid>410</hostid> + <nicid>413</nicid> + <hostname>laptop0</hostname> + <nicname>wlan2</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>413</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>wlan2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>laptop1</hostname> + <size>60</size> + <uniqueidentifier>436</uniqueidentifier> + <location>20,420</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>436</hostid> + <nicid>437</nicid> + <hostname>laptop1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>437</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>436</hostid> + <nicid>438</nicid> + <hostname>laptop1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>438</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan2</nicname> + <myid> + <hostid>436</hostid> + <nicid>439</nicid> + <hostname>laptop1</hostname> + <nicname>wlan2</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>439</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wlan2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch0</hostname> + <size>60</size> + <uniqueidentifier>132</uniqueidentifier> + <location>180,690</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>132</hostid> + <nicid>133</nicid> + <hostname>net_switch0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>133</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>132</hostid> + <nicid>134</nicid> + <hostname>net_switch0</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>134</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.13</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>132</hostid> + <nicid>135</nicid> + <hostname>net_switch0</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>135</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>132</hostid> + <nicid>136</nicid> + <hostname>net_switch0</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>136</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>132</hostid> + <nicid>137</nicid> + <hostname>net_switch0</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>137</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>132</hostid> + <nicid>138</nicid> + <hostname>net_switch0</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>138</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>132</hostid> + <nicid>139</nicid> + <hostname>net_switch0</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>139</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>132</hostid> + <nicid>140</nicid> + <hostname>net_switch0</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>140</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>132</hostid> + <nicid>141</nicid> + <hostname>net_switch0</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>141</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch1</hostname> + <size>60</size> + <uniqueidentifier>142</uniqueidentifier> + <location>736,649</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>142</hostid> + <nicid>143</nicid> + <hostname>net_switch1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>143</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>142</hostid> + <nicid>144</nicid> + <hostname>net_switch1</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>144</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.11</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>142</hostid> + <nicid>145</nicid> + <hostname>net_switch1</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>145</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>142</hostid> + <nicid>146</nicid> + <hostname>net_switch1</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>146</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>142</hostid> + <nicid>147</nicid> + <hostname>net_switch1</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>147</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>142</hostid> + <nicid>148</nicid> + <hostname>net_switch1</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>148</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>142</hostid> + <nicid>149</nicid> + <hostname>net_switch1</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>149</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>142</hostid> + <nicid>150</nicid> + <hostname>net_switch1</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>150</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>142</hostid> + <nicid>151</nicid> + <hostname>net_switch1</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>151</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch2</hostname> + <size>60</size> + <uniqueidentifier>283</uniqueidentifier> + <location>736,279</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>283</hostid> + <nicid>284</nicid> + <hostname>net_switch2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>284</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>283</hostid> + <nicid>285</nicid> + <hostname>net_switch2</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>285</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.10</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>283</hostid> + <nicid>286</nicid> + <hostname>net_switch2</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>286</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>283</hostid> + <nicid>287</nicid> + <hostname>net_switch2</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>287</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>283</hostid> + <nicid>288</nicid> + <hostname>net_switch2</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>288</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>283</hostid> + <nicid>289</nicid> + <hostname>net_switch2</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>289</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>283</hostid> + <nicid>290</nicid> + <hostname>net_switch2</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>290</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>283</hostid> + <nicid>291</nicid> + <hostname>net_switch2</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>291</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>283</hostid> + <nicid>292</nicid> + <hostname>net_switch2</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>292</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch3</hostname> + <size>60</size> + <uniqueidentifier>388</uniqueidentifier> + <location>180,300</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>388</hostid> + <nicid>389</nicid> + <hostname>net_switch3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>389</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>388</hostid> + <nicid>390</nicid> + <hostname>net_switch3</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>390</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.12</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>388</hostid> + <nicid>391</nicid> + <hostname>net_switch3</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>391</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>388</hostid> + <nicid>392</nicid> + <hostname>net_switch3</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>392</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>388</hostid> + <nicid>393</nicid> + <hostname>net_switch3</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>393</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>388</hostid> + <nicid>394</nicid> + <hostname>net_switch3</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>394</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>388</hostid> + <nicid>395</nicid> + <hostname>net_switch3</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>395</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>388</hostid> + <nicid>396</nicid> + <hostname>net_switch3</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>396</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>388</hostid> + <nicid>397</nicid> + <hostname>net_switch3</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>397</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc0</hostname> + <size>60</size> + <uniqueidentifier>109</uniqueidentifier> + <location>40,630</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>109</hostid> + <nicid>110</nicid> + <hostname>pc0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>110</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>109</hostid> + <nicid>111</nicid> + <hostname>pc0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>111</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.22</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc1</hostname> + <size>60</size> + <uniqueidentifier>112</uniqueidentifier> + <location>40,770</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>112</hostid> + <nicid>113</nicid> + <hostname>pc1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>113</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>112</hostid> + <nicid>114</nicid> + <hostname>pc1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>114</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.23</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc2</hostname> + <size>60</size> + <uniqueidentifier>115</uniqueidentifier> + <location>820,510</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>115</hostid> + <nicid>116</nicid> + <hostname>pc2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>116</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>115</hostid> + <nicid>117</nicid> + <hostname>pc2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>117</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.20</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc3</hostname> + <size>60</size> + <uniqueidentifier>118</uniqueidentifier> + <location>820,800</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>118</hostid> + <nicid>119</nicid> + <hostname>pc3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>119</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>118</hostid> + <nicid>120</nicid> + <hostname>pc3</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>120</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.21</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc4</hostname> + <size>60</size> + <uniqueidentifier>398</uniqueidentifier> + <location>30,200</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>398</hostid> + <nicid>399</nicid> + <hostname>pc4</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>399</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>398</hostid> + <nicid>400</nicid> + <hostname>pc4</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>400</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc5</hostname> + <size>60</size> + <uniqueidentifier>401</uniqueidentifier> + <location>20,310</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>401</hostid> + <nicid>402</nicid> + <hostname>pc5</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>402</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>401</hostid> + <nicid>403</nicid> + <hostname>pc5</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>403</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc6</hostname> + <size>60</size> + <uniqueidentifier>404</uniqueidentifier> + <location>830,300</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>404</hostid> + <nicid>405</nicid> + <hostname>pc6</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>405</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>404</hostid> + <nicid>406</nicid> + <hostname>pc6</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>406</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc7</hostname> + <size>60</size> + <uniqueidentifier>407</uniqueidentifier> + <location>670,790</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>407</hostid> + <nicid>408</nicid> + <hostname>pc7</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>408</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>407</hostid> + <nicid>409</nicid> + <hostname>pc7</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>409</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>router0</hostname> + <size>60</size> + <uniqueidentifier>182</uniqueidentifier> + <location>670,50</location> + <mytype>router</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.7.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>182</hostid> + <nicid>183</nicid> + <hostname>router0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>183</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>182</hostid> + <nicid>184</nicid> + <hostname>router0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>184</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.5.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>182</hostid> + <nicid>185</nicid> + <hostname>router0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>185</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.7.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>router1</hostname> + <size>60</size> + <uniqueidentifier>186</uniqueidentifier> + <location>510,50</location> + <mytype>router</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>186</hostid> + <nicid>187</nicid> + <hostname>router1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>187</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>186</hostid> + <nicid>188</nicid> + <hostname>router1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>188</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>8.8.8.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>186</hostid> + <nicid>189</nicid> + <hostname>router1</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>189</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.7.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <route> + <ip>192.168.5.0</ip> + <mask>255.255.255.0</mask> + <gateway>192.168.7.2</gateway> + <type>route</type> + </route> + </device> + <device> + <hostname>server0</hostname> + <size>60</size> + <uniqueidentifier>302</uniqueidentifier> + <location>820,190</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>True</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>302</hostid> + <nicid>303</nicid> + <hostname>server0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>303</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>302</hostid> + <nicid>304</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>304</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <dhcprange> + <ip>127.0.0.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>route</type> + </dhcprange> + <dhcprange> + <ip>192.168.1.2</ip> + <mask>192.168.1.50</mask> + <gateway>192.168.1.70</gateway> + <type>route</type> + </dhcprange> + </device> + <device> + <hostname>server1</hostname> + <size>60</size> + <uniqueidentifier>472</uniqueidentifier> + <location>180,190</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>472</hostid> + <nicid>473</nicid> + <hostname>server1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>473</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>472</hostid> + <nicid>474</nicid> + <hostname>server1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>474</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.3</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree0</hostname> + <size>60</size> + <uniqueidentifier>100</uniqueidentifier> + <location>350,760</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>100</hostid> + <nicid>101</nicid> + <hostname>tree0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>101</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>100</hostid> + <nicid>102</nicid> + <hostname>tree0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>102</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree1</hostname> + <size>60</size> + <uniqueidentifier>103</uniqueidentifier> + <location>390,610</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>103</hostid> + <nicid>104</nicid> + <hostname>tree1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>104</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>103</hostid> + <nicid>105</nicid> + <hostname>tree1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>105</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree10</hostname> + <size>60</size> + <uniqueidentifier>361</uniqueidentifier> + <location>530,570</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>361</hostid> + <nicid>362</nicid> + <hostname>tree10</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>362</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>361</hostid> + <nicid>363</nicid> + <hostname>tree10</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>363</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree11</hostname> + <size>60</size> + <uniqueidentifier>364</uniqueidentifier> + <location>510,840</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>364</hostid> + <nicid>365</nicid> + <hostname>tree11</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>365</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>364</hostid> + <nicid>366</nicid> + <hostname>tree11</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>366</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree12</hostname> + <size>60</size> + <uniqueidentifier>367</uniqueidentifier> + <location>580,210</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>367</hostid> + <nicid>368</nicid> + <hostname>tree12</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>368</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>367</hostid> + <nicid>369</nicid> + <hostname>tree12</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>369</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree13</hostname> + <size>60</size> + <uniqueidentifier>370</uniqueidentifier> + <location>260,210</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>370</hostid> + <nicid>371</nicid> + <hostname>tree13</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>371</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>370</hostid> + <nicid>372</nicid> + <hostname>tree13</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>372</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree14</hostname> + <size>60</size> + <uniqueidentifier>373</uniqueidentifier> + <location>590,390</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>373</hostid> + <nicid>374</nicid> + <hostname>tree14</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>374</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>373</hostid> + <nicid>375</nicid> + <hostname>tree14</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>375</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree15</hostname> + <size>60</size> + <uniqueidentifier>376</uniqueidentifier> + <location>260,380</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>376</hostid> + <nicid>377</nicid> + <hostname>tree15</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>377</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>376</hostid> + <nicid>378</nicid> + <hostname>tree15</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>378</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree2</hostname> + <size>60</size> + <uniqueidentifier>106</uniqueidentifier> + <location>470,720</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>106</hostid> + <nicid>107</nicid> + <hostname>tree2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>107</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>106</hostid> + <nicid>108</nicid> + <hostname>tree2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>108</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree3</hostname> + <size>60</size> + <uniqueidentifier>225</uniqueidentifier> + <location>320,660</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>225</hostid> + <nicid>226</nicid> + <hostname>tree3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>226</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>225</hostid> + <nicid>227</nicid> + <hostname>tree3</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>227</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree4</hostname> + <size>60</size> + <uniqueidentifier>228</uniqueidentifier> + <location>510,650</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>228</hostid> + <nicid>229</nicid> + <hostname>tree4</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>229</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>228</hostid> + <nicid>230</nicid> + <hostname>tree4</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>230</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree5</hostname> + <size>60</size> + <uniqueidentifier>314</uniqueidentifier> + <location>360,300</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>314</hostid> + <nicid>315</nicid> + <hostname>tree5</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>315</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>314</hostid> + <nicid>316</nicid> + <hostname>tree5</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>316</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree6</hostname> + <size>60</size> + <uniqueidentifier>317</uniqueidentifier> + <location>470,290</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>317</hostid> + <nicid>318</nicid> + <hostname>tree6</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>318</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>317</hostid> + <nicid>319</nicid> + <hostname>tree6</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>319</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree7</hostname> + <size>60</size> + <uniqueidentifier>320</uniqueidentifier> + <location>370,430</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>320</hostid> + <nicid>321</nicid> + <hostname>tree7</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>321</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>320</hostid> + <nicid>322</nicid> + <hostname>tree7</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>322</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree8</hostname> + <size>60</size> + <uniqueidentifier>323</uniqueidentifier> + <location>450,410</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>323</hostid> + <nicid>324</nicid> + <hostname>tree8</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>324</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>323</hostid> + <nicid>325</nicid> + <hostname>tree8</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>325</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree9</hostname> + <size>60</size> + <uniqueidentifier>358</uniqueidentifier> + <location>300,570</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>358</hostid> + <nicid>359</nicid> + <hostname>tree9</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>359</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>358</hostid> + <nicid>360</nicid> + <hostname>tree9</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>360</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wap0</hostname> + <size>60</size> + <uniqueidentifier>121</uniqueidentifier> + <location>660,520</location> + <mytype>wap</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>121</hostid> + <nicid>124</nicid> + <hostname>wap0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>124</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>121</hostid> + <nicid>125</nicid> + <hostname>wap0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>125</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.1.20</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport2</nicname> + <myid> + <hostid>121</hostid> + <nicid>126</nicid> + <hostname>wap0</hostname> + <nicname>wport2</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>126</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport3</nicname> + <myid> + <hostid>121</hostid> + <nicid>127</nicid> + <hostname>wap0</hostname> + <nicname>wport3</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>127</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport4</nicname> + <myid> + <hostid>121</hostid> + <nicid>128</nicid> + <hostname>wap0</hostname> + <nicname>wport4</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>128</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport5</nicname> + <myid> + <hostid>121</hostid> + <nicid>129</nicid> + <hostname>wap0</hostname> + <nicname>wport5</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>129</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport6</nicname> + <myid> + <hostid>121</hostid> + <nicid>130</nicid> + <hostname>wap0</hostname> + <nicname>wport6</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>130</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport7</nicname> + <myid> + <hostid>121</hostid> + <nicid>131</nicid> + <hostname>wap0</hostname> + <nicname>wport7</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>131</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wap1</hostname> + <size>60</size> + <uniqueidentifier>414</uniqueidentifier> + <location>110,390</location> + <mytype>wap</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>414</hostid> + <nicid>417</nicid> + <hostname>wap1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>417</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>414</hostid> + <nicid>418</nicid> + <hostname>wap1</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>418</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.1.22</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport2</nicname> + <myid> + <hostid>414</hostid> + <nicid>419</nicid> + <hostname>wap1</hostname> + <nicname>wport2</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>419</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport3</nicname> + <myid> + <hostid>414</hostid> + <nicid>420</nicid> + <hostname>wap1</hostname> + <nicname>wport3</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>420</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport4</nicname> + <myid> + <hostid>414</hostid> + <nicid>421</nicid> + <hostname>wap1</hostname> + <nicname>wport4</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>421</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport5</nicname> + <myid> + <hostid>414</hostid> + <nicid>422</nicid> + <hostname>wap1</hostname> + <nicname>wport5</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>422</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport6</nicname> + <myid> + <hostid>414</hostid> + <nicid>423</nicid> + <hostname>wap1</hostname> + <nicname>wport6</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>423</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport7</nicname> + <myid> + <hostid>414</hostid> + <nicid>424</nicid> + <hostname>wap1</hostname> + <nicname>wport7</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>424</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wbridge0</hostname> + <size>60</size> + <uniqueidentifier>152</uniqueidentifier> + <location>180,520</location> + <mytype>wbridge</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>152</hostid> + <nicid>155</nicid> + <hostname>wbridge0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>155</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan1</nicname> + <myid> + <hostid>152</hostid> + <nicid>156</nicid> + <hostname>wbridge0</hostname> + <nicname>wlan1</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>156</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wlan1</nicname> + <myip> + <ip>192.168.1.21</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>152</hostid> + <nicid>157</nicid> + <hostname>wbridge0</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>157</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>152</hostid> + <nicid>158</nicid> + <hostname>wbridge0</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>158</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>152</hostid> + <nicid>159</nicid> + <hostname>wbridge0</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>159</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>152</hostid> + <nicid>160</nicid> + <hostname>wbridge0</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>160</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <link> + <SrcNic> + <hostid>175</hostid> + <nicid>179</nicid> + <hostname>firewall0</hostname> + <nicname>wan0</nicname> + </SrcNic> + <DstNic> + <hostid>182</hostid> + <nicid>184</nicid> + <hostname>router0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>firewall0_link_router0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>247</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>190</hostid> + <nicid>192</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>186</hostid> + <nicid>188</nicid> + <hostname>router1</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>google.com_link_router1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>193</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>410</hostid> + <nicid>412</nicid> + <hostname>laptop0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>138</nicid> + <hostname>net_switch0</hostname> + <nicname>port4</nicname> + </DstNic> + <hostname>laptop0_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>455</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>436</hostid> + <nicid>439</nicid> + <hostname>laptop1</hostname> + <nicname>wlan2</nicname> + </SrcNic> + <DstNic> + <hostid>414</hostid> + <nicid>419</nicid> + <hostname>wap1</hostname> + <nicname>wport2</nicname> + </DstNic> + <hostname>laptop1_link_wap1</hostname> + <linktype>wireless</linktype> + <uniqueidentifier>441</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>132</hostid> + <nicid>135</nicid> + <hostname>net_switch0</hostname> + <nicname>port1</nicname> + </SrcNic> + <DstNic> + <hostid>152</hostid> + <nicid>160</nicid> + <hostname>wbridge0</hostname> + <nicname>port5</nicname> + </DstNic> + <hostname>net_switch0_link_wbridge0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>169</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>142</hostid> + <nicid>150</nicid> + <hostname>net_switch1</hostname> + <nicname>port6</nicname> + </SrcNic> + <DstNic> + <hostid>283</hostid> + <nicid>292</nicid> + <hostname>net_switch2</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>net_switch1_link_net_switch2</hostname> + <linktype>normal</linktype> + <uniqueidentifier>294</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>286</nicid> + <hostname>net_switch2</hostname> + <nicname>port1</nicname> + </SrcNic> + <DstNic> + <hostid>175</hostid> + <nicid>177</nicid> + <hostname>firewall0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_firewall0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>296</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>288</nicid> + <hostname>net_switch2</hostname> + <nicname>port3</nicname> + </SrcNic> + <DstNic> + <hostid>404</hostid> + <nicid>406</nicid> + <hostname>pc6</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_pc6</hostname> + <linktype>normal</linktype> + <uniqueidentifier>450</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>287</nicid> + <hostname>net_switch2</hostname> + <nicname>port2</nicname> + </SrcNic> + <DstNic> + <hostid>302</hostid> + <nicid>304</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_server0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>306</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>388</hostid> + <nicid>395</nicid> + <hostname>net_switch3</hostname> + <nicname>port5</nicname> + </SrcNic> + <DstNic> + <hostid>472</hostid> + <nicid>474</nicid> + <hostname>server1</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch3_link_server1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>476</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>109</hostid> + <nicid>111</nicid> + <hostname>pc0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>136</nicid> + <hostname>net_switch0</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc0_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>171</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>112</hostid> + <nicid>114</nicid> + <hostname>pc1</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>137</nicid> + <hostname>net_switch0</hostname> + <nicname>port3</nicname> + </DstNic> + <hostname>pc1_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>173</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>115</hostid> + <nicid>117</nicid> + <hostname>pc2</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>145</nicid> + <hostname>net_switch1</hostname> + <nicname>port1</nicname> + </DstNic> + <hostname>pc2_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>163</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>118</hostid> + <nicid>120</nicid> + <hostname>pc3</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>146</nicid> + <hostname>net_switch1</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc3_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>165</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>398</hostid> + <nicid>400</nicid> + <hostname>pc4</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>391</nicid> + <hostname>net_switch3</hostname> + <nicname>port1</nicname> + </DstNic> + <hostname>pc4_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>429</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>401</hostid> + <nicid>403</nicid> + <hostname>pc5</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>392</nicid> + <hostname>net_switch3</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc5_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>431</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>407</hostid> + <nicid>409</nicid> + <hostname>pc7</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>147</nicid> + <hostname>net_switch1</hostname> + <nicname>port3</nicname> + </DstNic> + <hostname>pc7_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>447</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>182</hostid> + <nicid>185</nicid> + <hostname>router0</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>186</hostid> + <nicid>189</nicid> + <hostname>router1</hostname> + <nicname>eth1</nicname> + </DstNic> + <hostname>router0_link_router1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>249</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>121</hostid> + <nicid>125</nicid> + <hostname>wap0</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>151</nicid> + <hostname>net_switch1</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>wap0_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>167</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>414</hostid> + <nicid>418</nicid> + <hostname>wap1</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>396</nicid> + <hostname>net_switch3</hostname> + <nicname>port6</nicname> + </DstNic> + <hostname>wap1_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>433</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>152</hostid> + <nicid>159</nicid> + <hostname>wbridge0</hostname> + <nicname>port4</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>397</nicid> + <hostname>net_switch3</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>wbridge0_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>425</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>152</hostid> + <nicid>156</nicid> + <hostname>wbridge0</hostname> + <nicname>wlan1</nicname> + </SrcNic> + <DstNic> + <hostid>414</hostid> + <nicid>420</nicid> + <hostname>wap1</hostname> + <nicname>wport3</nicname> + </DstNic> + <hostname /> + <linktype>wireless</linktype> + <uniqueidentifier>508</uniqueidentifier> + </link> + <nettest> + <shost>server0</shost> + <dhost>server1</dhost> + <thetest>SuccessfullyPings</thetest> + </nettest> + <shape> + <name>Grass</name> + <what>rectangle</what> + <where>3, 7, 1013, 1004</where> + <fillcolor>LightGreen</fillcolor> + <linecolor>LightGreen</linecolor> + </shape> + <shape> + <name>LeftBldg</name> + <what>rectangle</what> + <where>20, 170, 250, 700</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>RightBldg</name> + <what>rectangle</what> + <where>650, 170, 250, 700</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>LB_RWall</name> + <what>rectangle</what> + <where>255, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_RWall</name> + <what>rectangle</what> + <where>650, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_TWall</name> + <what>rectangle</what> + <where>20, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_TWall</name> + <what>rectangle</what> + <where>885, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_BWall</name> + <what>rectangle</what> + <where>20, 870, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_BWall</name> + <what>rectangle</what> + <where>650, 870, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_LWall</name> + <what>rectangle</what> + <where>20, 170, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_LWall</name> + <what>rectangle</what> + <where>650, 170, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>CenterCement</name> + <what>rectangle</what> + <where>326, 200, 262, 377</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>CenterPark</name> + <what>rectangle</what> + <where>359, 270, 188, 247</where> + <fillcolor>LightGreen</fillcolor> + <linecolor>LightGreen</linecolor> + </shape> + <shape> + <name>LWindow</name> + <what>rectangle</what> + <where>260, 500, 5, 100</where> + <fillcolor>Blue</fillcolor> + <linecolor>Blue</linecolor> + </shape> + <shape> + <name>R_Window</name> + <what>rectangle</what> + <where>655, 500, 5, 100</where> + <fillcolor>Blue</fillcolor> + <linecolor>Blue</linecolor> + </shape> + <shape> + <name>LSidewalk</name> + <what>rectangle</what> + <where>255, 300, 100, 80</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RSidewalk</name> + <what>rectangle</what> + <where>550, 300, 100, 80</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LDoor</name> + <what>rectangle</what> + <where>255, 300, 10, 80</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>RDoor</name> + <what>rectangle</what> + <where>655, 300, 10, 80</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <VLANName + ID="1" + Color="Blue">Default</VLANName> + </Network> +</EduNetworkBuilder> \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level5_Practice3.enbx b/EduNetworkBuilder/Resources/Level5_Practice3.enbx new file mode 100644 index 0000000..97d4f3c --- /dev/null +++ b/EduNetworkBuilder/Resources/Level5_Practice3.enbx @@ -0,0 +1,4396 @@ +<?xml version="1.0" encoding="utf-8"?> +<EduNetworkBuilder> + <!--This is a network file for EduNetworkBuilder.--> + <Network> + <en_message /> + <en_title>Practice3</en_title> + <en_url /> + <height>1024</height> + <width>1024</width> + <itemsize>60</itemsize> + <showlabels>host</showlabels> + <level>5</level> + <sortorder>23</sortorder> + <uniqueidentifier>505</uniqueidentifier> + <startinghelplevel>none</startinghelplevel> + <vlansenabled>True</vlansenabled> + <VLANPacketColors>False</VLANPacketColors> + <device> + <hostname>firewall0</hostname> + <size>60</size> + <uniqueidentifier>175</uniqueidentifier> + <location>670,200</location> + <mytype>firewall</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.5.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>175</hostid> + <nicid>176</nicid> + <hostname>firewall0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>176</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wan</nictype> + <nicname>wan0</nicname> + <myid> + <hostid>175</hostid> + <nicid>179</nicid> + <hostname>firewall0</hostname> + <nicname>wan0</nicname> + </myid> + <nictype>wan</nictype> + <uniqueidentifier>179</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>wan0</nicname> + <myip> + <ip>192.168.5.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>175</hostid> + <nicid>177</nicid> + <hostname>firewall0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>177</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>175</hostid> + <nicid>178</nicid> + <hostname>firewall0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>178</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>google.com</hostname> + <size>60</size> + <uniqueidentifier>190</uniqueidentifier> + <location>330,50</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>8.8.8.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>190</hostid> + <nicid>191</nicid> + <hostname>server0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>191</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>190</hostid> + <nicid>192</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>192</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>8.8.8.8</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>laptop0</hostname> + <size>60</size> + <uniqueidentifier>410</uniqueidentifier> + <location>180,800</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>410</hostid> + <nicid>411</nicid> + <hostname>laptop0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>411</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>410</hostid> + <nicid>412</nicid> + <hostname>laptop0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>412</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan2</nicname> + <myid> + <hostid>410</hostid> + <nicid>413</nicid> + <hostname>laptop0</hostname> + <nicname>wlan2</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>413</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>wlan2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>laptop1</hostname> + <size>60</size> + <uniqueidentifier>436</uniqueidentifier> + <location>40,480</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>436</hostid> + <nicid>437</nicid> + <hostname>laptop1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>437</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>436</hostid> + <nicid>438</nicid> + <hostname>laptop1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>438</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan2</nicname> + <myid> + <hostid>436</hostid> + <nicid>439</nicid> + <hostname>laptop1</hostname> + <nicname>wlan2</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>439</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wlan2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch0</hostname> + <size>60</size> + <uniqueidentifier>132</uniqueidentifier> + <location>180,690</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>132</hostid> + <nicid>133</nicid> + <hostname>net_switch0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>133</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>132</hostid> + <nicid>134</nicid> + <hostname>net_switch0</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>134</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.13</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>132</hostid> + <nicid>135</nicid> + <hostname>net_switch0</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>135</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>132</hostid> + <nicid>136</nicid> + <hostname>net_switch0</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>136</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>132</hostid> + <nicid>137</nicid> + <hostname>net_switch0</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>137</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>132</hostid> + <nicid>138</nicid> + <hostname>net_switch0</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>138</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>132</hostid> + <nicid>139</nicid> + <hostname>net_switch0</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>139</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>132</hostid> + <nicid>140</nicid> + <hostname>net_switch0</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>140</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>132</hostid> + <nicid>141</nicid> + <hostname>net_switch0</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>141</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch1</hostname> + <size>60</size> + <uniqueidentifier>142</uniqueidentifier> + <location>736,649</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>142</hostid> + <nicid>143</nicid> + <hostname>net_switch1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>143</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>142</hostid> + <nicid>144</nicid> + <hostname>net_switch1</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>144</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.11</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>142</hostid> + <nicid>145</nicid> + <hostname>net_switch1</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>145</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>142</hostid> + <nicid>146</nicid> + <hostname>net_switch1</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>146</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>142</hostid> + <nicid>147</nicid> + <hostname>net_switch1</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>147</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>142</hostid> + <nicid>148</nicid> + <hostname>net_switch1</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>148</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>142</hostid> + <nicid>149</nicid> + <hostname>net_switch1</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>149</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>142</hostid> + <nicid>150</nicid> + <hostname>net_switch1</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>150</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>142</hostid> + <nicid>151</nicid> + <hostname>net_switch1</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>151</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch2</hostname> + <size>60</size> + <uniqueidentifier>283</uniqueidentifier> + <location>736,279</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <poweroff>True</poweroff> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>283</hostid> + <nicid>284</nicid> + <hostname>net_switch2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>284</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>283</hostid> + <nicid>285</nicid> + <hostname>net_switch2</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>285</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.10</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>283</hostid> + <nicid>286</nicid> + <hostname>net_switch2</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>286</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>283</hostid> + <nicid>287</nicid> + <hostname>net_switch2</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>287</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>283</hostid> + <nicid>288</nicid> + <hostname>net_switch2</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>288</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>283</hostid> + <nicid>289</nicid> + <hostname>net_switch2</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>289</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>283</hostid> + <nicid>290</nicid> + <hostname>net_switch2</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>290</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>283</hostid> + <nicid>291</nicid> + <hostname>net_switch2</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>291</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>283</hostid> + <nicid>292</nicid> + <hostname>net_switch2</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>292</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch3</hostname> + <size>60</size> + <uniqueidentifier>388</uniqueidentifier> + <location>180,300</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>388</hostid> + <nicid>389</nicid> + <hostname>net_switch3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>389</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>388</hostid> + <nicid>390</nicid> + <hostname>net_switch3</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>390</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.12</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>388</hostid> + <nicid>391</nicid> + <hostname>net_switch3</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>391</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>388</hostid> + <nicid>392</nicid> + <hostname>net_switch3</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>392</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>388</hostid> + <nicid>393</nicid> + <hostname>net_switch3</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>393</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>388</hostid> + <nicid>394</nicid> + <hostname>net_switch3</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>394</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>388</hostid> + <nicid>395</nicid> + <hostname>net_switch3</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>395</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>388</hostid> + <nicid>396</nicid> + <hostname>net_switch3</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>396</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>388</hostid> + <nicid>397</nicid> + <hostname>net_switch3</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>397</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc0</hostname> + <size>60</size> + <uniqueidentifier>109</uniqueidentifier> + <location>40,630</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>109</hostid> + <nicid>110</nicid> + <hostname>pc0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>110</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>109</hostid> + <nicid>111</nicid> + <hostname>pc0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>111</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.22</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc1</hostname> + <size>60</size> + <uniqueidentifier>112</uniqueidentifier> + <location>40,770</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>112</hostid> + <nicid>113</nicid> + <hostname>pc1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>113</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>112</hostid> + <nicid>114</nicid> + <hostname>pc1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>114</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.23</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc2</hostname> + <size>60</size> + <uniqueidentifier>115</uniqueidentifier> + <location>820,510</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>115</hostid> + <nicid>116</nicid> + <hostname>pc2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>116</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>115</hostid> + <nicid>117</nicid> + <hostname>pc2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>117</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.20</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc3</hostname> + <size>60</size> + <uniqueidentifier>118</uniqueidentifier> + <location>820,800</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>118</hostid> + <nicid>119</nicid> + <hostname>pc3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>119</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>118</hostid> + <nicid>120</nicid> + <hostname>pc3</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>120</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.21</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc4</hostname> + <size>60</size> + <uniqueidentifier>398</uniqueidentifier> + <location>30,200</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>398</hostid> + <nicid>399</nicid> + <hostname>pc4</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>399</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>398</hostid> + <nicid>400</nicid> + <hostname>pc4</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>400</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc5</hostname> + <size>60</size> + <uniqueidentifier>401</uniqueidentifier> + <location>30,320</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>401</hostid> + <nicid>402</nicid> + <hostname>pc5</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>402</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>401</hostid> + <nicid>403</nicid> + <hostname>pc5</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>403</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc6</hostname> + <size>60</size> + <uniqueidentifier>404</uniqueidentifier> + <location>830,300</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>404</hostid> + <nicid>405</nicid> + <hostname>pc6</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>405</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>404</hostid> + <nicid>406</nicid> + <hostname>pc6</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>406</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc7</hostname> + <size>60</size> + <uniqueidentifier>407</uniqueidentifier> + <location>670,790</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>407</hostid> + <nicid>408</nicid> + <hostname>pc7</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>408</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>407</hostid> + <nicid>409</nicid> + <hostname>pc7</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>409</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>router0</hostname> + <size>60</size> + <uniqueidentifier>182</uniqueidentifier> + <location>670,50</location> + <mytype>router</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.7.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>182</hostid> + <nicid>183</nicid> + <hostname>router0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>183</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>182</hostid> + <nicid>184</nicid> + <hostname>router0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>184</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.5.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>182</hostid> + <nicid>185</nicid> + <hostname>router0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>185</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.7.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>router1</hostname> + <size>60</size> + <uniqueidentifier>186</uniqueidentifier> + <location>510,50</location> + <mytype>router</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>186</hostid> + <nicid>187</nicid> + <hostname>router1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>187</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>186</hostid> + <nicid>188</nicid> + <hostname>router1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>188</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>8.8.8.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>186</hostid> + <nicid>189</nicid> + <hostname>router1</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>189</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.7.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <route> + <ip>192.168.5.0</ip> + <mask>255.255.255.0</mask> + <gateway>192.168.7.2</gateway> + <type>route</type> + </route> + </device> + <device> + <hostname>server0</hostname> + <size>60</size> + <uniqueidentifier>302</uniqueidentifier> + <location>820,190</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>True</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>302</hostid> + <nicid>303</nicid> + <hostname>server0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>303</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>302</hostid> + <nicid>304</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>304</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <dhcprange> + <ip>127.0.0.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>route</type> + </dhcprange> + <dhcprange> + <ip>192.168.1.2</ip> + <mask>192.168.1.50</mask> + <gateway>192.168.1.70</gateway> + <type>route</type> + </dhcprange> + </device> + <device> + <hostname>server1</hostname> + <size>60</size> + <uniqueidentifier>472</uniqueidentifier> + <location>180,190</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>472</hostid> + <nicid>473</nicid> + <hostname>server1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>473</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>472</hostid> + <nicid>474</nicid> + <hostname>server1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>474</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.3</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree0</hostname> + <size>60</size> + <uniqueidentifier>100</uniqueidentifier> + <location>350,760</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>100</hostid> + <nicid>101</nicid> + <hostname>tree0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>101</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>100</hostid> + <nicid>102</nicid> + <hostname>tree0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>102</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree1</hostname> + <size>60</size> + <uniqueidentifier>103</uniqueidentifier> + <location>390,610</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>103</hostid> + <nicid>104</nicid> + <hostname>tree1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>104</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>103</hostid> + <nicid>105</nicid> + <hostname>tree1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>105</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree10</hostname> + <size>60</size> + <uniqueidentifier>361</uniqueidentifier> + <location>530,570</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>361</hostid> + <nicid>362</nicid> + <hostname>tree10</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>362</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>361</hostid> + <nicid>363</nicid> + <hostname>tree10</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>363</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree11</hostname> + <size>60</size> + <uniqueidentifier>364</uniqueidentifier> + <location>510,840</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>364</hostid> + <nicid>365</nicid> + <hostname>tree11</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>365</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>364</hostid> + <nicid>366</nicid> + <hostname>tree11</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>366</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree12</hostname> + <size>60</size> + <uniqueidentifier>367</uniqueidentifier> + <location>580,210</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>367</hostid> + <nicid>368</nicid> + <hostname>tree12</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>368</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>367</hostid> + <nicid>369</nicid> + <hostname>tree12</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>369</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree13</hostname> + <size>60</size> + <uniqueidentifier>370</uniqueidentifier> + <location>260,210</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>370</hostid> + <nicid>371</nicid> + <hostname>tree13</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>371</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>370</hostid> + <nicid>372</nicid> + <hostname>tree13</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>372</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree14</hostname> + <size>60</size> + <uniqueidentifier>373</uniqueidentifier> + <location>590,390</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>373</hostid> + <nicid>374</nicid> + <hostname>tree14</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>374</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>373</hostid> + <nicid>375</nicid> + <hostname>tree14</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>375</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree15</hostname> + <size>60</size> + <uniqueidentifier>376</uniqueidentifier> + <location>260,380</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>376</hostid> + <nicid>377</nicid> + <hostname>tree15</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>377</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>376</hostid> + <nicid>378</nicid> + <hostname>tree15</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>378</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree2</hostname> + <size>60</size> + <uniqueidentifier>106</uniqueidentifier> + <location>470,720</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>106</hostid> + <nicid>107</nicid> + <hostname>tree2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>107</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>106</hostid> + <nicid>108</nicid> + <hostname>tree2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>108</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree3</hostname> + <size>60</size> + <uniqueidentifier>225</uniqueidentifier> + <location>320,660</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>225</hostid> + <nicid>226</nicid> + <hostname>tree3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>226</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>225</hostid> + <nicid>227</nicid> + <hostname>tree3</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>227</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree4</hostname> + <size>60</size> + <uniqueidentifier>228</uniqueidentifier> + <location>510,650</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>228</hostid> + <nicid>229</nicid> + <hostname>tree4</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>229</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>228</hostid> + <nicid>230</nicid> + <hostname>tree4</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>230</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree5</hostname> + <size>60</size> + <uniqueidentifier>314</uniqueidentifier> + <location>360,300</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>314</hostid> + <nicid>315</nicid> + <hostname>tree5</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>315</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>314</hostid> + <nicid>316</nicid> + <hostname>tree5</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>316</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree6</hostname> + <size>60</size> + <uniqueidentifier>317</uniqueidentifier> + <location>470,290</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>317</hostid> + <nicid>318</nicid> + <hostname>tree6</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>318</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>317</hostid> + <nicid>319</nicid> + <hostname>tree6</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>319</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree7</hostname> + <size>60</size> + <uniqueidentifier>320</uniqueidentifier> + <location>370,430</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>320</hostid> + <nicid>321</nicid> + <hostname>tree7</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>321</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>320</hostid> + <nicid>322</nicid> + <hostname>tree7</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>322</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree8</hostname> + <size>60</size> + <uniqueidentifier>323</uniqueidentifier> + <location>450,410</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>323</hostid> + <nicid>324</nicid> + <hostname>tree8</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>324</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>323</hostid> + <nicid>325</nicid> + <hostname>tree8</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>325</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree9</hostname> + <size>60</size> + <uniqueidentifier>358</uniqueidentifier> + <location>300,570</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>358</hostid> + <nicid>359</nicid> + <hostname>tree9</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>359</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>358</hostid> + <nicid>360</nicid> + <hostname>tree9</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>360</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wap0</hostname> + <size>60</size> + <uniqueidentifier>121</uniqueidentifier> + <location>660,520</location> + <mytype>wap</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>121</hostid> + <nicid>124</nicid> + <hostname>wap0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>124</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>121</hostid> + <nicid>125</nicid> + <hostname>wap0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>125</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.1.20</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport2</nicname> + <myid> + <hostid>121</hostid> + <nicid>126</nicid> + <hostname>wap0</hostname> + <nicname>wport2</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>126</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport3</nicname> + <myid> + <hostid>121</hostid> + <nicid>127</nicid> + <hostname>wap0</hostname> + <nicname>wport3</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>127</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport4</nicname> + <myid> + <hostid>121</hostid> + <nicid>128</nicid> + <hostname>wap0</hostname> + <nicname>wport4</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>128</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport5</nicname> + <myid> + <hostid>121</hostid> + <nicid>129</nicid> + <hostname>wap0</hostname> + <nicname>wport5</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>129</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport6</nicname> + <myid> + <hostid>121</hostid> + <nicid>130</nicid> + <hostname>wap0</hostname> + <nicname>wport6</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>130</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport7</nicname> + <myid> + <hostid>121</hostid> + <nicid>131</nicid> + <hostname>wap0</hostname> + <nicname>wport7</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>131</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wap1</hostname> + <size>60</size> + <uniqueidentifier>414</uniqueidentifier> + <location>110,390</location> + <mytype>wap</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>414</hostid> + <nicid>417</nicid> + <hostname>wap1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>417</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>414</hostid> + <nicid>418</nicid> + <hostname>wap1</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>418</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.1.22</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport2</nicname> + <myid> + <hostid>414</hostid> + <nicid>419</nicid> + <hostname>wap1</hostname> + <nicname>wport2</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>419</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport3</nicname> + <myid> + <hostid>414</hostid> + <nicid>420</nicid> + <hostname>wap1</hostname> + <nicname>wport3</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>420</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport4</nicname> + <myid> + <hostid>414</hostid> + <nicid>421</nicid> + <hostname>wap1</hostname> + <nicname>wport4</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>421</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport5</nicname> + <myid> + <hostid>414</hostid> + <nicid>422</nicid> + <hostname>wap1</hostname> + <nicname>wport5</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>422</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport6</nicname> + <myid> + <hostid>414</hostid> + <nicid>423</nicid> + <hostname>wap1</hostname> + <nicname>wport6</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>423</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport7</nicname> + <myid> + <hostid>414</hostid> + <nicid>424</nicid> + <hostname>wap1</hostname> + <nicname>wport7</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>424</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wbridge0</hostname> + <size>60</size> + <uniqueidentifier>152</uniqueidentifier> + <location>180,520</location> + <mytype>wbridge</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>152</hostid> + <nicid>155</nicid> + <hostname>wbridge0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>155</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan1</nicname> + <myid> + <hostid>152</hostid> + <nicid>156</nicid> + <hostname>wbridge0</hostname> + <nicname>wlan1</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>156</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wlan1</nicname> + <myip> + <ip>192.168.1.21</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>152</hostid> + <nicid>157</nicid> + <hostname>wbridge0</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>157</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>152</hostid> + <nicid>158</nicid> + <hostname>wbridge0</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>158</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>152</hostid> + <nicid>159</nicid> + <hostname>wbridge0</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>159</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>152</hostid> + <nicid>160</nicid> + <hostname>wbridge0</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>160</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <link> + <SrcNic> + <hostid>175</hostid> + <nicid>179</nicid> + <hostname>firewall0</hostname> + <nicname>wan0</nicname> + </SrcNic> + <DstNic> + <hostid>182</hostid> + <nicid>184</nicid> + <hostname>router0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>firewall0_link_router0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>247</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>190</hostid> + <nicid>192</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>186</hostid> + <nicid>188</nicid> + <hostname>router1</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>google.com_link_router1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>193</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>410</hostid> + <nicid>412</nicid> + <hostname>laptop0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>138</nicid> + <hostname>net_switch0</hostname> + <nicname>port4</nicname> + </DstNic> + <hostname>laptop0_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>455</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>436</hostid> + <nicid>439</nicid> + <hostname>laptop1</hostname> + <nicname>wlan2</nicname> + </SrcNic> + <DstNic> + <hostid>414</hostid> + <nicid>419</nicid> + <hostname>wap1</hostname> + <nicname>wport2</nicname> + </DstNic> + <hostname>laptop1_link_wap1</hostname> + <linktype>wireless</linktype> + <uniqueidentifier>441</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>132</hostid> + <nicid>135</nicid> + <hostname>net_switch0</hostname> + <nicname>port1</nicname> + </SrcNic> + <DstNic> + <hostid>152</hostid> + <nicid>160</nicid> + <hostname>wbridge0</hostname> + <nicname>port5</nicname> + </DstNic> + <hostname>net_switch0_link_wbridge0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>169</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>142</hostid> + <nicid>150</nicid> + <hostname>net_switch1</hostname> + <nicname>port6</nicname> + </SrcNic> + <DstNic> + <hostid>283</hostid> + <nicid>292</nicid> + <hostname>net_switch2</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>net_switch1_link_net_switch2</hostname> + <linktype>normal</linktype> + <uniqueidentifier>294</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>286</nicid> + <hostname>net_switch2</hostname> + <nicname>port1</nicname> + </SrcNic> + <DstNic> + <hostid>175</hostid> + <nicid>177</nicid> + <hostname>firewall0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_firewall0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>296</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>288</nicid> + <hostname>net_switch2</hostname> + <nicname>port3</nicname> + </SrcNic> + <DstNic> + <hostid>404</hostid> + <nicid>406</nicid> + <hostname>pc6</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_pc6</hostname> + <linktype>normal</linktype> + <uniqueidentifier>450</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>287</nicid> + <hostname>net_switch2</hostname> + <nicname>port2</nicname> + </SrcNic> + <DstNic> + <hostid>302</hostid> + <nicid>304</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_server0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>306</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>109</hostid> + <nicid>111</nicid> + <hostname>pc0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>136</nicid> + <hostname>net_switch0</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc0_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>171</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>112</hostid> + <nicid>114</nicid> + <hostname>pc1</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>137</nicid> + <hostname>net_switch0</hostname> + <nicname>port3</nicname> + </DstNic> + <hostname>pc1_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>173</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>115</hostid> + <nicid>117</nicid> + <hostname>pc2</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>145</nicid> + <hostname>net_switch1</hostname> + <nicname>port1</nicname> + </DstNic> + <hostname>pc2_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>163</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>118</hostid> + <nicid>120</nicid> + <hostname>pc3</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>146</nicid> + <hostname>net_switch1</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc3_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>165</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>398</hostid> + <nicid>400</nicid> + <hostname>pc4</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>391</nicid> + <hostname>net_switch3</hostname> + <nicname>port1</nicname> + </DstNic> + <hostname>pc4_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>429</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>401</hostid> + <nicid>403</nicid> + <hostname>pc5</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>392</nicid> + <hostname>net_switch3</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc5_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>431</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>407</hostid> + <nicid>409</nicid> + <hostname>pc7</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>147</nicid> + <hostname>net_switch1</hostname> + <nicname>port3</nicname> + </DstNic> + <hostname>pc7_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>447</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>182</hostid> + <nicid>185</nicid> + <hostname>router0</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>186</hostid> + <nicid>189</nicid> + <hostname>router1</hostname> + <nicname>eth1</nicname> + </DstNic> + <hostname>router0_link_router1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>249</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>121</hostid> + <nicid>125</nicid> + <hostname>wap0</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>151</nicid> + <hostname>net_switch1</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>wap0_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>167</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>414</hostid> + <nicid>418</nicid> + <hostname>wap1</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>396</nicid> + <hostname>net_switch3</hostname> + <nicname>port6</nicname> + </DstNic> + <hostname>wap1_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>433</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>152</hostid> + <nicid>159</nicid> + <hostname>wbridge0</hostname> + <nicname>port4</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>397</nicid> + <hostname>net_switch3</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>wbridge0_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>425</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>388</hostid> + <nicid>395</nicid> + <hostname>net_switch3</hostname> + <nicname>port5</nicname> + </SrcNic> + <DstNic> + <hostid>472</hostid> + <nicid>474</nicid> + <hostname>server1</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch3_link_server1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>476</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>152</hostid> + <nicid>156</nicid> + <hostname>wbridge0</hostname> + <nicname>wlan1</nicname> + </SrcNic> + <DstNic> + <hostid>121</hostid> + <nicid>126</nicid> + <hostname>wap0</hostname> + <nicname>wport2</nicname> + </DstNic> + <hostname /> + <linktype>wireless</linktype> + <uniqueidentifier>504</uniqueidentifier> + </link> + <nettest> + <shost>net_switch2</shost> + <dhost>net_switch2</dhost> + <thetest>DeviceBlowsUpWithPower</thetest> + </nettest> + <nettest> + <shost>pc1</shost> + <dhost>server0</dhost> + <thetest>SuccessfullyPings</thetest> + </nettest> + <tag>Power</tag> + <shape> + <name>Grass</name> + <what>rectangle</what> + <where>3, 7, 1013, 1004</where> + <fillcolor>LightGreen</fillcolor> + <linecolor>LightGreen</linecolor> + </shape> + <shape> + <name>LeftBldg</name> + <what>rectangle</what> + <where>20, 170, 250, 700</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>RightBldg</name> + <what>rectangle</what> + <where>650, 170, 250, 700</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>LB_RWall</name> + <what>rectangle</what> + <where>255, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_RWall</name> + <what>rectangle</what> + <where>650, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_TWall</name> + <what>rectangle</what> + <where>20, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_TWall</name> + <what>rectangle</what> + <where>885, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_BWall</name> + <what>rectangle</what> + <where>20, 870, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_BWall</name> + <what>rectangle</what> + <where>650, 870, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_LWall</name> + <what>rectangle</what> + <where>20, 170, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_LWall</name> + <what>rectangle</what> + <where>650, 170, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>CenterCement</name> + <what>rectangle</what> + <where>326, 200, 262, 377</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>CenterPark</name> + <what>rectangle</what> + <where>359, 270, 188, 247</where> + <fillcolor>LightGreen</fillcolor> + <linecolor>LightGreen</linecolor> + </shape> + <shape> + <name>LWindow</name> + <what>rectangle</what> + <where>260, 500, 5, 100</where> + <fillcolor>Blue</fillcolor> + <linecolor>Blue</linecolor> + </shape> + <shape> + <name>R_Window</name> + <what>rectangle</what> + <where>655, 500, 5, 100</where> + <fillcolor>Blue</fillcolor> + <linecolor>Blue</linecolor> + </shape> + <shape> + <name>LSidewalk</name> + <what>rectangle</what> + <where>255, 300, 100, 80</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RSidewalk</name> + <what>rectangle</what> + <where>550, 300, 100, 80</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LDoor</name> + <what>rectangle</what> + <where>255, 300, 10, 80</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>RDoor</name> + <what>rectangle</what> + <where>655, 300, 10, 80</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <VLANName + ID="1" + Color="Blue">Default</VLANName> + </Network> +</EduNetworkBuilder> \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level5_Practice4.enbx b/EduNetworkBuilder/Resources/Level5_Practice4.enbx new file mode 100644 index 0000000..1cb6420 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level5_Practice4.enbx @@ -0,0 +1,4399 @@ +<?xml version="1.0" encoding="utf-8"?> +<EduNetworkBuilder> + <!--This is a network file for EduNetworkBuilder.--> + <Network> + <en_message /> + <en_title>Generic Office - Wireless</en_title> + <en_url /> + <height>1024</height> + <width>1024</width> + <itemsize>60</itemsize> + <showlabels>host</showlabels> + <level>5</level> + <sortorder>10</sortorder> + <uniqueidentifier>522</uniqueidentifier> + <startinghelplevel>none</startinghelplevel> + <vlansenabled>True</vlansenabled> + <VLANPacketColors>False</VLANPacketColors> + <device> + <hostname>firewall0</hostname> + <size>60</size> + <uniqueidentifier>175</uniqueidentifier> + <location>670,200</location> + <mytype>firewall</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.5.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>175</hostid> + <nicid>176</nicid> + <hostname>firewall0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>176</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wan</nictype> + <nicname>wan0</nicname> + <myid> + <hostid>175</hostid> + <nicid>179</nicid> + <hostname>firewall0</hostname> + <nicname>wan0</nicname> + </myid> + <nictype>wan</nictype> + <uniqueidentifier>179</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>wan0</nicname> + <myip> + <ip>192.168.5.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>175</hostid> + <nicid>177</nicid> + <hostname>firewall0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>177</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>175</hostid> + <nicid>178</nicid> + <hostname>firewall0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>178</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>google.com</hostname> + <size>60</size> + <uniqueidentifier>190</uniqueidentifier> + <location>330,50</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>8.8.8.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>190</hostid> + <nicid>191</nicid> + <hostname>server0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>191</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>190</hostid> + <nicid>192</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>192</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>8.8.8.8</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>laptop0</hostname> + <size>60</size> + <uniqueidentifier>410</uniqueidentifier> + <location>180,800</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>410</hostid> + <nicid>411</nicid> + <hostname>laptop0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>411</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>410</hostid> + <nicid>412</nicid> + <hostname>laptop0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>412</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan2</nicname> + <myid> + <hostid>410</hostid> + <nicid>413</nicid> + <hostname>laptop0</hostname> + <nicname>wlan2</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>413</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>wlan2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>laptop1</hostname> + <size>60</size> + <uniqueidentifier>436</uniqueidentifier> + <location>170,410</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>436</hostid> + <nicid>437</nicid> + <hostname>laptop1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>437</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>436</hostid> + <nicid>438</nicid> + <hostname>laptop1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>438</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan2</nicname> + <myid> + <hostid>436</hostid> + <nicid>439</nicid> + <hostname>laptop1</hostname> + <nicname>wlan2</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>439</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wlan2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch0</hostname> + <size>60</size> + <uniqueidentifier>132</uniqueidentifier> + <location>90,670</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>132</hostid> + <nicid>133</nicid> + <hostname>net_switch0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>133</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>132</hostid> + <nicid>134</nicid> + <hostname>net_switch0</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>134</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.13</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>132</hostid> + <nicid>135</nicid> + <hostname>net_switch0</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>135</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>132</hostid> + <nicid>136</nicid> + <hostname>net_switch0</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>136</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>132</hostid> + <nicid>137</nicid> + <hostname>net_switch0</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>137</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>132</hostid> + <nicid>138</nicid> + <hostname>net_switch0</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>138</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>132</hostid> + <nicid>139</nicid> + <hostname>net_switch0</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>139</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>132</hostid> + <nicid>140</nicid> + <hostname>net_switch0</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>140</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>132</hostid> + <nicid>141</nicid> + <hostname>net_switch0</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>141</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch1</hostname> + <size>60</size> + <uniqueidentifier>142</uniqueidentifier> + <location>736,649</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>142</hostid> + <nicid>143</nicid> + <hostname>net_switch1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>143</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>142</hostid> + <nicid>144</nicid> + <hostname>net_switch1</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>144</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.11</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>142</hostid> + <nicid>145</nicid> + <hostname>net_switch1</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>145</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>142</hostid> + <nicid>146</nicid> + <hostname>net_switch1</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>146</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>142</hostid> + <nicid>147</nicid> + <hostname>net_switch1</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>147</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>142</hostid> + <nicid>148</nicid> + <hostname>net_switch1</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>148</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>142</hostid> + <nicid>149</nicid> + <hostname>net_switch1</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>149</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>142</hostid> + <nicid>150</nicid> + <hostname>net_switch1</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>150</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>142</hostid> + <nicid>151</nicid> + <hostname>net_switch1</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>151</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch2</hostname> + <size>60</size> + <uniqueidentifier>283</uniqueidentifier> + <location>736,279</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>283</hostid> + <nicid>284</nicid> + <hostname>net_switch2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>284</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>283</hostid> + <nicid>285</nicid> + <hostname>net_switch2</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>285</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.10</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>283</hostid> + <nicid>286</nicid> + <hostname>net_switch2</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>286</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>283</hostid> + <nicid>287</nicid> + <hostname>net_switch2</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>287</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>283</hostid> + <nicid>288</nicid> + <hostname>net_switch2</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>288</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>283</hostid> + <nicid>289</nicid> + <hostname>net_switch2</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>289</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>283</hostid> + <nicid>290</nicid> + <hostname>net_switch2</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>290</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>283</hostid> + <nicid>291</nicid> + <hostname>net_switch2</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>291</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>283</hostid> + <nicid>292</nicid> + <hostname>net_switch2</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>292</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch3</hostname> + <size>60</size> + <uniqueidentifier>388</uniqueidentifier> + <location>90,290</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>388</hostid> + <nicid>389</nicid> + <hostname>net_switch3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>389</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>388</hostid> + <nicid>390</nicid> + <hostname>net_switch3</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>390</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.12</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>388</hostid> + <nicid>391</nicid> + <hostname>net_switch3</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>391</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>388</hostid> + <nicid>392</nicid> + <hostname>net_switch3</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>392</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>388</hostid> + <nicid>393</nicid> + <hostname>net_switch3</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>393</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>388</hostid> + <nicid>394</nicid> + <hostname>net_switch3</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>394</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>388</hostid> + <nicid>395</nicid> + <hostname>net_switch3</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>395</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>388</hostid> + <nicid>396</nicid> + <hostname>net_switch3</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>396</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>388</hostid> + <nicid>397</nicid> + <hostname>net_switch3</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>397</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc0</hostname> + <size>60</size> + <uniqueidentifier>109</uniqueidentifier> + <location>170,640</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>109</hostid> + <nicid>110</nicid> + <hostname>pc0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>110</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>109</hostid> + <nicid>111</nicid> + <hostname>pc0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>111</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.22</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc1</hostname> + <size>60</size> + <uniqueidentifier>112</uniqueidentifier> + <location>40,770</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>112</hostid> + <nicid>113</nicid> + <hostname>pc1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>113</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>112</hostid> + <nicid>114</nicid> + <hostname>pc1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>114</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.23</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc2</hostname> + <size>60</size> + <uniqueidentifier>115</uniqueidentifier> + <location>820,510</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>115</hostid> + <nicid>116</nicid> + <hostname>pc2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>116</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>115</hostid> + <nicid>117</nicid> + <hostname>pc2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>117</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.20</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc3</hostname> + <size>60</size> + <uniqueidentifier>118</uniqueidentifier> + <location>820,800</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>118</hostid> + <nicid>119</nicid> + <hostname>pc3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>119</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>118</hostid> + <nicid>120</nicid> + <hostname>pc3</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>120</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.21</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc4</hostname> + <size>60</size> + <uniqueidentifier>398</uniqueidentifier> + <location>30,200</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>398</hostid> + <nicid>399</nicid> + <hostname>pc4</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>399</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>398</hostid> + <nicid>400</nicid> + <hostname>pc4</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>400</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc5</hostname> + <size>60</size> + <uniqueidentifier>401</uniqueidentifier> + <location>20,310</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>401</hostid> + <nicid>402</nicid> + <hostname>pc5</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>402</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>401</hostid> + <nicid>403</nicid> + <hostname>pc5</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>403</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc6</hostname> + <size>60</size> + <uniqueidentifier>404</uniqueidentifier> + <location>830,300</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>404</hostid> + <nicid>405</nicid> + <hostname>pc6</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>405</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>404</hostid> + <nicid>406</nicid> + <hostname>pc6</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>406</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc7</hostname> + <size>60</size> + <uniqueidentifier>407</uniqueidentifier> + <location>670,790</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>407</hostid> + <nicid>408</nicid> + <hostname>pc7</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>408</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>407</hostid> + <nicid>409</nicid> + <hostname>pc7</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>409</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>router0</hostname> + <size>60</size> + <uniqueidentifier>182</uniqueidentifier> + <location>670,50</location> + <mytype>router</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.7.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>182</hostid> + <nicid>183</nicid> + <hostname>router0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>183</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>182</hostid> + <nicid>184</nicid> + <hostname>router0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>184</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.5.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>182</hostid> + <nicid>185</nicid> + <hostname>router0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>185</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.7.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>router1</hostname> + <size>60</size> + <uniqueidentifier>186</uniqueidentifier> + <location>510,50</location> + <mytype>router</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>186</hostid> + <nicid>187</nicid> + <hostname>router1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>187</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>186</hostid> + <nicid>188</nicid> + <hostname>router1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>188</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>8.8.8.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>186</hostid> + <nicid>189</nicid> + <hostname>router1</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>189</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.7.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <route> + <ip>192.168.5.0</ip> + <mask>255.255.255.0</mask> + <gateway>192.168.7.2</gateway> + <type>route</type> + </route> + </device> + <device> + <hostname>server0</hostname> + <size>60</size> + <uniqueidentifier>302</uniqueidentifier> + <location>820,190</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>True</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>302</hostid> + <nicid>303</nicid> + <hostname>server0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>303</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>302</hostid> + <nicid>304</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>304</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <dhcprange> + <ip>127.0.0.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>route</type> + </dhcprange> + <dhcprange> + <ip>192.168.1.2</ip> + <mask>192.168.1.50</mask> + <gateway>192.168.1.70</gateway> + <type>route</type> + </dhcprange> + </device> + <device> + <hostname>server1</hostname> + <size>60</size> + <uniqueidentifier>472</uniqueidentifier> + <location>180,190</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>472</hostid> + <nicid>473</nicid> + <hostname>server1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>473</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>472</hostid> + <nicid>474</nicid> + <hostname>server1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>474</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.3</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree0</hostname> + <size>60</size> + <uniqueidentifier>100</uniqueidentifier> + <location>350,760</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>100</hostid> + <nicid>101</nicid> + <hostname>tree0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>101</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>100</hostid> + <nicid>102</nicid> + <hostname>tree0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>102</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree1</hostname> + <size>60</size> + <uniqueidentifier>103</uniqueidentifier> + <location>390,610</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>103</hostid> + <nicid>104</nicid> + <hostname>tree1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>104</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>103</hostid> + <nicid>105</nicid> + <hostname>tree1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>105</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree10</hostname> + <size>60</size> + <uniqueidentifier>361</uniqueidentifier> + <location>530,570</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>361</hostid> + <nicid>362</nicid> + <hostname>tree10</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>362</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>361</hostid> + <nicid>363</nicid> + <hostname>tree10</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>363</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree11</hostname> + <size>60</size> + <uniqueidentifier>364</uniqueidentifier> + <location>510,840</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>364</hostid> + <nicid>365</nicid> + <hostname>tree11</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>365</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>364</hostid> + <nicid>366</nicid> + <hostname>tree11</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>366</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree12</hostname> + <size>60</size> + <uniqueidentifier>367</uniqueidentifier> + <location>580,210</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>367</hostid> + <nicid>368</nicid> + <hostname>tree12</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>368</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>367</hostid> + <nicid>369</nicid> + <hostname>tree12</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>369</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree13</hostname> + <size>60</size> + <uniqueidentifier>370</uniqueidentifier> + <location>260,210</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>370</hostid> + <nicid>371</nicid> + <hostname>tree13</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>371</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>370</hostid> + <nicid>372</nicid> + <hostname>tree13</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>372</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree14</hostname> + <size>60</size> + <uniqueidentifier>373</uniqueidentifier> + <location>590,390</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>373</hostid> + <nicid>374</nicid> + <hostname>tree14</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>374</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>373</hostid> + <nicid>375</nicid> + <hostname>tree14</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>375</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree15</hostname> + <size>60</size> + <uniqueidentifier>376</uniqueidentifier> + <location>260,380</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>376</hostid> + <nicid>377</nicid> + <hostname>tree15</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>377</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>376</hostid> + <nicid>378</nicid> + <hostname>tree15</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>378</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree2</hostname> + <size>60</size> + <uniqueidentifier>106</uniqueidentifier> + <location>470,720</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>106</hostid> + <nicid>107</nicid> + <hostname>tree2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>107</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>106</hostid> + <nicid>108</nicid> + <hostname>tree2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>108</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree3</hostname> + <size>60</size> + <uniqueidentifier>225</uniqueidentifier> + <location>320,660</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>225</hostid> + <nicid>226</nicid> + <hostname>tree3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>226</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>225</hostid> + <nicid>227</nicid> + <hostname>tree3</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>227</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree4</hostname> + <size>60</size> + <uniqueidentifier>228</uniqueidentifier> + <location>510,650</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>228</hostid> + <nicid>229</nicid> + <hostname>tree4</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>229</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>228</hostid> + <nicid>230</nicid> + <hostname>tree4</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>230</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree5</hostname> + <size>60</size> + <uniqueidentifier>314</uniqueidentifier> + <location>360,300</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>314</hostid> + <nicid>315</nicid> + <hostname>tree5</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>315</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>314</hostid> + <nicid>316</nicid> + <hostname>tree5</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>316</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree6</hostname> + <size>60</size> + <uniqueidentifier>317</uniqueidentifier> + <location>470,290</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>317</hostid> + <nicid>318</nicid> + <hostname>tree6</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>318</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>317</hostid> + <nicid>319</nicid> + <hostname>tree6</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>319</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree7</hostname> + <size>60</size> + <uniqueidentifier>320</uniqueidentifier> + <location>370,430</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>320</hostid> + <nicid>321</nicid> + <hostname>tree7</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>321</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>320</hostid> + <nicid>322</nicid> + <hostname>tree7</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>322</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree8</hostname> + <size>60</size> + <uniqueidentifier>323</uniqueidentifier> + <location>450,410</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>323</hostid> + <nicid>324</nicid> + <hostname>tree8</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>324</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>323</hostid> + <nicid>325</nicid> + <hostname>tree8</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>325</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree9</hostname> + <size>60</size> + <uniqueidentifier>358</uniqueidentifier> + <location>300,570</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>358</hostid> + <nicid>359</nicid> + <hostname>tree9</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>359</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>358</hostid> + <nicid>360</nicid> + <hostname>tree9</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>360</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wap0</hostname> + <size>60</size> + <uniqueidentifier>121</uniqueidentifier> + <location>680,490</location> + <mytype>wap</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>121</hostid> + <nicid>124</nicid> + <hostname>wap0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>124</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>121</hostid> + <nicid>125</nicid> + <hostname>wap0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>125</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.1.20</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport2</nicname> + <myid> + <hostid>121</hostid> + <nicid>126</nicid> + <hostname>wap0</hostname> + <nicname>wport2</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>126</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport3</nicname> + <myid> + <hostid>121</hostid> + <nicid>127</nicid> + <hostname>wap0</hostname> + <nicname>wport3</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>127</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport4</nicname> + <myid> + <hostid>121</hostid> + <nicid>128</nicid> + <hostname>wap0</hostname> + <nicname>wport4</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>128</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport5</nicname> + <myid> + <hostid>121</hostid> + <nicid>129</nicid> + <hostname>wap0</hostname> + <nicname>wport5</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>129</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport6</nicname> + <myid> + <hostid>121</hostid> + <nicid>130</nicid> + <hostname>wap0</hostname> + <nicname>wport6</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>130</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport7</nicname> + <myid> + <hostid>121</hostid> + <nicid>131</nicid> + <hostname>wap0</hostname> + <nicname>wport7</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>131</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wap1</hostname> + <size>60</size> + <uniqueidentifier>414</uniqueidentifier> + <location>170,340</location> + <mytype>wap</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>414</hostid> + <nicid>417</nicid> + <hostname>wap1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>417</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>414</hostid> + <nicid>418</nicid> + <hostname>wap1</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>418</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.1.22</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport2</nicname> + <myid> + <hostid>414</hostid> + <nicid>419</nicid> + <hostname>wap1</hostname> + <nicname>wport2</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>419</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport3</nicname> + <myid> + <hostid>414</hostid> + <nicid>420</nicid> + <hostname>wap1</hostname> + <nicname>wport3</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>420</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport4</nicname> + <myid> + <hostid>414</hostid> + <nicid>421</nicid> + <hostname>wap1</hostname> + <nicname>wport4</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>421</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport5</nicname> + <myid> + <hostid>414</hostid> + <nicid>422</nicid> + <hostname>wap1</hostname> + <nicname>wport5</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>422</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport6</nicname> + <myid> + <hostid>414</hostid> + <nicid>423</nicid> + <hostname>wap1</hostname> + <nicname>wport6</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>423</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport7</nicname> + <myid> + <hostid>414</hostid> + <nicid>424</nicid> + <hostname>wap1</hostname> + <nicname>wport7</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>424</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wbridge0</hostname> + <size>60</size> + <uniqueidentifier>152</uniqueidentifier> + <location>90,490</location> + <mytype>wbridge</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>152</hostid> + <nicid>155</nicid> + <hostname>wbridge0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>155</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan1</nicname> + <myid> + <hostid>152</hostid> + <nicid>156</nicid> + <hostname>wbridge0</hostname> + <nicname>wlan1</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>156</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wlan1</nicname> + <myip> + <ip>192.168.1.21</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>152</hostid> + <nicid>157</nicid> + <hostname>wbridge0</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>157</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>152</hostid> + <nicid>158</nicid> + <hostname>wbridge0</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>158</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>152</hostid> + <nicid>159</nicid> + <hostname>wbridge0</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>159</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>152</hostid> + <nicid>160</nicid> + <hostname>wbridge0</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>160</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <link> + <SrcNic> + <hostid>175</hostid> + <nicid>179</nicid> + <hostname>firewall0</hostname> + <nicname>wan0</nicname> + </SrcNic> + <DstNic> + <hostid>182</hostid> + <nicid>184</nicid> + <hostname>router0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>firewall0_link_router0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>247</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>190</hostid> + <nicid>192</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>186</hostid> + <nicid>188</nicid> + <hostname>router1</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>google.com_link_router1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>193</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>410</hostid> + <nicid>412</nicid> + <hostname>laptop0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>138</nicid> + <hostname>net_switch0</hostname> + <nicname>port4</nicname> + </DstNic> + <hostname>laptop0_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>455</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>436</hostid> + <nicid>439</nicid> + <hostname>laptop1</hostname> + <nicname>wlan2</nicname> + </SrcNic> + <DstNic> + <hostid>414</hostid> + <nicid>419</nicid> + <hostname>wap1</hostname> + <nicname>wport2</nicname> + </DstNic> + <hostname>laptop1_link_wap1</hostname> + <linktype>wireless</linktype> + <uniqueidentifier>441</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>132</hostid> + <nicid>135</nicid> + <hostname>net_switch0</hostname> + <nicname>port1</nicname> + </SrcNic> + <DstNic> + <hostid>152</hostid> + <nicid>160</nicid> + <hostname>wbridge0</hostname> + <nicname>port5</nicname> + </DstNic> + <hostname>net_switch0_link_wbridge0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>169</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>142</hostid> + <nicid>150</nicid> + <hostname>net_switch1</hostname> + <nicname>port6</nicname> + </SrcNic> + <DstNic> + <hostid>283</hostid> + <nicid>292</nicid> + <hostname>net_switch2</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>net_switch1_link_net_switch2</hostname> + <linktype>normal</linktype> + <uniqueidentifier>294</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>286</nicid> + <hostname>net_switch2</hostname> + <nicname>port1</nicname> + </SrcNic> + <DstNic> + <hostid>175</hostid> + <nicid>177</nicid> + <hostname>firewall0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_firewall0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>296</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>288</nicid> + <hostname>net_switch2</hostname> + <nicname>port3</nicname> + </SrcNic> + <DstNic> + <hostid>404</hostid> + <nicid>406</nicid> + <hostname>pc6</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_pc6</hostname> + <linktype>normal</linktype> + <uniqueidentifier>450</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>287</nicid> + <hostname>net_switch2</hostname> + <nicname>port2</nicname> + </SrcNic> + <DstNic> + <hostid>302</hostid> + <nicid>304</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_server0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>306</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>109</hostid> + <nicid>111</nicid> + <hostname>pc0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>136</nicid> + <hostname>net_switch0</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc0_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>171</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>112</hostid> + <nicid>114</nicid> + <hostname>pc1</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>137</nicid> + <hostname>net_switch0</hostname> + <nicname>port3</nicname> + </DstNic> + <hostname>pc1_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>173</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>115</hostid> + <nicid>117</nicid> + <hostname>pc2</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>145</nicid> + <hostname>net_switch1</hostname> + <nicname>port1</nicname> + </DstNic> + <hostname>pc2_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>163</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>118</hostid> + <nicid>120</nicid> + <hostname>pc3</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>146</nicid> + <hostname>net_switch1</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc3_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>165</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>398</hostid> + <nicid>400</nicid> + <hostname>pc4</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>391</nicid> + <hostname>net_switch3</hostname> + <nicname>port1</nicname> + </DstNic> + <hostname>pc4_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>429</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>401</hostid> + <nicid>403</nicid> + <hostname>pc5</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>392</nicid> + <hostname>net_switch3</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc5_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>431</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>407</hostid> + <nicid>409</nicid> + <hostname>pc7</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>147</nicid> + <hostname>net_switch1</hostname> + <nicname>port3</nicname> + </DstNic> + <hostname>pc7_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>447</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>182</hostid> + <nicid>185</nicid> + <hostname>router0</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>186</hostid> + <nicid>189</nicid> + <hostname>router1</hostname> + <nicname>eth1</nicname> + </DstNic> + <hostname>router0_link_router1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>249</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>121</hostid> + <nicid>125</nicid> + <hostname>wap0</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>151</nicid> + <hostname>net_switch1</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>wap0_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>167</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>414</hostid> + <nicid>418</nicid> + <hostname>wap1</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>396</nicid> + <hostname>net_switch3</hostname> + <nicname>port6</nicname> + </DstNic> + <hostname>wap1_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>433</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>152</hostid> + <nicid>159</nicid> + <hostname>wbridge0</hostname> + <nicname>port4</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>397</nicid> + <hostname>net_switch3</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>wbridge0_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>425</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>388</hostid> + <nicid>395</nicid> + <hostname>net_switch3</hostname> + <nicname>port5</nicname> + </SrcNic> + <DstNic> + <hostid>472</hostid> + <nicid>474</nicid> + <hostname>server1</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch3_link_server1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>476</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>152</hostid> + <nicid>156</nicid> + <hostname>wbridge0</hostname> + <nicname>wlan1</nicname> + </SrcNic> + <DstNic> + <hostid>121</hostid> + <nicid>126</nicid> + <hostname>wap0</hostname> + <nicname>wport2</nicname> + </DstNic> + <hostname /> + <linktype>wireless</linktype> + <uniqueidentifier>521</uniqueidentifier> + </link> + <nettest> + <shost>wbridge0</shost> + <dhost>LeftBldg</dhost> + <thetest>LockLocation</thetest> + </nettest> + <nettest> + <shost>wap0</shost> + <dhost>RightBldg</dhost> + <thetest>LockLocation</thetest> + </nettest> + <nettest> + <shost>server0</shost> + <dhost>server1</dhost> + <thetest>SuccessfullyPings</thetest> + </nettest> + <shape> + <name>Grass</name> + <what>rectangle</what> + <where>3, 7, 1013, 1004</where> + <fillcolor>LightGreen</fillcolor> + <linecolor>LightGreen</linecolor> + </shape> + <shape> + <name>LeftBldg</name> + <what>rectangle</what> + <where>20, 170, 250, 700</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>RightBldg</name> + <what>rectangle</what> + <where>650, 170, 250, 700</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>LB_RWall</name> + <what>rectangle</what> + <where>255, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_RWall</name> + <what>rectangle</what> + <where>650, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_TWall</name> + <what>rectangle</what> + <where>20, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_TWall</name> + <what>rectangle</what> + <where>885, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_BWall</name> + <what>rectangle</what> + <where>20, 870, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_BWall</name> + <what>rectangle</what> + <where>650, 870, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_LWall</name> + <what>rectangle</what> + <where>20, 170, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_LWall</name> + <what>rectangle</what> + <where>650, 170, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>CenterCement</name> + <what>rectangle</what> + <where>326, 200, 262, 377</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>CenterPark</name> + <what>rectangle</what> + <where>359, 270, 188, 247</where> + <fillcolor>LightGreen</fillcolor> + <linecolor>LightGreen</linecolor> + </shape> + <shape> + <name>LWindow</name> + <what>rectangle</what> + <where>260, 500, 5, 100</where> + <fillcolor>Blue</fillcolor> + <linecolor>Blue</linecolor> + </shape> + <shape> + <name>R_Window</name> + <what>rectangle</what> + <where>655, 500, 5, 100</where> + <fillcolor>Blue</fillcolor> + <linecolor>Blue</linecolor> + </shape> + <shape> + <name>LSidewalk</name> + <what>rectangle</what> + <where>255, 300, 100, 80</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RSidewalk</name> + <what>rectangle</what> + <where>550, 300, 100, 80</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LDoor</name> + <what>rectangle</what> + <where>255, 300, 10, 80</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>RDoor</name> + <what>rectangle</what> + <where>655, 300, 10, 80</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <VLANName + ID="1" + Color="Blue">Default</VLANName> + </Network> +</EduNetworkBuilder> \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level5_Practice5.enbx b/EduNetworkBuilder/Resources/Level5_Practice5.enbx new file mode 100644 index 0000000..8a42432 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level5_Practice5.enbx @@ -0,0 +1,4484 @@ +<?xml version="1.0" encoding="utf-8"?> +<EduNetworkBuilder> + <!--This is a network file for EduNetworkBuilder.--> + <Network> + <en_message /> + <en_title>Practice5</en_title> + <en_url /> + <height>1024</height> + <width>1024</width> + <itemsize>60</itemsize> + <showlabels>host</showlabels> + <level>5</level> + <sortorder>25</sortorder> + <uniqueidentifier>514</uniqueidentifier> + <startinghelplevel>none</startinghelplevel> + <vlansenabled>True</vlansenabled> + <VLANPacketColors>False</VLANPacketColors> + <device> + <hostname>copier0</hostname> + <size>60</size> + <uniqueidentifier>502</uniqueidentifier> + <location>50,500</location> + <mytype>copier</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>502</hostid> + <nicid>503</nicid> + <hostname>copier0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>503</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>502</hostid> + <nicid>504</nicid> + <hostname>copier0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>504</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.5</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>firewall0</hostname> + <size>60</size> + <uniqueidentifier>175</uniqueidentifier> + <location>670,200</location> + <mytype>firewall</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.5.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>175</hostid> + <nicid>176</nicid> + <hostname>firewall0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>176</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wan</nictype> + <nicname>wan0</nicname> + <myid> + <hostid>175</hostid> + <nicid>179</nicid> + <hostname>firewall0</hostname> + <nicname>wan0</nicname> + </myid> + <nictype>wan</nictype> + <uniqueidentifier>179</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>wan0</nicname> + <myip> + <ip>192.168.5.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>175</hostid> + <nicid>177</nicid> + <hostname>firewall0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>177</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>175</hostid> + <nicid>178</nicid> + <hostname>firewall0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>178</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>google.com</hostname> + <size>60</size> + <uniqueidentifier>190</uniqueidentifier> + <location>330,50</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>8.8.8.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>190</hostid> + <nicid>191</nicid> + <hostname>server0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>191</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>190</hostid> + <nicid>192</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>192</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>8.8.8.8</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>laptop0</hostname> + <size>60</size> + <uniqueidentifier>410</uniqueidentifier> + <location>180,800</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>410</hostid> + <nicid>411</nicid> + <hostname>laptop0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>411</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>410</hostid> + <nicid>412</nicid> + <hostname>laptop0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>412</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan2</nicname> + <myid> + <hostid>410</hostid> + <nicid>413</nicid> + <hostname>laptop0</hostname> + <nicname>wlan2</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>413</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>wlan2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>laptop1</hostname> + <size>60</size> + <uniqueidentifier>436</uniqueidentifier> + <location>20,420</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>436</hostid> + <nicid>437</nicid> + <hostname>laptop1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>437</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>436</hostid> + <nicid>438</nicid> + <hostname>laptop1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>438</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan2</nicname> + <myid> + <hostid>436</hostid> + <nicid>439</nicid> + <hostname>laptop1</hostname> + <nicname>wlan2</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>439</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wlan2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch0</hostname> + <size>60</size> + <uniqueidentifier>132</uniqueidentifier> + <location>180,690</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <poweroff>True</poweroff> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>132</hostid> + <nicid>133</nicid> + <hostname>net_switch0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>133</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>132</hostid> + <nicid>134</nicid> + <hostname>net_switch0</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>134</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.13</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>132</hostid> + <nicid>135</nicid> + <hostname>net_switch0</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>135</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>132</hostid> + <nicid>136</nicid> + <hostname>net_switch0</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>136</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>132</hostid> + <nicid>137</nicid> + <hostname>net_switch0</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>137</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>132</hostid> + <nicid>138</nicid> + <hostname>net_switch0</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>138</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>132</hostid> + <nicid>139</nicid> + <hostname>net_switch0</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>139</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>132</hostid> + <nicid>140</nicid> + <hostname>net_switch0</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>140</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>132</hostid> + <nicid>141</nicid> + <hostname>net_switch0</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>141</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch1</hostname> + <size>60</size> + <uniqueidentifier>142</uniqueidentifier> + <location>736,649</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>142</hostid> + <nicid>143</nicid> + <hostname>net_switch1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>143</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>142</hostid> + <nicid>144</nicid> + <hostname>net_switch1</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>144</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.11</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>142</hostid> + <nicid>145</nicid> + <hostname>net_switch1</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>145</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>142</hostid> + <nicid>146</nicid> + <hostname>net_switch1</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>146</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>142</hostid> + <nicid>147</nicid> + <hostname>net_switch1</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>147</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>142</hostid> + <nicid>148</nicid> + <hostname>net_switch1</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>148</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>142</hostid> + <nicid>149</nicid> + <hostname>net_switch1</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>149</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>142</hostid> + <nicid>150</nicid> + <hostname>net_switch1</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>150</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>142</hostid> + <nicid>151</nicid> + <hostname>net_switch1</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>151</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch2</hostname> + <size>60</size> + <uniqueidentifier>283</uniqueidentifier> + <location>736,279</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>283</hostid> + <nicid>284</nicid> + <hostname>net_switch2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>284</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>283</hostid> + <nicid>285</nicid> + <hostname>net_switch2</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>285</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.10</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>283</hostid> + <nicid>286</nicid> + <hostname>net_switch2</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>286</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>283</hostid> + <nicid>287</nicid> + <hostname>net_switch2</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>287</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>283</hostid> + <nicid>288</nicid> + <hostname>net_switch2</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>288</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>283</hostid> + <nicid>289</nicid> + <hostname>net_switch2</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>289</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>283</hostid> + <nicid>290</nicid> + <hostname>net_switch2</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>290</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>283</hostid> + <nicid>291</nicid> + <hostname>net_switch2</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>291</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>283</hostid> + <nicid>292</nicid> + <hostname>net_switch2</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>292</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch3</hostname> + <size>60</size> + <uniqueidentifier>388</uniqueidentifier> + <location>180,300</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>388</hostid> + <nicid>389</nicid> + <hostname>net_switch3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>389</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>388</hostid> + <nicid>390</nicid> + <hostname>net_switch3</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>390</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.12</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>388</hostid> + <nicid>391</nicid> + <hostname>net_switch3</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>391</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>388</hostid> + <nicid>392</nicid> + <hostname>net_switch3</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>392</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>388</hostid> + <nicid>393</nicid> + <hostname>net_switch3</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>393</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>388</hostid> + <nicid>394</nicid> + <hostname>net_switch3</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>394</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>388</hostid> + <nicid>395</nicid> + <hostname>net_switch3</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>395</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>388</hostid> + <nicid>396</nicid> + <hostname>net_switch3</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>396</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>388</hostid> + <nicid>397</nicid> + <hostname>net_switch3</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>397</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc0</hostname> + <size>60</size> + <uniqueidentifier>109</uniqueidentifier> + <location>40,630</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>109</hostid> + <nicid>110</nicid> + <hostname>pc0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>110</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>109</hostid> + <nicid>111</nicid> + <hostname>pc0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>111</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.22</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc1</hostname> + <size>60</size> + <uniqueidentifier>112</uniqueidentifier> + <location>40,770</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>112</hostid> + <nicid>113</nicid> + <hostname>pc1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>113</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>112</hostid> + <nicid>114</nicid> + <hostname>pc1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>114</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.23</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc2</hostname> + <size>60</size> + <uniqueidentifier>115</uniqueidentifier> + <location>820,510</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>115</hostid> + <nicid>116</nicid> + <hostname>pc2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>116</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>115</hostid> + <nicid>117</nicid> + <hostname>pc2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>117</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.20</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc3</hostname> + <size>60</size> + <uniqueidentifier>118</uniqueidentifier> + <location>820,760</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>118</hostid> + <nicid>119</nicid> + <hostname>pc3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>119</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>118</hostid> + <nicid>120</nicid> + <hostname>pc3</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>120</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.21</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc4</hostname> + <size>60</size> + <uniqueidentifier>398</uniqueidentifier> + <location>30,200</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>398</hostid> + <nicid>399</nicid> + <hostname>pc4</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>399</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>398</hostid> + <nicid>400</nicid> + <hostname>pc4</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>400</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc5</hostname> + <size>60</size> + <uniqueidentifier>401</uniqueidentifier> + <location>20,310</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>401</hostid> + <nicid>402</nicid> + <hostname>pc5</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>402</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>401</hostid> + <nicid>403</nicid> + <hostname>pc5</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>403</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc6</hostname> + <size>60</size> + <uniqueidentifier>404</uniqueidentifier> + <location>820,350</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>404</hostid> + <nicid>405</nicid> + <hostname>pc6</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>405</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>404</hostid> + <nicid>406</nicid> + <hostname>pc6</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>406</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc7</hostname> + <size>60</size> + <uniqueidentifier>407</uniqueidentifier> + <location>670,790</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>407</hostid> + <nicid>408</nicid> + <hostname>pc7</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>408</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>407</hostid> + <nicid>409</nicid> + <hostname>pc7</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>409</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>router0</hostname> + <size>60</size> + <uniqueidentifier>182</uniqueidentifier> + <location>670,50</location> + <mytype>router</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.7.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>182</hostid> + <nicid>183</nicid> + <hostname>router0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>183</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>182</hostid> + <nicid>184</nicid> + <hostname>router0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>184</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.5.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>182</hostid> + <nicid>185</nicid> + <hostname>router0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>185</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.7.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>router1</hostname> + <size>60</size> + <uniqueidentifier>186</uniqueidentifier> + <location>510,50</location> + <mytype>router</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>186</hostid> + <nicid>187</nicid> + <hostname>router1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>187</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>186</hostid> + <nicid>188</nicid> + <hostname>router1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>188</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>8.8.8.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>186</hostid> + <nicid>189</nicid> + <hostname>router1</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>189</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.7.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <route> + <ip>192.168.5.0</ip> + <mask>255.255.255.0</mask> + <gateway>192.168.7.2</gateway> + <type>route</type> + </route> + </device> + <device> + <hostname>server0</hostname> + <size>60</size> + <uniqueidentifier>302</uniqueidentifier> + <location>820,190</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>True</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>302</hostid> + <nicid>303</nicid> + <hostname>server0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>303</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>302</hostid> + <nicid>304</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>304</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <dhcprange> + <ip>127.0.0.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>route</type> + </dhcprange> + <dhcprange> + <ip>192.168.1.2</ip> + <mask>192.168.1.50</mask> + <gateway>192.168.1.70</gateway> + <type>route</type> + </dhcprange> + </device> + <device> + <hostname>server1</hostname> + <size>60</size> + <uniqueidentifier>472</uniqueidentifier> + <location>180,190</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>472</hostid> + <nicid>473</nicid> + <hostname>server1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>473</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>472</hostid> + <nicid>474</nicid> + <hostname>server1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>474</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.3</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree0</hostname> + <size>60</size> + <uniqueidentifier>100</uniqueidentifier> + <location>350,760</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>100</hostid> + <nicid>101</nicid> + <hostname>tree0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>101</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>100</hostid> + <nicid>102</nicid> + <hostname>tree0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>102</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree1</hostname> + <size>60</size> + <uniqueidentifier>103</uniqueidentifier> + <location>390,610</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>103</hostid> + <nicid>104</nicid> + <hostname>tree1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>104</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>103</hostid> + <nicid>105</nicid> + <hostname>tree1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>105</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree10</hostname> + <size>60</size> + <uniqueidentifier>361</uniqueidentifier> + <location>530,570</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>361</hostid> + <nicid>362</nicid> + <hostname>tree10</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>362</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>361</hostid> + <nicid>363</nicid> + <hostname>tree10</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>363</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree11</hostname> + <size>60</size> + <uniqueidentifier>364</uniqueidentifier> + <location>510,840</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>364</hostid> + <nicid>365</nicid> + <hostname>tree11</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>365</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>364</hostid> + <nicid>366</nicid> + <hostname>tree11</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>366</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree12</hostname> + <size>60</size> + <uniqueidentifier>367</uniqueidentifier> + <location>580,210</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>367</hostid> + <nicid>368</nicid> + <hostname>tree12</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>368</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>367</hostid> + <nicid>369</nicid> + <hostname>tree12</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>369</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree13</hostname> + <size>60</size> + <uniqueidentifier>370</uniqueidentifier> + <location>260,210</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>370</hostid> + <nicid>371</nicid> + <hostname>tree13</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>371</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>370</hostid> + <nicid>372</nicid> + <hostname>tree13</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>372</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree14</hostname> + <size>60</size> + <uniqueidentifier>373</uniqueidentifier> + <location>590,390</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>373</hostid> + <nicid>374</nicid> + <hostname>tree14</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>374</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>373</hostid> + <nicid>375</nicid> + <hostname>tree14</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>375</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree15</hostname> + <size>60</size> + <uniqueidentifier>376</uniqueidentifier> + <location>260,380</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>376</hostid> + <nicid>377</nicid> + <hostname>tree15</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>377</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>376</hostid> + <nicid>378</nicid> + <hostname>tree15</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>378</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree2</hostname> + <size>60</size> + <uniqueidentifier>106</uniqueidentifier> + <location>470,720</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>106</hostid> + <nicid>107</nicid> + <hostname>tree2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>107</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>106</hostid> + <nicid>108</nicid> + <hostname>tree2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>108</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree3</hostname> + <size>60</size> + <uniqueidentifier>225</uniqueidentifier> + <location>320,660</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>225</hostid> + <nicid>226</nicid> + <hostname>tree3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>226</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>225</hostid> + <nicid>227</nicid> + <hostname>tree3</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>227</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree4</hostname> + <size>60</size> + <uniqueidentifier>228</uniqueidentifier> + <location>510,650</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>228</hostid> + <nicid>229</nicid> + <hostname>tree4</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>229</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>228</hostid> + <nicid>230</nicid> + <hostname>tree4</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>230</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree5</hostname> + <size>60</size> + <uniqueidentifier>314</uniqueidentifier> + <location>360,300</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>314</hostid> + <nicid>315</nicid> + <hostname>tree5</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>315</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>314</hostid> + <nicid>316</nicid> + <hostname>tree5</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>316</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree6</hostname> + <size>60</size> + <uniqueidentifier>317</uniqueidentifier> + <location>470,290</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>317</hostid> + <nicid>318</nicid> + <hostname>tree6</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>318</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>317</hostid> + <nicid>319</nicid> + <hostname>tree6</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>319</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree7</hostname> + <size>60</size> + <uniqueidentifier>320</uniqueidentifier> + <location>370,430</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>320</hostid> + <nicid>321</nicid> + <hostname>tree7</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>321</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>320</hostid> + <nicid>322</nicid> + <hostname>tree7</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>322</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree8</hostname> + <size>60</size> + <uniqueidentifier>323</uniqueidentifier> + <location>450,410</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>323</hostid> + <nicid>324</nicid> + <hostname>tree8</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>324</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>323</hostid> + <nicid>325</nicid> + <hostname>tree8</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>325</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree9</hostname> + <size>60</size> + <uniqueidentifier>358</uniqueidentifier> + <location>300,570</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>358</hostid> + <nicid>359</nicid> + <hostname>tree9</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>359</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>358</hostid> + <nicid>360</nicid> + <hostname>tree9</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>360</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wap0</hostname> + <size>60</size> + <uniqueidentifier>121</uniqueidentifier> + <location>660,520</location> + <mytype>wap</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>121</hostid> + <nicid>124</nicid> + <hostname>wap0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>124</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>121</hostid> + <nicid>125</nicid> + <hostname>wap0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>125</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.1.20</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport2</nicname> + <myid> + <hostid>121</hostid> + <nicid>126</nicid> + <hostname>wap0</hostname> + <nicname>wport2</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>126</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport3</nicname> + <myid> + <hostid>121</hostid> + <nicid>127</nicid> + <hostname>wap0</hostname> + <nicname>wport3</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>127</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport4</nicname> + <myid> + <hostid>121</hostid> + <nicid>128</nicid> + <hostname>wap0</hostname> + <nicname>wport4</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>128</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport5</nicname> + <myid> + <hostid>121</hostid> + <nicid>129</nicid> + <hostname>wap0</hostname> + <nicname>wport5</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>129</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport6</nicname> + <myid> + <hostid>121</hostid> + <nicid>130</nicid> + <hostname>wap0</hostname> + <nicname>wport6</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>130</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport7</nicname> + <myid> + <hostid>121</hostid> + <nicid>131</nicid> + <hostname>wap0</hostname> + <nicname>wport7</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>131</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wap1</hostname> + <size>60</size> + <uniqueidentifier>414</uniqueidentifier> + <location>110,390</location> + <mytype>wap</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>414</hostid> + <nicid>417</nicid> + <hostname>wap1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>417</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>414</hostid> + <nicid>418</nicid> + <hostname>wap1</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>418</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.1.22</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport2</nicname> + <myid> + <hostid>414</hostid> + <nicid>419</nicid> + <hostname>wap1</hostname> + <nicname>wport2</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>419</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport3</nicname> + <myid> + <hostid>414</hostid> + <nicid>420</nicid> + <hostname>wap1</hostname> + <nicname>wport3</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>420</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport4</nicname> + <myid> + <hostid>414</hostid> + <nicid>421</nicid> + <hostname>wap1</hostname> + <nicname>wport4</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>421</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport5</nicname> + <myid> + <hostid>414</hostid> + <nicid>422</nicid> + <hostname>wap1</hostname> + <nicname>wport5</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>422</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport6</nicname> + <myid> + <hostid>414</hostid> + <nicid>423</nicid> + <hostname>wap1</hostname> + <nicname>wport6</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>423</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport7</nicname> + <myid> + <hostid>414</hostid> + <nicid>424</nicid> + <hostname>wap1</hostname> + <nicname>wport7</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>424</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wbridge0</hostname> + <size>60</size> + <uniqueidentifier>152</uniqueidentifier> + <location>180,520</location> + <mytype>wbridge</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>152</hostid> + <nicid>155</nicid> + <hostname>wbridge0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>155</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan1</nicname> + <myid> + <hostid>152</hostid> + <nicid>156</nicid> + <hostname>wbridge0</hostname> + <nicname>wlan1</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>156</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wlan1</nicname> + <myip> + <ip>192.168.1.21</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>152</hostid> + <nicid>157</nicid> + <hostname>wbridge0</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>157</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>152</hostid> + <nicid>158</nicid> + <hostname>wbridge0</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>158</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>152</hostid> + <nicid>159</nicid> + <hostname>wbridge0</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>159</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>152</hostid> + <nicid>160</nicid> + <hostname>wbridge0</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>160</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <link> + <SrcNic> + <hostid>502</hostid> + <nicid>504</nicid> + <hostname>copier0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>152</hostid> + <nicid>157</nicid> + <hostname>wbridge0</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname /> + <linktype>normal</linktype> + <uniqueidentifier>505</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>175</hostid> + <nicid>179</nicid> + <hostname>firewall0</hostname> + <nicname>wan0</nicname> + </SrcNic> + <DstNic> + <hostid>182</hostid> + <nicid>184</nicid> + <hostname>router0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>firewall0_link_router0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>247</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>190</hostid> + <nicid>192</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>186</hostid> + <nicid>188</nicid> + <hostname>router1</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>google.com_link_router1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>193</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>410</hostid> + <nicid>412</nicid> + <hostname>laptop0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>138</nicid> + <hostname>net_switch0</hostname> + <nicname>port4</nicname> + </DstNic> + <hostname>laptop0_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>455</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>436</hostid> + <nicid>439</nicid> + <hostname>laptop1</hostname> + <nicname>wlan2</nicname> + </SrcNic> + <DstNic> + <hostid>414</hostid> + <nicid>419</nicid> + <hostname>wap1</hostname> + <nicname>wport2</nicname> + </DstNic> + <hostname>laptop1_link_wap1</hostname> + <linktype>wireless</linktype> + <uniqueidentifier>441</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>132</hostid> + <nicid>135</nicid> + <hostname>net_switch0</hostname> + <nicname>port1</nicname> + </SrcNic> + <DstNic> + <hostid>152</hostid> + <nicid>160</nicid> + <hostname>wbridge0</hostname> + <nicname>port5</nicname> + </DstNic> + <hostname>net_switch0_link_wbridge0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>169</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>142</hostid> + <nicid>150</nicid> + <hostname>net_switch1</hostname> + <nicname>port6</nicname> + </SrcNic> + <DstNic> + <hostid>283</hostid> + <nicid>292</nicid> + <hostname>net_switch2</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>net_switch1_link_net_switch2</hostname> + <linktype>normal</linktype> + <uniqueidentifier>294</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>286</nicid> + <hostname>net_switch2</hostname> + <nicname>port1</nicname> + </SrcNic> + <DstNic> + <hostid>175</hostid> + <nicid>177</nicid> + <hostname>firewall0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_firewall0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>296</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>288</nicid> + <hostname>net_switch2</hostname> + <nicname>port3</nicname> + </SrcNic> + <DstNic> + <hostid>404</hostid> + <nicid>406</nicid> + <hostname>pc6</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_pc6</hostname> + <linktype>normal</linktype> + <uniqueidentifier>450</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>287</nicid> + <hostname>net_switch2</hostname> + <nicname>port2</nicname> + </SrcNic> + <DstNic> + <hostid>302</hostid> + <nicid>304</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_server0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>306</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>388</hostid> + <nicid>395</nicid> + <hostname>net_switch3</hostname> + <nicname>port5</nicname> + </SrcNic> + <DstNic> + <hostid>472</hostid> + <nicid>474</nicid> + <hostname>server1</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch3_link_server1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>476</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>109</hostid> + <nicid>111</nicid> + <hostname>pc0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>136</nicid> + <hostname>net_switch0</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc0_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>171</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>115</hostid> + <nicid>117</nicid> + <hostname>pc2</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>145</nicid> + <hostname>net_switch1</hostname> + <nicname>port1</nicname> + </DstNic> + <hostname>pc2_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>163</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>118</hostid> + <nicid>120</nicid> + <hostname>pc3</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>146</nicid> + <hostname>net_switch1</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc3_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>165</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>398</hostid> + <nicid>400</nicid> + <hostname>pc4</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>391</nicid> + <hostname>net_switch3</hostname> + <nicname>port1</nicname> + </DstNic> + <hostname>pc4_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>429</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>401</hostid> + <nicid>403</nicid> + <hostname>pc5</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>392</nicid> + <hostname>net_switch3</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc5_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>431</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>407</hostid> + <nicid>409</nicid> + <hostname>pc7</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>147</nicid> + <hostname>net_switch1</hostname> + <nicname>port3</nicname> + </DstNic> + <hostname>pc7_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>447</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>182</hostid> + <nicid>185</nicid> + <hostname>router0</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>186</hostid> + <nicid>189</nicid> + <hostname>router1</hostname> + <nicname>eth1</nicname> + </DstNic> + <hostname>router0_link_router1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>249</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>121</hostid> + <nicid>125</nicid> + <hostname>wap0</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>151</nicid> + <hostname>net_switch1</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>wap0_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>167</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>414</hostid> + <nicid>418</nicid> + <hostname>wap1</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>396</nicid> + <hostname>net_switch3</hostname> + <nicname>port6</nicname> + </DstNic> + <hostname>wap1_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>433</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>152</hostid> + <nicid>159</nicid> + <hostname>wbridge0</hostname> + <nicname>port4</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>397</nicid> + <hostname>net_switch3</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>wbridge0_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>425</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>112</hostid> + <nicid>114</nicid> + <hostname>pc1</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>137</nicid> + <hostname>net_switch0</hostname> + <nicname>port3</nicname> + </DstNic> + <hostname /> + <linktype>broken</linktype> + <uniqueidentifier>512</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>152</hostid> + <nicid>156</nicid> + <hostname>wbridge0</hostname> + <nicname>wlan1</nicname> + </SrcNic> + <DstNic> + <hostid>121</hostid> + <nicid>126</nicid> + <hostname>wap0</hostname> + <nicname>wport2</nicname> + </DstNic> + <hostname /> + <linktype>wireless</linktype> + <uniqueidentifier>513</uniqueidentifier> + </link> + <nettest> + <shost>wap0</shost> + <dhost>RightBldg</dhost> + <thetest>LockLocation</thetest> + </nettest> + <nettest> + <shost>wbridge0</shost> + <dhost>LeftBldg</dhost> + <thetest>LockLocation</thetest> + </nettest> + <nettest> + <shost>pc1</shost> + <dhost>server0</dhost> + <thetest>SuccessfullyPings</thetest> + </nettest> + <shape> + <name>Grass</name> + <what>rectangle</what> + <where>3, 7, 1013, 1004</where> + <fillcolor>LightGreen</fillcolor> + <linecolor>LightGreen</linecolor> + </shape> + <shape> + <name>LeftBldg</name> + <what>rectangle</what> + <where>20, 170, 250, 700</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>RightBldg</name> + <what>rectangle</what> + <where>650, 170, 250, 700</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>LB_RWall</name> + <what>rectangle</what> + <where>255, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_RWall</name> + <what>rectangle</what> + <where>650, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_TWall</name> + <what>rectangle</what> + <where>20, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_TWall</name> + <what>rectangle</what> + <where>885, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_BWall</name> + <what>rectangle</what> + <where>20, 870, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_BWall</name> + <what>rectangle</what> + <where>650, 870, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_LWall</name> + <what>rectangle</what> + <where>20, 170, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_LWall</name> + <what>rectangle</what> + <where>650, 170, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>CenterCement</name> + <what>rectangle</what> + <where>326, 200, 262, 377</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>CenterPark</name> + <what>rectangle</what> + <where>359, 270, 188, 247</where> + <fillcolor>LightGreen</fillcolor> + <linecolor>LightGreen</linecolor> + </shape> + <shape> + <name>LWindow</name> + <what>rectangle</what> + <where>260, 500, 5, 100</where> + <fillcolor>Blue</fillcolor> + <linecolor>Blue</linecolor> + </shape> + <shape> + <name>R_Window</name> + <what>rectangle</what> + <where>655, 500, 5, 100</where> + <fillcolor>Blue</fillcolor> + <linecolor>Blue</linecolor> + </shape> + <shape> + <name>LSidewalk</name> + <what>rectangle</what> + <where>255, 300, 100, 80</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RSidewalk</name> + <what>rectangle</what> + <where>550, 300, 100, 80</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LDoor</name> + <what>rectangle</what> + <where>255, 300, 10, 80</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>RDoor</name> + <what>rectangle</what> + <where>655, 300, 10, 80</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <VLANName + ID="1" + Color="Blue">Default</VLANName> + </Network> +</EduNetworkBuilder> \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/Level5_Practice6.enbx b/EduNetworkBuilder/Resources/Level5_Practice6.enbx new file mode 100644 index 0000000..d44fff1 --- /dev/null +++ b/EduNetworkBuilder/Resources/Level5_Practice6.enbx @@ -0,0 +1,4694 @@ +<?xml version="1.0" encoding="utf-8"?> +<EduNetworkBuilder> + <!--This is a network file for EduNetworkBuilder.--> + <Network> + <en_message /> + <en_title>Practice6</en_title> + <en_url /> + <height>1024</height> + <width>1024</width> + <itemsize>60</itemsize> + <showlabels>host</showlabels> + <level>5</level> + <sortorder>26</sortorder> + <uniqueidentifier>546</uniqueidentifier> + <startinghelplevel>none</startinghelplevel> + <vlansenabled>True</vlansenabled> + <VLANPacketColors>False</VLANPacketColors> + <device> + <hostname>firewall0</hostname> + <size>60</size> + <uniqueidentifier>175</uniqueidentifier> + <location>670,200</location> + <mytype>firewall</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.5.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>175</hostid> + <nicid>176</nicid> + <hostname>firewall0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>176</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wan</nictype> + <nicname>wan0</nicname> + <myid> + <hostid>175</hostid> + <nicid>179</nicid> + <hostname>firewall0</hostname> + <nicname>wan0</nicname> + </myid> + <nictype>wan</nictype> + <uniqueidentifier>179</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>wan0</nicname> + <myip> + <ip>192.168.5.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>175</hostid> + <nicid>177</nicid> + <hostname>firewall0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>177</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>175</hostid> + <nicid>178</nicid> + <hostname>firewall0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>178</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>google.com</hostname> + <size>60</size> + <uniqueidentifier>190</uniqueidentifier> + <location>330,50</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>8.8.8.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>190</hostid> + <nicid>191</nicid> + <hostname>server0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>191</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>190</hostid> + <nicid>192</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>192</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>8.8.8.8</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>laptop0</hostname> + <size>60</size> + <uniqueidentifier>410</uniqueidentifier> + <location>180,790</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>410</hostid> + <nicid>411</nicid> + <hostname>laptop0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>411</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan2</nicname> + <myid> + <hostid>410</hostid> + <nicid>413</nicid> + <hostname>laptop0</hostname> + <nicname>wlan2</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>413</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wlan2</nicname> + <myip> + <ip>192.168.1.50</ip> + <mask>255.255.255.0</mask> + <gateway>192.168.1.1</gateway> + <type>route</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>laptop1</hostname> + <size>60</size> + <uniqueidentifier>436</uniqueidentifier> + <location>30,190</location> + <mytype>laptop</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>436</hostid> + <nicid>437</nicid> + <hostname>laptop1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>437</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>436</hostid> + <nicid>438</nicid> + <hostname>laptop1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>438</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan2</nicname> + <myid> + <hostid>436</hostid> + <nicid>439</nicid> + <hostname>laptop1</hostname> + <nicname>wlan2</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>439</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wlan2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch0</hostname> + <size>60</size> + <uniqueidentifier>132</uniqueidentifier> + <location>180,690</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>132</hostid> + <nicid>133</nicid> + <hostname>net_switch0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>133</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>132</hostid> + <nicid>134</nicid> + <hostname>net_switch0</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>134</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.13</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>132</hostid> + <nicid>135</nicid> + <hostname>net_switch0</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>135</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>132</hostid> + <nicid>136</nicid> + <hostname>net_switch0</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>136</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>132</hostid> + <nicid>137</nicid> + <hostname>net_switch0</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>137</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>132</hostid> + <nicid>138</nicid> + <hostname>net_switch0</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>138</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>132</hostid> + <nicid>139</nicid> + <hostname>net_switch0</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>139</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>132</hostid> + <nicid>140</nicid> + <hostname>net_switch0</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>140</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>132</hostid> + <nicid>141</nicid> + <hostname>net_switch0</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>141</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch1</hostname> + <size>60</size> + <uniqueidentifier>142</uniqueidentifier> + <location>736,649</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>142</hostid> + <nicid>143</nicid> + <hostname>net_switch1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>143</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>142</hostid> + <nicid>144</nicid> + <hostname>net_switch1</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>144</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.11</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>142</hostid> + <nicid>145</nicid> + <hostname>net_switch1</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>145</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>142</hostid> + <nicid>146</nicid> + <hostname>net_switch1</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>146</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>142</hostid> + <nicid>147</nicid> + <hostname>net_switch1</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>147</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>142</hostid> + <nicid>148</nicid> + <hostname>net_switch1</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>148</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>142</hostid> + <nicid>149</nicid> + <hostname>net_switch1</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>149</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>142</hostid> + <nicid>150</nicid> + <hostname>net_switch1</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>150</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>142</hostid> + <nicid>151</nicid> + <hostname>net_switch1</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>151</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch2</hostname> + <size>60</size> + <uniqueidentifier>283</uniqueidentifier> + <location>736,279</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>283</hostid> + <nicid>284</nicid> + <hostname>net_switch2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>284</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>283</hostid> + <nicid>285</nicid> + <hostname>net_switch2</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>285</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.10</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>283</hostid> + <nicid>286</nicid> + <hostname>net_switch2</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>286</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>283</hostid> + <nicid>287</nicid> + <hostname>net_switch2</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>287</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>283</hostid> + <nicid>288</nicid> + <hostname>net_switch2</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>288</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>283</hostid> + <nicid>289</nicid> + <hostname>net_switch2</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>289</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>283</hostid> + <nicid>290</nicid> + <hostname>net_switch2</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>290</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>283</hostid> + <nicid>291</nicid> + <hostname>net_switch2</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>291</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>283</hostid> + <nicid>292</nicid> + <hostname>net_switch2</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>292</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>net_switch3</hostname> + <size>60</size> + <uniqueidentifier>388</uniqueidentifier> + <location>180,300</location> + <mytype>net_switch</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>388</hostid> + <nicid>389</nicid> + <hostname>net_switch3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>389</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>management_interface</nictype> + <nicname>management_interface0</nicname> + <myid> + <hostid>388</hostid> + <nicid>390</nicid> + <hostname>net_switch3</hostname> + <nicname>management_interface0</nicname> + </myid> + <nictype>management_interface</nictype> + <uniqueidentifier>390</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>management_interface0</nicname> + <myip> + <ip>192.168.1.12</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port1</nicname> + <myid> + <hostid>388</hostid> + <nicid>391</nicid> + <hostname>net_switch3</hostname> + <nicname>port1</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>391</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port1</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>388</hostid> + <nicid>392</nicid> + <hostname>net_switch3</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>392</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>388</hostid> + <nicid>393</nicid> + <hostname>net_switch3</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>393</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>388</hostid> + <nicid>394</nicid> + <hostname>net_switch3</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>394</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>388</hostid> + <nicid>395</nicid> + <hostname>net_switch3</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>395</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port6</nicname> + <myid> + <hostid>388</hostid> + <nicid>396</nicid> + <hostname>net_switch3</hostname> + <nicname>port6</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>396</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port7</nicname> + <myid> + <hostid>388</hostid> + <nicid>397</nicid> + <hostname>net_switch3</hostname> + <nicname>port7</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>397</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>port7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc0</hostname> + <size>60</size> + <uniqueidentifier>109</uniqueidentifier> + <location>40,630</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>109</hostid> + <nicid>110</nicid> + <hostname>pc0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>110</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>109</hostid> + <nicid>111</nicid> + <hostname>pc0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>111</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.22</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc1</hostname> + <size>60</size> + <uniqueidentifier>112</uniqueidentifier> + <location>40,770</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>112</hostid> + <nicid>113</nicid> + <hostname>pc1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>113</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>112</hostid> + <nicid>114</nicid> + <hostname>pc1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>114</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.23</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc2</hostname> + <size>60</size> + <uniqueidentifier>115</uniqueidentifier> + <location>820,510</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>115</hostid> + <nicid>116</nicid> + <hostname>pc2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>116</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>115</hostid> + <nicid>117</nicid> + <hostname>pc2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>117</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.20</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc3</hostname> + <size>60</size> + <uniqueidentifier>118</uniqueidentifier> + <location>820,800</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>118</hostid> + <nicid>119</nicid> + <hostname>pc3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>119</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>118</hostid> + <nicid>120</nicid> + <hostname>pc3</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>120</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.21</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc4</hostname> + <size>60</size> + <uniqueidentifier>398</uniqueidentifier> + <location>20,410</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>398</hostid> + <nicid>399</nicid> + <hostname>pc4</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>399</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>398</hostid> + <nicid>400</nicid> + <hostname>pc4</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>400</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc5</hostname> + <size>60</size> + <uniqueidentifier>401</uniqueidentifier> + <location>20,310</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>401</hostid> + <nicid>402</nicid> + <hostname>pc5</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>402</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>401</hostid> + <nicid>403</nicid> + <hostname>pc5</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>403</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc6</hostname> + <size>60</size> + <uniqueidentifier>404</uniqueidentifier> + <location>830,300</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>404</hostid> + <nicid>405</nicid> + <hostname>pc6</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>405</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>404</hostid> + <nicid>406</nicid> + <hostname>pc6</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>406</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>pc7</hostname> + <size>60</size> + <uniqueidentifier>407</uniqueidentifier> + <location>820,650</location> + <mytype>pc</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>407</hostid> + <nicid>408</nicid> + <hostname>pc7</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>408</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>407</hostid> + <nicid>409</nicid> + <hostname>pc7</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>409</uniqueidentifier> + <usesdhcp>True</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>router0</hostname> + <size>60</size> + <uniqueidentifier>182</uniqueidentifier> + <location>670,50</location> + <mytype>router</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.7.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>182</hostid> + <nicid>183</nicid> + <hostname>router0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>183</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>182</hostid> + <nicid>184</nicid> + <hostname>router0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>184</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.5.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>182</hostid> + <nicid>185</nicid> + <hostname>router0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>185</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.7.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>router1</hostname> + <size>60</size> + <uniqueidentifier>186</uniqueidentifier> + <location>510,50</location> + <mytype>router</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>186</hostid> + <nicid>187</nicid> + <hostname>router1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>187</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>186</hostid> + <nicid>188</nicid> + <hostname>router1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>188</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>8.8.8.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>186</hostid> + <nicid>189</nicid> + <hostname>router1</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>189</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.7.1</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <route> + <ip>192.168.5.0</ip> + <mask>255.255.255.0</mask> + <gateway>192.168.7.2</gateway> + <type>route</type> + </route> + </device> + <device> + <hostname>server0</hostname> + <size>60</size> + <uniqueidentifier>302</uniqueidentifier> + <location>820,190</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>True</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>302</hostid> + <nicid>303</nicid> + <hostname>server0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>303</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>302</hostid> + <nicid>304</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>304</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.2</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <dhcprange> + <ip>127.0.0.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>route</type> + </dhcprange> + <dhcprange> + <ip>192.168.1.2</ip> + <mask>192.168.1.50</mask> + <gateway>192.168.1.70</gateway> + <type>route</type> + </dhcprange> + </device> + <device> + <hostname>server1</hostname> + <size>60</size> + <uniqueidentifier>472</uniqueidentifier> + <location>180,190</location> + <mytype>server</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>472</hostid> + <nicid>473</nicid> + <hostname>server1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>473</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>472</hostid> + <nicid>474</nicid> + <hostname>server1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>474</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>192.168.1.3</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree0</hostname> + <size>60</size> + <uniqueidentifier>100</uniqueidentifier> + <location>350,760</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>100</hostid> + <nicid>101</nicid> + <hostname>tree0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>101</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>100</hostid> + <nicid>102</nicid> + <hostname>tree0</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>102</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree1</hostname> + <size>60</size> + <uniqueidentifier>103</uniqueidentifier> + <location>390,610</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>103</hostid> + <nicid>104</nicid> + <hostname>tree1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>104</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>103</hostid> + <nicid>105</nicid> + <hostname>tree1</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>105</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree10</hostname> + <size>60</size> + <uniqueidentifier>361</uniqueidentifier> + <location>530,570</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>361</hostid> + <nicid>362</nicid> + <hostname>tree10</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>362</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>361</hostid> + <nicid>363</nicid> + <hostname>tree10</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>363</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree11</hostname> + <size>60</size> + <uniqueidentifier>364</uniqueidentifier> + <location>510,840</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>364</hostid> + <nicid>365</nicid> + <hostname>tree11</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>365</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>364</hostid> + <nicid>366</nicid> + <hostname>tree11</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>366</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree12</hostname> + <size>60</size> + <uniqueidentifier>367</uniqueidentifier> + <location>580,210</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>367</hostid> + <nicid>368</nicid> + <hostname>tree12</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>368</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>367</hostid> + <nicid>369</nicid> + <hostname>tree12</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>369</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree13</hostname> + <size>60</size> + <uniqueidentifier>370</uniqueidentifier> + <location>260,210</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>370</hostid> + <nicid>371</nicid> + <hostname>tree13</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>371</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>370</hostid> + <nicid>372</nicid> + <hostname>tree13</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>372</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree14</hostname> + <size>60</size> + <uniqueidentifier>373</uniqueidentifier> + <location>590,390</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>373</hostid> + <nicid>374</nicid> + <hostname>tree14</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>374</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>373</hostid> + <nicid>375</nicid> + <hostname>tree14</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>375</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree15</hostname> + <size>60</size> + <uniqueidentifier>376</uniqueidentifier> + <location>260,380</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>376</hostid> + <nicid>377</nicid> + <hostname>tree15</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>377</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>376</hostid> + <nicid>378</nicid> + <hostname>tree15</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>378</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree2</hostname> + <size>60</size> + <uniqueidentifier>106</uniqueidentifier> + <location>470,720</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>106</hostid> + <nicid>107</nicid> + <hostname>tree2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>107</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>106</hostid> + <nicid>108</nicid> + <hostname>tree2</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>108</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree3</hostname> + <size>60</size> + <uniqueidentifier>225</uniqueidentifier> + <location>320,660</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>225</hostid> + <nicid>226</nicid> + <hostname>tree3</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>226</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>225</hostid> + <nicid>227</nicid> + <hostname>tree3</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>227</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree4</hostname> + <size>60</size> + <uniqueidentifier>228</uniqueidentifier> + <location>510,650</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>228</hostid> + <nicid>229</nicid> + <hostname>tree4</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>229</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>228</hostid> + <nicid>230</nicid> + <hostname>tree4</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>230</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree5</hostname> + <size>60</size> + <uniqueidentifier>314</uniqueidentifier> + <location>360,300</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>314</hostid> + <nicid>315</nicid> + <hostname>tree5</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>315</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>314</hostid> + <nicid>316</nicid> + <hostname>tree5</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>316</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree6</hostname> + <size>60</size> + <uniqueidentifier>317</uniqueidentifier> + <location>470,290</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>317</hostid> + <nicid>318</nicid> + <hostname>tree6</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>318</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>317</hostid> + <nicid>319</nicid> + <hostname>tree6</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>319</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree7</hostname> + <size>60</size> + <uniqueidentifier>320</uniqueidentifier> + <location>370,430</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>320</hostid> + <nicid>321</nicid> + <hostname>tree7</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>321</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>320</hostid> + <nicid>322</nicid> + <hostname>tree7</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>322</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree8</hostname> + <size>60</size> + <uniqueidentifier>323</uniqueidentifier> + <location>450,410</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>323</hostid> + <nicid>324</nicid> + <hostname>tree8</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>324</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>323</hostid> + <nicid>325</nicid> + <hostname>tree8</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>325</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree9</hostname> + <size>60</size> + <uniqueidentifier>358</uniqueidentifier> + <location>300,570</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>358</hostid> + <nicid>359</nicid> + <hostname>tree9</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>359</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>358</hostid> + <nicid>360</nicid> + <hostname>tree9</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>360</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wap0</hostname> + <size>60</size> + <uniqueidentifier>121</uniqueidentifier> + <location>660,520</location> + <mytype>wap</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>121</hostid> + <nicid>124</nicid> + <hostname>wap0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>124</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>121</hostid> + <nicid>125</nicid> + <hostname>wap0</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>125</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.1.20</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport2</nicname> + <myid> + <hostid>121</hostid> + <nicid>126</nicid> + <hostname>wap0</hostname> + <nicname>wport2</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>126</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport3</nicname> + <myid> + <hostid>121</hostid> + <nicid>127</nicid> + <hostname>wap0</hostname> + <nicname>wport3</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>127</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport4</nicname> + <myid> + <hostid>121</hostid> + <nicid>128</nicid> + <hostname>wap0</hostname> + <nicname>wport4</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>128</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport5</nicname> + <myid> + <hostid>121</hostid> + <nicid>129</nicid> + <hostname>wap0</hostname> + <nicname>wport5</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>129</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport6</nicname> + <myid> + <hostid>121</hostid> + <nicid>130</nicid> + <hostname>wap0</hostname> + <nicname>wport6</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>130</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport7</nicname> + <myid> + <hostid>121</hostid> + <nicid>131</nicid> + <hostname>wap0</hostname> + <nicname>wport7</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>131</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wport7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wap1</hostname> + <size>60</size> + <uniqueidentifier>414</uniqueidentifier> + <location>120,190</location> + <mytype>wap</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>414</hostid> + <nicid>417</nicid> + <hostname>wap1</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>417</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>414</hostid> + <nicid>418</nicid> + <hostname>wap1</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>418</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.1.22</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport2</nicname> + <myid> + <hostid>414</hostid> + <nicid>419</nicid> + <hostname>wap1</hostname> + <nicname>wport2</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>419</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport3</nicname> + <myid> + <hostid>414</hostid> + <nicid>420</nicid> + <hostname>wap1</hostname> + <nicname>wport3</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>420</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport4</nicname> + <myid> + <hostid>414</hostid> + <nicid>421</nicid> + <hostname>wap1</hostname> + <nicname>wport4</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>421</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport5</nicname> + <myid> + <hostid>414</hostid> + <nicid>422</nicid> + <hostname>wap1</hostname> + <nicname>wport5</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>422</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport6</nicname> + <myid> + <hostid>414</hostid> + <nicid>423</nicid> + <hostname>wap1</hostname> + <nicname>wport6</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>423</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport7</nicname> + <myid> + <hostid>414</hostid> + <nicid>424</nicid> + <hostname>wap1</hostname> + <nicname>wport7</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>424</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wap2</hostname> + <size>60</size> + <uniqueidentifier>508</uniqueidentifier> + <location>650,790</location> + <mytype>wap</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>508</hostid> + <nicid>511</nicid> + <hostname>wap2</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>511</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth1</nicname> + <myid> + <hostid>508</hostid> + <nicid>512</nicid> + <hostname>wap2</hostname> + <nicname>eth1</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>512</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth1</nicname> + <myip> + <ip>192.168.1.23</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport2</nicname> + <myid> + <hostid>508</hostid> + <nicid>513</nicid> + <hostname>wap2</hostname> + <nicname>wport2</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>513</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport3</nicname> + <myid> + <hostid>508</hostid> + <nicid>514</nicid> + <hostname>wap2</hostname> + <nicname>wport3</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>514</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport4</nicname> + <myid> + <hostid>508</hostid> + <nicid>515</nicid> + <hostname>wap2</hostname> + <nicname>wport4</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>515</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport5</nicname> + <myid> + <hostid>508</hostid> + <nicid>516</nicid> + <hostname>wap2</hostname> + <nicname>wport5</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>516</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport6</nicname> + <myid> + <hostid>508</hostid> + <nicid>517</nicid> + <hostname>wap2</hostname> + <nicname>wport6</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>517</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport6</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wport</nictype> + <nicname>wport7</nicname> + <myid> + <hostid>508</hostid> + <nicid>518</nicid> + <hostname>wap2</hostname> + <nicname>wport7</nicname> + </myid> + <nictype>wport</nictype> + <uniqueidentifier>518</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>WirelessKey</encryptionkey> + <ssid>LAN</ssid> + <interface> + <nicname>wport7</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>wbridge0</hostname> + <size>60</size> + <uniqueidentifier>152</uniqueidentifier> + <location>180,520</location> + <mytype>wbridge</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>192.168.1.1</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>152</hostid> + <nicid>155</nicid> + <hostname>wbridge0</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>155</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>wlan</nictype> + <nicname>wlan1</nicname> + <myid> + <hostid>152</hostid> + <nicid>156</nicid> + <hostname>wbridge0</hostname> + <nicname>wlan1</nicname> + </myid> + <nictype>wlan</nictype> + <uniqueidentifier>156</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey>OfficeKey</encryptionkey> + <ssid>OfficeNet</ssid> + <interface> + <nicname>wlan1</nicname> + <myip> + <ip>192.168.1.21</ip> + <mask>255.255.255.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port2</nicname> + <myid> + <hostid>152</hostid> + <nicid>157</nicid> + <hostname>wbridge0</hostname> + <nicname>port2</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>157</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port2</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port3</nicname> + <myid> + <hostid>152</hostid> + <nicid>158</nicid> + <hostname>wbridge0</hostname> + <nicname>port3</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>158</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port3</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port4</nicname> + <myid> + <hostid>152</hostid> + <nicid>159</nicid> + <hostname>wbridge0</hostname> + <nicname>port4</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>159</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port4</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>port</nictype> + <nicname>port5</nicname> + <myid> + <hostid>152</hostid> + <nicid>160</nicid> + <hostname>wbridge0</hostname> + <nicname>port5</nicname> + </myid> + <nictype>port</nictype> + <uniqueidentifier>160</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>port5</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <device> + <hostname>tree16</hostname> + <size>60</size> + <uniqueidentifier>543</uniqueidentifier> + <location>410,800</location> + <mytype>tree</mytype> + <isdns>False</isdns> + <isdhcp>False</isdhcp> + <gateway> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>gw</type> + </gateway> + <nic> + <nictype>lo</nictype> + <nicname>lo0</nicname> + <myid> + <hostid>543</hostid> + <nicid>544</nicid> + <hostname>tree16</hostname> + <nicname>lo0</nicname> + </myid> + <nictype>lo</nictype> + <uniqueidentifier>544</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>lo0</nicname> + <myip> + <ip>127.0.0.1</ip> + <mask>255.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + <nic> + <nictype>eth</nictype> + <nicname>eth0</nicname> + <myid> + <hostid>543</hostid> + <nicid>545</nicid> + <hostname>tree16</hostname> + <nicname>eth0</nicname> + </myid> + <nictype>eth</nictype> + <uniqueidentifier>545</uniqueidentifier> + <usesdhcp>False</usesdhcp> + <encryptionkey /> + <ssid /> + <interface> + <nicname>eth0</nicname> + <myip> + <ip>0.0.0.0</ip> + <mask>0.0.0.0</mask> + <gateway>0.0.0.0</gateway> + <type>ip</type> + </myip> + <VLAN + ID="1">Untagged</VLAN> + </interface> + </nic> + </device> + <link> + <SrcNic> + <hostid>175</hostid> + <nicid>179</nicid> + <hostname>firewall0</hostname> + <nicname>wan0</nicname> + </SrcNic> + <DstNic> + <hostid>182</hostid> + <nicid>184</nicid> + <hostname>router0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>firewall0_link_router0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>247</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>190</hostid> + <nicid>192</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>186</hostid> + <nicid>188</nicid> + <hostname>router1</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>google.com_link_router1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>193</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>436</hostid> + <nicid>439</nicid> + <hostname>laptop1</hostname> + <nicname>wlan2</nicname> + </SrcNic> + <DstNic> + <hostid>414</hostid> + <nicid>419</nicid> + <hostname>wap1</hostname> + <nicname>wport2</nicname> + </DstNic> + <hostname>laptop1_link_wap1</hostname> + <linktype>wireless</linktype> + <uniqueidentifier>441</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>132</hostid> + <nicid>135</nicid> + <hostname>net_switch0</hostname> + <nicname>port1</nicname> + </SrcNic> + <DstNic> + <hostid>152</hostid> + <nicid>160</nicid> + <hostname>wbridge0</hostname> + <nicname>port5</nicname> + </DstNic> + <hostname>net_switch0_link_wbridge0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>169</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>142</hostid> + <nicid>150</nicid> + <hostname>net_switch1</hostname> + <nicname>port6</nicname> + </SrcNic> + <DstNic> + <hostid>283</hostid> + <nicid>292</nicid> + <hostname>net_switch2</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>net_switch1_link_net_switch2</hostname> + <linktype>normal</linktype> + <uniqueidentifier>294</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>286</nicid> + <hostname>net_switch2</hostname> + <nicname>port1</nicname> + </SrcNic> + <DstNic> + <hostid>175</hostid> + <nicid>177</nicid> + <hostname>firewall0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_firewall0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>296</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>288</nicid> + <hostname>net_switch2</hostname> + <nicname>port3</nicname> + </SrcNic> + <DstNic> + <hostid>404</hostid> + <nicid>406</nicid> + <hostname>pc6</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_pc6</hostname> + <linktype>normal</linktype> + <uniqueidentifier>450</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>283</hostid> + <nicid>287</nicid> + <hostname>net_switch2</hostname> + <nicname>port2</nicname> + </SrcNic> + <DstNic> + <hostid>302</hostid> + <nicid>304</nicid> + <hostname>server0</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch2_link_server0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>306</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>388</hostid> + <nicid>395</nicid> + <hostname>net_switch3</hostname> + <nicname>port5</nicname> + </SrcNic> + <DstNic> + <hostid>472</hostid> + <nicid>474</nicid> + <hostname>server1</hostname> + <nicname>eth0</nicname> + </DstNic> + <hostname>net_switch3_link_server1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>476</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>109</hostid> + <nicid>111</nicid> + <hostname>pc0</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>136</nicid> + <hostname>net_switch0</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc0_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>171</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>112</hostid> + <nicid>114</nicid> + <hostname>pc1</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>132</hostid> + <nicid>137</nicid> + <hostname>net_switch0</hostname> + <nicname>port3</nicname> + </DstNic> + <hostname>pc1_link_net_switch0</hostname> + <linktype>normal</linktype> + <uniqueidentifier>173</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>115</hostid> + <nicid>117</nicid> + <hostname>pc2</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>145</nicid> + <hostname>net_switch1</hostname> + <nicname>port1</nicname> + </DstNic> + <hostname>pc2_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>163</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>118</hostid> + <nicid>120</nicid> + <hostname>pc3</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>146</nicid> + <hostname>net_switch1</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc3_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>165</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>398</hostid> + <nicid>400</nicid> + <hostname>pc4</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>391</nicid> + <hostname>net_switch3</hostname> + <nicname>port1</nicname> + </DstNic> + <hostname>pc4_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>429</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>401</hostid> + <nicid>403</nicid> + <hostname>pc5</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>392</nicid> + <hostname>net_switch3</hostname> + <nicname>port2</nicname> + </DstNic> + <hostname>pc5_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>431</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>407</hostid> + <nicid>409</nicid> + <hostname>pc7</hostname> + <nicname>eth0</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>147</nicid> + <hostname>net_switch1</hostname> + <nicname>port3</nicname> + </DstNic> + <hostname>pc7_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>447</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>182</hostid> + <nicid>185</nicid> + <hostname>router0</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>186</hostid> + <nicid>189</nicid> + <hostname>router1</hostname> + <nicname>eth1</nicname> + </DstNic> + <hostname>router0_link_router1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>249</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>121</hostid> + <nicid>125</nicid> + <hostname>wap0</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>151</nicid> + <hostname>net_switch1</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>wap0_link_net_switch1</hostname> + <linktype>normal</linktype> + <uniqueidentifier>167</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>414</hostid> + <nicid>418</nicid> + <hostname>wap1</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>396</nicid> + <hostname>net_switch3</hostname> + <nicname>port6</nicname> + </DstNic> + <hostname>wap1_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>433</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>152</hostid> + <nicid>159</nicid> + <hostname>wbridge0</hostname> + <nicname>port4</nicname> + </SrcNic> + <DstNic> + <hostid>388</hostid> + <nicid>397</nicid> + <hostname>net_switch3</hostname> + <nicname>port7</nicname> + </DstNic> + <hostname>wbridge0_link_net_switch3</hostname> + <linktype>normal</linktype> + <uniqueidentifier>425</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>508</hostid> + <nicid>512</nicid> + <hostname>wap2</hostname> + <nicname>eth1</nicname> + </SrcNic> + <DstNic> + <hostid>142</hostid> + <nicid>149</nicid> + <hostname>net_switch1</hostname> + <nicname>port5</nicname> + </DstNic> + <hostname /> + <linktype>normal</linktype> + <uniqueidentifier>536</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>410</hostid> + <nicid>413</nicid> + <hostname>laptop0</hostname> + <nicname>wlan2</nicname> + </SrcNic> + <DstNic> + <hostid>508</hostid> + <nicid>513</nicid> + <hostname>wap2</hostname> + <nicname>wport2</nicname> + </DstNic> + <hostname /> + <linktype>wireless</linktype> + <uniqueidentifier>541</uniqueidentifier> + </link> + <link> + <SrcNic> + <hostid>152</hostid> + <nicid>156</nicid> + <hostname>wbridge0</hostname> + <nicname>wlan1</nicname> + </SrcNic> + <DstNic> + <hostid>121</hostid> + <nicid>126</nicid> + <hostname>wap0</hostname> + <nicname>wport2</nicname> + </DstNic> + <hostname /> + <linktype>wireless</linktype> + <uniqueidentifier>542</uniqueidentifier> + </link> + <nettest> + <shost>wap2</shost> + <dhost>--</dhost> + <thetest>LockLocation</thetest> + </nettest> + <nettest> + <shost>wap1</shost> + <dhost>--</dhost> + <thetest>LockLocation</thetest> + </nettest> + <nettest> + <shost>laptop0</shost> + <dhost>LeftBldg</dhost> + <thetest>LockLocation</thetest> + </nettest> + <nettest> + <shost>laptop0</shost> + <dhost>server0</dhost> + <thetest>SuccessfullyPings</thetest> + </nettest> + <nettest> + <shost>laptop0</shost> + <dhost>google.com</dhost> + <thetest>SuccessfullyPings</thetest> + </nettest> + <shape> + <name>Grass</name> + <what>rectangle</what> + <where>3, 7, 1013, 1004</where> + <fillcolor>LightGreen</fillcolor> + <linecolor>LightGreen</linecolor> + </shape> + <shape> + <name>LeftBldg</name> + <what>rectangle</what> + <where>20, 170, 250, 700</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>RightBldg</name> + <what>rectangle</what> + <where>650, 170, 250, 700</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>LB_RWall</name> + <what>rectangle</what> + <where>255, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_RWall</name> + <what>rectangle</what> + <where>650, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_TWall</name> + <what>rectangle</what> + <where>20, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_TWall</name> + <what>rectangle</what> + <where>885, 170, 15, 700</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_BWall</name> + <what>rectangle</what> + <where>20, 870, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_BWall</name> + <what>rectangle</what> + <where>650, 870, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LB_LWall</name> + <what>rectangle</what> + <where>20, 170, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RB_LWall</name> + <what>rectangle</what> + <where>650, 170, 250, 15</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>CenterCement</name> + <what>rectangle</what> + <where>326, 200, 262, 377</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>CenterPark</name> + <what>rectangle</what> + <where>359, 270, 188, 247</where> + <fillcolor>LightGreen</fillcolor> + <linecolor>LightGreen</linecolor> + </shape> + <shape> + <name>LWindow</name> + <what>rectangle</what> + <where>260, 500, 5, 100</where> + <fillcolor>Blue</fillcolor> + <linecolor>Blue</linecolor> + </shape> + <shape> + <name>R_Window</name> + <what>rectangle</what> + <where>655, 500, 5, 100</where> + <fillcolor>Blue</fillcolor> + <linecolor>Blue</linecolor> + </shape> + <shape> + <name>LSidewalk</name> + <what>rectangle</what> + <where>255, 300, 100, 80</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>RSidewalk</name> + <what>rectangle</what> + <where>550, 300, 100, 80</where> + <fillcolor>Gray</fillcolor> + <linecolor>Gray</linecolor> + </shape> + <shape> + <name>LDoor</name> + <what>rectangle</what> + <where>255, 300, 10, 80</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <shape> + <name>RDoor</name> + <what>rectangle</what> + <where>655, 300, 10, 80</where> + <fillcolor>SaddleBrown</fillcolor> + <linecolor>SaddleBrown</linecolor> + </shape> + <VLANName + ID="1" + Color="Blue">Default</VLANName> + </Network> +</EduNetworkBuilder> \ No newline at end of file diff --git a/EduNetworkBuilder/Resources/ReleaseNotes.rtf b/EduNetworkBuilder/Resources/ReleaseNotes.rtf index 8fda6cb..640e033 100644 --- a/EduNetworkBuilder/Resources/ReleaseNotes.rtf +++ b/EduNetworkBuilder/Resources/ReleaseNotes.rtf @@ -159,11 +159,12 @@ Normal Table;}}{\*\listtable{\list\listtemplateid-678110632\listhybrid{\listleve ;}\listid1903905976}}{\*\listoverridetable{\listoverride\listid300036472\listoverridecount0\ls1}{\listoverride\listid1535926840\listoverridecount0\ls2}{\listoverride\listid569733219\listoverridecount0\ls3}{\listoverride\listid1059207521 \listoverridecount0\ls4}{\listoverride\listid159203163\listoverridecount0\ls5}{\listoverride\listid272565942\listoverridecount0\ls6}{\listoverride\listid1574776731\listoverridecount0\ls7}{\listoverride\listid1332484604\listoverridecount0\ls8} {\listoverride\listid237788805\listoverridecount0\ls9}{\listoverride\listid1164392343\listoverridecount0\ls10}{\listoverride\listid1272543532\listoverridecount0\ls11}{\listoverride\listid1729453556\listoverridecount0\ls12}{\listoverride\listid1903905976 -\listoverridecount0\ls13}}{\*\rsidtbl \rsid1715044\rsid2361093\rsid3230122\rsid3738219\rsid3954092\rsid4002608\rsid4148115\rsid4201155\rsid4674322\rsid4984628\rsid4995504\rsid5902490\rsid6243721\rsid6709067\rsid7089617\rsid7091827\rsid7425313\rsid7431196 -\rsid7475506\rsid8135144\rsid8154512\rsid8807737\rsid8871995\rsid9005806\rsid9076344\rsid9125153\rsid9187300\rsid9664289\rsid11235612\rsid11358317\rsid12019296\rsid12193239\rsid12329139\rsid12389542\rsid12727249\rsid12727595\rsid13122645\rsid13307397 -\rsid13454907\rsid13783353\rsid14170698\rsid14353560\rsid14427571\rsid14508595\rsid14577306\rsid14746156\rsid14829014\rsid15677065\rsid15949156\rsid16005564\rsid16457871}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0 -\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim0}{\info{\operator tim.young@lightsys.org}{\creatim\yr2017\mo3\dy14\hr9\min58}{\revtim\yr2018\mo3\dy19\hr11\min53}{\version51}{\edmins51}{\nofpages12}{\nofwords2872}{\nofchars13269}{\nofcharsws15805}{\vern93}} -{\*\userprops {\propname amzn:id}\proptype30{\staticval 5d8f9aa3-7362-4e9d-ad7a-41823ad84e09}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw12240\paperh15840\margl1440\margr1440\margt1440\margb1440\gutter0\ltrsect +\listoverridecount0\ls13}}{\*\rsidtbl \rsid1715044\rsid2361093\rsid2634409\rsid3230122\rsid3738219\rsid3954092\rsid4002608\rsid4148115\rsid4201155\rsid4674322\rsid4984628\rsid4995504\rsid5902490\rsid6243721\rsid6709067\rsid7089617\rsid7091827\rsid7425313 +\rsid7431196\rsid7475506\rsid8135144\rsid8154512\rsid8807737\rsid8871995\rsid9005806\rsid9076344\rsid9125153\rsid9187300\rsid9664289\rsid11235612\rsid11358317\rsid12019296\rsid12193239\rsid12329139\rsid12389542\rsid12727249\rsid12727595\rsid13122645 +\rsid13307397\rsid13454907\rsid13783353\rsid14170698\rsid14353560\rsid14427571\rsid14508595\rsid14577306\rsid14746156\rsid14829014\rsid15677065\rsid15949156\rsid16005564\rsid16457871}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1 +\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim0}{\info{\operator tim.young@lightsys.org}{\creatim\yr2017\mo3\dy14\hr9\min58}{\revtim\yr2018\mo3\dy19\hr13\min34}{\version52}{\edmins52}{\nofpages12}{\nofwords2424}{\nofchars13821} +{\nofcharsws16213}{\vern93}}{\*\userprops {\propname amzn:id}\proptype30{\staticval 5d8f9aa3-7362-4e9d-ad7a-41823ad84e09}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}} +\paperw12240\paperh15840\margl1440\margr1440\margt1440\margb1440\gutter0\ltrsect \widowctrl\ftnbj\aenddoc\trackmoves0\trackformatting1\donotembedsysfont0\relyonvml0\donotembedlingdata1\grfdocevents0\validatexml0\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors0\horzdoc\dghspace120\dgvspace120\dghorigin1701 \dgvorigin1984\dghshow0\dgvshow3\jcompress\viewkind1\viewscale80\rsidroot14577306 \nouicompat \fet0{\*\wgrffmtfilter 2450}\nofeaturethrottle1\ilfomacatclnup0\ltrpar \sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\*\pnseclvl1 \pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2\pnucltr\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}}{\*\pnseclvl5 @@ -173,10 +174,10 @@ Normal Table;}}{\*\listtable{\list\listtemplateid-678110632\listhybrid{\listleve \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4002608\charrsid4002608 \hich\af39\dbch\af31505\loch\f39 * Fix a traversal class not serializable error}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4002608 \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid15949156 \hich\af39\dbch\af31505\loch\f39 * Close the file -> load toolstrip menu after a load\hich\af39\dbch\af31505\loch\f39 . It had remained annoyingly open. -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid11358317 \hich\af39\dbch\af31505\loch\f39 * Added a bunch of \loch\af39\dbch\af31505\hich\f39 \'93\hich\af39\dbch\af31505\loch\f39 practice\loch\af39\dbch\af31505\hich\f39 \'94 -\hich\af39\dbch\af31505\loch\f39 puzzles. These are \hich\af39\dbch\af31505\loch\f39 -for practicing troubleshooting. They do not give you a lot of information about what the problem is; you need to do a bit more testing and trying things to figure them out.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 -\f39\lang9\langfe1033\langnp9\insrsid11358317\charrsid4002608 +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid11358317 \hich\af39\dbch\af31505\loch\f39 \hich\f39 * Added a bunch of \'93\loch\f39 \hich\f39 practice\'94\loch\f39 + puzzles. These are for practicing troubleshooting. They do not give you a lot of information about what the problem is; you need to do a bit more testing and trying things to figure them o\hich\af39\dbch\af31505\loch\f39 ut. +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid2634409 \hich\af39\dbch\af31505\loch\f39 * Added a bunch of level5 practice puzzles. More ph\hich\af39\dbch\af31505\loch\f39 ysical networking and wireless than routing issues.}{ +\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid2634409\charrsid4002608 \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid6709067 \hich\af39\dbch\af31505\loch\f39 Version 1.0.47 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid3738219 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid8807737\charrsid8807737 \hich\af39\dbch\af31505\loch\f39 * YAY!}{ \rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid8807737 \hich\af39\dbch\af31505\loch\f39 The long-awaited ctrl-z / ctrl-y works. Undo / redo.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 @@ -184,7 +185,7 @@ for practicing troubleshooting. They do not give you a lot of information about \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid1715044\charrsid1715044 \hich\af39\dbch\af31505\loch\f39 *}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid1715044 \hich\af39\dbch\af31505\loch\f39 Lock a device to a location \par \hich\af39\dbch\af31505\loch\f39 * Add a tree. Wireless packets cannot go through a tree. -\par \hich\af39\dbch\af31505\loch\f39 * Add background shapes. So we can draw a building and \hich\af39\dbch\af31505\loch\f39 have understandable line of sight. +\par \hich\af39\dbch\af31505\loch\f39 * Add background shapes. So we can draw a building and have understandable line of sigh\hich\af39\dbch\af31505\loch\f39 t. \par \hich\af39\dbch\af31505\loch\f39 * Add a wireless line of sight puzzle. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid7091827 \hich\af39\dbch\af31505\loch\f39 * Went through old puzzles and locked some items in their locations. Makes some puzzles need to be solved the way the puzzle was intended to be solved.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid7091827\charrsid1715044 @@ -192,13 +193,13 @@ for practicing troubleshooting. They do not give you a lot of information about \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid3738219 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid3738219 \hich\af39\dbch\af31505\loch\f39 * Added a froz \hich\af39\dbch\af31505\loch\f39 en device. Fix it with a reboot. (power off / power on) \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14427571 \hich\af39\dbch\af31505\loch\f39 * Added a bad power-supply (device catches fire when powered on. Need to replace the device to fix) -\par \hich\af39\dbch\af31505\loch\f39 * Added bad electricity. (device continues to catch fire, even after being replaced, until a UPS is added) +\par \hich\af39\dbch\af31505\loch\f39 * Added bad electricity. (device continues to catch fire, even after being replaced, until a UPS \hich\af39\dbch\af31505\loch\f39 is added) \par \hich\af39\dbch\af31505\loch\f39 * Can right-c}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid7425313 \hich\af39\dbch\af31505\loch\f39 lick a network wire. Delete, }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14427571 \hich\af39\dbch\af31505\loch\f39 edit}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid7425313 \hich\af39\dbch\af31505\loch\f39 , replace}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14427571 . \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14746156 \hich\af39\dbch\af31505\loch\f39 * Added frozen device, bad power-supply and Needs UPS as ways to randomly break networks. -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid13122645 \hich\af39\dbch\af31505\loch\f39 *\hich\af39\dbch\af31505\loch\f39 Optimize the redrawing of the screen packets. Speeded it up considerably -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid13783353 \hich\af39\dbch\af31505\loch\f39 * Add puzzles for frozen device, bad power-supply, and needs a UPS.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid13122645 \hich\af39\dbch\af31505\loch\f39 * Optimize the redrawing of the screen packets. Speeded it up considerably +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid13783353 \hich\af39\dbch\af31505\loch\f39 * Add puzzles for froz\hich\af39\dbch\af31505\loch\f39 en device, bad power-supply, and needs a UPS.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid13783353\charrsid9005806 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid9005806 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid9005806 \hich\af39\dbch\af31505\loch\f39 Version 1.0.45 \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid9005806\charrsid9005806 \hich\af39\dbch\af31505\loch\f39 *}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid9005806 \hich\af39\dbch\af31505\loch\f39 }{ @@ -219,54 +220,54 @@ for practicing troubleshooting. They do not give you a lot of information about \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid9076344\charrsid9076344 \hich\af39\dbch\af31505\loch\f39 Added }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid9076344 \hich\af39\dbch\af31505\loch\f39 the title }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid9076344\charrsid9076344 \hich\af39\dbch\af31505\loch\f39 to the translation window}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid9076344 \hich\af39\dbch\af31505\loch\f39 . Puzzle titles can now be translated. -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid6243721 \hich\af39\dbch\af31505\loch\f39 * Use the translated titles for the puzzle names on the puzzle selection box}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 -\f39\lang9\langfe1033\langnp9\insrsid6243721\charrsid9076344 +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid6243721 \hich\af39\dbch\af31505\loch\f39 * \hich\af39\dbch\af31505\loch\f39 Use the translated titles for the puzzle names on the puzzle selection box}{\rtlch\fcs1 \ab\af39 +\ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid6243721\charrsid9076344 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid4148115 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid14829014 \hich\af39\dbch\af31505\loch\f39 Version 1.0.42 -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14829014\charrsid14829014 \hich\af39\dbch\af31505\loch\f39 * Fixed some bugs\hich\af39\dbch\af31505\loch\f39 with working in French}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 -\f39\lang9\langfe1033\langnp9\insrsid14829014 \hich\af39\dbch\af31505\loch\f39 \hich\f39 \endash \loch\f39 puzzles would not show +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14829014\charrsid14829014 \hich\af39\dbch\af31505\loch\f39 * Fixed some bugs with working in French}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14829014 +\hich\af39\dbch\af31505\loch\f39 \hich\f39 \endash \loch\f39 puzzles would not show \par \hich\af39\dbch\af31505\loch\f39 * Fixed bug in French \hich\f39 \endash \loch\f39 \hich\f39 \'93\loch\f39 \hich\f39 Ping to\'94\loch\f39 would not work -\par \hich\af39\dbch\af31505\loch\f39 * Added a translation box when working on puzzles. Ctrl-click the network mes\hich\af39\dbch\af31505\loch\f39 -sage in the options window to pull up a translation box. Look at two languages simultaneously. Has save button to save your changes from there.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14829014\charrsid14829014 +\par \hich\af39\dbch\af31505\loch\f39 +* Added a translation box when working on puzzles. Ctrl-click the network message in the options window to pull up a translation box. Look at two languages simultaneously. Has save button to save your changes from there.}{\rtlch\fcs1 \ab\af39 +\ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14829014\charrsid14829014 \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid4148115 \hich\af39\dbch\af31505\loch\f39 Version 1.0.41 -\par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid14353560 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14353560 \hich\af39\dbch\af31505\loch\f39 -* Have the ability to randomly break a network. If you want to just test your brain for fun, o\hich\af39\dbch\af31505\loch\f39 r if you are a teacher and just want to generate some homework of some sort. This can help.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 +\par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid14353560 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14353560 \hich\af39\dbch\af31505\loch\f39 * Have the abilit +\hich\af39\dbch\af31505\loch\f39 y to randomly break a network. If you want to just test your brain for fun, or if you are a teacher and just want to generate some homework of some sort. This can help.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14353560\charrsid4148115 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid9664289 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4148115\charrsid4148115 \hich\af39\dbch\af31505\loch\f39 * }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4148115 \hich\af39\dbch\af31505\loch\f39 Added another solved }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12193239 \hich\af39\dbch\af31505\loch\f39 network (Internet}{ \rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14353560 \hich\af39\dbch\af31505\loch\f39 HomeAndOffice}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12193239 \hich\af39\dbch\af31505\loch\f39 )}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4148115 -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4674322 \hich\af39\dbch\af31505\loch\f39 * Give us more options for viewing text under devices. This lets us see things much more cleanly. -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12389542 \hich\af39\dbch\af31505\loch\f39 * Allow d\hich\af39\dbch\af31505\loch\f39 ifferent captioning systems. Hostname only, IP only, host + IP, none, full +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4674322 \hich\af39\dbch\af31505\loch\f39 * Give us more options for vie\hich\af39\dbch\af31505\loch\f39 wing text under devices. This lets us see things much more cleanly. +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12389542 \hich\af39\dbch\af31505\loch\f39 * Allow different captioning systems. Hostname only, IP only, host + IP, none, full \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid7089617 \hich\af39\dbch\af31505\loch\f39 * firewall rules can now affect VPN traffic. You can block from a VPN to the office VLAN, for example. Also, can block guest VLAN from pinging something across the VPN. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid4984628 \hich\af39\dbch\af31505\loch\f39 Version 1.0.40 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid4984628 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4984628 \hich\af39\dbch\af31505\loch\f39 -* Jumping ahead version numbers. Adding Educational Mode (see doc on the wiki for a description of the basic functionality added) }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4984628\charrsid4984628 -\hich\af39\dbch\af31505\loch\f39 https://git.solidcharity.com/timy/EduNetworkBuilder/wikis/Teacherdoc}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4984628 +* Jumping ahead version numbers. Adding Educational Mode (see doc on \hich\af39\dbch\af31505\loch\f39 the wiki for a description of the basic functionality added) }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 +\f39\lang9\langfe1033\langnp9\insrsid4984628\charrsid4984628 \hich\af39\dbch\af31505\loch\f39 https://git.solidcharity.com/timy/EduNetworkBuilder/wikis/Teacherdoc}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4984628 \par \hich\af39\dbch\af31505\loch\f39 * Added the ability to make msi files for better deployment in multi-user settings \par \hich\af39\dbch\af31505\loch\f39 * Adjusted drag functionality so we do not jostle devices around accidentally \par \hich\af39\dbch\af31505\loch\f39 * Fixed bug when trying to ping wireless devices by name \par \hich\af39\dbch\af31505\loch\f39 * Fixed a bug pinging 0.0.0.0 -\par \hich\af39\dbch\af31505\loch\f39 * Fixed \hich\af39\dbch\af31505\loch\f39 lots of other bugs}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4984628\charrsid4984628 +\par \hich\af39\dbch\af31505\loch\f39 * Fixed lots of other bugs}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4984628\charrsid4984628 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid9664289 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid13454907 \hich\af39\dbch\af31505\loch\f39 Version 1.0.33}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid9664289 \par }\pard \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid14170698 {\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid3954092 \hich\af39\dbch\af31505\loch\f39 -* Fixed a major bug in settings that would blow up new installs. +* Fixed a major bug in settings that would blow u\hich\af39\dbch\af31505\loch\f39 p new installs. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid9664289\charrsid9664289 \hich\af39\dbch\af31505\loch\f39 *}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid9664289 \hich\af39\dbch\af31505\loch\f39 \hich\f39 ctrl-right-click a device to add \'93\loch\f39 \hich\f39 hide\'94\loch\f39 to the context menu. \par \hich\af39\dbch\af31505\loch\f39 * From the puzzle menu you can ctrl-alt click items to mark them as solved. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid16457871 \hich\af39\dbch\af31505\loch\f39 *}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid9125153 \hich\af39\dbch\af31505\loch\f39 }{\rtlch\fcs1 \ab\af39 -\ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid16457871 \hich\af39\dbch\af31505\loch\f39 Display bad subn\hich\af39\dbch\af31505\loch\f39 et masks (that cannot be displayed using CIDR notation) as /? -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid9125153 \hich\af39\dbch\af31505\loch\f39 \hich\f39 -* Allow pings from devices that are locked. A bug made it so we could not change the address we wanted to ping to; all ip-addresses were locked, even a \'93\loch\f39 \hich\f39 ping to\'94\loch\f39 address. -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12727249 \hich\af39\dbch\af31505\loch\f39 * Minor bug: If we pin\hich\af39\dbch\af31505\loch\f39 -g a local IP that does not exist, the error message we were getting was the wrong error message. Fixed that. +\ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid16457871 \hich\af39\dbch\af31505\loch\f39 Display bad subnet masks (that cannot be displayed using CIDR notation) as /? +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid9125153 \hich\af39\dbch\af31505\loch\f39 * Allow pings from de\hich\af39\dbch\af31505\loch\f39 \hich\f39 +vices that are locked. A bug made it so we could not change the address we wanted to ping to; all ip-addresses were locked, even a \'93\loch\f39 \hich\f39 ping to\'94\loch\f39 address. +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12727249 \hich\af39\dbch\af31505\loch\f39 * Minor bug: If we ping a local IP that does not exist, the error message we were getting was the wrong e\hich\af39\dbch\af31505\loch\f39 +rror message. Fixed that. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid4995504 \hich\af39\dbch\af31505\loch\f39 * When wireless device is powered off, remove all wireless links. Links connected to WLAN had been reconnected. Fixed that. -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid11235612 \hich\af39\dbch\af31505\loch\f39 * Cannot go into the\hich\af39\dbch\af31505\loch\f39 \hich\f39 - network options if we have loaded the network from resources. This way we cannot \'93\loch\f39 \hich\f39 cheat\'94\loch\f39 - by changing the network options. This is in preparation for setting this up for school use. Making it harder for students to cheat on homework assignments.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid11235612\charrsid9664289 - -\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid14170698 \hich\af39\dbch\af31505\loch\f39 Version\hich\af39\dbch\af31505\loch\f39 1.0.32 +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid11235612 \hich\af39\dbch\af31505\loch\f39 * Cannot go into the network options if we have loaded the network from resources. This way we cannot \loch\af39\dbch\af31505\hich\f39 \'93 +\loch\f39 \hich\f39 cheat\'94\loch\f39 by changing the network options. This is in preparation for setting this up for school use. Making it harder for students to cheat on homework assignments.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 +\f39\lang9\langfe1033\langnp9\insrsid11235612\charrsid9664289 +\par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \b\f39\lang9\langfe1033\langnp9\insrsid14170698 \hich\af39\dbch\af31505\loch\f39 Version 1.0.32 \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14170698\charrsid14170698 \hich\af39\dbch\af31505\loch\f39 *}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid14170698 \hich\af39\dbch\af31505\loch\f39 Allow dragging of items \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12727595 \hich\af39\dbch\af31505\loch\f39 * Select multiple items for dragging by using a nice big drag-box.}{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 @@ -274,7 +275,7 @@ g a local IP that does not exist, the error message we were getting was the wron \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid12727595 \hich\af39\dbch\af31505\loch\f39 * Highlight the multiple items if selecting them \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid15677065 \hich\af39\dbch\af31505\loch\f39 * Allow the ESC key to clear the selected items. \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid16005564 \hich\af39\dbch\af31505\loch\f39 * Can right-click and delete of multiple selected items -\par \hich\af39\dbch\af31505\loch\f39 * Can right-click and change color of multiple selected items +\par \hich\af39\dbch\af31505\loch\f39 * Can right-click and change color \hich\af39\dbch\af31505\loch\f39 of multiple selected items \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid8871995 \hich\af39\dbch\af31505\loch\f39 * Fixed some tracert bugs \par }{\rtlch\fcs1 \ab\af39 \ltrch\fcs0 \f39\lang9\langfe1033\langnp9\insrsid7431196 \hich\af39\dbch\af31505\loch\f39 * lots of minor fixes so is more stable on Linux \par \hich\af39\dbch\af31505\loch\f39 * Saves settings in ~/.conf/EduNetworkbuilder_config.xml file on Linux @@ -630,8 +631,8 @@ fffffffffffffffffdfffffffeffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e50000000000000000000000005073 -1cdea2bfd301feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000 +ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e5000000000000000000000000d062 +93e4b0bfd301feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000105000000000000}} \ No newline at end of file