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

test: extend bridge-vlan-separation with MAC broadcast traffic #773

Open
troglobit opened this issue Oct 28, 2024 · 0 comments
Open

test: extend bridge-vlan-separation with MAC broadcast traffic #773

troglobit opened this issue Oct 28, 2024 · 0 comments
Labels
test Regression test related
Milestone

Comments

@troglobit
Copy link
Contributor

troglobit commented Oct 28, 2024

The test ietf_interfaces/bridge_vlan_separation currently only use IP traffic, so a background load of broadcast (or multicast without IGMP/MLD snooping) traffic should be added.

Requirements:

  • At least two VLANs
  • At least two DUTs with a VLAN trunk between them
  • Verify IP connectivity and isolation
  • Verify MAC traffic isolation (see suggestion below)

My (@jovatn) suggestion for MAC traffic isolation would be to send some layer-2 broadcast and check that it reaches within the senders VLAN but not across to another VLAN.
Layer-2 broadcast could be achieved by pinging subnet broadcast (say "ping -b 10.0.0.255" on 10.0.0.0/24) or by ARP broadcast.

@troglobit troglobit added the test Regression test related label Oct 28, 2024
@troglobit troglobit added this to the Infix v24.10.2 milestone Oct 28, 2024
@troglobit troglobit changed the title test: extend bridge-vlan-separation test with MAC broadcast traffic test: extend bridge-vlan-separation with MAC broadcast traffic Oct 28, 2024
@troglobit troglobit modified the milestones: Infix v24.10.2, Infix v24.11 Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Regression test related
Projects
Status: Todo
Development

No branches or pull requests

1 participant