Hey all,
I’m attempting to configure a switch but having a lot of trouble. I would like to configure one trunk port (sfpplus1), one access port (port20) and one virtual L3 interface (VLAN10, which will be used for SSH). This is my configuration so far:
/interface bridge
add name=bridge1 vlan-filtering=yes
/interface vlan
add interface=bridge1 name=VLAN10 vlan-id=10
/interface bridge port
add bridge=bridge1 interface=sfp-sfpplus1
add bridge=bridge1 interface=ether20
/interface bridge vlan
add bridge=bridge1 tagged=sfp-sfpplus1,bridge1 untagged=ether20 vlan-ids=10
/ip address
add address=10.10.10.1/24 interface=VLAN10 network=10.10.10.0
/ip route
add distance=1 gateway=10.10.10.254
Any help would be greatly appreciated!