-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathASConfig2.xml
More file actions
58 lines (51 loc) · 2.65 KB
/
Copy pathASConfig2.xml
File metadata and controls
58 lines (51 loc) · 2.65 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0"?>
<OSPFASConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="OSPF.xsd">
<!-- Areas -->
<Area id="0.0.0.0">
<AddressRange address="WiredRouter>ClientRouter" mask="WiredRouter>ClientRouter" />
<AddressRange address="WiredRouter>ServerRouter" mask="WiredRouter>ServerRouter" />
<AddressRange address="WirelessRouter>ClientRouter" mask="WirelessRouter>ClientRouter" />
<AddressRange address="WirelessRouter>ServerRouter" mask="WirelessRouter>ServerRouter" />
</Area>
<Area id="0.0.0.1">
<AddressRange address="WiredDummyClient" mask="WiredDummyClient" />
</Area>
<Area id="0.0.0.2">
<AddressRange address="WiredDummyServer" mask="WiredDummyServer" />
</Area>
<Area id="0.0.0.3">
<AddressRange address="WirelessDummyClient" mask="WirelessDummyClient" />
</Area>
<Area id="0.0.0.4">
<AddressRange address="VideoClient" mask="VideoClient" />
</Area>
<Area id="0.0.0.5">
<AddressRange address="WirelessDummyServer" mask="WirelessDummyServer" />
</Area>
<Area id="0.0.0.6">
<AddressRange address="VideoServer" mask="VideoServer" />
</Area>
<!-- Routers -->
<Router name="ClientRouter" RFC1583Compatible="true">
<BroadcastInterface ifName="eth0" areaID="0.0.0.1" interfaceOutputCost="1" />
<PointToPointInterface ifName="eth1" areaID="0.0.0.0" interfaceOutputCost="2" />
<PointToPointInterface ifName="eth2" areaID="0.0.0.0" interfaceOutputCost="2" />
<PointToPointInterface ifName="eth3" areaID="0.0.0.0" interfaceOutputCost="2" />
<PointToPointInterface ifName="eth4" areaID="0.0.0.0" interfaceOutputCost="2" />
</Router>
<Router name="ServerRouter" RFC1583Compatible="true">
<BroadcastInterface ifName="eth0" areaID="0.0.0.2" interfaceOutputCost="1" />
<PointToPointInterface ifName="eth1" areaID="0.0.0.0" interfaceOutputCost="2" />
<PointToPointInterface ifName="eth2" areaID="0.0.0.0" interfaceOutputCost="2" />
<PointToPointInterface ifName="eth3" areaID="0.0.0.0" interfaceOutputCost="2" />
<PointToPointInterface ifName="eth4" areaID="0.0.0.0" interfaceOutputCost="2" />
</Router>
<Router name="WiredRouter" RFC1583Compatible="true">
<PointToPointInterface ifName="eth0" areaID="0.0.0.0" interfaceOutputCost="2" />
<PointToPointInterface ifName="eth1" areaID="0.0.0.0" interfaceOutputCost="2" />
</Router>
<Router name="WirelessRouter" RFC1583Compatible="true">
<PointToPointInterface ifName="eth0" areaID="0.0.0.0" interfaceOutputCost="2" />
<PointToPointInterface ifName="eth1" areaID="0.0.0.0" interfaceOutputCost="2" />
</Router>
</OSPFASConfig>