Uploaded image for project: 'vpp'
  1. vpp
  2. VPP-321

lisp_eid_table_dump not dumping any data

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High
    • None
    • None
    • None

      Usecase

      Following data has been defined

      PUT http://localhost:8181/restconf/config/lisp:lisp/locator-sets/locator-set/loc_1
      {
      "locator-set":

      { "name":"loc_1" }

      }

      PUT http://localhost:8181/restconf/config/lisp:lisp/eid-table/vni-table/12
      {
      "vni-table":

      { "virtual-network-identifier":"12", "table-id":"10" }

      }

      PUT http://localhost:8181/restconf/config/lisp:lisp/eid-table/vni-table/12/local-mappings/local-mapping/loc_map_1
      {
      "local-mapping":{
      "id":"loc_map_1",
      "eid":

      { "address-type":"ietf-lisp-address-types:ipv4-afi", "virtual-network-id":"12", "ipv4":"192.168.2.1" }

      ,
      "locator-set":"loc_1"
      }
      }

      PUT http://localhost:8181/restconf/config/lisp:lisp/eid-table/vni-table/12/remote-mappings/remote-mapping/remote_map_1
      {
      "remote-mapping":{
      "id":"remote_map_1",
      "eid":

      { "address-type":"ietf-lisp-address-types:ipv4-afi", "virtual-network-id":"12", "ipv4":"192.168.2.1" }

      ,
      "map-reply-action":"no-action"
      }
      }

      All writes passed succesfully(dont know if there is any vppctl call to verify if they were written ?) .
      After that,no dump call in any variation has dumped anything(remote/local,specific/all)

            ftehlar Filip Tehlar
            jsrnicek_cisco Jan Srnicek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: