Migrate Get Requests invocations(libraries)
[integration/test.git] / csit / variables / bgpuser / bgp_peer / data.xml
1 <neighbor xmlns="urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions">
2     <neighbor-address>$IP</neighbor-address>
3     <route-reflector>
4         <config>
5             <route-reflector-client>false</route-reflector-client>
6         </config>
7     </route-reflector>
8     <timers>
9         <config>
10             <hold-time>$HOLDTIME</hold-time>
11             <connect-retry>5</connect-retry>
12         </config>
13     </timers>
14     <transport>
15         <config>
16             <remote-port>$PEER_PORT</remote-port>
17             <passive-mode>$PASSIVE_MODE</passive-mode>
18         </config>
19     </transport>
20     <config>
21         <peer-type>INTERNAL</peer-type>
22     </config>
23     <afi-safis>
24         <afi-safi>
25             <afi-safi-name xmlns:x="http://openconfig.net/yang/bgp-types">x:IPV4-UNICAST</afi-safi-name>
26         </afi-safi>
27         <afi-safi>
28             <afi-safi-name xmlns:x="http://openconfig.net/yang/bgp-types">x:IPV6-UNICAST</afi-safi-name>
29         </afi-safi>
30         <afi-safi>
31             <afi-safi-name>LINKSTATE</afi-safi-name>
32         </afi-safi>
33     </afi-safis>
34 </neighbor>