The procurve has a few vlans, the RB is connected to Port4 on the procurve, which has a Tagged VLAN 101, with ip 10.176.1.1/28
The mt is connected to the procurve on port 8, I have configured a VLAN 101 interface on port8 and assigned IP 10.176.1.14/28
Should this not be enough to get access ? I cannot Ping any of the IP's from any of the units, anyone got an idea ?
admin@MikroTik] > /ip address print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK INTERFACE
0 10.100.50.1/24 10.100.50.0 ether10_vlan50
1 192.168.10.4/24 192.168.10.0 ether1
2 X 10.110.145.2/24 10.110.145.0 ether10_vlan154
3 10.100.70.1/24 10.100.70.0 ether10_vlan70
4 10.176.1.14/28 10.176.1.0 ether8vlan101
[admin@MikroTik] > /ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
You need to set the state of the port to secure and add-if-missing in vlan-header.
So if it’s port 4 then this should probably be the setup:
/interface ethernet switch port
set 3 vlan-header=add-if-missing vlan-mode=secure
This is taken from RB750G, I guess it’s similar in your case.
Thank you, well it is kind of similar, I am running a rb1200 and would like to use the ports that are not part of the internal switch for VLAN routing. I cannot find these settings on the ports.
Some other settings I need to complete on these ports maybe ?
Did you try the config line I provided? There might be two other lines you need to add, will take a look when I open my computer, I don’t have it in my head.