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