Adjust BGPCEP test to BGPCEP-877 bug fix
[integration/test.git] / csit / variables / bgpfunctional / exa.cfg
1 neighbor ODLIP {
2 router-id EXABGPIP;
3 local-address EXABGPIP;
4 local-as 64496;
5 peer-as 64496;
6   capability {
7     route-refresh ROUTEREFRESH;
8     add-path ADDPATH;
9   }
10
11   family {
12     ipv4 unicast;
13     ipv4 mpls-vpn;
14   }
15
16   process exarpcserver {
17     run exarpc.py --host EXABGPIP;
18     encoder json;
19     receive-routes;
20     neighbor-changes;
21   }
22 }
23