BGPMux: mux-rspec.xml

File mux-rspec.xml, 1.5 KB (added by feamster@cc.gatech.edu, 15 years ago)
Line 
1<rspec type="request" xmlns="http://gtnoise.net/em/resources/rspec/0.1/">
2  <credentials username="valas" password="********" as="47065" />
3  <node component_uuid="mux1" component_manager_uuid="en:manager" virtual_id="gt-mux" virtualization_type="bgpmux">
4    <node_type type_name="bgpmux" type_slots="1">
5      <field key="upstream_as" value="3333" />
6      <field key="prefix" value="168.62.16.0/24" note="hack" />
7      <field key="mux_address" value="143.215.254.26" note="hack" />
8      <field key="peer_address" value="192.168.0.2" />
9      <field key="peer_as" value="65000" note="hack" />
10      <field key="password" value="********" note="hack" />
11      <field key="enable" value="********" note="hack" />
12    </node_type>
13    <interface virtual_id="tunnel"/>
14  </node>
15
16 <node component_uuid="pc1" component_manager_uuid="emulab:manager" virtual_id="pc1" virtualization_type="emulab-vnode" exclusive="1">
17   <node_type type_name="pc" type_slots="1"/>
18   <interface virtual_id="tunnel"/>
19 </node>
20
21 <link virtual_id="link0">
22   <link_type name="GRE">
23     <field key="key" value="1" />
24     <field key="ttl" value="255" />
25     <field key="name" value="gre1" />
26   </link_type>
27   <interface_ref virtual_node_id="gt-mux" tunnel_ip="192.168.0.1" tunnel_netmask="24" virtual_interface_id="tunnel" source_ip="143.215.254.26"/>
28   <interface_ref virtual_node_id="pc1" tunnel_ip="192.168.0.2" tunnel_netmask="24" virtual_interface_id="tunnel" source_ip="1.1.1.1"/>
29 </link>
30</rspec>