A difficault question about CLI

help!

In CLI mode how to set one parameter value to default

for exemple
/ip f m add chain=src-nat out-interface=ether1 action=masq
but now i dont want the “out-interface=ether1” ,if in winbox i can click the button of “set to default” to cancel this parameter , but in CLI how to do it

great help ,Thank you very much.

unset

/ip firewall nat unset [find action=masquerade] out-interface

WoW~~ I really didn’t expect such a command to exist.

Thank you very much.

In Terminal, the [TAB] key can be your friend! :slight_smile:

It can auto complete command and list: directories, commands and variables