Untagged VLANs: bug or mistake?
Posted: Thu Apr 17, 2014 5:41 pm
Dear Board,
I have one RB2011Ui AS-RM (tested with RouterOS 6.7 + 6.11 + 6.12 ) and I like to configure some VLANs. It's the first time I try to use the Mikrotik Switch CPU because I'm interested in the wire speed performance. Now I discovered a strange phanomenon, hopefully someone could retry my configuration.
Objective:
I like to have untagged VLAN ports: ether3 (switch1) and ether9 (switch2), and I like to ping a special management IP address from that ports.
Configuration:
If I connect my laptop (192.168.27.9/24) to ether9 => I can ping 192.168.27.254.
If I connect my laptop (192.168.27.9/24) to ether3 => I can't ping 192.168.27.254.
I tried also to bind the management IP address on ether1-master or vlan-100-ether1 but the behaviour doesn't change.
IMHO everything for switch2 should also work with switch1, but it doesn't. I can't see any misconfiguration in my configuration.
Maybe someone could point out my mistake or retry and validate if there is a bug?
Thanks
Sebastian
I have one RB2011Ui AS-RM (tested with RouterOS 6.7 + 6.11 + 6.12 ) and I like to configure some VLANs. It's the first time I try to use the Mikrotik Switch CPU because I'm interested in the wire speed performance. Now I discovered a strange phanomenon, hopefully someone could retry my configuration.
Objective:
I like to have untagged VLAN ports: ether3 (switch1) and ether9 (switch2), and I like to ping a special management IP address from that ports.
Configuration:
ros code
[admin@bkw] > interface ethernet print Flags: X - disabled, R - running, S - slave # NAME MTU MAC-ADDRESS ARP MASTER-PORT SWITCH 0 R ether1-master 1500 D4:CA:6D:0B:A4:0F enabled none switch1 1 S ether2-slave 1500 D4:CA:6D:0B:A4:10 enabled ether1-master switch1 2 S ether3-slave 1500 D4:CA:6D:0B:A4:11 enabled ether1-master switch1 3 S ether4-slave 1500 D4:CA:6D:0B:A4:12 enabled ether1-master switch1 4 RS ether5-slave 1500 D4:CA:6D:0B:A4:13 enabled ether1-master switch1 5 R ether6-master 1500 D4:CA:6D:0B:A4:14 enabled none switch2 6 S ether7-slave 1500 D4:CA:6D:0B:A4:15 enabled ether6-master switch2 7 RS ether8-slave 1500 D4:CA:6D:0B:A4:16 enabled ether6-master switch2 8 S ether9-slave 1500 D4:CA:6D:0B:A4:17 enabled ether6-master switch2 9 S ether10-slave 1500 D4:CA:6D:0B:A4:18 enabled ether6-master switch2 10 sfp1 1500 D4:CA:6D:0B:A4:0E enabled none switch1 [admin@bkw] > interface vlan print Flags: X - disabled, R - running, S - slave # NAME MTU ARP VLAN-ID INTERFACE 0 R vlan-100-ether1 1500 enabled 100 ether1-master 1 R vlan-100-ether6 1500 enabled 100 ether6-master [admin@bkw] > interface bridge print brief Flags: X - disabled, R - running # NAME MTU 0 R switch1-switch2-master 1500 [admin@bkw] > interface bridge port print Flags: X - disabled, I - inactive, D - dynamic # INTERFACE BRIDGE PRIORITY PATH-COST HORIZON 0 vlan-100-ether1 switch1-switch2-master 0x80 10 none 1 vlan-100-ether6 switch1-switch2-master 0x80 10 none [admin@bkw] /ip> address print Flags: X - disabled, I - invalid, D - dynamic # ADDRESS NETWORK INTERFACE 0 192.168.27.254/24 192.168.27.0 switch1-switch2-master [admin@bkw] > interface ethernet switch vlan print Flags: X - disabled, I - invalid # SWITCH VLAN-ID PORTS 0 switch2 100 ether9-slave switch2-cpu 1 switch1 100 ether3-slave switch1-cpu [admin@bkw] > interface ethernet switch port print Flags: I - invalid # NAME SWITCH VLAN-MODE VLAN-HEADER DEFAULT-VLAN-ID 0 sfp1 switch1 disabled leave-as-is auto 1 ether1-master switch1 secure always-strip 10 2 ether2-slave switch1 disabled leave-as-is auto 3 ether3-slave switch1 secure always-strip 100 4 ether4-slave switch1 disabled leave-as-is auto 5 ether5-slave switch1 disabled leave-as-is auto 6 ether6-master switch2 secure always-strip 10 7 ether7-slave switch2 disabled leave-as-is 0 8 ether8-slave switch2 secure always-strip 100 9 ether9-slave switch2 secure always-strip 100 10 ether10-slave switch2 disabled leave-as-is 0 11 switch1-cpu switch1 disabled leave-as-is auto 12 switch2-cpu switch2 disabled leave-as-is 0Problem:
If I connect my laptop (192.168.27.9/24) to ether9 => I can ping 192.168.27.254.
If I connect my laptop (192.168.27.9/24) to ether3 => I can't ping 192.168.27.254.
I tried also to bind the management IP address on ether1-master or vlan-100-ether1 but the behaviour doesn't change.
IMHO everything for switch2 should also work with switch1, but it doesn't. I can't see any misconfiguration in my configuration.
Maybe someone could point out my mistake or retry and validate if there is a bug?
Thanks
Sebastian