CRS317 management vlan IP address?

What am I missing to get the management IP working on my switch?
I have followed the guide from the wiki, but I am not getting any IP connectivity. L2 forwarding works just fine for all vlans. All ports are supposed to be in trunk all vlan-mode.

Followed the second example on this page: https://wiki.mikrotik.com/wiki/Manual:Interface/Bridge#Management_access_configuration

RouterOS 6.47.

/interface bridge
add name=10468-bridge protocol-mode=mstp vlan-filtering=yes

/interface vlan
add interface=10468-bridge name=v248 vlan-id=248

/interface bridge msti
add bridge=10468-bridge identifier=2 vlan-mapping=1-4094

/interface bridge port
add bridge=10468-bridge interface=sfp-sfpplus1
add bridge=10468-bridge interface=sfp-sfpplus2
add bridge=10468-bridge interface=sfp-sfpplus3
add bridge=10468-bridge interface=sfp-sfpplus4
add bridge=10468-bridge interface=sfp-sfpplus5
add bridge=10468-bridge interface=sfp-sfpplus6
add bridge=10468-bridge interface=sfp-sfpplus7
add bridge=10468-bridge interface=sfp-sfpplus8
add bridge=10468-bridge interface=sfp-sfpplus9
add bridge=10468-bridge interface=sfp-sfpplus10
add bridge=10468-bridge interface=sfp-sfpplus11
add bridge=10468-bridge interface=sfp-sfpplus12
add bridge=10468-bridge interface=sfp-sfpplus13
add bridge=10468-bridge interface=sfp-sfpplus14
add bridge=10468-bridge interface=sfp-sfpplus15
add bridge=10468-bridge interface=sfp-sfpplus16
add bridge=10468-bridge interface=ether1

/interface bridge vlan
add bridge=10468-bridge tagged="sfp-sfpplus1,sfp-sfpplus2,sfp-sfpplus3,sfp-sfpplus4,sfp-sfpplus5,sfp-\
    sfpplus6,sfp-sfpplus7,sfp-sfpplus8,sfp-sfpplus9,sfp-sfpplus10,sfp-sfpplus11,sfp-sfpplus12,sfp-sfp\
    plus13,sfp-sfpplus14,sfp-sfpplus15,sfp-sfpplus16,ether1" vlan-ids=\
    54,58,127,182,208,214,248,249,306,1100
    
/ip address
add address=172.16.248.24/24 interface=v248 network=172.16.248.0

Add 10468-bridge interface to the list of tagged ports members of VLAN ID 248 (other VLANs are not needed).