Routing

last person joined: 4 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  Originator ID in BGP RR

    Posted 07-19-2015 11:43

    Hello Experts

     

    How originator ID is useful for loop prevention in RR topology. As I understand cluster ID is used for loop prevention but I dont know the role of originator ID?



  • 2.  RE: Originator ID in BGP RR
    Best Answer

    Posted 07-20-2015 00:55

    The originator ID makes sure the BGP updates is not looped back to the BGP router it once sent if this router is client of multiple route reflector, e.g.

     

    R1  --- RR1 (cluster ID: 1.1.1.1) --- RR2 (cluster ID: 2.2.2.2) --- R1

     

    Therefore, the first route reflector adds the originator ID to the BGP attributes.

     

    Cheers,

    Carsten



  • 3.  RE: Originator ID in BGP RR

    Posted 07-20-2015 01:58

    Thank you



  • 4.  RE: Originator ID in BGP RR

    Posted 07-20-2015 02:10

    Hello,

    Originator ID is also used in BGP Path selection - otherwise, when comparing reflected routes, Path selection code would compare RR' router-id with itself, which defeats the purpose of "lowest router-id" tie-breaking 

     

    Prefer the path from the peer with the lowest router ID. For any path with an originator ID attribute, substitute the originator ID for the router ID during router ID comparison.

    http://www.juniper.net/documentation/en_US/junos12.1/topics/reference/general/routing-ptotocols-address-representation.html

     

    HTH

    Thanks

    Alex



  • 5.  RE: Originator ID in BGP RR

    Posted 07-20-2015 02:53

    Hi Alex

     

    Sorry for my ignorance. Can you please explain it further. As I understand RR does not change any thing when doing the reflection. 



  • 6.  RE: Originator ID in BGP RR

    Posted 07-20-2015 03:53

    Hello,

    Any reflected route will appear as coming from "Router-ID"==RR router-id.

    Hence, to make "lowest router-id" path selection step to work for a given specific route coming from multiple RR clients, originator-id must be compared instead.

    HTH

    Thanks

    Alex



  • 7.  RE: Originator ID in BGP RR

    Posted 07-20-2015 07:46

    Thank you. I was thinking protocol nexthop is equal to router-id