Port forwarding

I have a client that needs two ports forwarded so that they can access a camera on the inside of the router. Version 2.8. I need to forward 8080 and 100.

This is probably a simple question but I’m not seeing how to do it. Anyone out there know the answer? Thanks.

ip firewall dst-nat add action=nat protocol=your_protocol dst-address=Router_IP/32:100 to-dst-address=client_ip
more detailed in NAT documentation.