Regarding eBGP MultipathInbound BGP load-balancing from same ISP routerBGP - how does IGP know the right route?Quagga bgp advertisment stop after peer restartQuagga not announcing external routes over ibgp sessionBYO thoughts on BGP routingStruggling inbound and outbound traffic engineering to/from iBGP peers at different POPsRegarding ECMP hashing

Credit card offering 0.5 miles for every cent rounded up. Too good to be true?

What are the words for people who cause trouble believing they know better?

How to connect an offset point symbol to its original position in QGIS?

Traffic law UK, pedestrians

PhD student with mental health issues and bad performance

When writing an error prompt, should we end the sentence with a exclamation mark or a dot?

Can a magnetic field of an object be stronger than its gravity?

X-shaped crossword

Pros and cons of writing a book review?

Do manufacturers try make their components as close to ideal ones as possible?

The ring of global sections of a regular scheme

California: "For quality assurance, this phone call is being recorded"

Incremental Ranges!

Responsibility for visa checking

Avoiding cliches when writing gods

Bent spoke design wheels — feasible?

Building a road to escape Earth's gravity by making a pyramid on Antartica

What are they doing to this poor rocket?

Metal bar on DMM PCB

Accidentally renamed tar.gz file to a non tar.gz file, will my file be messed up

Java 8: How to convert String to Map<String,List<String>>?

What is the history of the check mark / tick mark?

Is it a problem that pull requests are approved without any comments

What are the words for people who cause trouble believing they know better?



Regarding eBGP Multipath


Inbound BGP load-balancing from same ISP routerBGP - how does IGP know the right route?Quagga bgp advertisment stop after peer restartQuagga not announcing external routes over ibgp sessionBYO thoughts on BGP routingStruggling inbound and outbound traffic engineering to/from iBGP peers at different POPsRegarding ECMP hashing













1















In one of the blogs, i read:



"Unlike most routing protocols, BGP only selects a single best path for each prefix. It doesn’t do ECMP (Equal Cost Multi-Path Routing) by default but it is possible to enable this.



In order for BGP to use the second path, the following attributes have to match:



Weight

Local Preference

AS Path (both AS number and AS path length)

Origin code

MED

IGP metric

Also, the next hop address for each path must be different. This comes into play when you are multihomed to the same router."


Que:
Even if all the above attributes match, will the "Router ID" (choose the one with lowest router-id) not be used as a tie-breaker ?










share|improve this question


























    1















    In one of the blogs, i read:



    "Unlike most routing protocols, BGP only selects a single best path for each prefix. It doesn’t do ECMP (Equal Cost Multi-Path Routing) by default but it is possible to enable this.



    In order for BGP to use the second path, the following attributes have to match:



    Weight

    Local Preference

    AS Path (both AS number and AS path length)

    Origin code

    MED

    IGP metric

    Also, the next hop address for each path must be different. This comes into play when you are multihomed to the same router."


    Que:
    Even if all the above attributes match, will the "Router ID" (choose the one with lowest router-id) not be used as a tie-breaker ?










    share|improve this question
























      1












      1








      1








      In one of the blogs, i read:



      "Unlike most routing protocols, BGP only selects a single best path for each prefix. It doesn’t do ECMP (Equal Cost Multi-Path Routing) by default but it is possible to enable this.



      In order for BGP to use the second path, the following attributes have to match:



      Weight

      Local Preference

      AS Path (both AS number and AS path length)

      Origin code

      MED

      IGP metric

      Also, the next hop address for each path must be different. This comes into play when you are multihomed to the same router."


      Que:
      Even if all the above attributes match, will the "Router ID" (choose the one with lowest router-id) not be used as a tie-breaker ?










      share|improve this question














      In one of the blogs, i read:



      "Unlike most routing protocols, BGP only selects a single best path for each prefix. It doesn’t do ECMP (Equal Cost Multi-Path Routing) by default but it is possible to enable this.



      In order for BGP to use the second path, the following attributes have to match:



      Weight

      Local Preference

      AS Path (both AS number and AS path length)

      Origin code

      MED

      IGP metric

      Also, the next hop address for each path must be different. This comes into play when you are multihomed to the same router."


      Que:
      Even if all the above attributes match, will the "Router ID" (choose the one with lowest router-id) not be used as a tie-breaker ?







      bgp multipath






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 8 hours ago









      fsocietyfsociety

      498521




      498521




















          1 Answer
          1






          active

          oldest

          votes


















          4














          If you enable ECMP, the router ID will not be used as tie breaker, because that would defeat the purpose. If all those attributes match, routes are considered to be equal and you can utilise all links with matching attributes.






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "496"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f59526%2fregarding-ebgp-multipath%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4














            If you enable ECMP, the router ID will not be used as tie breaker, because that would defeat the purpose. If all those attributes match, routes are considered to be equal and you can utilise all links with matching attributes.






            share|improve this answer



























              4














              If you enable ECMP, the router ID will not be used as tie breaker, because that would defeat the purpose. If all those attributes match, routes are considered to be equal and you can utilise all links with matching attributes.






              share|improve this answer

























                4












                4








                4







                If you enable ECMP, the router ID will not be used as tie breaker, because that would defeat the purpose. If all those attributes match, routes are considered to be equal and you can utilise all links with matching attributes.






                share|improve this answer













                If you enable ECMP, the router ID will not be used as tie breaker, because that would defeat the purpose. If all those attributes match, routes are considered to be equal and you can utilise all links with matching attributes.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 8 hours ago









                Teun VinkTeun Vink

                12.2k53354




                12.2k53354



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Network Engineering Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f59526%2fregarding-ebgp-multipath%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

                    The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

                    19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу