Open claudiughioc opened 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?
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
ip a s
also listed interface named vlan2Note: 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.
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".