Add functional suites for bgpcep using exabgp
[integration/test.git] / csit / variables / bgpfunctional / l3vpn_ipv4 / route / post_data.xml
1 <vpn-route xmlns="urn:opendaylight:params:xml:ns:yang:bgp-vpn-ipv4">
2   <route-key>vpn1</route-key>
3   <label-stack>
4     <label-value>123</label-value>
5   </label-stack>
6   <route-distinguisher>429496729:1</route-distinguisher>
7   <prefix>2.2.2.2/32</prefix>
8   <attributes>
9     <ipv4-next-hop>
10       <global>199.20.166.41</global>
11     </ipv4-next-hop><as-path/>
12     <origin>
13       <value>igp</value>
14     </origin>
15     <local-pref>
16       <pref>100</pref>
17     </local-pref>
18   </attributes>
19 </vpn-route>