I am using Cumulux VX 3.1 under Virutal Box for testing now. I found that is fail to add IP address to interface.
Following is my interface setup and some debug output. Could you please advise me where is problem?
-------------------------
auto swp1
iface swp1
bridge-access 200
address 192.168.200.101/24
auto swp2
iface swp2
bridge-access 400
auto swp3
iface swp3
bridge-access 400
auto swp4
iface swp4
auto bridge
iface bridge
bridge-ports swp1 swp2 swp3 swp4
address 192.168.100.101/24
bridge-vlan-aware yes
bridge-allow-untagged yes
bridge-vids 1 200 400
bridge-pvid 1
bridge-stp on
------------------------
Could not find IP address is bind to swp1 or bridge
$ sudo ip route show
NULL
$ sudo ip address show
1: lo:
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0:
link/ether 08:00:27

3: swp1:
link/ether 08:00:27:c5:2d:40 brd ff:ff:ff:ff:ff:ff
4: swp2:
link/ether 08:00:27:13:01:a4 brd ff:ff:ff:ff:ff:ff
5: swp3:
link/ether 08:00:27:5c:43:32 brd ff:ff:ff:ff:ff:ff
6: swp4:
link/ether 08:00:27:43:2a:1c brd ff:ff:ff:ff:ff:ff
7: bridge:
link/ether 08:00:27:13:01:a4 brd ff:ff:ff:ff:ff:ff
--------------------------
Thanks in advance