lisa-project / lisa-user

LISA User Space Tools
GNU General Public License v2.0
7 stars 3 forks source link

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

Open claudiughioc opened 11 years ago

claudiughioc commented 11 years ago

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".

claudiughioc commented 11 years ago

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 commented 11 years ago

Hi! I've checked following this test plan:

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

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.