Uploaded image for project: 'honeycomb'
  1. honeycomb
  2. HONEYCOMB-300

configure Lisp adjacency

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • 17.01
    • None
    • HC VPP plugin
    • None

      When Lisp is enabled:
      PUT /restconf/config/lisp:lisp
      {"lisp":{"enable": true}}

      and a locator set is created:
      PUT /restconf/config/lisp:lisp/lisp-feature-data/locator-sets/locator-set/loc01

      {"locator-set": {"name": "loc01"}

      and I configure Lisp mappings with adjacency (shortened, full request in attachments):
      PUT /restconf/config/lisp:lisp/lisp-feature-data/eid-table
      {
      "eid-table": {
      "vni-table": [{
      "virtual-network-identifier": 4,
      "vrf-subtable": {
      "table-id": 1,
      "local-mappings":

      {...},
      "remote-mappings": {
      "remote-mapping": [{
      "id": "remote_map_vrf",
      "eid": {...}

      ,
      "rlocs":

      {...},
      "adjacencies": {
      "adjacency": [{
      "id": "adj01",
      "local-eid": {...}

      ,
      "remote-eid":

      {...}

      ,
      }],
      },
      }]
      }
      }
      }]
      }
      }

      The response is IncorrectNestingException: ...adjacencies.identification.context.attributes.AdjacenciesIdentificationContexts is not top-level item."

        1. log
          1.77 MB
        2. request
          3 kB

            jsrnicek_cisco Jan Srnicek
            selias Samuel Eliáš
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: