-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmini-topo.rdf
48 lines (45 loc) · 2.45 KB
/
mini-topo.rdf
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
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ndl="http://www.science.uva.nl/research/sne/ndl#" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
<ndl:Location rdf:about="#Seattle - (Qwest) --[router]">
<ndl:name>Seattle - (Qwest) --[router]</ndl:name>
<geo:lat>47.614457</geo:lat>
<geo:long>-122.338413</geo:long>
</ndl:Location>
<ndl:Device rdf:about="#rtr.seat-old.net.internet2.edu">
<ndl:name>rtr.seat-old.net.internet2.edu</ndl:name>
<ndl:locatedAt rdf:resource="#Seattle - (Qwest) --[router]"/>
<ndl:hasInterface rdf:resource="#rtr.seat-old.net.internet2.edu:dsc-.0"/>
<ndl:hasInterface rdf:resource="#rtr.seat-old.net.internet2.edu:ge-0/1/0.0"/>
<ndl:hasInterface rdf:resource="#rtr.seat-old.net.internet2.edu:ge-0/1/0.10"/>
</ndl:Device>
<ndl:Interface rdf:about="#rtr.seat-old.net.internet2.edu:dsc-.0">
<ndl:name>rtr.seat-old.net.internet2.edu:dsc-.0</ndl:name>
<ndl:connectedTo rdf:resource="#Discard Interface"/>
</ndl:Interface>
<ndl:Interface rdf:about="#rtr.seat-old.net.internet2.edu:ge-0/1/0.0">
<ndl:name>rtr.seat-old.net.internet2.edu:ge-0/1/0.0</ndl:name>
<ndl:connectedTo rdf:resource="#Pacific Northwest Gigapop | AS:101"/>
</ndl:Interface>
<ndl:Interface rdf:about="#rtr.seat-old.net.internet2.edu:ge-0/1/0.10">
<ndl:name>rtr.seat-old.net.internet2.edu:ge-0/1/0.10</ndl:name>
<ndl:connectedTo rdf:resource="#Pacific Northwest Gigapop | AS:101"/>
</ndl:Interface>
<ndl:Device rdf:about="#dwdm.seat-old.net.internet2.edu">
<ndl:name>dwdm.seat-old.net.internet2.edu</ndl:name>
<ndl:locatedAt rdf:resource="#Seattle - (Qwest) --[router]"/>
<ndl:hasInterface rdf:resource="#dwdm.seat-old.net.internet2.edu:FastEthernet0/1"/>
<ndl:hasInterface rdf:resource="#dwdm.seat-old.net.internet2.edu:FastEthernet0/10"/>
<ndl:hasInterface rdf:resource="#dwdm.seat-old.net.internet2.edu:FastEthernet0/11"/>
</ndl:Device>
<ndl:Interface rdf:about="#dwdm.seat-old.net.internet2.edu:FastEthernet0/1">
<ndl:name>dwdm.seat-old.net.internet2.edu:FastEthernet0/1</ndl:name>
<ndl:connectedTo rdf:resource="#4870 #1"/>
</ndl:Interface>
<ndl:Interface rdf:about="#dwdm.seat-old.net.internet2.edu:FastEthernet0/10">
<ndl:name>dwdm.seat-old.net.internet2.edu:FastEthernet0/10</ndl:name>
<ndl:connectedTo rdf:resource="#mment/NMS1"/>
</ndl:Interface>
<ndl:Interface rdf:about="#dwdm.seat-old.net.internet2.edu:FastEthernet0/11">
<ndl:name>dwdm.seat-old.net.internet2.edu:FastEthernet0/11</ndl:name>
<ndl:connectedTo rdf:resource="#planetlab1"/>
</ndl:Interface>
</rdf:RDF>