BGP RIB policies test
[integration/test.git] / csit / variables / bgpfunctional / bgppolicies / exabgp_configs / exabgp6.cfg
1 neighbor ODLIP {
2     router-id 127.0.0.6;
3     local-address 127.0.0.6;
4     local-as 64496;
5     peer-as 64496;
6
7     static {
8         route 2001:4B50:20C0::/48 {
9             rd 3215:583457597;
10             as-path [ 25186 65000 64512 ];
11             next-hop ::FFFF;
12             originator-id 57.35.2.240;
13             local-preference 100;
14             community [ 65000:33 ];
15             extended-community [ target:10283:4.249.92.120 ];
16             label 926;
17         }
18     }
19
20     capability {
21         route-refresh ROUTEREFRESH;
22         add-path ADDPATH;
23     }
24
25     family {
26         all
27     }
28 }