Migrate Get Requests invocations(libraries)
[integration/test.git] / csit / variables / bgpuser / ibgp_local_address / 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             <local-address>$LOCAL</local-address>
19         </config>
20     </transport>
21     <config>
22         <peer-type>INTERNAL</peer-type>
23     </config>
24     <afi-safis>
25         <afi-safi>
26             <afi-safi-name xmlns:x="http://openconfig.net/yang/bgp-types">x:IPV4-UNICAST</afi-safi-name>
27         </afi-safi>
28         <afi-safi>
29             <afi-safi-name xmlns:x="http://openconfig.net/yang/bgp-types">x:IPV6-UNICAST</afi-safi-name>
30         </afi-safi>
31         <afi-safi>
32             <afi-safi-name>LINKSTATE</afi-safi-name>
33         </afi-safi>
34     </afi-safis>
35 </neighbor>