Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPv6 addresses and prefixes not read by network-importer #305

Open
smaya-netactuate opened this issue Apr 13, 2023 · 2 comments
Open

IPv6 addresses and prefixes not read by network-importer #305

smaya-netactuate opened this issue Apr 13, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@smaya-netactuate
Copy link

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?

@jvanderaa
Copy link
Contributor

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

@scetron
Copy link

scetron commented Apr 14, 2023

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 scetron added the enhancement New feature or request label Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants