Migrate bgpcep suites restconf calls to rfc8040
[integration/test.git] / csit / variables / bgpclustering / magnesium / bgp_peer_openconf / 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         </config>
12     </timers>
13     <transport>
14         <config>
15             <remote-port>$PEER_PORT</remote-port>
16             <passive-mode>$PASSIVE_MODE</passive-mode>
17         </config>
18     </transport>
19     <config>
20         <peer-type>INTERNAL</peer-type>
21     </config>
22     <afi-safis>
23         <afi-safi>
24             <afi-safi-name xmlns:x="http://openconfig.net/yang/bgp-types">x:IPV4-UNICAST</afi-safi-name>
25         </afi-safi>
26         <afi-safi>
27             <afi-safi-name xmlns:x="http://openconfig.net/yang/bgp-types">x:IPV6-UNICAST</afi-safi-name>
28         </afi-safi>
29     </afi-safis>
30 </neighbor>