Project

General

Profile

Actions

Task #7409

closed

Replace ipv4 on internal routes with multip protocol IPv6

Added by Nico Schottelius over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
ll nu
Target version:
-
Start date:
12/03/2019
Due date:
% Done:

0%

Estimated time:
PM Check date:

Description

Current limitation: need update to newer bird version

protocol bgp replacement_router2_place5_ungleich_ch_v6 {
        local as 209898;
        neighbor 2a0a:e5c0:1:8::38 as 209898;
        direct;

        ipv4 {
            next hop self ebgp;
            extended next hop;

            # What we accept from this protocol -> others send us
            import filter from_replacement_router;

            # What we export into this protocol -> what we send
            export all;
        };

         ipv6 {
            next hop self ebgp;
            extended next hop;

            # What we accept from this protocol -> others send us
            import filter from_replacement_router;

            # What we export into this protocol -> what we send
            export all;
        };
        # Highest preference on internal traffic
        default bgp_local_pref pref_normal;
}
Actions

Also available in: Atom PDF