I'm trying to put the management interface (ether49) on a separate VRF, but I cannot get the VRF commands to work. My configuration is below, any suggestions?
/interface bridge
add name=mgmt port-cost-mode=short vlan-filtering=yes
/interface bridge port
add bridge=mgmt interface=ether49
/ip vrf
add interfaces=ether49 name=mgmt
/ip address
add address=10.0.0.2/21 interface=ether49 network=10.0.0.0
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=10.0.0.1@mgmt routing-table=mgmt