Mikrotik: DHCP Client

Revision as of 16:11, 25 March 2023 by Kangtain (talk | contribs) (Created page with "<syntaxhighlight lang="bash" line="1"> /ip dhcp-client add interface=ether3 disabled=no /ip dhcp-client enable /ip dhcp-client renew /ip dhcp-client print </syntaxhighlight> == Source == * [https://onnocenter.or.id/wiki/index.php/Mikrotik:_DHCP_Client onnocenter.or.id] Category:Mikrotik Category:Router Category:Jaringan Komputer Category:Jaringan")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/ip dhcp-client add interface=ether3 disabled=no
/ip dhcp-client enable
/ip dhcp-client renew
/ip dhcp-client print

Source