Difference between revisions of "IPv6: Mikrotik: DHCP Client"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Contoh sederhana request alokasi IPv6 ke ether13 /ipv6 dhcp-client add request=prefix pool-name=test-ipv6 pool-prefix-length=64 interface=ether13") |
Onnowpurbo (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | Request Address | |
− | /ipv6 dhcp-client add request=prefix pool-name=test-ipv6 pool-prefix-length=64 interface= | + | /ipv6 dhcp-client add request=address interface=ether1 |
+ | |||
+ | Request POOL Address | ||
+ | |||
+ | /ipv6 dhcp-client add request=prefix pool-name=test-ipv6 pool-prefix-length=64 interface=ether1 | ||
+ | |||
+ | contoh lain | ||
+ | |||
+ | /ipv6 dhcp-client add request=prefix pool-name=test-ipv6 pool-prefix-length=51 interface=ether1 | ||
+ | /ipv6 dhcp-client add request=prefix add-default-route=yes pool-name=test-ipv6 pool-prefix-length=51 interface=ether1 use-peer-dns=yes |
Latest revision as of 06:55, 23 July 2021
Request Address
/ipv6 dhcp-client add request=address interface=ether1
Request POOL Address
/ipv6 dhcp-client add request=prefix pool-name=test-ipv6 pool-prefix-length=64 interface=ether1
contoh lain
/ipv6 dhcp-client add request=prefix pool-name=test-ipv6 pool-prefix-length=51 interface=ether1 /ipv6 dhcp-client add request=prefix add-default-route=yes pool-name=test-ipv6 pool-prefix-length=51 interface=ether1 use-peer-dns=yes