40a8cbe0bd8e281ed26b02e788a4fe6b3114ff13
[integration/test.git] / csit / variables / bgpfunctional / multipaths / route / post_data.xml
1   <ipv4-route xmlns="urn:opendaylight:params:xml:ns:yang:bgp-inet">
2    <prefix>1.1.1.1/32</prefix>
3    <path-id>$PATHID</path-id>
4    <attributes>
5     <ipv4-next-hop>
6      <global>$NEXTHOP</global>
7     </ipv4-next-hop>
8     <as-path/>
9     <multi-exit-disc>
10      <med>0</med>
11     </multi-exit-disc>
12     <local-pref>
13      <pref>$LOCALPREF</pref>
14     </local-pref>
15     <originator-id>
16      <originator>41.41.41.41</originator>
17     </originator-id>
18     <origin>
19      <value>igp</value>
20     </origin>
21     <cluster-id>
22      <cluster>40.40.40.40</cluster>
23     </cluster-id>
24    </attributes>
25   </ipv4-route>