CRS125 & managemenent interface in tagged vlan
Posted: Sun Nov 01, 2020 7:19 pm
Hi,
I have CRS125-24G-1S device and can't reach it via IP address from one of the tagged VLANs received via trunk port. Let me describe my config - maybe somebody can spot where I made an error
I have bridge defined as in all examples in the wiki:
All ports are added to the bridge:
Uplink is configured via trunked ports:
And management interface is defined as vlan:
Now the mysterious switch chip config...
VLAN definition:
Access port definition:
And where the tagged frames are send:
I can reach devices from VLAN 10 connected to ports ether3 & ether4 from other devices from my network, but not the CRS125 device itself (via address assigned to vlan-mgnt interface).
Maybe somebody can see the issue in my config?
Ser@fin
I have CRS125-24G-1S device and can't reach it via IP address from one of the tagged VLANs received via trunk port. Let me describe my config - maybe somebody can spot where I made an error
I have bridge defined as in all examples in the wiki:
Code: Select all
/interface bridge
add name=bridge1 protocol-mode=none
Code: Select all
/interface bridge port
add bridge=bridge1 interface=ether1
...
add bridge=bridge1 interface=ether24
Code: Select all
/interface ethernet switch trunk
add member-ports=ether23,ether24 name=trunk1
Code: Select all
/interface vlan
add interface=bridge1 name=vlan-mgnt vlan-id=10
Now the mysterious switch chip config...
VLAN definition:
Code: Select all
/interface ethernet switch vlan
add ports=trunk1,ether3,ether4,switch1-cpu vlan-id=10
Code: Select all
/interface ethernet switch ingress-vlan-translation
add customer-vid=0 new-customer-vid=10 ports=ether3,ether4
Code: Select all
/interface ethernet switch egress-vlan-tag
add tagged-ports=trunk1 vlan-id=10
I can reach devices from VLAN 10 connected to ports ether3 & ether4 from other devices from my network, but not the CRS125 device itself (via address assigned to vlan-mgnt interface).
Maybe somebody can see the issue in my config?
Ser@fin