Exabgp ipv6 connect test
[integration/test.git] / csit / variables / bgpfunctional / ipv6 / exaipv6.cfg
1 neighbor ODLIP {
2     router-id ROUTERID;
3     local-address EXABGPIP;
4     local-as 64496;
5     peer-as 64496;
6
7     capability {
8         route-refresh ROUTEREFRESH;
9         add-path ADDPATH;
10     }
11
12     family {
13         ipv6 unicast;
14     }
15
16     static {
17         route 2a04:6d80::1/128 next-hop self;
18     }
19 }