1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <rspec xmlns="http://www.geni.net/resources/rspec/3" |
---|
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
4 | xmlns:stitch="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" |
---|
5 | xsi:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
6 | http://www.geni.net/resources/rspec/3/request.xsd" |
---|
7 | type="request"> |
---|
8 | |
---|
9 | <node client_id="utc-hc" |
---|
10 | component_manager_id="urn:publicid:IDN+instageni.utc.edu+authority+cm" |
---|
11 | component_id="urn:publicid:IDN+instageni.utc.edu+node+interconnect-highschool" exclusive="false" > |
---|
12 | <sliver_type name="emulab-connect"/> |
---|
13 | <interface client_id="utc-hc:if0"> |
---|
14 | <ip address="10.42.212.1" netmask="255.255.255.0" type="ipv4"/> |
---|
15 | </interface> |
---|
16 | </node> |
---|
17 | |
---|
18 | <link client_id="link-utc-hc-usc"> |
---|
19 | <component_manager name="urn:publicid:IDN+instageni.utc.edu+authority+cm"/> |
---|
20 | <interface_ref client_id="utc-hc:if0" /> |
---|
21 | <component_manager name="urn:publicid:IDN+al2s.internet2.edu+authority+am"/> |
---|
22 | </link> |
---|
23 | <stitching xmlns="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/"> |
---|
24 | <path id="link-utc-hc-usc"> |
---|
25 | <hop id="1"> |
---|
26 | <link id="urn:publicid:IDN+al2s.internet2.edu+interface+sdn-sw.losa.net.internet2.edu:eth5/1:usc"> |
---|
27 | <trafficEngineeringMetric>10</trafficEngineeringMetric> |
---|
28 | <capacity>10000000</capacity> |
---|
29 | <switchingCapabilityDescriptor> |
---|
30 | <switchingcapType>l2sc</switchingcapType> |
---|
31 | <encodingType>ethernet</encodingType> |
---|
32 | <switchingCapabilitySpecificInfo> |
---|
33 | <switchingCapabilitySpecificInfo_L2sc> |
---|
34 | <interfaceMTU>9000</interfaceMTU> |
---|
35 | <vlanRangeAvailability>3224</vlanRangeAvailability> |
---|
36 | <suggestedVLANRange>3224</suggestedVLANRange> |
---|
37 | <vlanTranslation>true</vlanTranslation> |
---|
38 | </switchingCapabilitySpecificInfo_L2sc> |
---|
39 | </switchingCapabilitySpecificInfo> |
---|
40 | </switchingCapabilityDescriptor> |
---|
41 | <capabilities> |
---|
42 | <capability>consumer</capability> |
---|
43 | <capability>producer</capability> |
---|
44 | </capabilities> |
---|
45 | </link> |
---|
46 | <nextHop>2</nextHop> |
---|
47 | </hop> |
---|
48 | |
---|
49 | <hop id="2"> |
---|
50 | <link id="urn:publicid:IDN+instageni.utc.edu+interface+procurve2:1.21.al2s"> |
---|
51 | <trafficEngineeringMetric>10</trafficEngineeringMetric> |
---|
52 | <capacity>1000000</capacity> |
---|
53 | <switchingCapabilityDescriptor> |
---|
54 | <switchingcapType>l2sc</switchingcapType> |
---|
55 | <encodingType>ethernet</encodingType> |
---|
56 | <switchingCapabilitySpecificInfo> |
---|
57 | <switchingCapabilitySpecificInfo_L2sc> |
---|
58 | <interfaceMTU>9000</interfaceMTU> |
---|
59 | <vlanRangeAvailability>3514</vlanRangeAvailability> |
---|
60 | <suggestedVLANRange>3514</suggestedVLANRange> |
---|
61 | <vlanTranslation>false</vlanTranslation> |
---|
62 | </switchingCapabilitySpecificInfo_L2sc> |
---|
63 | </switchingCapabilitySpecificInfo> |
---|
64 | </switchingCapabilityDescriptor> |
---|
65 | </link> |
---|
66 | <nextHop>null</nextHop> |
---|
67 | </hop> |
---|
68 | </path> |
---|
69 | </stitching> |
---|
70 | </rspec> |
---|
71 | |
---|