-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path1 - YourFirstRouter NetLabExample.xnl
executable file
·40 lines (40 loc) · 3.99 KB
/
1 - YourFirstRouter NetLabExample.xnl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-16"?>
<!--eEx NetLab File, saved by NetLab Version 1.0.0.0-->
<netLabFile xmlns="NetLabFile.xsd">
<interface systemName="VMware Virtual Ethernet Adapter" systemGUID="\Device\NPF_{6FEF9D86-390B-4696-A865-769681FA9849}" ID="0" posX="199" posY="409">
<property name="excludeOwnTraffic">True</property>
<property name="autoAnswerARP">False</property>
<property name="address"><property name="ipAddress">192.168.202.1</property><property name="mask">255.255.255.0</property></property>
</interface>
<interface systemName="" systemGUID="\Device\NPF_{3225E135-3631-49C6-8453-96119A34572C}" ID="1" posX="199" posY="230">
<property name="excludeOwnTraffic">True</property>
<property name="autoAnswerARP">False</property>
</interface>
<interface systemName="Microsoft" systemGUID="\Device\NPF_{F7904445-12DE-4E0D-89F0-58C39740BB28}" ID="2" posX="199" posY="586">
<property name="excludeOwnTraffic">True</property>
<property name="autoAnswerARP">False</property>
<property name="address"><property name="ipAddress">192.168.1.142</property><property name="mask">255.255.255.0</property></property>
</interface>
<handler name="Router" ID="3" posX="425" posY="349" />
<handler name="Traffic splitter" ID="4" posX="618" posY="349" />
<link>
<port handlerInstanceID="4">Traffic handler in port</port>
<port handlerInstanceID="3">Traffic handler out port</port>
</link>
<link>
<port handlerInstanceID="3">Traffic handler in port</port>
<port handlerInstanceID="4">Traffic handler out port</port>
</link>
<link>
<port handlerInstanceID="3">Interface IO port</port>
<port handlerInstanceID="1">Interface IO port</port>
</link>
<link>
<port handlerInstanceID="3">Interface IO port</port>
<port handlerInstanceID="0">Interface IO port</port>
</link>
<link>
<port handlerInstanceID="3">Interface IO port</port>
<port handlerInstanceID="2">Interface IO port</port>
</link>
</netLabFile>