network-importer icon indicating copy to clipboard operation
network-importer copied to clipboard

IPv6 addresses and prefixes not read by network-importer

Open smaya-netactuate opened this issue 2 years ago • 2 comments

Environment

  • Python version: 3.8.10
  • Network Importer version: 3.1.0

Steps to Reproduce

  1. Run network-importer on a device with IPv6 and IPv4 addresses assigned to interfaces
  2. See that network-importer imports the IPv4 addresses but not the IPv6 addresses

Expected Behavior

network-importer imports both IPv6 and IPv4 addresses

Observed Behavior

IPv6 addresses are ignored. This appears to be due to the lack of IPv6 support in Batfish but is there any way to work around the issue and get network-importer to import IPv6 addresses?

smaya-netactuate avatar Apr 13 '23 18:04 smaya-netactuate

You are right that this is from the lack of IPv6 support in batfish. We will make this a strong consideration for feature enhancement as we look to build Network-Importer into a version 2.

@scetron

jvanderaa avatar Apr 13 '23 18:04 jvanderaa

Thanks for your input @smaya-netactuate. Yes, this is a limitation of Batfish in this instance. There are ways to get around this, but it requires a lot of custom code and parsing. We will look to change this future.

scetron avatar Apr 14 '23 14:04 scetron