/interface vlan
add interface=ether1-local name=vlan47 vlan-id=47
/ip firewall filter
add action=fasttrack-connection chain=forward comment="default configuration" connection-state=established,related
add chain=forward comment="default configuration" connection-state=established,related
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=cfg_main slave-configurations=cfg_vlan47
/caps-man datapath
add local-forwarding=yes name=datapath_vlan47 vlan-id=47 vlan-mode=use-tag
telnet localhost 5858 1 ↵
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying fe80::1...
telnet: connect to address fe80::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.