network options ipv6 modify
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
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 technical support 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 tofalse
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