ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network options ipv6 modify

    Modify IPv6 options

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    This command sets the state of IPv6 options for the cluster.

    Parameters

    [-enabled <true>] - IPv6 Enabled

    Setting this parameter to true enables IPv6 for the cluster. IPv6 cannot be disabled once it is enabled for the cluster. Call Fujitsu support personnel for guidance regarding disabling IPv6.

    [-is-ra-processing-enabled {true|false}] - Router Advertisement (RA) Processing Enabled

    Setting this parameter to true enables cluster to process IPv6 router advertisements. Setting it to false disables router advertisement processing by the cluster.

    Examples

    The following example enables IPv6 for the cluster:
        cluster1::> network options ipv6 modify -enabled true
    
    The following example enables IPv6 Router Advertisement processing for the
    cluster:
        cluster1::> network options ipv6 modify -is-ra-processing-enabled true
    
    The following example disables IPv6 Router Advertisement processing for the
    cluster:
        cluster1::> network options ipv6 modify -is-ra-processing-enabled false
    Top of Page