port 2 of the CCR is connected to a switch that is configured as 802.1q trunk with several vlan
on the CCR is made a number of vlan interfaces, configured ip address for each vlan interface and applied vlan interface to port 2
I connect a laptop to the same switch that is configured as an access port in one of the vlan, configure ip address from the correct ip range and try to ping the ip interface on the CCR. This does not work. I can only make it work by configuring a bridge, assign everything to the bridge (physcial port 2 + vlan interfaces).
My question, do you need to configure a bridge to make .1q trunking work?
Code: Select all
[admin@MikroTik] > interface vlan print
Flags: X - disabled, R - running, S - slave
# NAME MTU ARP VLAN-ID INTERFACE
0 R vlan5 1500 enabled 5 ether2-LAN
1 R vlan50 1500 enabled 50 ether2-LAN
2 R vlan200 1500 enabled 200 ether2-LAN
3 R vlan1001 1500 enabled 1001 ether2-LAN
[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
2 10.100.1.254/24 10.100.1.0 vlan1001
3 10.100.5.254/24 10.100.5.0 vlan5
4 10.100.50.254/24 10.100.50.0 vlan50
5 10.200.1.254/24 10.200.1.0 vlan200