RouterOS_API icon indicating copy to clipboard operation
RouterOS_API copied to clipboard

Please help me implement the command code using API writing method.

Open mawendong opened this issue 1 year ago • 0 comments

Please tell me how to implement the following command using API.

#Query the IP address of the specified interface /ip address print where interface="pppoe-out1"

#Disable the specified interface /interface pppoe-client set [ find name=pppoe-out51 ] disabled=yes

#Enable the specified interface /interface pppoe-client set [ find name=pppoe-out51 ] disabled=no

mawendong avatar Oct 13 '24 22:10 mawendong