From 84283e86eaec1a207bf850b7a1793434447e0b80 Mon Sep 17 00:00:00 2001 From: Domeniko Gentner Date: Thu, 4 Jun 2020 19:35:32 +0200 Subject: [PATCH] Added bgp --- index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/index.html b/index.html index 5133710..fc33a53 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,7 @@
  • iptables
  • Fibre Colors
  • SFP(+) speeds
  • +
  • BGP Table path selection
  • @@ -329,6 +330,22 @@ QSFP-DD 400 GbE + + +

    BGP Table path selection

    +

    Prefer the highest local-preference value.

    +

    Prefer the shortest AS-path length.

    +

    Prefer the lowest origin value.

    +

    Prefer the lowest MED value.

    +

    Prefer routes learned from an EBGP peer over an IBGP peer.

    +

    Prefer best exit from AS.

    +

    For EBGP-received routes, prefer the current active route.

    +

    Prefer routes from the peer with the lowest Router ID.

    +

    Prefer paths with the shortest cluster length.

    +

    Prefer routes from the peer with the lowest peer IP address.

    +

    source

    +
    +

    Provided by tuxstash.de