Skip to content

Latest commit

 

History

History
81 lines (69 loc) · 2.13 KB

convert-ipv4-to-ipv6-task.adoc

File metadata and controls

81 lines (69 loc) · 2.13 KB
permalink sidebar keywords summary
software_setup/convert-ipv4-to-ipv6-task.html
sidebar
software, setup, ontap, covert, converting, ipv4, ipv6
Beginning in ONTAP 9.13.1, you can assign IPv6 addresses for management LIFs on A800 nd FAS8700 platforms. For ONTAP releases earlier than 9.13.1, for 9.13.1 and later on other platforms, you must assign IPv4 addresses for management LIFs then convert IPv6 addresses after you complete cluster setup.

Convert management LIFs from IPv4 to IPv6

Beginning in ONTAP 9.13.1, you can assign IPv6 addresses to management LIFs on A800 and FAS8700 platforms during the initial cluster setup. For ONTAP releases earlier than 9.13.1, or for 9.13.1 and later on other platforms, you must first assign IPv4 addresses to management LIFs, and then convert to IPv6 addresses after you complete cluster setup.

Steps
  1. Enable IPv6 for the cluster:

    network options ipv6 modify -enable true
  2. Set privilege to advanced:

    set priv advanced
  3. View the list of RA prefixes learned on various interfaces:

    network ndp prefix show
  4. Create an IPv6 management LIF:

    Use the format prefix::id in the address parameter to construct the IPv6 address manually.

    network interface create -vserver <svm_name> -lif <LIF> -home-node <home_node> -home-port <home_port> -address <IPv6prefix::id> -netmask-length <netmask_length> -failover-policy <policy> -service-policy <service_policy> -auto-revert true
  5. Verify that the LIF was created:

    network interface show
  6. Verify that the configured IP address is reachable:

    network ping6
  7. Mark the IPv4 LIF as administratively down:

    network interface modify -vserver <svm_name> -lif <lif_name> -status-admin down
  8. Delete the IPv4 management LIF:

    network interface delete -vserver <svm_name> -lif <lif_name>
  9. Confirm that the IPv4 management LIF is deleted:

    network interface show