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

Transitive Unrecognized Attribute not transiting

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • Bugzilla Migration
    • Bugzilla Migration
    • BGP
    • None
    • Operating System: All
      Platform: All

    • 5855

    Description

      Hello ODL-BGPCEP

      I inserted the following route with unrecognized attributes into the app-rib using RESTCONF :

      "ipv4-route": [
      {
      "prefix": "9.9.9.9/32",
      "attributes": {
      "ipv4-next-hop":

      { "global": "11.11.11.11" }

      ,
      "unrecognized-attributes": [

      { "partial": "true", "transitive": "true", "type": "101", "value": "0101010101010101" }

      ,

      { "partial": "true", "transitive": "true", "type": "102", "value": "0101010111111111" }

      ]
      }
      }]

      While these unrecognized attributes are visible in loc-rib of the same bgp router, they are not appearing in the adj-rib-out of the neighboring bgp peer,
      or in other words they are not being transmitted with the bgp update message of the bgp route.

      I believe it is not the normal behavior and should be transmitted in the BGP update message for the prefix as transitive flag is set to true. (ipv4-route json object is also attached with the mail).

      I am using bgp project version 0.5.2-SNAPSHOT and the peering is between two SDN controllers. I will be glad to provide more information, and sorry if I have missed out on some.

      Regards
      Sidhant

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ajayl.bro@gmail.com Ajay L
            hasija.sam@gmail.com Sidhant Hasija
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: