IPv6: Mikrotik: DHCP Client: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump 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) No edit summary |
||
| (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 23:55, 22 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