Hello
I’m trying to configure hybrid ports on my CRS125
I have firewall connected to ether1, that fw send trunk vlans 5 (data) & 101 (management).
I need to set ehter2 to send tagged vlan 5 and untagged vlan 101, additional set ether 24 to be only untagged 101.
So starting with manual i get to work, and nothing works as it should be. when i removed bridge config that manual say i need that, my firewall start to see CRS125 and vice versa, but nothing on ether 2 and 24 is working, while when i write my config along with manual, nothing works ![]()
when i put hp,cisco,huawei switch everything works fine but not with mikrotik, Can you tell me what i’m doing wrong ?
Code without manual bridge setup:
/interface vlan
add interface=ether1 name=vlan5 vlan-id=5
add interface=ether1 name=vlan101 vlan-id=101
/interface ethernet switch egress-vlan-tag
add tagged-ports=ether1,ether2 vlan-id=5
add tagged-ports=ether1 vlan-id=101
/interface ethernet switch ingress-vlan-translation
add customer-vid=0 new-customer-vid=101 ports=ether2
add customer-vid=0 new-customer-vid=101 ports=ether24
/interface ethernet switch vlan
add ports=ether1,ether2,ether24 vlan-id=101
add ports=ether1,ether2 vlan-id=5
/ip address
add address=10.100.0.9/24 interface=vlan101 network=10.100.0.0