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

add support for reading Ipv4/Ipv6 neighbours

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Medium Medium
    • 17.01
    • None
    • HC VPP plugin
    • None

      Add support for reading interface and sub-interface Ipv4/Ipv6 neighbours.

      When interface configuration contains:
      {
      "name": "GigabitEthernet0/8/0",
      "ietf-ip:ipv4": {
      "neighbor": [

      {"ip": "192.168.0.4", "link-layer-address": "08:00:27:c0:5d:37"}

      ],
      "address": [

      {"ip": "192.168.0.2", "netmask": "255.255.255.0"}

      ]
      }
      }

      Then reading interface operational data results in:
      {
      "name":"GigabitEthernet0/8/0",
      "ietf-ip:ipv4":{
      "address":[

      {"ip":"192.168.0.2","prefix-length":24}

      ]
      }

      IP neighbor is missing from operational data. Also applies to ipv6 neighbours, and also applies to ipv4/ipv6 in sub-interfaces.

            Unassigned Unassigned
            selias Samuel Eliáš
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: