summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_prefix_sid2/peer1/exabgp.cfg
blob: 7a291a3421d1200ddd23deede1ec542e6dd1594e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
neighbor 10.0.0.1 {
    router-id 10.0.0.101;
    local-address 10.0.0.101;
    local-as 2;
    peer-as 1;

    family {
        ipv6 mpls-vpn;
    }

    static {
        route 2001:1::/64 {
            rd 2:10;
            next-hop 2001::2;
            extended-community [ target:2:10 ];
            label 3;
            attribute [0x28 0xc0 0x050019000100150020010db800010001000000000000000100ffff00 ];
        }
        route 2001:2::/64 {
            rd 2:10;
            next-hop 2001::2;
            extended-community [ target:2:10 ];
            label 3;
            attribute [0x28 0xc0 0x050019000100150020010db800010001000000000000000100ffff00 ];
        }
    }
}