Uploaded image for project: 'bgpcep'
  1. bgpcep
  2. BGPCEP-862

BGP-LS NLRI are reflected without route-reflector configuration

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Neon SR1, Sodium
    • Oxygen SR4
    • BGP
    • None

      With 2 iBGP neighbors configured with only link-state AFI/SAFI, and no route-reflector configuration, the NLRI get reflected from one neighbor to the other.

      Checked the same 2 neighbors with added IPv4 unicast and only the link-state NLRI get reflected. It doesn't happen in other AFI/SAFI.

       
      Topology:
       

      {
        "protocols": {
          "protocol": [
            {
              "identifier": "openconfig-policy-types:BGP",
              "name": "bgp-example",
              "bgp-openconfig-extensions:bgp": {
                "global": {
                  "afi-safis": {
                    "afi-safi": [
                      {
                        "afi-safi-name": "bgp-openconfig-extensions:LINKSTATE"
                      }
                    ]
                  },
                  "config": {
                    "router-id": "#.#.#.#",
                    "as": 200000
                  }
                },
                "neighbors": {
                  "neighbor": [
                    {
                      "neighbor-address": "x.x.x.x",
                      "transport": {
                        "config": {
                          "remote-port": 179,
                          "passive-mode": false
                        }
                      },
                      "config": {
                        "peer-type": "INTERNAL"
                      },
                      "timers": {
                        "config": {
                          "hold-time": 90,
                          "connect-retry": 10
                        }
                      },
                      "afi-safis": {
                        "afi-safi": [
                          {
                            "afi-safi-name": "bgp-openconfig-extensions:LINKSTATE"
                          }
                        ]
                      }
                    },
                    {
                      "neighbor-address": "y.y.y.y",
                      "transport": {
                        "config": {
                          "remote-port": 179,
                          "passive-mode": false
                        }
                      },
                      "config": {
                        "peer-type": "INTERNAL"
                      },
                      "timers": {
                        "config": {
                          "hold-time": 90,
                          "connect-retry": 10
                        }
                      },
                      "afi-safis": {
                        "afi-safi": [
                          {
                            "afi-safi-name": "bgp-openconfig-extensions:LINKSTATE"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        }
      }

            rovarga Robert Varga
            bentzofer Ofer Ben Zvi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: