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

Extra VLANs Created #282

Open
scetron opened this issue Oct 14, 2022 · 1 comment
Open

Extra VLANs Created #282

scetron opened this issue Oct 14, 2022 · 1 comment

Comments

@scetron
Copy link

scetron commented Oct 14, 2022

Environment

  • Python version: 3.8
  • Network Importer version: 3.1.0

Steps to Reproduce

  1. Import a type of IOS Device

Expected Behavior

VLANs in the configuration are created. Extra VLANs are imported with both 'cli' and 'config' import options.

Observed Behavior

VLANs that don't exist on the device are created in the SoT. The device being imported is a Cisco 2960 running 15.2(2)E9. There is no switchport trunk allowed vlan all configured on any interfaces.

@scetron scetron closed this as completed Oct 14, 2022
@scetron scetron reopened this Oct 14, 2022
@jvanderaa
Copy link
Contributor

This is an issue with Batfish I believe and how it deciphers switchport trunk set up without specifying allowed VLANs.

Workarounds:

  • Update the configuration to have a specific VLAN configuration (not ideal)
  • Use import_vlans: cli setting documented in the TOML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants