Community discussions

MikroTik App
 
FRANKMUNOZAPURE
just joined
Topic Author
Posts: 21
Joined: Thu May 23, 2024 11:57 am

Convert DYNAMIC IP to STATIC IP

Thu Jul 25, 2024 7:20 pm

Friends could help me with a script that can convert DYNAMIC IPs into STATIC IPs into DHCP SERVER LEASE IPs. Thanks for your help.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12861
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: Convert DYNAMIC IP to STATIC IP

Fri Jul 26, 2024 6:08 pm

super short code

/ip dhcp-server lease print where [:if ($dynamic) do={make-static $".id"}]