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

VLAN interface configuration on "bridge + 8021q" #98

Open
claudiughioc opened this issue Sep 27, 2013 · 2 comments
Open

VLAN interface configuration on "bridge + 8021q" #98

claudiughioc opened this issue Sep 27, 2013 · 2 comments
Assignees

Comments

@claudiughioc
Copy link
Member

VLAN interface can't be configured. Please, see the output below.

test(config)#interface vlan 20
Command rejected: ioctl() failed (19 - No such device)
test(config)#

Must also be checked on the original implementation with "switch.ko".

@ghost ghost assigned claudiughioc Oct 14, 2013
@claudiughioc
Copy link
Member Author

Ok, this one works pretty well for me. I can create a VLAN interface, assign a description etc. I also checked it with "brctl show" and the bridge is there.
Can anyone please test this one your machine?

@acrish
Copy link
Contributor

acrish commented Oct 17, 2013

Hi! I've checked following this test plan:

  • created a new virtual machine
  • cloned lisa-user
  • installed packages (libpcap related) mentioned on installation wiki page
  • ./swcli
sh vlan

sh run

conf t> vlan 2

conf vlan> name vlan 2

sh vlan // it displays vlan 2 correctly

cont t> int vlan 2

conf int> ip addr 10.0.0.2 255.255.255.0

sh run // looked after interface vlan2 and was ok
  • run ip a s also listed interface named vlan2

Note: Didn't test the switching process, just that setting configurations are persistent. Thus, I was not able to reproduce the error using the bridge module.

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