-1

I am using Mininet to simulate a network I am trying to create. Is there a way to setup switches to use VLANs? I can't find any documentation on it.

J. Darnell
  • 519
  • 7
  • 15

1 Answers1

-1

From GitHub:

vlanhost.py: An example of how to subclass Host to use a VLAN on its primary interface.

Mininet Examples
Mininet Python API Reference Manua

stovfl
  • 14,998
  • 7
  • 24
  • 51