Add functional suites for bgpcep using exabgp
[integration/test.git] / csit / variables / bgpfunctional / l3vpn_ipv4 / bgp-l3vpn-ipv4.cfg
1 neighbor ODLIP {
2 router-id EXABGPIP;
3 local-address EXABGPIP;
4 local-as 64496;
5 peer-as 64496;
6   family {
7     ipv4 mpls-vpn;
8   }
9   static {
10     route 1.1.1.0/24 {
11       next-hop 10.0.255.254;
12       rd 1.2.3.4:1;
13       label 24005;
14     }
15   }
16 }