You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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".
The text was updated successfully, but these errors were encountered: