Mvpn functional tests
[integration/test.git] / csit / variables / bgpfunctional / mvpn / intra_pe_distinguisher / app / post_data.xml
1 <?xml version="1.0"?>
2 <mvpn-route xmlns="urn:opendaylight:params:xml:ns:yang:bgp:mvpn:ipv4">
3     <path-id>0</path-id>
4     <route-key>AQwAAQECAwQBAgoKCgo=</route-key>
5     <attributes>
6         <ipv4-next-hop>
7             <global>127.1.1.1</global>
8         </ipv4-next-hop>
9         <multi-exit-disc>
10             <med>0</med>
11         </multi-exit-disc>
12         <as-path/>
13         <origin>
14             <value>egp</value>
15         </origin>
16         <local-pref>
17             <pref>100</pref>
18         </local-pref>
19         <pe-distinguisher-labels-attribute>
20             <pe-distinguisher-label-attribute>
21                 <pe-address>10.10.10.1</pe-address>
22                 <mpls-label>20024</mpls-label>
23             </pe-distinguisher-label-attribute>
24             <pe-distinguisher-label-attribute>
25                 <pe-address>10.10.20.2</pe-address>
26                 <mpls-label>20028</mpls-label>
27             </pe-distinguisher-label-attribute>
28         </pe-distinguisher-labels-attribute>
29     </attributes>
30     <intra-as-i-pmsi-a-d>
31         <route-distinguisher>1.2.3.4:258</route-distinguisher>
32         <orig-route-ip>10.10.10.10</orig-route-ip>
33     </intra-as-i-pmsi-a-d>
34 </mvpn-route>