Project

General

Profile

Actions

Task #7409

closed
NS LN

Replace ipv4 on internal routes with multip protocol IPv6

Task #7409: Replace ipv4 on internal routes with multip protocol IPv6

Added by Nico Schottelius about 6 years ago. Updated almost 6 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;
}

NS Updated by Nico Schottelius about 6 years ago Actions #1

  • Description updated (diff)

NS Updated by Nico Schottelius about 6 years ago Actions #2

  • Description updated (diff)

NS Updated by Nico Schottelius about 6 years ago Actions #3

  • Description updated (diff)

LN Updated by ll nu about 6 years ago Actions #4

  • Status changed from New to Seen

LN Updated by ll nu almost 6 years ago Actions #5

  • Status changed from Seen to Closed

i dont think this is relevant anymore

Actions

Also available in: PDF Atom