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