03.12.2020, 17:45
Hi,
I have a question about writing in Mikrotik using API.
For example add an interface:
/ip address add address=192.168.88.1/24 interface=ether3 disabled=no
I´ve tried with this code but i doesn´t know how to add an IP address:
res, err = mtend('/ip/address/add/address=192.168.88.1/24')
I have a question about writing in Mikrotik using API.
For example add an interface:
/ip address add address=192.168.88.1/24 interface=ether3 disabled=no
I´ve tried with this code but i doesn´t know how to add an IP address:
res, err = mtend('/ip/address/add/address=192.168.88.1/24')