ITM yang cleanup CSIT changes
[integration/test.git] / csit / variables / bgpfunctional / bgppolicies / exabgp_configs / exabgp2.cfg
1 neighbor ODLIP {
2     router-id 127.0.0.2;
3     local-address 127.0.0.2;
4     local-as 64496;
5     peer-as 64496;
6
7     static {
8         route 2.1.1.0/24 {
9             next-hop 12.0.255.254;
10         }
11         route 2.2.1.0/24 {
12             next-hop 12.1.255.254;
13         }
14         route 2.3.1.0/24 {
15             next-hop 12.3.255.254;
16         }
17     }
18
19     capability {
20         route-refresh ROUTEREFRESH;
21         add-path ADDPATH;
22     }
23
24     family {
25         all
26     }
27 }