Wired Intelligent Edge

last person joined: yesterday 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

ArubaOS-CX bgp route reflector

This thread has been viewed 12 times
  • 1.  ArubaOS-CX bgp route reflector

    Posted Jul 28, 2020 08:40 AM

    Anyone got experience in bgp route reflector in ArubaOS-CX?

    got a vsx cluster configuret and got 2 neighbors that i configured with route reflector client, but the routes switch B get for router A dont goes to switch C.

    B is the RR and A & C i RR clients.

    I can see all routes on B from A but nothing on C, i can see the BGP neighbor is up for both.

    We run vrf but that shouldn't do anything.

    Router A is a RR.

    The only thing i can see is the neightbour x.x.x.x route-reflector-client command, do i need anything else? 

    I can see in the bgp neighbor thats it says that C is a RR client but no routes is exchanged

    Thx.

     



  • 2.  RE: ArubaOS-CX bgp route reflector

    MVP GURU
    Posted Jul 28, 2020 04:13 PM

    Hi,

     

    What the use case ? EVPN ?

     

    Can you share the configuration ?



  • 3.  RE: ArubaOS-CX bgp route reflector

    Posted Jul 29, 2020 04:20 AM
      |   view attached

    Hi its just regular routing, we allready use iBGP in our environment

     

     added a simple topology on what im doing.

     

    here's a sample of the config

     

    router bgp X
    bgp router-id X.X.X.X
    timers bgp 30 90
    !
    vrf XXXX
    bgp router-id X.X.X.X
    neighbor X.X.X.X remote-as X
    neighbor X.X.X.X password ciphertext XXXXXX
    address-family ipv4 unicast
    neighbor X.X.X.X activate
    neighbor X.X.X.X route-reflector-client
    exit-address-family



  • 4.  RE: ArubaOS-CX bgp route reflector
    Best Answer

    Posted Jul 29, 2020 04:46 AM

    i think i found the issue, its a next hop self, see the routes in the bgp but they are not selected as they don't know the next hop, im trying to fix that with the next-hop-self cmd, ill update the post later.