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

F5 Big-IP- unusedtrunk imformation #8926

Open
ymd-takenokonosato opened this issue Jan 14, 2024 · 1 comment
Open

F5 Big-IP- unusedtrunk imformation #8926

ymd-takenokonosato opened this issue Jan 14, 2024 · 1 comment
Labels
starter Issues suitable for brand new contributors

Comments

@ymd-takenokonosato
Copy link

Running

# Import packages
%run startup.py
bf = Session(host="localhost")

# Initialize a network and a snapshot
bf.set_network("network-example-filters")

SNAPSHOT_NAME = "current"
SNAPSHOT_PATH = "networks/f5-big-ip"
bf.init_snapshot(SNAPSHOT_PATH, name=SNAPSHOT_NAME, overwrite=True)

bf.q.unusedStructures().answer().frame()

cofiguration
tests/parsing-tests/networks/unit-tests/configs/f5_bigip/f5_bigip_structured_net

output
image

context
Batfish don't use trunk information. I suppose this is problem. Because Batfish recognize that interfaces in trunk is down mode.
And my configuration is written below. Batfish understand that Vlan don't connect interfaces. So, Batfish behavior don't work as expected. Please fix it??

net vlan /Common/MYVLAN {
    trunk1 { }
    tag 123
}
@dhalperi
Copy link
Member

Thanks! This makes sense to me, and we would be happy to review a PR contributing this improvement!

@dhalperi dhalperi added the starter Issues suitable for brand new contributors label Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
starter Issues suitable for brand new contributors
Projects
None yet
Development

No branches or pull requests

2 participants