source: trunk/stitch-examples/stitch-ig-gpo-stan.rspec @ 3458

Last change on this file since 3458 was 3345, checked in by lnevers@bbn.com, 9 years ago

replaced all examples including openvz

File size: 3.1 KB
Line 
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<!-- Stanford Node. Dataplane is 192.168.1.1  SSH in at??? -->
9
10  <node client_id="ig-gpo1" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false">
11    <sliver_type name="emulab-xen"/>   
12    <services> <execute command="sudo yum install iperf -y" shell="sh"/> </services>
13    <interface client_id="ig-gpo1:if0">
14      <ip address="192.168.1.2" netmask="255.255.255.252" type="ipv4"/>
15    </interface>
16  </node>
17  <link client_id="link-stanford-ig-gpo1">
18    <component_manager name="urn:publicid:IDN+ion.internet2.edu+authority+am"/>
19    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
20    <interface_ref client_id="ig-gpo1:if0" />
21  </link>
22  <stitching xmlns="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/">
23    <path id="link-stanford-ig-gpo1">
24      <hop id="1">
25        <link id="urn:publicid:IDN+ion.internet2.edu+interface+rtr.losa:xe-0/1/0:cenic">
26          <trafficEngineeringMetric>10</trafficEngineeringMetric>
27          <capacity>10000000</capacity>
28          <switchingCapabilityDescriptor>
29            <switchingcapType>l2sc</switchingcapType>
30            <encodingType>ethernet</encodingType>
31            <switchingCapabilitySpecificInfo>
32              <switchingCapabilitySpecificInfo_L2sc>
33                <interfaceMTU>9000</interfaceMTU>
34                <vlanRangeAvailability>3721</vlanRangeAvailability>
35                <suggestedVLANRange>3721</suggestedVLANRange>
36                <vlanTranslation>true</vlanTranslation>
37              </switchingCapabilitySpecificInfo_L2sc>
38            </switchingCapabilitySpecificInfo>
39          </switchingCapabilityDescriptor>
40          <capabilities>
41            <capability>consumer</capability>
42            <capability>producer</capability>
43          </capabilities>
44        </link>
45        <nextHop>2</nextHop>
46      </hop>
47      <hop id="2">
48        <link id="urn:publicid:IDN+instageni.gpolab.bbn.com+interface+*:*:*">
49          <trafficEngineeringMetric>10</trafficEngineeringMetric>
50          <capacity>1000000</capacity>
51          <switchingCapabilityDescriptor>
52            <switchingcapType>l2sc</switchingcapType>
53            <encodingType>ethernet</encodingType>
54            <switchingCapabilitySpecificInfo>
55              <switchingCapabilitySpecificInfo_L2sc>
56                <interfaceMTU>9000</interfaceMTU>
57                <vlanRangeAvailability>3747-3749</vlanRangeAvailability>
58                <suggestedVLANRange>any</suggestedVLANRange>
59                <vlanTranslation>false</vlanTranslation>
60              </switchingCapabilitySpecificInfo_L2sc>
61            </switchingCapabilitySpecificInfo>
62          </switchingCapabilityDescriptor>
63        </link>
64        <nextHop>null</nextHop>
65      </hop>
66    </path>
67  </stitching>
68</rspec>
Note: See TracBrowser for help on using the repository browser.