Add graceful-restart test suite
[integration/test.git] / csit / variables / bgpfunctional / graceful_restart / peers / data.xml
1 <neighbor xmlns="urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions">
2     <neighbor-address>$IP</neighbor-address>
3     <timers>
4         <config>
5             <hold-time>$HOLDTIME</hold-time>
6             <connect-retry>5</connect-retry>
7         </config>
8     </timers>
9     <transport>
10         <config>
11             <remote-port>$PEER_PORT</remote-port>
12             <passive-mode>true</passive-mode>
13         </config>
14     </transport>
15     <config>
16         <peer-type>EXTERNAL</peer-type>
17         <peer-as>$AS_NUMBER</peer-as>
18     </config>
19     <graceful-restart>
20         <config>
21             <restart-time>5</restart-time>
22         </config>
23     </graceful-restart>
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             <graceful-restart>
28                 <config>
29                     <enabled>true</enabled>
30                 </config>
31             </graceful-restart>
32         </afi-safi>
33         <afi-safi>
34             <afi-safi-name xmlns:x="http://openconfig.net/yang/bgp-types">x:IPV6-UNICAST</afi-safi-name>
35         </afi-safi>
36     </afi-safis>
37 </neighbor>